Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jan 1999 15:53:00 -0800 (PST)
From:      Michael Smith <msmith@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/boot/common bootstrap.h help.common interp.c interp_forth.c load_aout.c pnp.c src/sys/boot/ficl ficl.c ficl.h sysdep.c sysdep.h testmain.c vm.c words.c src/sys/boot/ficl/softwords softcore.awk softcore.fr
Message-ID:  <199901222353.PAA21017@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
msmith      1999/01/22 15:53:00 PST

  Modified files:
    sys/boot/common      bootstrap.h help.common interp.c 
                         interp_forth.c load_aout.c pnp.c 
  Log:
  bootstrap.h
  help.common
  interp.c
  	Rename the 'source' command to 'include' in order to avoid conflict
  	with the ANS Forth command of the same name. (kern/9473)
  
  interp_forth.c:
  	Changes from kern/9412 (EXCEPTION word), kern/9442 (TIB buffer
  	sizing) and an improved version of kern/9460 (set
  	version numbers).
  
  load_aout.c:
  	Trim some obsolete #if 0'ed cruft.
  
  pnp.c:
  	Tidy the pnpscan output, turn off the module scanning until we
  	sort out how to do it right.
  
  PR:		kern/9412 kern/9442 kern/9460 kern/9473
  Submitted by:	PRs from Daniel Sobral <dcs@newsguy.com>
  
  Revision  Changes    Path
  1.19      +2 -2      src/sys/boot/common/bootstrap.h
  1.6       +4 -2      src/sys/boot/common/help.common
  1.13      +12 -12    src/sys/boot/common/interp.c
  1.10      +53 -6     src/sys/boot/common/interp_forth.c
  1.13      +1 -103    src/sys/boot/common/load_aout.c
  1.8       +15 -16    src/sys/boot/common/pnp.c

  Modified files:
    sys/boot/ficl        ficl.c ficl.h sysdep.c sysdep.h 
                         testmain.c vm.c words.c 
    sys/boot/ficl/softwords softcore.awk softcore.fr 
  Log:
  Add EXCEPTION word set.
  
  Make TIB handling use buffer size to conform with ANS Forth.
  
  Add ANS MEMORY-ALLOC word set.
  
  See the PRs for extensive details.
  
  PR:		kern/9412 kern/9442 kern/9514
  Submitted by:	PRs from Daniel Sobral <dcs@newsguy.com>
  
  Revision  Changes    Path
  1.7       +6 -5      src/sys/boot/ficl/ficl.c
  1.7       +45 -9     src/sys/boot/ficl/ficl.h
  1.6       +7 -0      src/sys/boot/ficl/sysdep.c
  1.2       +1 -0      src/sys/boot/ficl/sysdep.h
  1.3       +6 -9      src/sys/boot/ficl/testmain.c
  1.4       +15 -10    src/sys/boot/ficl/vm.c
  1.17      +239 -23   src/sys/boot/ficl/words.c
  1.2       +1 -1      src/sys/boot/ficl/softwords/softcore.awk
  1.5       +3 -1      src/sys/boot/ficl/softwords/softcore.fr

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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