- 29 Nov, 2019 1 commit
-
-
Anton Ertl authored
-
- 05 Oct, 2019 1 commit
-
-
Bernd Paysan authored
-
- 31 Dec, 2018 1 commit
-
-
Anton Ertl authored
-
- 02 Oct, 2018 1 commit
-
-
Bernd Paysan authored
-
- 30 Dec, 2014 1 commit
-
-
Anton Ertl authored
-
- 01 Jul, 2014 1 commit
-
-
Bernd Paysan authored
-
- 31 Dec, 2013 2 commits
-
-
Anton Ertl authored
-
Anton Ertl authored
-
- 23 Oct, 2012 1 commit
-
-
Bernd Paysan authored
-
- 20 Oct, 2012 1 commit
-
-
Bernd Paysan authored
-
- 10 Oct, 2012 2 commits
-
-
Bernd Paysan authored
-
Bernd Paysan authored
-
- 20 Sep, 2012 1 commit
-
-
Bernd Paysan authored
-
- 31 Dec, 2007 2 commits
- 09 Mar, 2003 1 commit
-
-
anton authored
-
- 20 Jan, 2003 1 commit
-
-
anton authored
-
- 19 Jan, 2003 1 commit
-
-
pazsan authored
Added stack effects to kernel/input.fs
-
- 28 Jan, 2001 1 commit
-
-
anton authored
bugfix in alias? (length related) NEXTNAME can now also handle long names added FREE-MEM-VAR
-
- 23 Sep, 2000 2 commits
- 27 May, 2000 2 commits
- 03 Jan, 1999 1 commit
-
-
anton authored
refactored a few words to use IN-DICTIONARY? added backtrace hooks to CATCH, THROW and (DOERROR) added simple backtrace printing
-
- 08 Dec, 1998 1 commit
-
-
anton authored
inserted copyright messages in most files that did not have them removed outdated files engine/32bit.h engine/strsig.c
-
- 15 May, 1998 1 commit
-
-
anton authored
fixed bug in xtprim?
-
- 13 May, 1998 1 commit
-
-
anton authored
commented out global-map definitions in gforth.el fixed see-code bug, improved isprim? some ifdefs in arch/m68k/machine.h for AmigaOS (contributed by Jorge Acereda)
-
- 06 Jul, 1997 1 commit
-
-
jwilke authored
Quick changes to let all cross-compile, and fit into ec-version. These files are still on my ToDo list, changes are not complete now. Jens
-
- 26 Aug, 1996 1 commit
-
-
anton authored
renamed special- words into interpret/compile- words. refactored some of the recent changes. adapted see to the changes added way to make a word that defines words with differring interpretation and compilation code.
-
- 21 Aug, 1996 1 commit
-
-
anton authored
renamed special: to interpret/compile: renamed save-string to save-mem added extend-mem replaced (name>) with ((name>)) replaced name> with name>int and name>comp renamed compile-only to compile-only-error replaced xt>i with name>int replaced xt>c with name>comp removed xt>s removed found search-wordlist now delivers interpretation-xt replaced (sfind) with find-name replaced C' with COMP' and [C'] with [COMP'] removed S' and [S'] added hex. added some helper words adapted other words to the changes started documenting the intergration of Gforth in applications
-
- 13 May, 1996 1 commit
-
-
anton authored
immediate-flag is now $40 and restrict-flag $20 HEADER now stores the compilation wordlist in the header and REVEAL reveals into that wordlist assorted cleanups
-
- 25 Jan, 1996 1 commit
-
-
anton authored
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.
-
- 07 Jan, 1996 1 commit
-
-
anton authored
WORDS and SEE now now respect the terminal size. a lot of reordering in the Makefile, approaching the GNU standards. factored NAME>STRING out of many words. use AC_DECL_SYS_SIGLIST test in configure.in. removed emitcounter (it was not used anyway). SYSTEM now unpreps and repreps the terminal. fixed byg in prims2x.fs. added NEEDS, ?CSP, !CSP. rewrote ALIAS?.
-
- 07 Nov, 1995 1 commit
-
-
anton authored
changes to loadfilename & co. to make savesystem transparent to assertions and ~~
-
- 07 Oct, 1995 1 commit
-
-
anton authored
renamed dostruc to dofield made index and doc-entries nicer Only words containing 'e' or 'E' are converted to FP numbers. added many wordset comments added flush-icache primitive and FLUSH_ICACHE macro added +DO, U+DO, -DO, U-DO and -LOOP added code address labels (`docol:' etc.) fixed sparc cache_flush
-
- 29 Nov, 1994 1 commit
-
-
pazsan authored
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
-
- 12 Sep, 1994 1 commit
-
-
pazsan authored
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?
-
- 13 Jul, 1994 1 commit
-
-
pazsan authored
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.
-
- 17 Jun, 1994 1 commit
-
-
pazsan authored
Changed sample variable in wordinfo.fs to udp
-
- 18 May, 1994 1 commit
-
-
pazsan authored
Deleted noop output like sp+=0 from prims2x.fs Made wordinfo.fs work with DTC on i386 Added a faster (???) relocater
-