freebsd-dev/sys/boot/ficl
John Baldwin 0889b9be41 - 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.
2001-12-11 00:49:34 +00:00
..
alpha
i386
ia64 Add ia64 system dependancies. 2001-09-04 08:50:23 +00:00
softwords Revert rev 1.7 which moved us away from POSIX character classes. 2001-11-03 01:33:12 +00:00
dict.c
ficl.c
ficl.h
loader.c - Add 'fwrite' and 'fseek' words for writing to and seeking on files. 2001-12-11 00:49:34 +00:00
Makefile
math64.c
math64.h
prefix.c
search.c
stack.c
testmain.c
tools.c
unix.c
vm.c
words.c Avoid an alignment fault on 64bit architectures. 2001-09-04 13:13:12 +00:00