From owner-cvs-all Sat Apr 28 19:36:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C053837B422; Sat, 28 Apr 2001 19:36:36 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3T2aau01961; Sat, 28 Apr 2001 19:36:36 -0700 (PDT) (envelope-from dcs) Message-Id: <200104290236.f3T2aau01961@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Sat, 28 Apr 2001 19:36:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/ficl ficlstring.c prefix.c search.c tools.c unix.c Makefile dict.c ficl.c ficl.h loader.c math64.c math64.h stack.c testmain.c vm.c words.c src/sys/boot/ficl/alpha sysdep.h src/sys/boot/ficl/i386 sysdep.h ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dcs 2001/04/28 19:36:36 PDT Modified files: sys/boot/ficl Makefile dict.c ficl.c ficl.h loader.c math64.c math64.h stack.c testmain.c vm.c words.c sys/boot/ficl/alpha sysdep.h sys/boot/ficl/i386 sysdep.h sys/boot/ficl/softwords classes.fr ifbrack.fr jhlocal.fr oo.fr softcore.awk softcore.fr string.fr Added files: sys/boot/ficl ficlstring.c prefix.c search.c tools.c unix.c sys/boot/ficl/softwords prefix.fr Log: Bring in ficl 2.05. This version has a step debugger, which now completely replaces the old trace feature. Also, we moved all of the FreeBSD-specific MI code to loader.c, reducing the diff between this and the official FICL distribution. Revision Changes Path 1.26 +4 -4 src/sys/boot/ficl/Makefile 1.11 +66 -7 src/sys/boot/ficl/dict.c 1.17 +215 -138 src/sys/boot/ficl/ficl.c 1.18 +197 -40 src/sys/boot/ficl/ficl.h 1.4 +303 -2 src/sys/boot/ficl/loader.c 1.3 +41 -4 src/sys/boot/ficl/math64.c 1.3 +32 -20 src/sys/boot/ficl/math64.h 1.4 +69 -2 src/sys/boot/ficl/stack.c 1.7 +3 -3 src/sys/boot/ficl/testmain.c 1.8 +75 -31 src/sys/boot/ficl/vm.c 1.33 +978 -1390 src/sys/boot/ficl/words.c 1.7 +149 -41 src/sys/boot/ficl/alpha/sysdep.h 1.6 +149 -41 src/sys/boot/ficl/i386/sysdep.h 1.4 +16 -16 src/sys/boot/ficl/softwords/classes.fr 1.2 +2 -2 src/sys/boot/ficl/softwords/ifbrack.fr 1.4 +17 -5 src/sys/boot/ficl/softwords/jhlocal.fr 1.3 +116 -32 src/sys/boot/ficl/softwords/oo.fr 1.6 +10 -3 src/sys/boot/ficl/softwords/softcore.awk 1.11 +58 -28 src/sys/boot/ficl/softwords/softcore.fr 1.2 +75 -75 src/sys/boot/ficl/softwords/string.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message