Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Mar 2007 22:26:02 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/boot/ficl ficl.h float.c tools.c unix.c vm.c words.c src/sys/boot/ficl/softwords fileaccess.fr jhlocal.fr oo.fr prefix.fr softcore.awk
Message-ID:  <200703232226.l2NMQ2eb096823@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2007-03-23 22:26:02 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/ficl        ficl.h float.c tools.c unix.c vm.c 
                         words.c 
    sys/boot/ficl/softwords fileaccess.fr jhlocal.fr oo.fr 
                            prefix.fr softcore.awk 
  Log:
  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.
  
  Revision  Changes    Path
  1.22      +6 -3      src/sys/boot/ficl/ficl.h
  1.2       +3 -0      src/sys/boot/ficl/float.c
  1.2       +1 -2      src/sys/boot/ficl/softwords/fileaccess.fr
  1.5       +12 -9     src/sys/boot/ficl/softwords/jhlocal.fr
  1.5       +8 -7      src/sys/boot/ficl/softwords/oo.fr
  1.3       +1 -1      src/sys/boot/ficl/softwords/prefix.fr
  1.9       +45 -4     src/sys/boot/ficl/softwords/softcore.awk
  1.3       +9 -2      src/sys/boot/ficl/tools.c
  1.2       +3 -3      src/sys/boot/ficl/unix.c
  1.10      +15 -1     src/sys/boot/ficl/vm.c
  1.40      +303 -37   src/sys/boot/ficl/words.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703232226.l2NMQ2eb096823>