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 Bring in ficl 2.05. 2001-04-29 02:36:36 +00:00
i386 Bring in ficl 2.05. 2001-04-29 02:36:36 +00:00
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 Turn dictthreshold and dictincrease into cell-sized variables, so 2001-05-29 23:44:12 +00:00
ficl.c Bring in ficl 2.05. 2001-04-29 02:36:36 +00:00
ficl.h Turn dictthreshold and dictincrease into cell-sized variables, so 2001-05-29 23:44:12 +00:00
loader.c - Add 'fwrite' and 'fseek' words for writing to and seeking on files. 2001-12-11 00:49:34 +00:00
Makefile Bring in ficl 2.05. 2001-04-29 02:36:36 +00:00
math64.c Bring in ficl 2.05. 2001-04-29 02:36:36 +00:00
math64.h Bring in ficl 2.05. 2001-04-29 02:36:36 +00:00
prefix.c Bring in ficl 2.05. 2001-04-29 02:36:36 +00:00
search.c Bring in ficl 2.05. 2001-04-29 02:36:36 +00:00
stack.c Bring in ficl 2.05. 2001-04-29 02:36:36 +00:00
testmain.c Bring in ficl 2.05. 2001-04-29 02:36:36 +00:00
tools.c Bring in ficl 2.05. 2001-04-29 02:36:36 +00:00
unix.c Bring in ficl 2.05. 2001-04-29 02:36:36 +00:00
vm.c Bring in ficl 2.05. 2001-04-29 02:36:36 +00:00
words.c Avoid an alignment fault on 64bit architectures. 2001-09-04 13:13:12 +00:00