From owner-cvs-all Thu Dec 31 06:03:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA02862 for cvs-all-outgoing; Thu, 31 Dec 1998 06:03:40 -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 GAA02850; Thu, 31 Dec 1998 06:03:37 -0800 (PST) (envelope-from abial@FreeBSD.org) From: Andrzej Bialecki Received: (from abial@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA21910; Thu, 31 Dec 1998 06:03:29 -0800 (PST) Date: Thu, 31 Dec 1998 06:03:29 -0800 (PST) Message-Id: <199812311403.GAA21910@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/ficl words.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk abial 1998/12/31 06:03:29 PST Modified files: sys/boot/ficl words.c Log: Add support for some FACILITY words: key? ( -- flag) \ check to see if there's a key to be read from input ms ( u -- ) \ wait that many milliseconds seconds ( -- u ) \ get number of seconds from midnight. 'words' now outputs the list page by page - this probably should go through libstand's pager, but will have to wait for closer integration of built-ins with Forth... Submitted partially by: W Gerald Hicks Revision Changes Path 1.14 +74 -1 src/sys/boot/ficl/words.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message