home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / unzip540.zip / amiga / Contents < prev    next >
Text File  |  1998-11-17  |  2KB  |  36 lines

  1. Contents of the "amiga" directory for UnZip 5.4 and later:
  2.  
  3.   Contents      this file
  4.   amiga.c       Amiga-specific file I/O routines
  5.   amiga.h       Amiga-specific header file
  6.   filedate.c    SetFileDate clone for OS 1.3, and other low-level resources
  7.   time_lib.c    timezone and timestamp functions
  8.   timezone.doc  explanation of the TZ environment variable for timezones
  9.  
  10.   smakefile     SAS/C makefile for UnZip, fUnZip, and UnZipSFX
  11.  
  12.   makefile.azt  Aztec C makefile for UnZip, fUnZip, and UnZipSFX
  13.   stat.c        stat() emulation for Aztec, along with opendir()/readdir()/etc
  14.   z-stat.h      replacement stat.h header file for use with stat.c
  15.   z-time.h      replacement time.h header file for use with time_lib.c
  16.   crc_68.a      assembler version of crc32.c
  17.   flate.a       assembler version of inflate_codes() (define ASM_INFLATECODES)
  18.  
  19.   mkGoff.c      source for MkGoff which generates include file used by flate.a
  20.   makesfx.c     source for MakeSFX, without which UnZipSFX is not usable
  21.  
  22. Notes:
  23.  
  24.   The crc_68.a source file is not currently used by the SAS/C makefile,
  25.   nor is flate.a; as of UnZip 5.2 neither of these wants args in
  26.   registers.
  27.  
  28.   The DICE makefile has been removed since no one is supporting that
  29.   compiler anymore.
  30.  
  31.   As of UnZip 5.2, if you have AmigaDOS 2.1 or newer and have set your
  32.   timezone in the Locale preferences editor, this will be an adequate
  33.   substitute for setting TZ.  If you do not set TZ to your current timezone,
  34.   files will be restored with times corrsponding to "EST5EDT", U.S. Eastern
  35.   time.  See timezone.doc for directions on how to set the TZ variable.
  36.