home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / compress / zoosrc20.zoo / latenews < prev    next >
Text File  |  1989-07-25  |  1KB  |  24 lines

  1.                               Late breaking comments
  2.  
  3. o    I have not tried compiling and executing all source files with NDEBUG
  4.      *not* defined.  When NDEBUG is not defined, many assertions in the code
  5.      get enabled and will give error messages if they fail.  Recent
  6.      revisions may have made some of these assertions invalid.
  7.  
  8. o    On systems with ints longer than 32 bits, there were some minor
  9.      portability problems reported in the past.  I suggested some fixes (which
  10.      are incorporated in the current distribution) but was unable to confirm
  11.      if they worked.  If you get zoo 2.0 working on a Cray, CDC, or similar
  12.      machine with very large ints, please let me know.
  13.  
  14. o    Handling of pathnames longer than 255 characters is probably not robust
  15.      at this time.  Zoo should be able to handle pathanmes of up to 510
  16.      characters, with the filename part and the directory prefix part each
  17.      being 255 characters or less.  But it will probably choke on any pathname
  18.      that is longer than 255 characters.
  19.  
  20. o    The **IX "file" command, at least on System V Release 2 and on 4.3BSD,
  21.      can be made to recognize zoo archives.  Instructions are in the file
  22.      "file.fix".
  23.  
  24.