home *** CD-ROM | disk | FTP | other *** search
/ Graphics 16,000 / graphics-16000.iso / archivrs / amiga / pplib.rdm < prev    next >
Text File  |  1991-11-15  |  4KB  |  86 lines

  1.  
  2.                       **********************************
  3.  
  4.                          powerpacker.library  V35.256
  5.  
  6.                          Release 1.3a
  7.  
  8.                          (c) 1991 Nico Francois
  9.  
  10.                       **********************************
  11.  
  12.  
  13.     Several people suggested the development of a library to help programs
  14. decrunch files crunched with PowerPacker, and that is exactly what this is.
  15.     This library tries to make it very easy to support PowerPacked files. It
  16. is a standard Amiga shared, runtime library and is called exactly like all
  17. the other Amiga libraries. Using this library it will be a lot simpler to make
  18. your program 'PowerPacker compatible' than with the previously distributed
  19. decrunch source.
  20.  
  21.                                LIBRARY HISTORY:
  22.  
  23. *****************************************************************************
  24. RELEASE 1.0 (Library Version 33.1)
  25.  
  26.     First release.
  27.  
  28. *****************************************************************************
  29. RELEASE 1.1 (Library Version 34.1)
  30.  
  31.     Added 'ppOverlayDecrHdr' for use of library from overlay decrunch header.
  32.     Requesters now have depth and close gadgets.
  33.     Faster decrunching in 'pp...DecrHdr' code.
  34.  
  35. *****************************************************************************
  36. RELEASE 1.1a (Library Version 34.2)
  37.  
  38.     Bug fixed: A6 was not preserved in ppLoadData!
  39.     Oberon interface to the library included.
  40.  
  41. *****************************************************************************
  42. RELEASE 1.2 (Library Version 35.254)
  43.  
  44.     PowerPacker 4.0's library decrunch header needs this version to work.
  45.       Some things have changed to crunch files even better :-)
  46.     After relocation of loaded executable the instruction and data caches
  47.       are cleared.  This should insure compatibility with the 68040.
  48.       Note that this only applies to Amigas running Kickstart 2.0 (V37).
  49.     Crunching code added to library (4 new functions):
  50.       ppAllocCrunchInfo, ppFreeCrunchInfo, ppCrunchBuffer, ppWriteDataHeader.
  51.     One new requester function: ppEnterPassword.
  52.     The requester functions ppGetString and ppGetLong are now declared
  53.       obsolete!  They can now be found (much improved) in 'reqtools.library'.
  54.     'reqtools.library' _MUST_ be installed in your system for the the old
  55.       (obsolete) requester functions to work!  ppGetPassword and
  56.       ppEnterPassword also call functions in 'reqtools.library'.
  57.     ppErrorMessage function added to get default error messages.
  58.     Support for crunched LoadSeg files added for use with PPLoadSeg 1.1.
  59.     Stricter check for unknown data headers.
  60.  
  61. *****************************************************************************
  62. RELEASE 1.3 (Library Version 35.255)
  63.  
  64.     Fixed serious bug: PPLoadSeg files were incorrectly decrunched!
  65.     Now distributed with release 1.0a of reqtools.library.
  66.     Improved installation script.
  67.  
  68. *****************************************************************************
  69. RELEASE 1.3a (Library Version 35.256)
  70.  
  71.     Fixed serious bug: in low memory situations ppAllocCrunchInfo crashed!!
  72.     Small changes and enhancements to autodocs.
  73.  
  74. *****************************************************************************
  75.  
  76. powerpacker.library written by Nico Francois (Yes, Nico is my first name :-)
  77.                     thanks to Moroder Andreas for the useful suggestions.
  78.                               Kai Bolay for writing the Oberon interface.
  79.  
  80.  
  81. (c) 1991 Nico Francois / PowerPeak
  82.  
  83.                                    //
  84.                        Thanks to \X/ Amiga for being the best computer ever !
  85.  
  86.