home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma32.dms / ma32.adf / xfd-lib / README next >
Text File  |  1994-03-27  |  4KB  |  91 lines

  1.                       XFD Package - Release 1.02
  2.                       ==========================
  3.  
  4. IMPORTANT NOTE
  5. --------------
  6. This  release contains the includes and autodocs for xfdmaster.library.
  7. However,  due to lack of time, there are some things missing:
  8. - Internal slaves currently don't support decrunching of segments.
  9. - No example sourcecode on how to use the library is included.
  10. All these things will follow in the next updates, so stay tuned.
  11.  
  12. AUTHORS
  13. -------
  14. Georg Hörmann    - definition of XFD standard, library coding,
  15.           xfdLibInfo, xfdList, xfdDecrunch.
  16.  
  17. COPYRIGHT
  18. ---------
  19. All  parts  of  this  software  package  are  freely  distributable for
  20. noncommercial use.  If you redistribute XFD, you have to keep all files
  21. together.  All programs are copyright by their authors.
  22.  
  23. DISCLAIMER
  24. ----------
  25. The  authors  are  not  liable  for any changes made to any part of the
  26. package, or consequences thereof as they cannot be made responsible for
  27. damages  or  loss  of  data  directly  or  indirectly  caused  by their
  28. software.
  29.  
  30. INTRODUCTION
  31. ------------
  32. Almost  every  Amiga  user  has some crunched files on his (hard)disks,
  33. either  Powerpacked docs or crunched demos, utilities or whatever.  But
  34. what to do when you need the files to be uncrunched, and you don't call
  35. the cruncher your own (or it doesn't support decrunching)?  Enters XFD.
  36.  
  37. FEATURES
  38. --------
  39. This  software  package allows you to decrunch nearly every packed file
  40. known  on the Amiga.  It consists of the xfdmaster.library as the brain
  41. and a couple of programs that offer certain functions to the user.
  42.  
  43. The  xfdmaster.library is a standard Amiga shared, runtime library.  It
  44. works  with  Kickstart  V33+ and offers applications the possibility to
  45. directly support any crunched files.
  46.  
  47. Other  than the predecessor decrunch.library, the xfdmaster.library has
  48. a  more  flexible  user  interface,  offers the possibility to decrunch
  49. already loaded program segments and supports external decrunchers.  The
  50. last  mentioned  can  be  easily  written  by  any  programmer  who has
  51. knowledge  about the inner workings of a new cruncher.  That way almost
  52. everybody is able to keep the library up-to-date.  External decrunchers
  53. are stored in "LIBS:xfd/" and xfdmaster.library loads them on startup.
  54.  
  55. SUBMISSIONS
  56. -----------
  57. If  you  are  a  programmer and have developed external decrunchers for
  58. xfdmaster.library  or  applications that use it, please send them to me
  59. and I'll include them in the XFD distribution package.  As I'm not able
  60. to  type include files for Modula-2, 'C' or Oberon, I'm very interested
  61. in  these  translations  too.  Please send anything of the above to the
  62. following address:
  63.  
  64. Georg Hörmann
  65. Am Lahnewiesgraben 19
  66. 82467 Garmisch-Partenkirchen
  67.  
  68. HISTORY
  69. -------
  70. XFD 1.02 [xfdmaster.library 33.3]
  71. - Did astonishing speed optimization to CrunchMania decruncher. All
  72.   files with lots of relocs will decrunch about 30 times faster. Thanks
  73.   to Markus Schmall who sent me a file (GadToolsBox with over 8000 [!]
  74.   reloc entries) that took 90 seconds (!) before that code cleanup and
  75.   3 seconds afterwards. Actually he thought XFD would crash, but who
  76.   waits 90 seconds ??? ;-)
  77. - Added Chryseis 0.9 decruncher. This one is implemented as external
  78.   decruncher including sourcecode as an example on how to code that
  79.   kind of thing.
  80. - Added File Imploder (FImp) decruncher.
  81. - Added new version of xfdDecrunch with lots of new features.
  82.  
  83. XFD 1.01 [xfdmaster.library 33.2]
  84. - Added asm includes, autodocs and fd files.
  85. - Final fixes in password code.
  86. - Added new versions of xfdDecrunch and xfdLibInfo.
  87. - Added support for external decrunchers.
  88.  
  89. XFD 1.00 [xfdmaster.library 33.1]
  90. - First public release.
  91.