home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Archiver / UNRAR2.LHA / Unrar_Amiga.doc < prev    next >
Encoding:
Text File  |  1996-07-24  |  2.9 KB  |  77 lines

  1. This are short notes about the Amiga version of Unrar 2.00 .
  2.  
  3. *************
  4. * Copyright *
  5. *************
  6.  
  7. Unrar, its code and algoritm are (C)opyright by Eugene Roshal.
  8. The Amiga port is (C)opyright Andrea Vallinotto.
  9. This software is FREEWARE, but cannot be used in any commercial production or
  10. for any commercial use.
  11. In any event, nor Andrea or Eugene cannot be held resposible for damage of any
  12. kind resulting from the use of this program.
  13. Contact addresse are in Aminet readme!
  14.  
  15. ***************
  16. * Amiga Stuff *
  17. ***************
  18.  
  19. This port has basically the same functions and features of the Un*x and DOS
  20. versions, with some slight changes for Amiga-friendliness.
  21. There are three versions, one for each class of processors (68000, 68020,
  22. 68040). Just copy to a directory of your search path the one that suit you
  23. best.
  24.  
  25. Note for 68060 owners: '060 lacks an 64-bit integer math instruction, which is
  26. emulated via software. The emulation is usually slower than using a 32 bit only
  27. routine. I don't know if the compiled code of Unrar uses this instruction
  28. directly, and have no way to test it. I suggest you try all three versions and
  29. see which is faster.
  30.  
  31. There is not a real documentation, type "Unrar" alone for a summary of the
  32. avaible commands/switches. There's just one thing to note: since Un*x pattern
  33. matching is emulated via software, you can use '*' to select every file, but NOT
  34. Amiga-Dos '#?' .
  35.  
  36. As of this version, the only true 'tipical Amiga' features are:
  37. - correct (Amiga-Dos) return error codes.
  38. - locale-aware character conversion from lowercase to uppercase.
  39.  
  40. Note that since there isn't an Amiga version of the main program (RAR), the
  41. protection bits shown with command 'l' are those of the OS used for archiving,
  42. either MSDOS (and relatives...) or Un*x .
  43. Also, the code is indeed quite slow. This is for two main reasons:
  44. 1) the DOS version of RAR is assembler optimized, while Unrar Amiga is written
  45. in C.
  46. 2) when encrypting, RAR stores data is little-endian mode, because of its Intel 
  47. origin. The big-endian versions (like this Amiga port) have to swap each
  48. longword, resulting in a high overhead.
  49.  
  50.  
  51. ***********
  52. * History *
  53. ***********
  54.  
  55. I ported the first version of Unrar to allow a correct behaviour in AmigaDos
  56. enviromnents. Then I made a second version , with some slight
  57. modifications/fixes.
  58. When RAR 2.00 made his debut, I received many requests for a version that could
  59. handle the new packing methods. Since, contrary to Unrar 1, there were no public
  60. source code, I had to ask Andrey Spasibozhko, the conctact address of the author,
  61. to supply me for the new source. He was very kind with me, and sent me the
  62. source along with a fix for big-endian machines.
  63.  
  64. **********
  65. * Thanks *
  66. **********
  67.  
  68. Millions of thanks to Eugene Roshal and Andrey Spasibozhko for suppling me with
  69. the sources.
  70.  
  71. Thanks also to:
  72. the GCC and libnix authors, for the wonderful and freeware GCC system.
  73. Sergio Lorenzetti for some help he was about to give but never did.
  74.  
  75.  
  76. Port done with Amiga GCC 2.7.0 .
  77.