]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Add 'fwrite' and 'fseek' words for writing to and seeking on files.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 11 Dec 2001 00:49:34 +0000 (00:49 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 11 Dec 2001 00:49:34 +0000 (00:49 +0000)
commit0889b9be414989d292712d60a1e2fcd837eaf504
tree3d16cb8ac2303ccc50640d839778a81b153c89ec
parent4fd13c1ba2d20a846614cf518dbb13ccaca604cb
- Add 'fwrite' and 'fseek' words for writing to and seeking on files.
- Change the 'fopen' keyword to accept a mode parameter.  Note that this
  will break existing 4th scripts that use fopen.  Thus, the loader
  version has been bumped and loader.4th has been changed to check for a
  sufficient version on i386 and alpha.  Be sure that you either do a full
  world build or install or full build and install of sys/boot after this
  since loader.old won't work with the new 4th files and vice versa.

PR: kern/32389
Submitted by: Jonathan Mini <mini@haikugeek.com>
Sponsored by: ClickArray, Inc.
share/examples/bootforth/boot.4th
share/examples/bootforth/loader.rc
sys/boot/alpha/cdboot/version
sys/boot/alpha/loader/version
sys/boot/common/loader.8
sys/boot/ficl/loader.c
sys/boot/forth/loader.4th
sys/boot/forth/pnp.4th
sys/boot/forth/support.4th
sys/boot/i386/loader/version