CVS log for gforth/Attic/main.fs

[BACK] Up to [gforth] / gforth

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN
Current tag: MAIN


Revision 1.32
Wed May 21 20:39:33 1997 UTC (26 years, 11 months ago) by anton
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.31: +0 -0 lines
jwilke's changes:
Moved many files to other directories
renamed many files
other changes unknown to me.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Mar 13 23:40:33 1997 UTC (27 years, 1 month ago) by pazsan
Branches: MAIN
CVS tags: v0-3-0
Diff to: previous 1.30: preferred, unified; selected 1.27: preferred, unified
Changes since revision 1.30: +0 -1 lines
Added lots of copyright notices.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Feb 24 22:28:58 1997 UTC (27 years, 1 month ago) by pazsan
Branches: MAIN
Diff to: previous 1.29: preferred, unified; selected 1.27: preferred, unified
Changes since revision 1.29: +1 -1 lines
Fixed some alignment problems

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Feb 16 20:51:09 1997 UTC (27 years, 2 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.28: preferred, unified; selected 1.27: preferred, unified
Changes since revision 1.28: +1 -1 lines
go up to 0.3.0

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Feb 8 22:58:14 1997 UTC (27 years, 2 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.27: preferred, unified
Changes since revision 1.27: +15 -0 lines
Merged in gforth-EC patches

Revision 1.27: download - view: text, markup, annotated - [selected for diffs]
Thu Feb 6 21:23:04 1997 UTC (27 years, 2 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.26: preferred, unified
Changes since revision 1.26: +15 -12 lines
Started to merge in changes made for gforth-EC project.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Jan 29 21:32:36 1997 UTC (27 years, 2 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.25: preferred, unified; selected 1.27: preferred, unified
Changes since revision 1.25: +1 -0 lines
Fixes in see
Split kernel conditionals in extra file

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Jan 1 16:26:03 1997 UTC (27 years, 3 months ago) by anton
Branches: MAIN
Diff to: previous 1.24: preferred, unified; selected 1.27: preferred, unified
Changes since revision 1.24: +3 -3 lines
fixed another marker/locals bug.
fixed convsize bug (now sizes >2048M are possible).
changed default sizes to be more cache-friendly.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Dec 28 17:19:26 1996 UTC (27 years, 3 months ago) by anton
Branches: MAIN
Diff to: previous 1.23: preferred, unified; selected 1.27: preferred, unified
Changes since revision 1.23: +4 -0 lines
use mmap for allocating the dictionary and the stacks on some systems
added installdirs target to Makefile.in.
Use mkinstalldirs instead of install-sh -d.
added version-stamp to avoid recompiling everything after changing Makefile.in.
mostly fixed the maiming of words containing '/' in TAGS
added options --clear-dictionary and --debug.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Sep 19 22:17:34 1996 UTC (27 years, 7 months ago) by pazsan
Branches: MAIN
CVS tags: v0-2-1, v0-2-0
Diff to: previous 1.22: preferred, unified; selected 1.27: preferred, unified
Changes since revision 1.22: +4 -2 lines
Steps to make 0.2.0 dist-ready.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Jul 16 20:57:13 1996 UTC (27 years, 9 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.21: preferred, unified; selected 1.27: preferred, unified
Changes since revision 1.21: +5 -3 lines
SPECIAL: to create special "state-smart" words

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Apr 17 16:39:42 1996 UTC (28 years ago) by anton
Branches: MAIN
Diff to: previous 1.20: preferred, unified; selected 1.27: preferred, unified
Changes since revision 1.20: +16 -20 lines
changed image file format:
   now every stack has its own size spec in the image
   size changes through the command line are passed to the image (and
	saved with savesystem)
   added a checksum to protect against incompatible binary/image combinations
	(e.g., direct threaded binary with indirect threaded image)
   the preamble specifies an interpreter and is propagated by save-system

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Dec 11 13:15:20 1995 UTC (28 years, 4 months ago) by pazsan
Branches: MAIN
CVS tags: gforth-0_1beta
Diff to: previous 1.19: preferred, unified; selected 1.27: preferred, unified
Changes since revision 1.19: +6 -6 lines
Added INSTALL.DOS
make DOS compile fool-proof (almost ;-)
Use autoconf macro to select GCC and abort if not available.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Nov 7 18:06:52 1995 UTC (28 years, 5 months ago) by anton
Branches: MAIN
Diff to: previous 1.18: preferred, unified; selected 1.27: preferred, unified
Changes since revision 1.18: +18 -0 lines
added copyright headers
changes to loadfilename & co. to make savesystem transparent to
 assertions and ~~

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Aug 27 19:56:34 1995 UTC (28 years, 7 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.17: preferred, unified; selected 1.27: preferred, unified
Changes since revision 1.17: +6 -6 lines
Made kernal generation saver
added automatic creation of makefile.dos
newer version texinfo.tex
fixed some inconsistencies (don't know, what happend with model?)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Jul 25 15:28:08 1995 UTC (28 years, 8 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.16: preferred, unified; selected 1.27: preferred, unified
Changes since revision 1.16: +2 -1 lines
Changed magic, endianess and word size is now encoded.
Make gforth before redoing kernals (old images still work).

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Jun 7 10:05:08 1995 UTC (28 years, 10 months ago) by anton
Branches: MAIN
Diff to: previous 1.15: preferred, unified; selected 1.27: preferred, unified
Changes since revision 1.15: +1 -0 lines
added tilde expansion to primitives
installation now allows parallel versions (like gcc).
The version string is now in only one place

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Jan 30 18:47:54 1995 UTC (29 years, 2 months ago) by anton
Branches: MAIN
Diff to: previous 1.14: preferred, unified; selected 1.27: preferred, unified
Changes since revision 1.14: +1 -0 lines
fixed a few bugs and documented others
added required and require
added [ENDIF]

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Jan 19 17:48:10 1995 UTC (29 years, 3 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.13: preferred, unified; selected 1.27: preferred, unified
Changes since revision 1.13: +13 -8 lines
float.fs: Added f~ (f-proximate)
wordsets.fs: Added missing float words
Added 16 bit and 64 bit support in cross.fs
Fixed some bugs which asume sizeof(int)=sizeof(Cell)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Nov 15 15:55:41 1994 UTC (29 years, 5 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.12: preferred, unified; selected 1.27: preferred, unified
Changes since revision 1.12: +1 -1 lines
* Made slight modification in configure
* Select from make first and make more to allow first time compilation
* Added simple image dump and reload
* Added extended COLD functionality in 'COLD for image reboot
* Added boot procedures in hash.fs and history.fs

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Sep 9 16:27:21 1994 UTC (29 years, 7 months ago) by anton
Branches: MAIN
Diff to: previous 1.11: preferred, unified; selected 1.27: preferred, unified
Changes since revision 1.11: +1 -1 lines
made declaring explicit register variables available for all machines
in machine.h; threw out such hacks in engine.c for the 386.
renamed endian to bigendian

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Aug 31 19:42:49 1994 UTC (29 years, 7 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.10: preferred, unified; selected 1.27: preferred, unified
Changes since revision 1.10: +0 -1 lines
Added options to allow good register scheduling on i386
added blocks

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Aug 31 16:37:49 1994 UTC (29 years, 7 months ago) by anton
Branches: MAIN
Diff to: previous 1.9: preferred, unified; selected 1.27: preferred, unified
Changes since revision 1.9: +1 -0 lines
added etags.fs; that made a new defer level for HEADER in necessary
small changes to gforth.texi
added etags.fs to main.fs and startup.fs

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Aug 25 15:25:31 1994 UTC (29 years, 7 months ago) by anton
Branches: MAIN
Diff to: previous 1.8: preferred, unified; selected 1.27: preferred, unified
Changes since revision 1.8: +2 -2 lines
make now generates both images
the image names were changed
added C-level support for deferred words (dodefer)
made 2>r 2r> 2r@ 2rdrop primitives
some tuning of the outer interpreter; eliminated many words based on
 counted strings
Replaced the hash function with one that works better for larger tables

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Aug 19 17:47:24 1994 UTC (29 years, 8 months ago) by anton
Branches: MAIN
Diff to: previous 1.7: preferred, unified; selected 1.27: preferred, unified
Changes since revision 1.7: +2 -2 lines
Added filling to gforth.el and defined some keys
Minor changes in gforth.texi
renamed ?DUP-NOT-IF to ?DUP-0=-IF
increased default sizes for kernal
renamed ansforth to gforth

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jul 27 13:37:05 1994 UTC (29 years, 8 months ago) by anton
Branches: MAIN
Diff to: previous 1.6: preferred, unified; selected 1.27: preferred, unified
Changes since revision 1.6: +0 -1 lines
Changed environment? to use a wordlist
added most of the core environmental queries

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jul 21 10:52:45 1994 UTC (29 years, 9 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.5: preferred, unified; selected 1.27: preferred, unified
Changes since revision 1.5: +1 -1 lines
Added dictionary hashing
Changed argument interpretation as documented
Made refill for DOS 20 times faster
Added m*/ and missing FP words.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jul 8 15:00:57 1994 UTC (29 years, 9 months ago) by anton
Branches: MAIN
Diff to: previous 1.4: preferred, unified; selected 1.27: preferred, unified
Changes since revision 1.4: +2 -2 lines
signals are now translated into THROWs
A number of bug fixes (make a diff of BUGS for details)
added assert.fs and debugging.fs
made .s nicer
keep names of included files (in loadfilename) and print them upon error

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat May 7 14:56:02 1994 UTC (29 years, 11 months ago) by anton
Branches: MAIN
Diff to: previous 1.3: preferred, unified; selected 1.27: preferred, unified
Changes since revision 1.3: +2 -2 lines
local variables
rewrote primitives2c.el in Forth (prims2x.el)
various small changes
Added Files:
 	from-cut-here gforth.el gforth.texi glocals.fs gray.fs
 	locals-test.fs prims2x.fs

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu May 5 17:09:51 1994 UTC (29 years, 11 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.2: preferred, unified; selected 1.27: preferred, unified
Changes since revision 1.2: +3 -3 lines
Now doesn't crash on recompile.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu May 5 15:46:49 1994 UTC (29 years, 11 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.1: preferred, unified; selected 1.27: preferred, unified
Changes since revision 1.1: +1 -0 lines
Added direct threading for R3/4000. Still needs cache flush.
Added direct threading for R3/4000. Needs still cache flush.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Feb 11 16:30:46 1994 UTC (30 years, 2 months ago) by anton
Branches: MAIN
Diff to: selected 1.27: preferred, unified
Initial revision

Diff request

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.

Log view options

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>