home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / objc / appkit / uncompresshelp.README < prev    next >
Encoding:
Text File  |  1995-09-26  |  783 b   |  22 lines

  1. uncompresshelp is a little program that using the indexing kit to
  2. read a Help.store file, and then pulls files out of Help.store and
  3. puts them back onto the filesystem.  I originally wrote it because
  4. I wanted to see what a demo program could do, but the people who
  5. wrote the demo decided to put a 2 minute time limit on it.  That
  6. made it a _little_ hard to read the online manual ...
  7.  
  8. Bug fixes #1:
  9.     Fixed an inverted test which caused it to neglect to actually
  10.     pull files out of the store (sigh).
  11.     Fixed problems with handlding filenames with spaces in them.
  12.     Added more descriptive and debugging output.
  13.  
  14. Bug fixes #2:
  15.     File indices are stored big-endian.  Added code to swap as
  16.     appropriate.
  17.  
  18. Enjoy,
  19. Scott Hess
  20. 12550 Portland Avenue South, #121
  21. Burnsville, MN  55337
  22.