CVS log for gforth/kernel/quotes.fs
Up to [gforth] / gforth / kernel
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Current tag: MAIN
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Dec 31 19:02:25 2007 UTC (15 years, 5 months ago) by anton
Branches: MAIN
CVS tags: v0-7-0,
HEAD
Diff to: previous 1.12: preferred, unified
Changes since revision 1.12: +1 -1
lines
updated copyright year after changing license notice
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Dec 31 18:40:26 2007 UTC (15 years, 5 months ago) by anton
Branches: MAIN
Diff to: previous 1.11: preferred, unified
Changes since revision 1.11: +2 -3
lines
updated copyright notices for GPL v3
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Aug 25 14:17:54 2003 UTC (19 years, 9 months ago) by anton
Branches: MAIN
CVS tags: v0-6-2
Diff to: previous 1.10: preferred, unified
Changes since revision 1.10: +1 -1
lines
documentation updates
fixed some portability bugs in vmgen-ex and vmgen-ex2
updated copyright years
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Mar 9 15:17:06 2003 UTC (20 years, 3 months ago) by anton
Branches: MAIN
CVS tags: v0-6-1,
v0-6-0
Diff to: previous 1.9: preferred, unified
Changes since revision 1.9: +1 -1
lines
updated copyright years
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Dec 14 17:34:12 2002 UTC (20 years, 5 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.8: preferred, unified
Changes since revision 1.8: +1 -2
lines
Changed string compilation to not use the return stack to skipp the string
added control-rack property to specify if the return stack does point to
control-relevant information
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Dec 4 10:42:59 2002 UTC (20 years, 6 months ago) by anton
Branches: MAIN
Diff to: previous 1.7: preferred, unified
Changes since revision 1.7: +1 -0
lines
eliminated all uses of "lit (abort") (s") (.") outside cross.fs, except one
eliminated (c"); cliteral is now in the kernel.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Dec 3 10:47:50 2002 UTC (20 years, 6 months ago) by anton
Branches: MAIN
Diff to: previous 1.6: preferred, unified
Changes since revision 1.6: +4 -4
lines
New word: "MEM,"
new implementations of CLITERAL (independent of threaded code size) and
SLITERAL (also can deal with long strings now)
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Nov 24 13:54:02 2002 UTC (20 years, 6 months ago) by anton
Branches: MAIN
Diff to: previous 1.5: preferred, unified
Changes since revision 1.5: +21 -0
lines
new engine gforth-native (works on 386 arch only for now).
appropriate changes in control-flow instructions in prim
new primitives SET-NEXT-CODE and CALL2 (not necessary for the other engines)
new primitives COMPILE-PRIM1 and FINISH-CODE
prims2x.fs now produces IMMARG(...) macros for initializing immediate args
prims2x.fs: changes in some of the output-c-tail words (goes with the
changes in the control-flow words).
appropriate changes in engine.c
engine.c: rewrite of check_prims, support for gforth-native (NO_IP)
threaded.c: support for NO_IP
various kernel files: started to eliminate return stack manipulations for
embedding data (e.g. string literals); incomplete.
dynamic superinstructions now use LABEL2 instead of IS_NEXT_JUMP
FORCE_REG has no effect if DOUBLY_INDIRECT (gcc-2.95.1 crashes otherwise;
it's unclear which change provoked this).
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jun 16 22:53:38 2001 UTC (21 years, 11 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.4: preferred, unified
Changes since revision 1.4: +5 -1
lines
Made some Gforth-EC targets work again
Started grouping (no renumbering yet, groups are just dummies)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri May 4 07:41:03 2001 UTC (22 years, 1 month ago) by anton
Branches: MAIN
Diff to: previous 1.3: preferred, unified
Changes since revision 1.3: +12 -7
lines
interpreted s" now ALLOCATEs the string
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Sep 23 15:47:12 2000 UTC (22 years, 8 months ago) by anton
Branches: MAIN
CVS tags: v0-5-0
Diff to: previous 1.2: preferred, unified
Changes since revision 1.2: +1 -1
lines
changed FSF address in copyright messages
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Sep 23 15:06:10 2000 UTC (22 years, 8 months ago) by anton
Branches: MAIN
Diff to: previous 1.1: preferred, unified
Changes since revision 1.1: +1 -1
lines
updated copyright dates in many files (not in ec-related files)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue May 18 15:13:50 1999 UTC (24 years ago) by jwilke
Branches: MAIN
Liquidated special.fs and distributed the definitions into apropriate
postitions in int.fs and comp.fs. Only ." and S" fit nowhere in and
went to quotes.fs.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>