summaryrefslogtreecommitdiff
path: root/sys/boot/common/interp_forth.c
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
* MFC. r1.13, increase FICL dictionary size.Daniel C. Sobral1999-03-141-2/+2
* MFC:Daniel C. Sobral1999-02-061-24/+187
* Fix variable initialization.. It was written with '==' instead of '-'.Peter Wemm1999-01-041-2/+3
* * Begin integration of built-ins with Forth: leave the exit code fromAndrzej Bialecki1998-12-221-5/+8
* Eliminate much code cruft by extending simple file I/O API to includeJordan K. Hubbard1998-11-071-4/+9
* Don't have debugging on by default - it makes testing annoying. :)Jordan K. Hubbard1998-11-071-2/+2
* Ack. Create parseable command tail properly, and eat args out of the TIB.Mike Smith1998-11-061-2/+5
* Don't use the poxy vmGetString interface (who uses counted strings theseMike Smith1998-11-061-7/+23
* Remember a bit more of my forth and do:Jordan K. Hubbard1998-11-051-3/+4
* Use a smaller default dictionary to waste less space.Mike Smith1998-11-041-2/+2
* Add BootForth hooks; if BOOT_FORTH is defined, pass every line readMike Smith1998-11-041-0/+113