[gforth] / gforth / Attic / main.fs  

gforth: gforth/Attic/main.fs


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

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

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Thu Mar 13 23:40:33 1997 UTC (16 years, 2 months ago) by pazsan
Branch: MAIN
CVS Tags: v0-3-0
Changes since 1.30: +0 -1 lines
Diff to previous 1.30 , to selected 1.14
Added lots of copyright notices.

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Mon Feb 24 22:28:58 1997 UTC (16 years, 2 months ago) by pazsan
Branch: MAIN
Changes since 1.29: +1 -1 lines
Diff to previous 1.29 , to selected 1.14
Fixed some alignment problems

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sun Feb 16 20:51:09 1997 UTC (16 years, 3 months ago) by pazsan
Branch: MAIN
Changes since 1.28: +1 -1 lines
Diff to previous 1.28 , to selected 1.14
go up to 0.3.0

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sat Feb 8 22:58:14 1997 UTC (16 years, 3 months ago) by pazsan
Branch: MAIN
Changes since 1.27: +15 -0 lines
Diff to previous 1.27 , to selected 1.14
Merged in gforth-EC patches

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Thu Feb 6 21:23:04 1997 UTC (16 years, 3 months ago) by pazsan
Branch: MAIN
Changes since 1.26: +15 -12 lines
Diff to previous 1.26 , to selected 1.14
Started to merge in changes made for gforth-EC project.

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Wed Jan 29 21:32:36 1997 UTC (16 years, 3 months ago) by pazsan
Branch: MAIN
Changes since 1.25: +1 -0 lines
Diff to previous 1.25 , to selected 1.14
Fixes in see
Split kernel conditionals in extra file

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Wed Jan 1 16:26:03 1997 UTC (16 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 , to selected 1.14
fixed another marker/locals bug.
fixed convsize bug (now sizes >2048M are possible).
changed default sizes to be more cache-friendly.

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sat Dec 28 17:19:26 1996 UTC (16 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.23: +4 -0 lines
Diff to previous 1.23 , to selected 1.14
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 - (view) (download) (annotate) - [select for diffs]
Thu Sep 19 22:17:34 1996 UTC (16 years, 8 months ago) by pazsan
Branch: MAIN
CVS Tags: v0-2-0, v0-2-1
Changes since 1.22: +4 -2 lines
Diff to previous 1.22 , to selected 1.14
Steps to make 0.2.0 dist-ready.

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

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Wed Apr 17 16:39:42 1996 UTC (17 years, 1 month ago) by anton
Branch: MAIN
Changes since 1.20: +16 -20 lines
Diff to previous 1.20 , to selected 1.14
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 - (view) (download) (annotate) - [select for diffs]
Mon Dec 11 13:15:20 1995 UTC (17 years, 5 months ago) by pazsan
Branch: MAIN
CVS Tags: gforth-0_1beta
Changes since 1.19: +6 -6 lines
Diff to previous 1.19 , to selected 1.14
Added INSTALL.DOS
make DOS compile fool-proof (almost ;-)
Use autoconf macro to select GCC and abort if not available.

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

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sun Aug 27 19:56:34 1995 UTC (17 years, 8 months ago) by pazsan
Branch: MAIN
Changes since 1.17: +6 -6 lines
Diff to previous 1.17 , to selected 1.14
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 - (view) (download) (annotate) - [select for diffs]
Tue Jul 25 15:28:08 1995 UTC (17 years, 9 months ago) by pazsan
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 , to selected 1.14
Changed magic, endianess and word size is now encoded.
Make gforth before redoing kernals (old images still work).

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Jun 7 10:05:08 1995 UTC (17 years, 11 months ago) by anton
Branch: MAIN
Changes since 1.15: +1 -0 lines
Diff to previous 1.15 , to selected 1.14
added tilde expansion to primitives
installation now allows parallel versions (like gcc).
The version string is now in only one place

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Jan 30 18:47:54 1995 UTC (18 years, 3 months ago) by anton
Branch: MAIN
Changes since 1.14: +1 -0 lines
Diff to previous 1.14
fixed a few bugs and documented others
added required and require
added [ENDIF]

Revision 1.14 - (view) (download) (annotate) - [selected]
Thu Jan 19 17:48:10 1995 UTC (18 years, 4 months ago) by pazsan
Branch: MAIN
Changes since 1.13: +13 -8 lines
Diff to previous 1.13
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 - (view) (download) (annotate) - [select for diffs]
Tue Nov 15 15:55:41 1994 UTC (18 years, 6 months ago) by pazsan
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12 , to selected 1.14
* 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 - (view) (download) (annotate) - [select for diffs]
Fri Sep 9 16:27:21 1994 UTC (18 years, 8 months ago) by anton
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11 , to selected 1.14
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 - (view) (download) (annotate) - [select for diffs]
Wed Aug 31 19:42:49 1994 UTC (18 years, 8 months ago) by pazsan
Branch: MAIN
Changes since 1.10: +0 -1 lines
Diff to previous 1.10 , to selected 1.14
Added options to allow good register scheduling on i386
added blocks

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Aug 31 16:37:49 1994 UTC (18 years, 8 months ago) by anton
Branch: MAIN
Changes since 1.9: +1 -0 lines
Diff to previous 1.9 , to selected 1.14
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 - (view) (download) (annotate) - [select for diffs]
Thu Aug 25 15:25:31 1994 UTC (18 years, 8 months ago) by anton
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 , to selected 1.14
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 - (view) (download) (annotate) - [select for diffs]
Fri Aug 19 17:47:24 1994 UTC (18 years, 9 months ago) by anton
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 , to selected 1.14
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 - (view) (download) (annotate) - [select for diffs]
Wed Jul 27 13:37:05 1994 UTC (18 years, 9 months ago) by anton
Branch: MAIN
Changes since 1.6: +0 -1 lines
Diff to previous 1.6 , to selected 1.14
Changed environment? to use a wordlist
added most of the core environmental queries

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Jul 21 10:52:45 1994 UTC (18 years, 10 months ago) by pazsan
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 , to selected 1.14
Added dictionary hashing
Changed argument interpretation as documented
Made refill for DOS 20 times faster
Added m*/ and missing FP words.

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Jul 8 15:00:57 1994 UTC (18 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 , to selected 1.14
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 - (view) (download) (annotate) - [select for diffs]
Sat May 7 14:56:02 1994 UTC (19 years ago) by anton
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 , to selected 1.14
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 - (view) (download) (annotate) - [select for diffs]
Thu May 5 17:09:51 1994 UTC (19 years ago) by pazsan
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 , to selected 1.14
Now doesn't crash on recompile.

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu May 5 15:46:49 1994 UTC (19 years ago) by pazsan
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 , to selected 1.14
Added direct threading for R3/4000. Still needs cache flush.
Added direct threading for R3/4000. Needs still cache flush.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Feb 11 16:30:46 1994 UTC (19 years, 3 months ago) by anton
Branch: MAIN
Branch point for: no-vendor
Diff to selected 1.14
Initial revision

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