From owner-cvs-all Tue Nov 3 19:42:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA07418 for cvs-all-outgoing; Tue, 3 Nov 1998 19:42:36 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA07413; Tue, 3 Nov 1998 19:42:35 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA28205; Tue, 3 Nov 1998 19:42:37 -0800 (PST) Date: Tue, 3 Nov 1998 19:42:37 -0800 (PST) Message-Id: <199811040342.TAA28205@freefall.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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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 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