[gforth] / gforth / objects.fs  

gforth: gforth/objects.fs


Default branch: MAIN
Bookmark a link to HEAD: (view) (download)

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat Sep 23 15:06:01 2000 UTC (12 years, 8 months ago) by anton
Branch: MAIN
CVS Tags: HEAD, v0-5-0, v0-6-0, v0-6-1, v0-6-2, v0-7-0
Changes since 1.18: +1 -1 lines
Diff to previous 1.18 , to selected 1.4
updated copyright dates in many files (not in ec-related files)

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Aug 23 21:03:52 2000 UTC (12 years, 9 months ago) by anton
Branch: MAIN
Changes since 1.17: +9 -5 lines
Diff to previous 1.17 , to selected 1.4
Documentation changes
renamed general push-order to >order, objects push-order to class>order,
        drop-order to class-previous

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sat Jul 24 13:07:19 1999 UTC (13 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.16: +2 -0 lines
Diff to previous 1.16 , to selected 1.4
added engine option --appl-image and gforthmi option --application
minor objects.fs changes

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Jul 8 09:46:42 1999 UTC (13 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.15: +11 -3 lines
Diff to previous 1.15 , to selected 1.4
added :m to objects.fs

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Jul 5 19:56:01 1999 UTC (13 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 , to selected 1.4
documented methods...end-methods

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Jul 5 18:54:20 1999 UTC (13 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.13: +15 -5 lines
Diff to previous 1.13 , to selected 1.4
added methods...end-methods to objects.fs
added stack comment in kernel/int.fs

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Thu Jun 17 15:32:13 1999 UTC (13 years, 11 months ago) by anton
Branch: MAIN
Changes since 1.12: +23 -19 lines
Diff to previous 1.12 , to selected 1.4
fixed bug (path handling when opening image).

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue Feb 16 06:32:29 1999 UTC (14 years, 3 months ago) by crook
Branch: MAIN
Changes since 1.11: +57 -57 lines
Diff to previous 1.11 , to selected 1.4
-Added my name to the ToDo file under documentation
-Glossed the oof files
-Minor glossary additions elsewhere
-Another set of changes to gforth.ds; mainly the addition of material
 to the introductory chapter. Also, re-organised stuff in the oof
 sections and made a typo pass over a few other bits.

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Dec 8 22:02:48 1998 UTC (14 years, 5 months ago) by anton
Branch: MAIN
CVS Tags: v0-4-0
Changes since 1.10: +1 -1 lines
Diff to previous 1.10 , to selected 1.4
updated dates in copyright messages
inserted copyright messages in most files that did not have them
removed outdated files engine/32bit.h engine/strsig.c

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Nov 22 21:23:25 1998 UTC (14 years, 6 months ago) by anton
Branch: MAIN
Changes since 1.9: +41 -41 lines
Diff to previous 1.9 , to selected 1.4
removed all "unknown" from docs, except those from mini-oof

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Oct 7 18:58:58 1998 UTC (14 years, 7 months ago) by anton
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 , to selected 1.4
objects.fs bug fix part 2

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Oct 7 18:29:38 1998 UTC (14 years, 7 months ago) by anton
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 , to selected 1.4
fixed bug in objects.fs (override of inherited interface methods)
added fpick (primitive), suggested by Julian Noble

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Aug 2 15:06:01 1998 UTC (14 years, 9 months ago) by anton
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6 , to selected 1.4
documentation changes

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 16:17:10 1997 UTC (15 years, 9 months ago) by anton
Branch: MAIN
Changes since 1.5: +128 -58 lines
Diff to previous 1.5 , to selected 1.4
Added documentation for structures and object.fs
Changed representation of structures from "size align" to "align size",
   and renamed 1 cells: to cell% etc.
added %size and %alignment
fixed search bug
added command-line option --die-on-signal

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Jul 2 15:56:51 1997 UTC (15 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.4: +10 -9 lines
Diff to previous 1.4
some more changes in objects.fs
incorporated m68k patch by Andreas Schwab (schwab@issan.informatik.uni-dortmund.de)
commented out ecvt declaration in engine/forth.h

Revision 1.4 - (view) (download) (annotate) - [selected]
Mon Jun 23 15:53:53 1997 UTC (15 years, 11 months ago) by anton
Branch: MAIN
Changes since 1.3: +55 -166 lines
Diff to previous 1.3
changed compat/struct.fs and objects.fs for <align size> representation
refixed -trainling (in prim)
gforth.ds bug fixes
fixed/worked around declarations in forth.h

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Jun 6 17:27:57 1997 UTC (15 years, 11 months ago) by anton
Branch: MAIN
Changes since 1.2: +361 -111 lines
Diff to previous 1.2 , to selected 1.4
Environmental query "gforth" now returns the version-string
dictionary-end and unused moved into the kernel/basics.fs
Minor gforth.el bug fixes
Major rewrite of objects.fs (not yet done)
fixed -trailing bug (with test in test/other.fs)
optimization of fields with offset 0 in struct.fs and compat/struct.fs
other changes in compat/struct.fs (not yet done)
added ansreports to compat/*.fs
documentation changes
allot now checks for dict overflow
named [IS] (compilation semantics of IS).
minor changes

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Mar 11 16:00:40 1997 UTC (16 years, 2 months ago) by anton
Branch: MAIN
CVS Tags: v0-3-0
Changes since 1.1: +33 -5 lines
Diff to previous 1.1 , to selected 1.4
added primitive K
the Makefile now works with Digital Unix make
renamed the gforth-makeimage variable GFORTH into GFORTHD
fixed bug in comp-image (can now generate data-relocatable images).
gforth-makeimage uses a new option --no-offset-im to avoid differences
	from the command line
Documentation changes
fixed another bug involving relocatablility of code addresses.
my_alloc now works on machines without MAP_FILE and MAP_PRIVATE

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Nov 11 16:59:17 1996 UTC (16 years, 6 months ago) by anton
Branch: MAIN
CVS Tags: v0-2-0, v0-2-1
Diff to selected 1.4
Added ans-report.fs objects.fs

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

  Diffs between and
  Type of Diff should be a

View only Branch:

Sort log by:

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help