CVS log for gforth/locals.fs
Up to [gforth] / gforth
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Current tag: MAIN
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Dec 31 19:02:24 2007 UTC (15 years, 3 months ago) by anton
Branches: MAIN
CVS tags: v0-7-0,
HEAD
Diff to: previous 1.9: preferred, unified
Changes since revision 1.9: +1 -1
lines
updated copyright year after changing license notice
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Dec 31 18:40:24 2007 UTC (15 years, 3 months ago) by anton
Branches: MAIN
Diff to: previous 1.8: preferred, unified
Changes since revision 1.8: +2 -3
lines
updated copyright notices for GPL v3
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Aug 25 14:17:45 2003 UTC (19 years, 7 months ago) by anton
Branches: MAIN
CVS tags: v0-6-2
Diff to: previous 1.7: preferred, unified
Changes since revision 1.7: +1 -1
lines
documentation updates
fixed some portability bugs in vmgen-ex and vmgen-ex2
updated copyright years
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Mar 22 10:04:07 2003 UTC (20 years ago) by anton
Branches: MAIN
Diff to: previous 1.6: preferred, unified
Changes since revision 1.6: +2 -2
lines
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.6: download - view: text, markup, annotated - select for diffs
Sun Mar 9 15:16:50 2003 UTC (20 years ago) by anton
Branches: MAIN
CVS tags: v0-6-1,
v0-6-0
Diff to: previous 1.5: preferred, unified
Changes since revision 1.5: +1 -1
lines
updated copyright years
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Sep 23 15:46:57 2000 UTC (22 years, 6 months ago) by anton
Branches: MAIN
CVS tags: v0-5-0
Diff to: previous 1.4: preferred, unified
Changes since revision 1.4: +1 -1
lines
changed FSF address in copyright messages
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Nov 29 20:20:36 1995 UTC (27 years, 4 months ago) by anton
Branches: MAIN
CVS tags: v0-4-0,
v0-3-0,
v0-2-1,
v0-2-0,
gforth-0_1beta
Diff to: previous 1.3: preferred, unified
Changes since revision 1.3: +1 -1
lines
replced tester.fs and coretest.fs with the new versions from John Hayes
make mostlyclean virtualclean added
Cache-flushing now works on the Alpha (other minor changes there)
configure now uses gcc by default and passes its GCC variable to the Makefile
introduced sourcefilename and sourceline# (and used them in many places).
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Nov 7 18:06:48 1995 UTC (27 years, 4 months ago) by anton
Branches: MAIN
Diff to: previous 1.2: preferred, unified
Changes since revision 1.2: +18 -0
lines
added copyright headers
changes to loadfilename & co. to make savesystem transparent to
assertions and ~~
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Apr 20 17:12:04 1994 UTC (28 years, 11 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.1: preferred, unified
Changes since revision 1.1: +25 -3
lines
primitives: key?, ms and time&date added
engine.c: time.h for ms and time&date included
bugs fixed to run tt.pfe
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Mar 11 20:34:37 1994 UTC (29 years ago) by pazsan
Branches: MAIN
This file contains an experimental, simple, but portable local variable
environment.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>