home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / packer / lharc / changes next >
Encoding:
Text File  |  1994-02-03  |  1.5 KB  |  38 lines

  1. I made the following changes from the 0.03 to the current 1.03 version
  2. (if I remember them all correctly):
  3.  
  4. - added t command (test archive integrity)
  5.  
  6. - added f command (freshen files in archive)
  7.  
  8. - added v<pager> option for p command
  9.  
  10. - made "strict" mode which creates full DOS-LHarc compatible archives
  11.   without this system-labelling stuff. I did not restrict file names to
  12.   DOS 8.3 conventions, so you may use longer (and case-sensitive) ones
  13.   under Unix. They are translated (if possible) to 8.3 names when
  14.   extracting under DOS or OS/2 (HPFS not yet supported).
  15.  
  16. - added ANSI sequences (#ifdef ANSI) for compression display
  17.  
  18. - made some changes to fit all into the 80x86 small memory model for speed
  19.   (Caution! the global rson[] array is reused in another routine as a buffer!)
  20.   The static attributes were removed for memory segment optimization
  21.   (That may no longer be neccessary.)
  22.  
  23. - added POSIX directory routines and popen()/pclose() for OS/2 and MS-DOS
  24.   (simulation only for popen()/pclose() for MS-DOS, of course).
  25.   The OS/2 versions can be used for family-mode applications too, that
  26.   run under MS-DOS AND OS/2.
  27.  
  28. - CLHARC.CS/CLHARC.DEF/CLHARC.BAD are needed for compiling under OS/2
  29.   with my CS compiler shell and Microsoft C (see comp.binaries.os2
  30.   for CS).
  31.  
  32. - some cleanup with library routines/headers/defines for MS-DOS and OS/2
  33.  
  34. - fixed several small bugs and made minor enhancements, such as help page,
  35.   non-case-sensitive argument parsing under DOS and OS/2 ...
  36.  
  37. - HPFS is supported under OS/2
  38.