From owner-cvs-all Fri Nov 6 22:18:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA00370 for cvs-all-outgoing; Fri, 6 Nov 1998 22:18:06 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA00363; Fri, 6 Nov 1998 22:18:05 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA18067; Fri, 6 Nov 1998 22:18:07 -0800 (PST) Date: Fri, 6 Nov 1998 22:18:07 -0800 (PST) Message-Id: <199811070618.WAA18067@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/common interp_forth.c src/sys/boot/ficl ficl.c ficl.h words.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1998/11/06 22:18:07 PST Modified files: sys/boot/common interp_forth.c Log: Eliminate much code cruft by extending simple file I/O API to include fopen and fclose. Also look for /boot/boot.4th now and, if found, load its contents. Revision Changes Path 1.7 +9 -4 src/sys/boot/common/interp_forth.c Modified files: sys/boot/ficl ficl.c ficl.h words.c Log: Eliminate much code cruft by extending simple file I/O API to include fopen and fclose. Revision Changes Path 1.6 +48 -2 src/sys/boot/ficl/ficl.c 1.4 +8 -0 src/sys/boot/ficl/ficl.h 1.11 +44 -52 src/sys/boot/ficl/words.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message