home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / ha0999b.zip / readme.os2 < prev   
Text File  |  1995-01-28  |  2KB  |  50 lines

  1. Welcome to HA for OS/2 / emx.
  2. HA compresses exceptionally well and was written by Harri Hirvola.
  3. This port requires the emx runtime DLLs (EMX*.DLL). They are available e.g.
  4. at ftp.uni-stuttgart.de.
  5. The program was compiled with emx 0.9a. The distribution contains both the 
  6. original EXE (renamed to 'ha_dos.exe'), and the OS/2 version (ha.exe).
  7.  
  8. Remarks:
  9.  - The port supports long filenames; EAs are not handled. EA support is
  10.    prepared but cannot be implemented now due to HA format limits.
  11.    You can use \ and / as path separators.
  12.    Names are not mapped to lowercase any longer. HA for OS/2 should prevent
  13.    having 'foo' and 'FoO' in an archive. If you add 'FoO' to an archive
  14.    already containing foo, foo should be deleted and the entry should name
  15.    'FoO' then.
  16.  - This is the first release of the port. It works for me, but it has not
  17.    been extensivly tested. You may have some problems. Also, please note
  18.    that the ported HA version already is a beta.
  19.  - Filename matching is different from DOS. "*.*" means all files with a dot.
  20.  - Play around with the options to see what they mean. As far as I know,
  21.    there is (as an example) a difference between "ha ae12 \foo\*" and
  22.    "ha ae12 c:\foo\*".
  23.  - THERE IS NO WARRANTY AT ALL (see GPL for details).
  24.  - Use -funsigned-char for compiling with gcc
  25.    Define the symbol OS2.
  26.  - A hint for EAs: Use an archiver with EA support first with zero compression
  27.    (zip -0, as an example) to form a temporary archive, then pack this
  28.    archive with HA. With this trick, you can also sometimes increase
  29.    compression ratios significantly, especially when archiving many small
  30.    files.
  31.  
  32. Happy compressing. 
  33. Comments etc. to: schwabe@rzaix530.rz.uni-leipzig.de
  34. R#2 P#3
  35.  
  36. PS: The HA sources were compressed as a big file to make the archive smaller.
  37.  
  38. -----------------------------------------------------------------------------
  39.  
  40. ChangeLog.
  41.  
  42. R#2 P#3
  43.  Names are not forced to lower case any longer.
  44.  Prepared EA support. Not implemented yet.
  45.  malloc leak in md_filetype() fixed.
  46.  SIGPIPE.
  47.  
  48. R#1 P#2
  49.  First released version of the port.
  50.