home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / fifolib-38.3-src.tgz / tar.out / contrib / fifolib / version.doc < prev   
Text File  |  1996-09-28  |  2KB  |  73 lines

  1.  
  2.                VERSION.DOC
  3.  
  4.         The next version shall be >=2.0 only and thus become smaller.
  5.  
  6.     38.3
  7.         Introducing Ctrl-C/D/E/F and Ctrl-\ handling in cooked mode.
  8.  
  9.     38.2
  10.         Processed cooked input is no more ignored in raw mode.  Cooked
  11.         processing is only started when ACTION_READ or ACTION_WAIT_CHAR
  12.         really occur, so that pretyped input is not cooked should the
  13.         application switch to raw mode before reading.
  14.         
  15.     38.1
  16.  
  17.         Merged 37.4, 37.5 and 38.0.  Enhanced and corrected numerous
  18.         bugs in ACTION_SCREEN_MODE and ACTION_WAIT_CHAR.  Added many
  19.         error checks and return codes.  Recognizes "Console:" in
  20.         shell mode.  Compiles with DICE 2.06 and GCC 2.5.8.  Work
  21.         done by Jörg Höhle (Joerg.Hoehle@gmd.de).
  22.  
  23.         ACTION_SCREEN_MODE and ACTION_WAIT_CHAR now only work if
  24.         opened in shell mode, as the special port is needed to
  25.         obtain the file handles not found in these DOS packets.
  26.  
  27.         FIFO: will not open if neither r nor w flags are provided.
  28.         This is to conform to the documentation.
  29.  
  30.         Added ACTION_CHANGE_SIGNAL and ACTION_IS_FILESYSTEM.
  31.  
  32.     38.0
  33.         Work based on 37.4 Switched to GCC.  Added support for
  34.         ACTION_WAIT_CHAR (with timeout).  This release was done by
  35.         Hans Verkuil.  Email: hans@wyst.hobby.nl.
  36.  
  37.     37.5
  38.         The fifo-hander now understands ACTION_WAIT_CHAR. It doesn't
  39.         actually honor the timeout field, but assumes a zero timeout
  40.         (for knowing whether or not a character is present to be
  41.         read). Patch provided by David Varley, Victoria, Australia
  42.         (sol.deakin.OZ.AU!drum3!dave).
  43.  
  44.         All version strings (and the library Version/Revision)
  45.         updated to 37.5.
  46.  
  47.         Cleaned up sources to compile with ANSI flags set. Updated
  48.         makefile with an "install" command and changed it to not
  49.         compile directly to L: and LIBS:.
  50.  
  51.     37.4
  52.         Added 'K' flag.  This flag causes any Write() to fail if
  53.         there are no readers on the other end of the fifo and is
  54.         extremely useful in preventing lockup situations.
  55.  
  56.         Changes made to l:fifo-handler and libs:fifo.library
  57.  
  58.     3.1
  59.         Found and fixed bugs in L:fifo-handler's handling of ^C-^F.
  60.  
  61.     3.0
  62.         Third release.  Rewrote startup for fifo-handler such that
  63.         it must be run instead of mounted.    This gets rid of some
  64.         major problems under 1.3 .    To start the handler, use:
  65.  
  66.         1> run <nil: >nil: l:fifo-handler
  67.  
  68.     2.0
  69.         Second release
  70.  
  71.     1.0
  72.         Initial release
  73.