Date: Tue, 9 Apr 2002 10:45:28 -0700 (PDT) From: "Daniel C. Sobral" <dcs@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/ficl Makefile dict.c ficl.c ficl.h fileaccess.c float.c loader.c math64.c math64.h prefix.c search.c stack.c testmain.c tools.c vm.c words.c src/sys/boot/ficl/alpha sysdep.h src/sys/boot/ficl/i386 sysdep.h src/sys/boot/ficl/ia64 ... Message-ID: <200204091745.g39HjSh36686@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dcs 2002/04/09 10:45:28 PDT
Modified files:
sys/boot/ficl Makefile dict.c ficl.c ficl.h loader.c
math64.c math64.h prefix.c search.c
stack.c testmain.c tools.c vm.c words.c
sys/boot/ficl/alpha sysdep.h
sys/boot/ficl/i386 sysdep.h
sys/boot/ficl/ia64 sysdep.h
sys/boot/ficl/softwords ifbrack.fr marker.fr oo.fr prefix.fr
softcore.fr
Added files:
sys/boot/ficl fileaccess.c float.c
sys/boot/ficl/softwords ficlclass.fr fileaccess.fr forml.fr
Log:
Upgrade to FICL version 3.02. Anything wrong is my fault, everything right is
due Jon Mini.
PR: 36308
Submitted by: Jon Mini <mini@haikugeek.com>
MFC after: 4 weeks
Revision Changes Path
1.27 +4 -3 src/sys/boot/ficl/Makefile
1.8 +38 -18 src/sys/boot/ficl/alpha/sysdep.h
1.13 +97 -18 src/sys/boot/ficl/dict.c
1.18 +106 -61 src/sys/boot/ficl/ficl.c
1.20 +257 -147 src/sys/boot/ficl/ficl.h
1.1 +425 -0 src/sys/boot/ficl/fileaccess.c (new)
1.1 +1064 -0 src/sys/boot/ficl/float.c (new)
1.7 +38 -18 src/sys/boot/ficl/i386/sysdep.h
1.2 +37 -15 src/sys/boot/ficl/ia64/sysdep.h
1.7 +10 -10 src/sys/boot/ficl/loader.c
1.4 +7 -9 src/sys/boot/ficl/math64.c
1.4 +7 -9 src/sys/boot/ficl/math64.h
1.2 +22 -14 src/sys/boot/ficl/prefix.c
1.2 +19 -21 src/sys/boot/ficl/search.c
1.1 +86 -0 src/sys/boot/ficl/softwords/ficlclass.fr (new)
1.1 +26 -0 src/sys/boot/ficl/softwords/fileaccess.fr (new)
1.1 +75 -0 src/sys/boot/ficl/softwords/forml.fr (new)
1.3 +7 -13 src/sys/boot/ficl/softwords/ifbrack.fr
1.2 +2 -0 src/sys/boot/ficl/softwords/marker.fr
1.4 +238 -127 src/sys/boot/ficl/softwords/oo.fr
1.2 +1 -1 src/sys/boot/ficl/softwords/prefix.fr
1.12 +35 -5 src/sys/boot/ficl/softwords/softcore.fr
1.5 +8 -10 src/sys/boot/ficl/stack.c
1.8 +65 -27 src/sys/boot/ficl/testmain.c
1.2 +220 -113 src/sys/boot/ficl/tools.c
1.9 +100 -21 src/sys/boot/ficl/vm.c
1.37 +951 -635 src/sys/boot/ficl/words.c
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?200204091745.g39HjSh36686>
