]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Update to FICL 3.03 (the last release before FICL4 rewrite).
authorjkim <jkim@FreeBSD.org>
Fri, 23 Mar 2007 22:26:01 +0000 (22:26 +0000)
committerjkim <jkim@FreeBSD.org>
Fri, 23 Mar 2007 22:26:01 +0000 (22:26 +0000)
commitade9ba91cb6ae9a2ab470eb72605bf0cf2a3e298
tree33a8bc0965c62990ad6f76c0693af58929adbb3c
parentbe1c13fd282e498fffd27e1fb4457e2f8e7c9a0d
Update to FICL 3.03 (the last release before FICL4 rewrite).

The relevant changes for FreeBSD (excerpt from the release note):

  * Newly implemented CORE EXT words: CASE, OF, ENDOF, and ENDCASE. Also
    added FALLTHROUGH, which works like ENDOF but jumps to the instruction
    just after the next OF.
  * Bugfix: John-Hopkins locals syntax now accepts | and -- in the comment
    (between the first -- and the }.)
  * Bugfix: Changed vmGetWord0() to make Purify happier. The resulting
    code is no slower, no larger, and slightly more robust.
sys/boot/ficl/ficl.h
sys/boot/ficl/float.c
sys/boot/ficl/softwords/fileaccess.fr
sys/boot/ficl/softwords/jhlocal.fr
sys/boot/ficl/softwords/oo.fr
sys/boot/ficl/softwords/prefix.fr
sys/boot/ficl/softwords/softcore.awk
sys/boot/ficl/tools.c
sys/boot/ficl/unix.c
sys/boot/ficl/vm.c
sys/boot/ficl/words.c