freebsd-skq/sys/boot/ficl
Mike Smith f7f7a5d7ab From the PR:
FICL's TYPE copies the counted string to HERE, as abial has
remarked. Answering to abial's question, this is NOT garanteed to have
enough space.
...
	We have dynamic memory. Even before memory-alloc got in, we
already had dynamic memory. Use it, then! (ficlMalloc is sysdep, so I
suppose that's why it was not used for TYPE; ficl is probably designed
to work without a working ficlFree).

Submitted by:	"Daniel C. Sobral" <dcs@newsguy.com>
1999-01-24 05:58:18 +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 EXCEPTION word set. 1999-01-22 23:52:59 +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 Add EXCEPTION word set. 1999-01-22 23:52:59 +00:00
ficl.h Add EXCEPTION word set. 1999-01-22 23:52:59 +00:00
Makefile Transition from using Perl to using awk for our text-manipulation 1999-01-18 19:05:27 +00:00
math64.c
math64.h
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 From the PR: 1999-01-24 05:58:18 +00:00