gforth: gforth/kernel/quotes.fs
Default branch: MAIN
Bookmark a link to HEAD:
(view)
(download)
Current tag: MAIN
Revision 1.13
-
(view)
(download)
(annotate)
- [select for diffs]
Mon Dec 31 19:02:25 2007 UTC (5 years, 4 months ago) by anton
Branch:
MAIN
CVS Tags:
HEAD,
v0-7-0
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
updated copyright year after changing license notice
Revision 1.12
-
(view)
(download)
(annotate)
- [select for diffs]
Mon Dec 31 18:40:26 2007 UTC (5 years, 4 months ago) by anton
Branch:
MAIN
Changes since 1.11: +2 -3 lines
Diff to previous 1.11
updated copyright notices for GPL v3
Revision 1.11
-
(view)
(download)
(annotate)
- [select for diffs]
Mon Aug 25 14:17:54 2003 UTC (9 years, 8 months ago) by anton
Branch:
MAIN
CVS Tags:
v0-6-2
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
documentation updates
fixed some portability bugs in vmgen-ex and vmgen-ex2
updated copyright years
Revision 1.10
-
(view)
(download)
(annotate)
- [select for diffs]
Sun Mar 9 15:17:06 2003 UTC (10 years, 2 months ago) by anton
Branch:
MAIN
CVS Tags:
v0-6-0,
v0-6-1
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
updated copyright years
Revision 1.9
-
(view)
(download)
(annotate)
- [select for diffs]
Sat Dec 14 17:34:12 2002 UTC (10 years, 5 months ago) by pazsan
Branch:
MAIN
Changes since 1.8: +1 -2 lines
Diff to previous 1.8
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
-
(view)
(download)
(annotate)
- [select for diffs]
Wed Dec 4 10:42:59 2002 UTC (10 years, 5 months ago) by anton
Branch:
MAIN
Changes since 1.7: +1 -0 lines
Diff to previous 1.7
eliminated all uses of "lit (abort") (s") (.") outside cross.fs, except one
eliminated (c"); cliteral is now in the kernel.
Revision 1.7
-
(view)
(download)
(annotate)
- [select for diffs]
Tue Dec 3 10:47:50 2002 UTC (10 years, 5 months ago) by anton
Branch:
MAIN
Changes since 1.6: +4 -4 lines
Diff to previous 1.6
New word: "MEM,"
new implementations of CLITERAL (independent of threaded code size) and
SLITERAL (also can deal with long strings now)
Revision 1.6
-
(view)
(download)
(annotate)
- [select for diffs]
Sun Nov 24 13:54:02 2002 UTC (10 years, 5 months ago) by anton
Branch:
MAIN
Changes since 1.5: +21 -0 lines
Diff to previous 1.5
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
-
(view)
(download)
(annotate)
- [select for diffs]
Sat Jun 16 22:53:38 2001 UTC (11 years, 11 months ago) by pazsan
Branch:
MAIN
Changes since 1.4: +5 -1 lines
Diff to previous 1.4
Made some Gforth-EC targets work again
Started grouping (no renumbering yet, groups are just dummies)
Revision 1.4
-
(view)
(download)
(annotate)
- [select for diffs]
Fri May 4 07:41:03 2001 UTC (12 years ago) by anton
Branch:
MAIN
Changes since 1.3: +12 -7 lines
Diff to previous 1.3
interpreted s" now ALLOCATEs the string
Revision 1.3
-
(view)
(download)
(annotate)
- [select for diffs]
Sat Sep 23 15:47:12 2000 UTC (12 years, 8 months ago) by anton
Branch:
MAIN
CVS Tags:
v0-5-0
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
changed FSF address in copyright messages
Revision 1.2
-
(view)
(download)
(annotate)
- [select for diffs]
Sat Sep 23 15:06:10 2000 UTC (12 years, 8 months ago) by anton
Branch:
MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
updated copyright dates in many files (not in ec-related files)
Revision 1.1
-
(view)
(download)
(annotate)
- [select for diffs]
Tue May 18 15:13:50 1999 UTC (14 years ago) by jwilke
Branch:
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.
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.