CVS log for gforth/Attic/main.c

[BACK] Up to [gforth] / gforth

Request diff between arbitrary revisions


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


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

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sun Mar 23 21:22:03 1997 UTC (27 years ago) by pazsan
Branches: MAIN
CVS tags: v0-3-0
Diff to: previous 1.57: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.57: +4 -1 lines
Added DOS-gforth-makeimage
Changes for DOS

Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu Mar 20 14:39:52 1997 UTC (27 years ago) by anton
Branches: MAIN
Diff to: previous 1.56: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.56: +1 -1 lines
fixed a few Makefile bugs (make clean)
renamed blocks.fs:flush-file into flush-blocks
fixed bell bug (now flushes the output)
documentation changes

Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Mar 11 16:15:13 1997 UTC (27 years ago) by anton
Branches: MAIN
Diff to: previous 1.55: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.55: +3 -1 lines
turned off mmap allocation for direct threading on the MIPS architecture

Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue Mar 11 16:00:40 1997 UTC (27 years ago) by anton
Branches: MAIN
Diff to: previous 1.54: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.54: +15 -2 lines
added primitive K
the Makefile now works with Digital Unix make
renamed the gforth-makeimage variable GFORTH into GFORTHD
fixed bug in comp-image (can now generate data-relocatable images).
gforth-makeimage uses a new option --no-offset-im to avoid differences
	from the command line
Documentation changes
fixed another bug involving relocatablility of code addresses.
my_alloc now works on machines without MAP_FILE and MAP_PRIVATE

Revision 1.54: download - view: text, markup, annotated - select for diffs
Tue Mar 4 17:49:52 1997 UTC (27 years, 1 month ago) by anton
Branches: MAIN
Diff to: previous 1.53: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.53: +51 -29 lines
added double indirect threaded version and making of fully relocatable images.
added gforth-makeimage script for making fully relocatable images.
removed locals bug in if else endif constructs.
added mmap support for machines without MAP_ANON
removed command-line options -c and -o
moved definition of DOES_HANDLER_SIZE from machine.h to forth.h.
added hpux FLUSH_ICACHE in m68k.h
made source words print decimal

Revision 1.53: download - view: text, markup, annotated - select for diffs
Sun Feb 16 20:51:08 1997 UTC (27 years, 1 month ago) by pazsan
Branches: MAIN
Diff to: previous 1.52: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.52: +13 -8 lines
go up to 0.3.0

Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Jan 14 16:30:51 1997 UTC (27 years, 2 months ago) by anton
Branches: MAIN
Diff to: previous 1.51: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.51: +4 -1 lines
added PRIM_VERSION to primitives checksum computation.
added and documented environmental queries return-stack-cells,
	stack-cells, and floating-stack.
fixed make test for 64-bit machines.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sat Jan 4 16:32:31 1997 UTC (27 years, 2 months ago) by anton
Branches: MAIN
Diff to: previous 1.50: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.50: +2 -10 lines
reformatted errore.fs to single-column format
updated definition of UNUSED
fixed some documentation typos
removed FUZZ

Revision 1.50: 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.49: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.49: +7 -7 lines
fixed another marker/locals bug.
fixed convsize bug (now sizes >2048M are possible).
changed default sizes to be more cache-friendly.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sat Dec 28 17:19:25 1996 UTC (27 years, 3 months ago) by anton
Branches: MAIN
Diff to: previous 1.48: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.48: +86 -30 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.48: download - view: text, markup, annotated - select for diffs
Mon Dec 23 15:07:45 1996 UTC (27 years, 3 months ago) by anton
Branches: MAIN
Diff to: previous 1.47: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.47: +18 -4 lines
bumped version number to 0.2.9.
added --offset-image option, comp-image.fs, and changed Makefile to
make a relocatable image gforth.fi from two nonrelocatable images.
added UNDER+.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sat Dec 14 14:21:20 1996 UTC (27 years, 3 months ago) by anton
Branches: MAIN
CVS tags: v0-2-1
Diff to: previous 1.46: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.46: +4 -1 lines
fixed a few bugs
changed version number to 0.2.1

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Nov 7 22:31:33 1996 UTC (27 years, 4 months ago) by pazsan
Branches: MAIN
CVS tags: v0-2-0
Diff to: previous 1.45: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.45: +2 -7 lines
Fixed some things with DOS

