Date: Tue, 3 Nov 1998 19:42:37 -0800 (PST) From: Michael Smith <msmith@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/common interp_forth.c src/sys/boot/ficl Makefile dict.c ficl.c stack.c sysdep.c testmain.c vm.c words.c src/sys/boot/i386/loader Makefile Message-ID: <199811040342.TAA28205@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 1998/11/03 19:42:36 PST
Modified files:
sys/boot/common interp_forth.c
Log:
Use a smaller default dictionary to waste less space.
Revision Changes Path
1.2 +2 -2 src/sys/boot/common/interp_forth.c
Modified files:
sys/boot/ficl Makefile dict.c ficl.c stack.c sysdep.c
testmain.c vm.c words.c
Log:
Fix includes; we were still pulling in <stdlib.h> in some places.
Support building a standalone interpreter with 'make testmain', remove
win32 and egregious gets() in testmain.c
Revision Changes Path
1.3 +5 -2 src/sys/boot/ficl/Makefile
1.3 +6 -0 src/sys/boot/ficl/dict.c
1.2 +4 -0 src/sys/boot/ficl/ficl.c
1.2 +5 -1 src/sys/boot/ficl/stack.c
1.3 +5 -0 src/sys/boot/ficl/sysdep.c
1.2 +7 -31 src/sys/boot/ficl/testmain.c
1.3 +6 -0 src/sys/boot/ficl/vm.c
1.3 +6 -0 src/sys/boot/ficl/words.c
Modified files:
sys/boot/i386/loader Makefile
Log:
Turn off -g accidentally left in from testing.
Revision Changes Path
1.18 +3 -3 src/sys/boot/i386/loader/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811040342.TAA28205>
