opnsense-src/sys/boot/ficl
Daniel C. Sobral 099d325dd5 Make ficlExec recursive. This removes vmReset and vmQuit from the
error cases, but the replacement should be doing everything they
did, except what did shouldn't be doing, and might do a little more
they ought to be doing.
1999-02-04 16:53:47 +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 Make ficlExec recursive. This removes vmReset and vmQuit from the 1999-02-04 16:53:47 +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