Revision 1.45: download - view: text, markup, annotated - select for diffs
Fri Oct 25 17:09:44 1996 UTC (27 years, 5 months ago) by anton
Branches: MAIN
Diff to: previous 1.44: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.44: +25 -3 lines
added --version and --help
small bugfix

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Oct 6 22:24:18 1996 UTC (27 years, 5 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.43: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.43: +13 -14 lines
First try to port gforth to OS/2
Some bugfixes

Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Oct 3 16:05:35 1996 UTC (27 years, 6 months ago) by anton
Branches: MAIN
Diff to: previous 1.42: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.42: +12 -12 lines
Made PATHSEP a configure variable
"make dist" now works
minor bugfixes

Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Oct 2 09:48:58 1996 UTC (27 years, 6 months ago) by anton
Branches: MAIN
Diff to: previous 1.41: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.41: +30 -6 lines
made path separator OS-dependent (';' for non-Unix)
renamed use-file to open-blocks
reintroduced FUZZ (for non-Unix)

Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Sep 30 13:16:12 1996 UTC (27 years, 6 months ago) by anton
Branches: MAIN
Diff to: previous 1.40: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.40: +3 -13 lines
Documentation changes
Building in a dir different from the srcdir now works
a few bug fixes

Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Sep 24 19:15:04 1996 UTC (27 years, 6 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.39: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.39: +12 -2 lines
Some bug fixing:
\G in cross compilation works now
marker <-> local conflict resolved
hack around problems with non-relocating images.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Sep 23 20:42:00 1996 UTC (27 years, 6 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.38: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.38: +8 -4 lines
Improved DOS-compilability.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Jul 26 15:28:29 1996 UTC (27 years, 8 months ago) by anton
Branches: MAIN
Diff to: previous 1.37: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.37: +1 -1 lines
adapted DOES_CODE in alpha.h m68k.h mips.h power.h and sparc.h
worked around a bug in SunOS4 in prims2x.fs
fixed typo in main.c

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Jul 16 20:57:12 1996 UTC (27 years, 8 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.36: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.36: +6 -1 lines
SPECIAL: to create special "state-smart" words

Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri May 3 13:05:05 1996 UTC (27 years, 11 months ago) by anton
Branches: MAIN
Diff to: previous 1.35: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.35: +4 -4 lines
added postponetest.fs
added perform (primitive)
minor changes

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Apr 17 16:39:42 1996 UTC (27 years, 11 months ago) by anton
Branches: MAIN
Diff to: previous 1.34: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.34: +118 -73 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.34: download - view: text, markup, annotated - select for diffs
Tue Feb 13 11:12:18 1996 UTC (28 years, 1 month ago) by anton
Branches: MAIN
Diff to: previous 1.33: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.33: +1 -1 lines
completed double-cell support for machines without a corresponding C int type

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Jan 25 16:45:54 1996 UTC (28 years, 2 months ago) by anton
Branches: MAIN
Diff to: previous 1.32: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.32: +1 -0 lines
eliminated "make realclean"; it's dangerous and useless.
eliminated relocation stuff in the kernal; was buggy and useless.
SIGPIPE now returns control to Forth.
Implemented form, rows, and cols; SIGWINCH updates these (on good OS's).
changed popen and pclose to open-pipe and close-pipe.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Dec 26 17:35:37 1995 UTC (28 years, 3 months ago) by anton
Branches: MAIN
Diff to: previous 1.31: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.31: +1 -0 lines
added config.h support (acconfig.h, changes in Makefile.in)
check for sys_siglist declaration
fixed bug in engine.c:cstr()
prims2x.fs now outputs synclines only in C code

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Nov 15 17:29:08 1995 UTC (28 years, 4 months ago) by anton
Branches: MAIN
CVS tags: gforth-0_1beta
Diff to: previous 1.30: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.30: +2 -2 lines
fixed a bug in the unit conversion in main.c
"make bench" now also works on 64-bit machines
documentation improvements

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

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Oct 26 22:48:41 1995 UTC (28 years, 5 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.28: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.28: +30 -19 lines
Changed threading ifdefs.
Requires debugging !!!!!!
Perhaps change concepts with LONG_LATENCY
on RISCs.
Added sokoban.fs as a nice little game.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Oct 11 19:39:35 1995 UTC (28 years, 5 months ago) by anton
Branches: MAIN
Diff to: previous 1.27: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.27: +3 -3 lines
Now gforth.fi is a nonrelocatable image containing all of startup.fs etc.
savesystem now saves `included-files', too (so require does not start from
 scratch)
added/fixed stack effect and wordset documentation for many words in kernal.fs
some reformatting in kernal.fs
fixed some wordset info in primitives
added strsignal

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Sep 6 21:00:22 1995 UTC (28 years, 6 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.26: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.26: +0 -0 lines
Removed BUGS, tried to clean up.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Aug 27 19:56:33 1995 UTC (28 years, 7 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.25: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.25: +0 -0 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.25: download - view: text, markup, annotated - select for diffs
Tue Jul 25 15:28:07 1995 UTC (28 years, 8 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.24: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.24: +33 -2 lines
Changed magic, endianess and word size is now encoded.
Make gforth before redoing kernals (old images still work).

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Feb 23 20:17:22 1995 UTC (29 years, 1 month ago) by pazsan
Branches: MAIN
Diff to: previous 1.23: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.23: +5 -4 lines
Added structure support in kernal
fixed bug on dictionary expand (512 wordlist limit)

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Feb 14 18:18:36 1995 UTC (29 years, 1 month ago) by pazsan
Branches: MAIN
Diff to: previous 1.22: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.22: +3 -2 lines
image must be maxaligned (malloc from DJGPP doesn't return maxaligned
addresses :-((( )

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Feb 2 18:13:06 1995 UTC (29 years, 2 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.21: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.21: +4 -0 lines
added very preliminary support for Alpha/osf1
Moved flush-tos before stores to improve scheduling
merged io-dos.h and io.h
Created new Makefile for DOS
removed ToDo topcics that are already done

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Jan 19 17:48:08 1995 UTC (29 years, 2 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.20: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.20: +10 -10 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.20: download - view: text, markup, annotated - select for diffs
Mon Dec 12 17:10:42 1994 UTC (29 years, 3 months ago) by anton
Branches: MAIN
Diff to: previous 1.19: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.19: +2 -13 lines
Reorganized configuration: configure is now created by autoconf from
configure.in; I still left it in the CVS repository because not
everyone has autoconf. decstation.h renamed to mips.h and apollo68k to
m68k. Added general 32bit.h description, which the other machine
descriptions use. Created/copied replacement files install-sh memcmp.c
memmove.c select.c (carved out from ecvt.c) strtol.c
strtoul.c. Bytesex is now handled by configure.

Deciding the threading method is now done in machine.h, this should
also be done for USE_TOS and USE_FTOS.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Nov 29 16:22:42 1994 UTC (29 years, 4 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.18: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.18: +0 -0 lines
* added configure mode for DOS-Makefile:
  configure -target=i386-<anythinh>-msdos<anyversion>
  creates Makefile for DOS.
* checked in some mminor changes which never were checked in.
* added special startup file for DOS

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Nov 17 15:53:16 1994 UTC (29 years, 4 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.17: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.17: +17 -2 lines
*Added:
* configure.bat configures on MS-DOS machines
* io-dos.h provides IO for MS-DOS
* makefile.dos is a GNU make Makefile for MS-DOS
*Changed:
* Merged gray/gforth and gray/gray4, added conditional compilation for
  gray ports (gforth and bigFORTH first)
* added gforth recognising string in environment
* added interpreter support for images (starts now with magic)
* changed make rule for ds2texi, so that it can run with Messy-DOS
* added SAVESYSTEM in dumpimage.fs
* fixed bug in Makefile for big endian systems (->configure)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Nov 15 16:54:57 1994 UTC (29 years, 4 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.16: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.16: +2 -2 lines
* Corrected bug in main.c (one "+" got lost ;-)
* Added better output with errors in command line

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Nov 15 15:55:40 1994 UTC (29 years, 4 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.15: preferred, unified
Changes since revision 1.15: +149 -138 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.15: download - view: text, markup, annotated - [selected for diffs]
Mon Oct 24 19:16:02 1994 UTC (29 years, 5 months ago) by anton
Branches: MAIN
Diff to: previous 1.14: preferred, unified
Changes since revision 1.14: +25 -25 lines
Added automatic glossary entry transfer from primitives to the texi file.
renamed gfoprth.texi to gforth.ds.
fixed a few minor bugs.
changed the behaviour of locals scoping when encountering an unreachable BEGIN.
made UNREACHABLE immediate

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Sep 28 17:02:48 1994 UTC (29 years, 6 months ago) by anton
Branches: MAIN
Diff to: previous 1.13: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.13: +4 -4 lines
Fixed some bugs and eliminated some warnings

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Sep 26 20:31:14 1994 UTC (29 years, 6 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.12: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.12: +3 -3 lines
Made DTC on HPPA run!
Changed -DDEBUG output to go to stderr

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Sep 12 19:00:34 1994 UTC (29 years, 6 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.11: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.11: +18 -4 lines
Added forth variants for primitives
Added a generator for forth primitives
Cleaned up some minor errors
Changed names of local access (was cell size dependent)
Where is "getopt.h"???!? Added tiny workaround. Where is getopt_long?

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Sep 8 17:20:09 1994 UTC (29 years, 6 months ago) by anton
Branches: MAIN
Diff to: previous 1.10: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.10: +1 -5 lines
cleaned up NEXT macros; provided for CISC (united) and RISC (split) versions
cstr is now a function that can process arbitrarily long strings

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Sep 5 17:36:22 1994 UTC (29 years, 6 months ago) by anton
Branches: MAIN
Diff to: previous 1.9: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.9: +149 -64 lines
Added proper option processing to main.c
image and source files are now searched in $GFORTHPATH

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Aug 25 15:25:30 1994 UTC (29 years, 7 months ago) by anton
Branches: MAIN
Diff to: previous 1.8: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.8: +4 -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
Wed Jul 13 19:21:04 1994 UTC (29 years, 8 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.7: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.7: +12 -1 lines
Moved setjmp from engine to go_forth, because the socalled "globbered"
variables where saved in memory (and this slows down everything).
Added global up0 for security (up is globbered).

Added restrict's functionalitz to cross.fs

removed all occurency of cell+ name>, because the bug in name> is
fixed.

Added a dusty workaround at the end of prims2x.fs, because of
strange exceptions.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jul 8 15:00:55 1994 UTC (29 years, 8 months ago) by anton
Branches: MAIN
Diff to: previous 1.6: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.6: +7 -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.6: download - view: text, markup, annotated - select for diffs
Fri Jun 17 12:35:13 1994 UTC (29 years, 9 months ago) by anton
Branches: MAIN
Diff to: previous 1.5: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.5: +6 -1 lines
Integrated locals (in particular automatic scoping) into the system.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed May 18 17:29:56 1994 UTC (29 years, 10 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.4: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.4: +26 -34 lines
Fixed problem with ?dup
Deleted noop output like sp+=0 from prims2x.fs
Made wordinfo.fs work with DTC on i386
Added a faster (???) relocater

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat May 7 14:56:01 1994 UTC (29 years, 10 months ago) by anton
Branches: MAIN
Diff to: previous 1.3: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.3: +7 -5 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:05:35 1994 UTC (29 years, 11 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.2: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.2: +2 -0 lines
Got direct threading to work!

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu May 5 15:46:48 1994 UTC (29 years, 11 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.1: preferred, unified; selected 1.15: preferred, unified
Changes since revision 1.1: +36 -16 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, 1 month ago) by anton
Branches: MAIN
Diff to: selected 1.15: 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>