home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / libs / xfd / readme
Encoding:
Text File  |  1998-03-01  |  26.6 KB  |  534 lines

  1.                       XFD Package - Release 1.20
  2.                       ==========================
  3.  
  4. COPYRIGHT
  5. ---------
  6. All  parts  of  this  software  package  are  freely  distributable for
  7. noncommercial use.  If you redistribute XFD, you have to keep all files
  8. together.  All programs are copyright by their authors.
  9.  
  10. DISCLAIMER
  11. ----------
  12. The  authors  are  not  liable  for any changes made to any part of the
  13. package, or consequences thereof as they cannot be made responsible for
  14. damages  or  loss  of  data  directly  or  indirectly  caused  by their
  15. software.
  16.  
  17. AUTHORS
  18. -------
  19. Georg Hörmann          - Definition of XFD standard, xfdmaster.library,
  20.                          xfd#? tools, Assembler includes, some external
  21.                          decrunchers.
  22. Dirk Stöcker           - External decrunchers and 'C' support.
  23. Dexter&Bartman/Abyss   - External decrunchers.
  24. WEPL                   - External decrunchers and Oberon includes.
  25. ???                    - External decrunchers.
  26. A. Van Helsing/X-Trade - External decrunchers.
  27. Psygore                - External decrunchers.
  28. Mr.Larmer/Wanted Team  - External decrunchers.
  29. DII                    - External decruncher and Amiga E stuff.
  30. Nils Görs              - External decruncher.
  31.  
  32. INTRODUCTION
  33. ------------
  34. Almost  every  Amiga  user  has  some  crunched files on his/her disks,
  35. either  Powerpacked docs or crunched demos, utilities or whatever.  But
  36. what to do when you need the files to be uncrunched, and you don't call
  37. the cruncher your own (or it doesn't support decrunching)?  Enters XFD.
  38.  
  39. FEATURES
  40. --------
  41. This  software  package allows you to decrunch almost every packed file
  42. known  on the Amiga.  It consists of the xfdmaster.library as the brain
  43. and a couple of programs that offer certain functions to the user.
  44.  
  45. The  xfdmaster.library is a standard Amiga shared, runtime library.  It
  46. works  with  Kickstart  V33+ and offers applications the possibility to
  47. directly support any crunched files.
  48.  
  49. Other  than the predecessor decrunch.library, the xfdmaster.library has
  50. a  more  flexible interface, offers the possibility to decrunch already
  51. loaded  program  segments,  supports  external  decrunchers, is able to
  52. unlink  so-called  4EB9-linked  files and can scan for crunched data in
  53. any memory area.
  54.  
  55. EXTERNAL DECRUNCHERS
  56. --------------------
  57. External  decrunchers  can  be easily written by any programmer who has
  58. knowledge  about the inner workings of a new cruncher.  That way almost
  59. everybody is able to keep the library up-to-date.  External decrunchers
  60. are  stored in "LIBS:xfd/" and xfdmaster.library loads them on startup.
  61. Please  check  out  your own "LIBS:xfd/" drawer and compare it with the
  62. latest  one included in this package.  The slaves from this package are
  63. always  the latest versions.  There exist old external decrunchers that
  64. are  no  longer  required,  please delete them from "LIBS:xfd/" to save
  65. diskspace AND memory.  They are mentioned in "LIBS:xfd/.README.FIRST"
  66.  
  67. ATTENTION
  68. ---------
  69. Although  I  clearly  stated  in the autodocs that external decrunchers
  70. have  to  be fully reentrant (which means they can handle several files
  71. within the same time), some externals are programmed not 100% safe.  If
  72. you  ever  have trouble with XFD, first disable the external slaves and
  73. then try again.  If there's still a problem, send me a bug report.
  74.  
  75. SUBMISSIONS
  76. -----------
  77. You are a programmer who has
  78. - developed external decrunchers for xfdmaster.library?
  79. - written applications that support xfdmaster.library?
  80. You have new crunchers that are not supported yet?
  81. Please send anything of the above to the following address:
  82.  
  83. Georg Hörmann
  84. Martinswinkelstraße 16c
  85. 82467 Garmisch-Partenkirchen
  86. Germany
  87.  
  88. THANKS
  89. ------
  90. Special  thanks  go  out  to  all the people who sent me new crunchers,
  91. external  decrunchers,  bug  reports  or  whatever.  You will find your
  92. names somewhere in the history.
  93.  
  94. HELP ME
  95. -------
  96. Who  is  interested  in writing a nice GUI for xfdmaster.library?  As I
  97. don't  have  enough  time to do this myself, I'm searching for somebody
  98. who  would  like  to  and has the skills to code a GUI-based all-in-one
  99. xfdDecrunch/Unlink/List/Scan  utility.   It  should read files, analyse
  100. them  quickly  (crunched?/linked?) scan them if necessary and save back
  101. the  result.   All  this  combined  with  lots  of  options and default
  102. settings would be very useful for all of us.
  103.  
  104. HISTORY
  105. -------
  106. XFD 1.20 [xfdmaster.library 38.3]
  107. - Removed externals AMOS, CRND, CRUN, FUCK as they are included in the
  108.   external ByteKillerFake too. Thanks to Dirk Stöcker for the hint.
  109. - PowerPacker Data slave supports PP2O files now (capital O instead of
  110.   zero). Thanks to Dirk Stöcker again.
  111. - Added new externals DMP0, PCompress and Supplex written by Dirk
  112.   Stöcker and Nils Görs. Thanks guys, this really saved me some work.
  113. - Added sourcecodes for new PCompress and Supplex externals.
  114. - Added support for patched DragPack 1.0 files. These will not appear
  115.   very much as they are made by hand, but it was simple to implement,
  116.   so why not? Thanks to Dirk Stöcker again for the example.
  117. - Added support for another SyncroPacker version to the S.P. slave.
  118.   The example file must have been created by a version different to 4.6,
  119.   but I don't know if any other versions exist, so I added it to 4.6.
  120.   Thanks again to Dirk for the file.
  121. - Improved ProPack slave. It now supports files with manipulated IDs.
  122.   But the correct algorithm type in the ID is still required, so some
  123.   totally overwritten IDs will still not be recognized.
  124. - Added StoneCracker 4.03 slave. Thanks to Dirk for the files.
  125. - Reworked recognition for StoneCracker 4.04 files. Manipulated IDs
  126.   will be accepted now. Thanks to Dirk for the files.
  127. - Reworked ProPack slave again. It now accepts any kind of manipulation.
  128.   Thanks to Dirk for the files.
  129. - Fixed CP external. This one recognized 'CPic' files and then crashed.
  130.   As I don't have CP files, I just added a 'negative' recognition to
  131.   avoid CPic files. Thanks to Dirk for the bug report.
  132. - Added PK-Protector 2.00 slave. This will just remove the protection
  133.   from crunched files so you can decrunch them afterwards. Thanks to
  134.   Mr.Larmer for sending the program.
  135.  
  136. XFD 1.19 [xfdmaster.library 38.2]
  137. - Added external slave 'UNIX-Compress' and its sourcecode written by
  138.   Dirk Stöcker. Thanks a lot. This is the first slave written in 'C'
  139.   and a good example how to do it correctly.
  140. - Fixed problem with PowerPacker Data slaves. With odd file lengths the
  141.   slaves crashed on MC68000. Thanks to Dirk Stöcker for the report.
  142. - Added recognition for 'PARA' files to Imploder slave. It's just a
  143.   cloned FImp file and the external PARA slave wrongly recognized
  144.   'SCOPTIONS' files as PARA crunched. Please remove PARA slave from
  145.   LIBS:xfd!! Thanks again to Dirk for the report.
  146. - Added new Include files for 'C' language. These are 100% correct
  147.   and have been created by Dirk Stöcker. Thanks once again.
  148. - Fixed Autodocs: Some synopsises for 'C' were incorrect. Thanks one
  149.   more time to Dirk ;-)
  150. - Fixed Imploder Data slave: The last longword is just a checksum that
  151.   has been stripped at some clones, I don't test for this any longer.
  152.   Thanks for the example files to Dirk.
  153. - Added old Imploder version. I can only guess which version created
  154.   the file sent by Dirk Stöcker (maybe 1.0?), because I've never seen
  155.   such an Imploder file header and I don't have Imploder 1.0, but it's
  156.   definately an original Imploder file. Anyway, such files are handled
  157.   correctly now.
  158. - Added PowerPacker 2.0 slave. Thanks to Dirk for the example file.
  159. - Fixed bug in CrunchMania Data slaves and added XFDPFF_RECOGLEN and
  160.   XFDPFF_USERTARGET support.
  161. - Added XFDPFF_RECOGLEN and XFDPFF_USERTARGET to Imploder Data and
  162.   PowerPacker Data slaves. All important data formats support the
  163.   new flags now, I will add them to the minor slaves somewhere in
  164.   the near future.
  165. - Added xfdm_ExecBase field to the library base. Not all internal
  166.   slaves can support this cached pointer, but most will do in the
  167.   future. The main library code already supports the field for better
  168.   CPU performance.
  169. - Did a little definition add-on I forgot in v38.1: If slaves support
  170.   XFDPFF_RECOGLEN but can't for what reason ever determine the correct
  171.   lengths for return to the caller, they set xfdrr_MinTargetSize and
  172.   xfdrr_FinalTargetSize to -1. So please check for those values in
  173.   your applications. Sorry!
  174. - Added support for cached ExecBase to almost every internal slave
  175.   and by the way fixed some bad library calls that might have caused
  176.   crashes (funny: all errors stuck in error handling code ;-)
  177.  
  178. XFD 1.18 [xfdmaster.library 38.1]
  179. - Added support for CrunchyDat 1.0 files. Thanks go to Bert Jahn for
  180.   sending me that packer.
  181. - Added new feature to xfdRecogBuffer(): The recog code can determine
  182.   the length of the decrunched file already during recognition. The
  183.   caller then knows how big the buffer for decrunching must be and
  184.   can allocate its own buffer for that purpose. This is supported by
  185.   xfdDecrunchBuffer() now. All this meant changes in xfdBufferInfo,
  186.   lots of additional flags and a new structure called xfdRecogResult.
  187.   See autodocs for further information.
  188.   Idea by Dirk Stöcker, author of XPK, to make XFD more compatible to
  189.   XPK and let XPK benefit from the power of xfdmaster.library.
  190. - Unfortunately, in the current state of development, everything is
  191.   prepared for the new features, but no slave supports them until now.
  192.   And there will always be slaves that never ever support them because
  193.   it's simply impossible to calculate the decrunched length without
  194.   starting to decrunch the files.
  195.   Nevertheless I will try to update all slaves as soon as possible.
  196. - Here we go: Added support for new features to StoneCracker Data
  197.   slaves and ProPack Data slaves to test the new options. Works fine!
  198.   Now it's your turn, Dirk ;-)
  199. - Added external slaves and sourcecodes (4GetIt, BHC3, ImploderClone,
  200.   PPBk) written by Dave Jones. Thanks dude!
  201.  
  202. XFD 1.17 [xfdmaster.library 37.8]
  203. - Added support for StoneCracker 2.99b files. Thanks to Mr. Larmer for
  204.   sending me that old cruncher.
  205. - Fixed bug in xfdScan() routine that caused crashes when using hooks.
  206.   Thanks again to Mr. Larmer for the report.
  207. - Finally added support for old ProPack data files. These use the same
  208.   identifier like the new ones, therefore it was a bit complicated to
  209.   determine the correct type. Thanks again to Mr. Larmer for example
  210.   files and decrunchers.
  211.  
  212. XFD 1.16 [xfdmaster.library 37.6]
  213. - Fixed problem with ProPack (RNC) executables that contain hunks
  214.   with reloc information. Thanks to Mr. Larmer/Wanted Team for the
  215.   example file.
  216. - Added JEK!, LeCr and Vice decrunchers written by Mr. Larmer.
  217. - Added support for PowerPacker LoadSeg (PPLS) files. Thanks for
  218.   the suggestion to WEPL. These files may cause problems because
  219.   overlayed files are crunched as well with this format without
  220.   any differences :-(
  221.  
  222. XFD 1.15 [xfdmaster.library 37.5]
  223. - Added support for CFP 1.35/1.36 protected files.
  224. - Fixed bug in xfdStripHunks(). It may happen that a hunk_name etc.
  225.   is the very last hunk without any other information after it. In
  226.   this case the old routine crashed. Thanks for the example file to
  227.   Christoph Dietz.
  228. - Added new ProPack strain. Thanks to WEPL for sending the sample.
  229. - Added 68000-fixed version of BOND external slave to the library.
  230.   Thanks to Dirk Stöcker for the bug report.
  231. - Fixed external CP slave. Now it won't produce wrong recognitions
  232.   any longer. Thanks to Holger Wessling and Emmanuel Poirier for
  233.   the example files.
  234.  
  235. XFD 1.14 [xfdmaster.library 37.3]
  236. - Added CPU cache handling code to all routines that manipulate any
  237.   buffers. I hope this will reduce problems with 68040/060 CPUs.
  238. - Replaced several buggy sublibraries by Mr.Larmer/Wanted Team with
  239.   new cleaned-up versions. Thanks for that updates, dude.
  240. - Added new sublibrary (DPRa) and some Amiga E stuff by DII. Thanks!
  241.  
  242. XFD 1.13 [xfdmaster.library 37.2]
  243. - Added segment support to Titanics Cruncher 1.1/1.2, Spike Cruncher,
  244.   ProPack, TurboSqueezer 6.1/8.0 and HQC Cruncher 2.0 slaves.
  245. - Added Master Cruncher 3.0 Data slave, added segment support to
  246.   Master Cruncher 3.0 slave and rewrote parts of the Master Cruncher
  247.   decrunch routines.
  248. - Added new version of xfdPatch with a serious bug fixed. Sorry folks!
  249. - Arhh! Bug fixed in the optimized Crunchmania routines added in 1.12.
  250.   Empty code hunks caused a system crash. Thanks to Holger Wessling
  251.   for the report and the example files.
  252. - Fixed little bug in the StoneCracker 4.04 Data length calculation.
  253.   No crash this time :-) Thanks to Holger again for the example file.
  254. - Added segment support to DragPack 2.52 slave.
  255. - Added XFDPFF_RELMODE flag support to the following slaves: Propack,
  256.   Imploder (Normal/Lib/Overlay) and CrunchMania (Normal/Lib/Simple)!
  257.   As these crunchers already allocate their hunks during LoadSeg(),
  258.   I wrote a hunk manager that checks the memory type of each loaded
  259.   hunk and switches to another area if neccessary.
  260. - Added segment support to Chryseis Cruncher 0.9 and ReloKit 1.0.
  261.   Finally I made it!! All internal reloc slaves support full segment
  262.   decrunching and relocation modes now :-))
  263. - Combined Powerpacker x.x Master/Normal to simple PowerPacker x.x
  264.   slaves. This saves memory and CPU time.
  265. - Added data scan support to LightPack 1.5 and TurtleSmasher 2.00
  266.   Data slaves. Changed CrunchMaster 1.0 type from data to address.
  267. - Added data scan support to ST Cruncher 1.0 Data slave. Now all
  268.   internal data slaves support data scanning!!
  269. - Added Super Cruncher 2.7 slave with buffer and segment support.
  270. - Added Ultimate Packer 1.1 slave with buffer and segment support.
  271. - Added Old ProPack (RNC) slave. Thanks to WEPL for the sourcecode
  272.   and the example files. This slave cannot handle XFDREL_#? as only
  273.   the first hunk is crunched and all others are already relocated at
  274.   decrunch time. Sorry!
  275. - Added SA/SC/SF/SP/SQ Cruncher slave. Here we have a big problem:
  276.   There exist different versions of the SA, SC and SP formats with
  277.   different crunch algorithms. Therefore these will only be scanned
  278.   for, but not decrunched. SF and SQ should work properly. Thanks to
  279.   WEPL for the sourcecode and the example files.
  280. - Added PowerPacker Patch 1.0 slave. This silly tool adds different
  281.   headers to standard PowerPacker 4.0 files. Thanks to Dave Jones
  282.   for sending that stuff.
  283. - Added ExeDescript 1.0 Linker to the internal linker brain. This
  284.   one is a bit special as it just adds a data hunk at the end of a
  285.   file with some text in it. To recognize this stuff, the whole file
  286.   must be in memory. Sorry, but the xfdm_MinLinkerSize field is of
  287.   no use any longer for this type of linker. Thanks to Dave Jones
  288.   for sending lots of example files.
  289.  
  290. XFD 1.12 [xfdmaster.library 37.1]
  291. - Fixed problem in ProPack slave. It may happen that some hunks are
  292.   not crunched in the RNC format but included as plain hunks. This has
  293.   not been supported correctly. Thanks to Dave Jones and John Aadnoy
  294.   for the example files.
  295. - Optimized decrunch speed of CrunchMania slave by factor 50 !!!
  296.   You won't see it with small files, but Holger Wessling sent me two
  297.   files that took several minutes to decrunch with the old routine
  298.   and about 4 seconds with the new one (the file had up to 140 hunks
  299.   and 6200 reloc entries at 700000 bytes). Thanks Holger.
  300. - Added lots of external decrunchers written by Mr.Larmer/Wanted Team.
  301.   Thanks for all the work you had with that stuff.
  302. - Added new utility called xfdPatch. Just use it!
  303. - Added an extra feature to Imploder and CrunchMania slaves:
  304.   they both will decrunch even some modified files now. Thanks to
  305.   Dave Jones for sending the 'The Party IV' 40k intros.
  306. - Added full GNU Packer 1.2 support. Thanks to Mr.Larmer/Wanted Team
  307.   for sending that stuff.
  308. - Added new version of xfdPatch that allows to set relocation modes.
  309. - Added support for TrashEliminator 1.0.
  310. - Added new version of xfdLibInfo.
  311. - Added new functions to xfdmaster.library: xfdScanData(),
  312.   xfdFreeScanList() and xfdObjectType(). The data scanner is based
  313.   on an idea by Holger Wessling. Thanks dude!
  314. - Added new fields to xfdBufferInfo and xfdSegmentInfo structures.
  315.   Read the autodocs for more details about the new behaviour of
  316.   xfdRecogBuffer()/xfdRecogSegment() concerning external slaves.
  317.   This was neccessary as a lot of people sent me files that made
  318.   some trouble with external slaves. Thanks to Axel Folley, Holger
  319.   Wessling, John Aadnoy and all the others for the example files.
  320. - Added new utility called xfdScan that supports the new data scan
  321.   routines.
  322. - Added data scan support and improved data recognition/testing to
  323.   ANC, SoundTracker Song, CrunchMania, DragPack 2.52, GNU Packer,
  324.   IAM (ICE!/ATM5), PMC, StoneCracker, XPK, ProPack, PackIt and
  325.   Imploder data slaves.
  326. - Added new versions of xfdList, xfdDecrunch and xfdPatch.
  327. - Added data scan support for PowerPacker PP20 data. This code is
  328.   a real data analyzer that checks data for proper decrunchability.
  329.   The crypted data PX20 however can not be scanned in deep mode.
  330. - Added segment support to QuickPowerPacker 1.0.
  331. - Added new function xfdInitScanHook() for easy hook management.
  332. - Added ProPackExe external decruncher. Thanks to WEPL for sending
  333.   this new format.
  334.  
  335. XFD 1.11 [xfdmaster.library 36.4]
  336. - Added new versions of xfdDecrunch, xfdList and xfdUnlink with
  337.   several bug fixes and/or new features.
  338. - Fixed support for Hunk_Reloc32Short in xfdTestHunkStructureFlags(),
  339.   xfdRelocate() and xfdStripHunks(). Thanks to WEPL for the report.
  340. - Added new/updated external decrunchers written by WEPL (thanks
  341.   for all your work): Ice_TSM, SSUR, TPWM, BOND, CMP1, LOB, DeCloner.
  342. - Added Oberon include file for xfdmaster.library. Thanks again to
  343.   WEPL for that stuff. Please note that it is written for XFD 1.07
  344.   and therefore a bit old, but you may modify it for your needs.
  345. - Added external decruncher for 4Vx written by Psygore. Thanks to
  346.   Holger Wessling for sending it.
  347. - Added full segment decrunch support to Imploder, Imploder Library
  348.   and Imploder Overlay slaves. No dirty jump-in hacks, but a real
  349.   emulation that also corrects the hunktable entries of overlays.
  350. - Fixed PowerPacker 3.0/4.0 Overlay segment decrunching code.
  351.   The entries in the hunktable haven't been updated.
  352.  
  353. XFD 1.10 [xfdmaster.library 36.3]
  354. - Added recognition and unlink code for Glue 2.2 and Glue 2.3 text
  355.   linkers. You will get the text file and the original executable
  356.   as a result after unlinking such files. Thanks to Markus Schmall
  357.   and Dave Jones for the example files.
  358. - Finally fixed Imploder stuff to work 100% correctly. The new
  359.   method is a bit slower, but doesn't waste any memory any longer.
  360.   The length calculation of the old one was based on a rough guess,
  361.   now it's counted byte by byte. Corrupted data is detected now and
  362.   won't lead to a big crash any longer. The new code also recognizes
  363.   if a hunk was originally data or code.
  364. - Added support for Imploder Overlay files. These have been only
  365.   recognized, but not decrunched. Now the new length calculation
  366.   made it easy to finally implement that stuff. Thanks to Axel
  367.   Folley for all the example files.
  368. - Added new version of xfdDecrunch.
  369.  
  370. XFD 1.09 [xfdmaster.library 36.1]
  371. - Oops! XPK slave set password length to 0. This caused some
  372.   trouble when decrunching XPK encrypted files. I forgot to
  373.   set MaxSpecialLen to -1 as XPK has unlimited password lengths.
  374.   Thanks to the guy (sorry, forgot your name) who called me.
  375. - Fixed xfdTestHunkStructure[New]() and xfdRelocate().
  376.   Those two calls now only support hunk types that may really
  377.   exist in load files and no longer any weird linker stuff.
  378.   Added full support for hunk_reloc32short ($3f7/$3fc).
  379. - Added xfdTestHunkStructureFlags() with XFDTHB_NOOVERLAYS
  380.   to force an error if a file is overlayed.
  381. - Added xfdStripHunks() as an easy possibility to remove
  382.   hunk_name, hunk_symbol and/or hunk_debug from files.
  383. - Extended xfdSlave and xfdMasterBase structures.
  384.   Internal slaves have an ID now and can be replaced by
  385.   external slaves. Minimum buffer size to recognize a
  386.   crunched file can be specified for every slave now.
  387.   The largest buffer size is stored in xfdMasterBase and
  388.   can be used as buffer size for recognition purposes.
  389.   Thanks to Dave Jones and the other guy (see above) for
  390.   the inspiration.
  391. - Added new versions of xfdDecrunch and xfdLibInfo.
  392. - Moved external Chryseis slave inside library.
  393. - Added new version of xfdList.
  394. - Fixed defines in xfdmaster.h from $XYZ to 0xXYZ.
  395. - Added external decrunchers: AXIS, LOB and SF written by
  396.   A. Van Helsing/X-TraDe. Thanks to Holger Wessling for
  397.   sending them to me.
  398. - Fixed ProPack slave. Recognizes another executable header
  399.   now and doesn't crash with several hunk_bss any more.
  400.   Thanks to Markus Schmall for reporting the problem.
  401. - Fixed StoneCracker 4.04 slave. Forgot to support empty
  402.   code and data hunks as old compilers produce them.
  403.   Thanks to Dave Jones for the example file.
  404. - Added StoneCracker 4.03 Data slave and replaced SC 4.04
  405.   decrunch code by the optimized version from 'Cozine'.
  406. - Added QuickPowerPacker 1.0 slave.
  407.   Thanks to Dave again for sending this stuff.
  408. - Added xfdAllocObject() and xfdFreeObject() as a replacement
  409.   for Alloc#?Info() and Free#?Info().
  410. - Added xfdRecogLinker() and xfdUnlink() to support so-called
  411.   4EB9-Linkers and their clones.
  412. - Fixed problem with some PowerPacker 4.0 files. It might have
  413.   happened in one special case that one byte of the processed
  414.   reloc hunk was overwritten before it was reprocessed.
  415.   Using a one-byte prefetch mechanism now fixes this bug.
  416. - Added xfdm_MinLinkerSize field in xfdMasterBase structure.
  417. - Added recognition for 4EB9, 4EF9, UFO and XLink linkers to
  418.   the internal linker brain.
  419. - Added unlink code for 4EB9, 4EF9, UFO and XLink linkers.
  420. - Fixed another problem with PowerPacker 4.0 files. If hunks
  421.   are located in chipmem, PP sets the qualifier in the hunk
  422.   header AND in the hunks themselves. OS 2.0+ doesn't like
  423.   this behaviour very much and crashes immediately. The flag
  424.   will therefore be deleted in the hunks now.
  425.   Thanks to Axel Folley for sending me an example file.
  426. - Fixed problem with SoundTracker songs. Some clever game
  427.   coders use the same identifier (PACK) for their files, but
  428.   certainly another algorithm. I use an enhanced recognition
  429.   now that checks the uncrunched length for valid song sizes.
  430.   Thanks again to Axel Folley for all the example files.
  431. - Added the tool xfdUnlink to the package. This is just a
  432.   simple interface for unlinking linked files.
  433. - Added second type of 4EB9 linker and fixed recognition
  434.   for UFO linker.
  435. - Fixed Imploder decrunch code to support modified files too.
  436.   Some guys tried to prevent XFD and also the Imploder itself
  437.   from unpacking files by changing a data to a code hunk.
  438.  
  439. XFD 1.08 [xfdmaster.library 35.1]
  440. - Added new feature to xfdmaster.library (now version 35):
  441.   Crunchers that require a 16/32 bit key for decrunching are
  442.   supported now. Only neccessary for ProPack (RNC) at the
  443.   moment.
  444. - Added new versions of xfdDecrunch and xfdLibInfo that
  445.   support the new feature.
  446. - Added full support for ProPack, formerly called RNC.
  447.   Now also decrunches executables and key-locked data files.
  448.   Moved the external decruncher inside the library.
  449. - Added support for TetraPack 1.1.
  450. - Added support for HQC Compressor 1.00.
  451. - Added external decrunchers for LZWH and GraftGold.
  452. - Added support for TSK Cruncher, LightPack 1.5 and
  453.   SoundTracker Cruncher 1.0 Exe/Data files.
  454. - Added new tool to the package: HackProPack. This makes it
  455.   possible to decrunch key-locked ProPack data files.
  456. - Re-added Kickstart 1.2/1.3 support to xfdDecrunch.
  457.   Hope everybody is happy now, so am I.
  458. - Added support for segment decrunching to the following
  459.   slaves: DragPack 1.0, StoneCracker 4.00/4.01/4.04,
  460.   CrunchMania Normal/Library/Simple, TNM Cruncher 1.1.
  461. - Revised XPK external decruncher and moved it inside
  462.   xfdmaster.library.
  463. - Moved PMC external decruncher inside the library.
  464. - Debugged arp.library stuff in xfdDecrunch, xfdList
  465.   and HackProPack. Some arp routines behave different from
  466.   dos v37, but it wasn't documented anywhere.
  467. - Added segment support to IAM Packer 1.0 and PackIt 1.0.
  468.  
  469. XFD 1.07 [xfdmaster.library 34.1]
  470. - Added new sublibs for SSUR, TPWM and TSM crunchers.
  471.   Thanks to WEPL for sending them.
  472. - Added RNC2 support to the RNC external decruncher.
  473.   Thanks to WEPL again for sending me the sourcecode.
  474.  
  475. XFD 1.06 [xfdmaster.library 34.1]
  476. - Increased library version to 34 because of new features.
  477.   The V34 library is fully downward compatible to V33 libraries.
  478. - Rewritten xfdGetErrorText() function with lots of new error codes.
  479. - Added xfdTestHunkStructureNew() routine that returns detailed
  480.   error codes.
  481. - Added xfdRelocate() routine for better segment list support.
  482. - Extended xfdSegmentInfo structure for relocation mode support.
  483. - Overworked autodocs for more detailed information.
  484. - Overworked whole 'C' support stuff (includes, protos, pragmas).
  485. - Updated Assembler support files.
  486. - Added external decruncher for PMC files.
  487. - Added support for recognition and decrunching of segments
  488.   to the following slaves:
  489.   - PowerPacker 2.3 command files (all modes)
  490.   - PowerPacker 3.0 command files (all modes)
  491.   - PowerPacker 4.0 command files (all modes)
  492. - Added new version of xfdLibInfo with extended information.
  493. - Added external decrunchers for RNC and FIRE files. Thanks to
  494.   Dexter&BartMan/Abyss for sending me this stuff.
  495. - Added ATN! support to xfdmaster.library. Dexter/Abyss sent me
  496.   an external for this one, but it's just a FImp clone, so I
  497.   added it to the internals.
  498.  
  499. XFD 1.05 [xfdmaster.library 33.6]
  500. - Added decrunch support for StoneCracker 4.04 executables.
  501. - Added external decruncher for XPK files.
  502.  
  503. XFD 1.04 [xfdmaster.library 33.4]
  504. - Added 'C' includes, protos, pragmas. Thanks to Anders Melchiorsen
  505.   for typing all this stuff. Thanks to Brice Allenbrand too. He also
  506.   typed some 'C' stuff, but Anders was 3 days faster. Sorry!
  507. - Removed arp.library from the package as everybody has it anyway.
  508. - Added decrunch support for StoneCracker 4.04 data & address files.
  509.  
  510. XFD 1.03 [xfdmaster.library 33.3]
  511. - Added new version of xfdDecrunch with extended features.
  512.  
  513. XFD 1.02 [xfdmaster.library 33.3]
  514. - Did astonishing speed optimization to CrunchMania decruncher. All
  515.   files with lots of relocs will decrunch about 30 times faster. Thanks
  516.   to Markus Schmall who sent me a file (GadToolsBox with over 8000 [!]
  517.   reloc entries) that took 90 seconds (!) before that code cleanup and
  518.   3 seconds afterwards. Actually he thought XFD would crash, but who
  519.   waits 90 seconds ??? ;-)
  520. - Added Chryseis 0.9 decruncher. This one is implemented as external
  521.   decruncher including sourcecode as an example on how to code that
  522.   kind of thing.
  523. - Added File Imploder (FImp) decruncher.
  524. - Added new version of xfdDecrunch with lots of new features.
  525.  
  526. XFD 1.01 [xfdmaster.library 33.2]
  527. - Added asm includes, autodocs and fd files.
  528. - Final fixes in password code.
  529. - Added new versions of xfdDecrunch and xfdLibInfo.
  530. - Added support for external decrunchers.
  531.  
  532. XFD 1.00 [xfdmaster.library 33.1]
  533. - First public release.
  534.