[gforth] / gforth / code.fs  

gforth: gforth/code.fs


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

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Dec 31 18:09:02 2010 UTC (2 years, 4 months ago) by anton
Branch: MAIN
CVS Tags: HEAD
Changes since 1.22: +1 -1 lines
Diff to previous 1.22 , to selected 1.19
updated copyright years

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Apr 25 18:27:09 2010 UTC (3 years ago) by anton
Branch: MAIN
Changes since 1.21: +11 -5 lines
Diff to previous 1.21 , to selected 1.19
added ;ABI-CODE (not yet documented, not interactively usable yet)
deleted does-handler and doesjump stuff (unused)
moved abi-call to a new group
Extended AMD64 calling convention documentation

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sat Apr 17 21:31:36 2010 UTC (3 years, 1 month ago) by anton
Branch: MAIN
Changes since 1.20: +23 -4 lines
Diff to previous 1.20 , to selected 1.19
rewrote section on code words to emphasize abi-code

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Apr 10 14:36:34 2010 UTC (3 years, 1 month ago) by dvdkhlng
Branch: MAIN
Changes since 1.19: +8 -6 lines
Diff to previous 1.19
- updated documentation of ARM assembler
- added documentation for ABI-CODE

Revision 1.19 - (view) (download) (annotate) - [selected]
Tue Apr 6 21:33:44 2010 UTC (3 years, 1 month ago) by dvdkhlng
Branch: MAIN
Changes since 1.18: +2 -0 lines
Diff to previous 1.18
workaround for bootstrap problem

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Apr 5 22:17:56 2010 UTC (3 years, 1 month ago) by dvdkhlng
Branch: MAIN
Changes since 1.17: +8 -0 lines
Diff to previous 1.17 , to selected 1.19
support for assembler definitions with host platform's ABI calling conventions
('ABI-CODE')

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Dec 31 19:02:24 2007 UTC (5 years, 4 months ago) by anton
Branch: MAIN
CVS Tags: v0-7-0
Changes since 1.16: +1 -1 lines
Diff to previous 1.16 , to selected 1.19
updated copyright year after changing license notice

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Dec 31 18:40:23 2007 UTC (5 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.15: +2 -3 lines
Diff to previous 1.15 , to selected 1.19
updated copyright notices for GPL v3

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sat Mar 22 10:04:06 2003 UTC (10 years, 2 months ago) by anton
Branch: MAIN
CVS Tags: v0-6-2
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 , to selected 1.19
added LATEST, replaced uses of LAST @ with uses of LATEST
renamed LASTXT to LATESTXT, and changed the uses
made >NAME the primary name for >HEAD
documentation changes

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sun Mar 9 15:16:46 2003 UTC (10 years, 2 months ago) by anton
Branch: MAIN
CVS Tags: v0-6-0, v0-6-1
Changes since 1.13: +1 -1 lines
Diff to previous 1.13 , to selected 1.19
updated copyright years

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Jan 14 22:52:55 2003 UTC (10 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12 , to selected 1.19
Icache-flushing is now not performed on generating a NEXT, just on the
   end of a definition through finish-code.
Eliminated MIPS linker testing (not necessary with hybrid D/ITC).
--no-dynamic is default on systems that don't define FLUSH_ICACHE.

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Dec 26 19:16:17 2002 UTC (10 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.11: +2 -5 lines
Diff to previous 1.11 , to selected 1.19
made CODE and ;CODE work again

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Sep 23 15:46:51 2000 UTC (12 years, 8 months ago) by anton
Branch: MAIN
CVS Tags: v0-5-0
Changes since 1.10: +1 -1 lines
Diff to previous 1.10 , to selected 1.19
changed FSF address in copyright messages

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat Sep 23 15:05:58 2000 UTC (12 years, 8 months ago) by anton
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9 , to selected 1.19
updated copyright dates in many files (not in ec-related files)

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri Dec 3 18:24:21 1999 UTC (13 years, 5 months ago) by crook
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 , to selected 1.19
Fixed (my earlier) errors in the documentation of Standard search words
in search.fs. Minor documentation tweaks in the other files.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Dec 8 22:02:36 1998 UTC (14 years, 5 months ago) by anton
Branch: MAIN
CVS Tags: v0-4-0
Changes since 1.7: +1 -1 lines
Diff to previous 1.7 , to selected 1.19
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.7 - (view) (download) (annotate) - [select for diffs]
Mon Sep 23 08:52:47 1996 UTC (16 years, 8 months ago) by anton
Branch: MAIN
CVS Tags: v0-2-0, v0-2-1, v0-3-0
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 , to selected 1.19
documentation changes

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Sep 10 16:08:36 1996 UTC (16 years, 8 months ago) by anton
Branch: MAIN
Changes since 1.5: +9 -4 lines
Diff to previous 1.5 , to selected 1.19
fixed bugs in code.fs
added primitive threading-method
fixed create-interpret/compile such that "' word >body" works as expected
documented some defining words

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Aug 21 14:58:37 1996 UTC (16 years, 9 months ago) by anton
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 , to selected 1.19
a little cleanup in 386.h
renamed special: to interpret/compile:
renamed save-string to save-mem
added extend-mem
replaced (name>) with ((name>))
replaced name> with name>int and name>comp
renamed compile-only to compile-only-error
replaced xt>i with name>int
replaced xt>c with name>comp
removed xt>s
removed found
search-wordlist now delivers interpretation-xt
replaced (sfind) with find-name
replaced C' with COMP' and [C'] with [COMP']
removed S' and [S']
added hex.
added some helper words
adapted other words to the changes
started documenting the intergration of Gforth in applications

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Jul 16 20:57:06 1996 UTC (16 years, 10 months ago) by pazsan
Branch: MAIN
Changes since 1.3: +4 -3 lines
Diff to previous 1.3 , to selected 1.19
SPECIAL: to create special "state-smart" words

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon May 13 16:36:54 1996 UTC (17 years ago) by anton
Branch: MAIN
Changes since 1.2: +5 -7 lines
Diff to previous 1.2 , to selected 1.19
eliminated state-smartness in ;code and sfnumber
immediate-flag is now $40 and restrict-flag $20
HEADER now stores the compilation wordlist in the header and
	REVEAL reveals into that wordlist
assorted cleanups

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Nov 7 18:06:34 1995 UTC (17 years, 6 months ago) by anton
Branch: MAIN
CVS Tags: gforth-0_1beta
Changes since 1.1: +18 -0 lines
Diff to previous 1.1 , to selected 1.19
added copyright headers
changes to loadfilename & co. to make savesystem transparent to
 assertions and ~~

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sat Oct 7 17:42:14 1995 UTC (17 years, 7 months ago) by anton
Branch: MAIN
Diff to selected 1.19
added code.fs (for real)

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