home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 March / PCO3_97.ISO / filesbbs / dos / lha.arj / README.DOK / text0000.txt < prev   
Encoding:
Text File  |  1996-09-05  |  2.4 KB  |  67 lines

  1. Hi folks,
  2.  
  3. Following text is my translation of READ.ME inside LHA255B.EXE package.
  4. Although I am good at Japanese :-), I am not good at English. If you
  5. have any difficulty for reading my poor English, feel free to e-mail me.
  6.  
  7.   Kobayashi,Masaoki
  8.   -- masaoki@tky.hp.com
  9.   -- masaoki@tky.yhp.co.jp
  10.  
  11. I am glad if this would be your help!
  12.  
  13. Note: I do NOT have any relationship with the author Yoshi. I cannot
  14.       answer any questions about him, nor ask request to him.
  15.  
  16. ----------------------------------------------------------------------------
  17. <Change from 2.13>
  18.  
  19.   1. Added '-d' option which is equal to '-r2x1a2'
  20.   2. Changed 'p' command with '-n[1|2]' option not to print filenames
  21.   3. Printing filenames on extraction sometimes garbled
  22.   4. Sometimes hang up with 'f' command
  23.   5. If you stop lha with m command deleting, the results was terrible
  24.   6. Made pathnames upto 128 bytes including last '\0' (for DOS 5)
  25.   7. Use TEMP if TMP is not defined (for DOS 5)
  26.   8. Added '-f' option which does not check the rest disk capacity
  27.   9. Added extractability for new (now developing) '-lh6-' method
  28.  
  29. <Change from 2.51>
  30.  
  31.   1. 'f' command sometimes deleted file whose name does not match
  32.   2. Sometimes the progress printing was not good
  33.   3. Fasten file copy
  34.  
  35. <Change from 2.52>
  36.  
  37.   1. The process of a filename that MS-DOS can not manipulate was incorrect
  38.  
  39. <Change from 2.53>
  40.  
  41.   1. Bug of '-lh0-' method self extraction
  42.   2. New wildcard
  43.      ?  Arbitrary 1 character
  44.      *  Arbitrary string at least 0 character (except '.')
  45.      +  Arbitrary string at least 1 character (except '.')
  46.      [] One of characters inside the parenthesis
  47.     You can specify area like [a-z]
  48.   3. Changed '-i' option
  49.      a. For (f, d, s, e, x, t, p, l, v) commands
  50.     -i0     Search as case ignored
  51.     -i1,-i2 Search as case sensitive
  52.      b. For (a, u, m) commands
  53.     -i0     Store as all characters upper case
  54.     -i1     Only wildcard specified filename stored as upper case
  55.         (Others will be as you specified on command line)
  56.     -i2     Only wildcard specified filename stored as lower case
  57.         (Others will be as you specified on command line)
  58.   4. Changed temporary filename to 'lhtmp???.lzh' where ??? is hex number
  59.      from 000 to fff, not to match existing filename
  60.  
  61. <Change from 2.54>
  62.  
  63.   1. Bug fix inside wildcard expand
  64.   2. Sometimes temporary files remain existing on ^C (break)
  65.  
  66. ----------------------------------------------------------------------------
  67.