freebsd-skq/sys/boot/ficl
dcs 90242e0822 Fix ficlExecFD to take kern/9412 changes into account. Also modify it
not to vmThrow errors. This is not what the comments say it does, and
it doesn't work when there is no ficlExec environment (like it's only
use in sys/boot/common/interp_forth.c).

PR:		bin/9772
1999-02-04 13:28:56 +00:00
..
alpha Add EXCEPTION word set. 1999-01-22 23:52:59 +00:00
i386 Add EXCEPTION word set. 1999-01-22 23:52:59 +00:00
softwords Add conditional compilation facilities to ficl. This had been previously 1999-02-04 12:57:56 +00:00
dict.c Fix includes; we were still pulling in <stdlib.h> in some places. 1998-11-04 03:42:16 +00:00
ficl.c Fix ficlExecFD to take kern/9412 changes into account. Also modify it 1999-02-04 13:28:56 +00:00
ficl.h From the PR: 1999-01-24 06:06:21 +00:00
Makefile Transition from using Perl to using awk for our text-manipulation 1999-01-18 19:05:27 +00:00
math64.c Add the Ficl (Forth Inspired Command Language) interpreter. If all goes well, 1998-11-03 06:11:35 +00:00
math64.h Add the Ficl (Forth Inspired Command Language) interpreter. If all goes well, 1998-11-03 06:11:35 +00:00
stack.c Fix includes; we were still pulling in <stdlib.h> in some places. 1998-11-04 03:42:16 +00:00
sysdep.c Add EXCEPTION word set. 1999-01-22 23:52:59 +00:00
sysdep.h Add EXCEPTION word set. 1999-01-22 23:52:59 +00:00
testmain.c Add EXCEPTION word set. 1999-01-22 23:52:59 +00:00
vm.c Add EXCEPTION word set. 1999-01-22 23:52:59 +00:00
words.c The previous fix for "type" was absolutely lousy. Not only the buffer 1999-02-04 13:06:47 +00:00