aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/ficl/ficl.c
Commit message (Expand)AuthorAgeFilesLines
* Make ficlExec recursive. This removes vmReset and vmQuit from theDaniel C. Sobral1999-02-041-7/+17
* Fix ficlExecFD to take kern/9412 changes into account. Also modify itDaniel C. Sobral1999-02-041-3/+3
* The trace facility was full of bugs. Correct that by using theDaniel C. Sobral1999-02-041-73/+72
* From the PR:Mike Smith1999-01-241-0/+87
* Add EXCEPTION word set.Mike Smith1999-01-221-5/+6
* Eliminate much code cruft by extending simple file I/O API to includeJordan K. Hubbard1998-11-071-2/+48
* Submit better fix to the prompt bug.Jordan K. Hubbard1998-11-061-0/+2
* Don't not print the prompt string; not doing this has funny side-effects.Mike Smith1998-11-061-2/+0
* 1. rebuild all elements of testmain properly for safety.Jordan K. Hubbard1998-11-051-0/+2
* Fix includes; we were still pulling in <stdlib.h> in some places.Mike Smith1998-11-041-0/+4
* Add the Ficl (Forth Inspired Command Language) interpreter. If all goes well,Mike Smith1998-11-031-0/+380