home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / archiver / fastlzh2 / update.doc < prev   
Text File  |  1990-07-13  |  7KB  |  158 lines

  1.  FASTLZH 1.2    01/23/90
  2.  
  3.  It was brought to my attention that FASTLZH had some problems with
  4. the lzhshell and the filemanger used by forem bbs's
  5. This version should correct the diffrences, what happened is i never
  6. tested FASTLZH with either of those programs. The problem was i was
  7. asking for the filenames in reverse order.
  8.  
  9.  I have tested this version with lzhshell and all seems ok!
  10. but i don't use filemanger so can't tell if it will work i
  11. am sure it should...
  12.  
  13.      Sorry for the oversight but i didn't think of the shell
  14. seeing i and working on a gem version that won't need a shell
  15.  
  16.  FASTLZH 1.3    01/24/90
  17.  
  18.  Well another problem has come to my attention when loading fastlzh
  19. as a ttp file thought neodesk fastlzh would crash... no problems as
  20. a tos file... well its fixed in 1.3 should have no problems runing
  21. fastlzh from neodesk or any shell....
  22.  
  23.  FASTLZH 1.4    01/27/90
  24.  
  25.  Extract now will extract individual files.......
  26.  
  27. Example xh d:\good\fastlzh
  28. This will extract all files in the archive fastlzh.lzh on drive d inside folder 
  29. good, to the dir FASTLZH was booted from.. and wait for user input.
  30.  
  31. Example xh d:\good\fastlzh g:\*.*
  32. This will extract all files in the archive fastlzh.lzh on drive d inside folder 
  33. good, to the main dir of drive g: .. and wait for user input.
  34.  
  35. Example xh d:\good\fastlzh g:\up*.*
  36. If the archive had 3 files - fastlzh.ttp, fastlzh.doc, update.doc
  37. only the file update.doc would be extracted.
  38.  
  39. Example xh d:\good\fastlzh g:\up*.doc
  40. Same as above...
  41.  
  42.  There are limits!!!!!!!!!!
  43. you can not use ? question marks in the destination filename...
  44. it will cause bad results... I don't see any need to add it.
  45. if you do a view you should know the file(s) you wish to extract.
  46.  
  47.  FASTLZH 1.5    01/29/90
  48.  After getting things to work with neodesk i screwed things up bad
  49. FASTLZH no longer worked with the shells.....!!!!!!!!!!!!!!!!!!!!!
  50.  So here is a fixed version I tested this with charles johnsons
  51. arcshell 21b and all went well also his lzhshell 5.0 and all seems
  52. fine, also tested with arcshell by kkf software it worked fine.
  53. fixed a bug in the percent function seems if there was a minus value
  54. returned things would blow up fixed now also added the correct exit
  55. codes as per the lzharc doc and that is what filemanger for forem bbs
  56. is looking for........
  57.  
  58.  Added MOVE......
  59.  Works just like lharc moves or adds the file(s) to the archive if added
  60. file with no error file is then deleted.
  61.  
  62.  FASTLZH 1.6    01/30/90
  63. A few bugs fixed
  64. I found that filemanger did not work right and if you ran FASTLZH as a ttp
  65. and tryed to extract files by typeing *.* for the destination instead of
  66. g:\*.* it would not extract any files its fixed now you can use just *.* 
  67. also when i added the move function it would only delete the file if it
  68. was in the same path that FASTLZH was booted from! it will now delete the
  69. file from its path...
  70.  
  71. I found that if a file was not compressed i had to handle it diffrent
  72. i don't know if older versions would blowup or not but its working in
  73. this version.....
  74.  
  75.  FASTLZH 1.7    01/31/90
  76. A few bugs fixed that i added in the last version......
  77.  ADDED....
  78. If a file that is being added or moved already is an lzh file FASTLZH
  79. will not try to compress the file it will just be added to the archive
  80. why waste the time tryin to lzh a file that has already been lzhed
  81. at most only the header will be compressed... and i have found in some
  82. cases the file will end up bigger....
  83.  
  84.  FASTLZH 1.8    02/04/90
  85. Fixed a bug when you archived a file that compressed to over 64k the
  86. file size was saved in he header wrong so if even if the arc was good
  87. it was pointing to the wrong place in the archive to read the next file
  88. and would try to extract the wrong size also... its fixed...
  89.  
  90.  FASTLZH v2.0   03/14/90
  91. Added folder processing.. It is not compatable with LHARC v1.01 or v.05b
  92. when using the folder switch..  LHARC v.05b does not support folders at
  93. all.  LHARC v1.01 does not work with the latest ICD booter with cache turned
  94. on.  Gary has implimented the folder processing in the easiest way he could.
  95. I feel that his way is better than LHARC v1.01 since in LHARC you must
  96. remember to turn on the folder switch in order to extract folder info.
  97. FASTLZH will automatically extract folders if they are found in the LZH.
  98.  
  99. Also.. New Docs and Update file.. Written By ME... Gomez Addams
  100.  
  101.  FASTLZH v2.1   04/05/90
  102. Bug fix when the last file in the archive was a compressed file FASTLZH
  103. would extract the file then go into a loop trying to rextract the same
  104. file Fixed now...
  105.  
  106.  FASTLZH v2.2   05/18/90
  107. Bug fix i found that all memory wasn't being released each time FASTLZH
  108. would run, around 6000 bytes of memory would be lost, it is fixed now.
  109.  
  110.  FASTLZH v1.0 gem acc prg 05/18/90
  111. Well now there is a gem version of FASTLZH.... 
  112. Renane FASTLZH.PRG to FASTLZH.ACC to load as an accessory file
  113.  
  114.  FASTLZH v2.3   06/05/90
  115. Fixed a header checksum bug..
  116. Compressed the code a little smaller.. 
  117.  
  118.  FASTLZH v1.2 gem acc prg 06/05/90
  119. Same fixes as 2.3 ttp version
  120. When extracting files there now is a message to create a folder you may
  121. now extract to a folder, the folder will be created with the same name
  122. as the lzh archive file, but without the file extenstion.
  123. To extract to the default directory just click on the [ No ] box.
  124.  
  125. If you are extracting a file and the file already exists there will be
  126. a box shown, you will have the option to skip the file or overwrite it.
  127.  
  128.  FASTLZH v1.5 gem acc prg adder 06/05/90
  129. Same as all the other versions only diffrence if you can only add files
  130. to an archive.
  131.  
  132.  FASTLZH v2.5   06/17/90
  133. Compressed the code a little smaller.. 
  134. Added some compability with lharc version 1.13b at least thats the version
  135. i tested fastlzh with.
  136. Fastlzh now supports the way lharc adds its files with the pathname
  137. you can now view, test and extract files that were added with lharc's
  138. switch.
  139. Adding files has not changed.
  140.  
  141.  FASTLZH v1.5 gem acc prg 06/17/90
  142. Added same compability as the ttp version
  143.  
  144.  FASTLZH v1.8 gem acc prg adder 06/17/90
  145. Added same compability as the ttp version
  146.  
  147.  FASTLZH v1.8 gem acc prg 07/7/90
  148. Bug fix, found a bug when extracting files some time a bad dir name 
  149. would be passed and then a directory would be created many folders deep
  150. you could not even deleted the dir... 
  151. Fixed now.
  152.  
  153.  FASTLZH v2.0 gem acc prg 07/13/90
  154. When i added lharc113 extract i broke fastlzh extract with pathnames
  155. fixed now also fixed in the ttp version
  156.  
  157.  
  158.