Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 1999 09:06:47 -0800 (PST)
From:      "Daniel C. Sobral" <dcs@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
Message-ID:  <199902041706.JAA87641@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dcs         1999/02/04 09:06:47 PST

  Modified files:
    sys/boot/common      bootstrap.h help.common interp.c 
                         interp_forth.c 
  Log:
  Make use of prototypes to silence warnings.
  
  Change include() so it will be able to load files with forth code,
  instead of just builtins. Remove #@- from the include section of the
  help file, since they don't work in the new version of include, unless
  BOOT_FORTH is not defined.
  
  Change bf_run() so it will return the result returned by ficlExec(). Also,
  make bf_run() push "interpret" to be executed by ficlExec(), since ficlExec()
  doesn't do it by itself. (Things worked previously because nothing
  recursed through ficlExec() by the way of bf_run()).
  
  Change/extend comments on builtin behavior.
  
  Search for "interpret" at the end of bf_init(), so /boot/boot.4th can
  provide it's own version.
  
  Remove dead code.
  
  Revision  Changes    Path
  1.20      +8 -1      src/sys/boot/common/bootstrap.h
  1.10      +0 -10     src/sys/boot/common/help.common
  1.14      +27 -1     src/sys/boot/common/interp.c
  1.12      +49 -25    src/sys/boot/common/interp_forth.c

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?199902041706.JAA87641>