home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Tools / archiver / Compress.README < prev    next >
Encoding:
Text File  |  1991-07-11  |  1.3 KB  |  49 lines

  1.  
  2.     Filename:    README 
  3.     Created :    Mon Jul  1 16:19:34 1991 
  4.     Author  :    Vince DeMarco
  5.         <demarco@cpsc.ucalgary.ca>
  6.  
  7. Compress version 1.0
  8.  
  9.     This program is basically a nice front end to the
  10. compress/uncompress program.  Execpt that the compress/uncompress code
  11. has been incorperated directly into the Compress program itself.  No
  12. system() or execl() calls are done at all.
  13.  
  14.     The program will also allow you to decompress all files ending
  15. with .Z simply by double clicking on them.
  16.  
  17.     This program also provides a file compression service for any
  18. program that can paste file names into the NXFilenamePboard (namely
  19. Workspace Manager)
  20.  
  21.  
  22. Things to do.
  23.  
  24.     When a file is being compressed or decompressed no indication
  25. of how long it will take is given to the user.  This needs to be added
  26. at some point in time.
  27.  
  28.  
  29. The compress code is taken from:
  30.  
  31. /*
  32.  * compress.c - File compression ala IEEE Computer, June 1984.
  33.  *
  34.  * Authors:    Spencer W. Thomas    (decvax!harpo!utah-cs!utah-gr!thomas)
  35.  *        Jim McKie        (decvax!mcvax!jim)
  36.  *        Steve Davies        (decvax!vax135!petsd!peora!srd)
  37.  *        Ken Turkowski        (decvax!decwrl!turtlevax!ken)
  38.  *        James A. Woods        (decvax!ihnp4!ames!jaw)
  39.  *        Joe Orost        (decvax!vax135!petsd!joe)
  40.  *        Dave Mack        (csu@alembic.acs.com)
  41.  *
  42.  * Revision 4.1   91/05/26        csu@alembic.acs.com
  43.  *
  44.  */
  45.  
  46. Compress version 1.1
  47.  
  48.     Make some updates See the ChangeLog file
  49.