Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Dec 1998 06:03:29 -0800 (PST)
From:      Andrzej Bialecki <abial@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/boot/ficl words.c
Message-ID:  <199812311403.GAA21910@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <wghicks@bellsouth.net>
  
  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



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