home *** CD-ROM | disk | FTP | other *** search
/ Aminet 10 / aminetcdnumber101996.iso / Aminet / util / misc / fifolib38_1.lha / version.doc < prev   
Text File  |  1995-12-10  |  2KB  |  62 lines

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