home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / UnzpHist.zip / History.520 < prev    next >
Text File  |  1996-04-27  |  33KB  |  612 lines

  1. UnZip, version 5.20, 27 April 1996
  2.  
  3. New features, you betcha:
  4.  
  5. 5.13a:
  6.  - NT:  added version() checks for MSC 8.5 and 9.0 [Steve S]
  7.  - added COPYRIGHT_CLEAN ifdef for clean, unencumbered code [CN]
  8.  - Unix:  added NeXT-specific info to version() [CN, Mark]
  9.  - noted PKUNZIP limitation with Info-ZIP self-extracting archives [CN,
  10.     Jean-loup]
  11.  - removed superfluous force_flag [CN]
  12.  - converted some "unzip" and "zipinfo" strings to far data [CN]
  13.  - cleaned up version.h at expense of everything else :-) [CN]
  14.  - Unix:  added extra-field support for GMT modification/access times and
  15.     UID/GID [CN]
  16.  - updated Where file with CIX info [Mike Bernardi] and VMS exes names [CN]
  17.  - split out unzip.c and file_io.c routines into new process.c file and updated
  18.     all makefiles accordingly [CN]
  19.  - MS-DOS:  switched to "smarter" verison of gcc_dos target [CN]
  20.  - rewrote unshrink() again to use new, smaller data structures:  now usable
  21.     by small-memory systems (faster than large version, too) [CN]
  22.  - made COPYRIGHT_CLEAN default (no unreduce); added USE_SMITH_CODE for full
  23.     version [CN]
  24.  - OS/2, MS-DOS:  incorporated Watcom/Metaware patches [Kai Uwe]
  25.  - added version macros to crypt.h [CN]
  26.  - VMS:  removed /NOWARNINGS from descrip.mms [CN, Hunter, Christian, etc.]
  27. 5.13b:
  28.  - added README section on Zip "imposters" [CN]
  29.  - Acorn/RISCOS:  patched crypt.c (and zipcloak.c) for port [Sergio]
  30.  - MS-DOS:  added explicit 8.3 truncation [CN]
  31.  - filtered all text output through single (replaceable) routine; added basic
  32.     "more" function via -M switch (if MORE defined):  Unix, OS/2, MS-DOS, NT
  33.     so far, but only Unix has (simplistic) screenlines() function [CN]
  34. 5.20c:
  35.  - OS/2:  updated Where file to note unzip.dll in Warp 3.0 [CN]
  36.  - Unix:  added linux_dos cross-compilation target (gcc/go32) [Jochen Stein]
  37.  - Unix:  added check/test target [Mark H-L, CN]
  38.  - updated README file to note that SGI has renamed "zip" editor to "jot"; also
  39.     noted third imposter (Infocom game interpreter) [Mark H-L, CN]
  40.  - Unix:  added ti_sysv target and UID_USHORT patch [James Dumser]
  41.  - updated Where file to note use of Info-ZIP sources in FileStar/2 and DynaZip
  42.     [CN]
  43.  - Unix:  added realix target [Gisbert Selke]
  44.  - extended zipinfo -T times to include all four digits of year [Jim Spath]
  45.  - added new extra-field testing code (esp. for OS/2 extra fields) [CN]
  46.  - split off list.c from zipinfo.c for size reasons [CN]
  47.  - Unix:  removed cray_scc target; changed cray_v3 to cray_opt [CN]
  48.  - Acorn RISCOS:  new port!  [Karl Davis, Sergio Monesi]
  49.  - removed two useless prototypes [Scott Maxwell, CN]
  50.  - OS/2:  updated makefile; added Watcom pmodew target for DOS cross-
  51.     compilation [Kai Uwe]
  52.  - updated INSTALL file with LZW_CLEAN, etc. [CN]
  53.  - updated COPYING file with LZW/patent info [CN]
  54.  - updated Where file: HyperView, Archiver Front End, UnZip Shell, ZipShell [CN]
  55.  - added Solaris 2.x package files [Andrei Arkhipov]
  56.  - major DLL/reentrancy/globals changes, both OS/2 and generic [Scott Maxwell]
  57.  - MVS:  new port! (see mvs_vmcms.512.patch--not incorporated) [George Petrov]
  58.  - VM/CMS:  new port! (ditto) [George Petrov]
  59.  - NT/Win32:  renamed nt/nt.c to win32/win32.c (makefile not updated yet)
  60.     [Steve, CN]
  61.  - updated README [CN]
  62. 5.20d:
  63.  - updated README, Contents, Where [CN, Wayne Stewart]
  64.  - added Amiga makesfx.c and MakeSFX binary(?) [Paul K.]
  65.  - updated COPYING file for self-extracting distributions [CN]
  66.  - updated msdos.c with G-> stuff [Michael Lawler]
  67.  - modified process.c to allow ZipInfo to deal with yet another flavor of
  68.     screwed-up central directory [CN]
  69.  - added version() test for Linux ELF compilation [CN]
  70.  - DOS, OS/2:  noted another bug in the djgpp/go32 executables (msdos/README)
  71.     [Eberhard Mattes, CN]
  72.  - Unix:  added linux_lib target for Linux ELF shared library (DLL) [CN]
  73.  - Unix:  added linux_zlib target for Linux ELF shared library in conjunction
  74.     with zlib (libgz.so), and made necessary modifications to inflate.c [CN]
  75.  - added ctrl-S pause function for zipfile comments [CN, Shane "Sped" Erstad]
  76. 5.20e:
  77.  - Acorn:  finally incorporated final patches from last May [Sergio]
  78.  - Unix:  added __SVR4 test to catch Solaris [John Bush, CN]
  79.  - streamlined zlib usage (inflateReset) [CN]
  80.  - moved huft_build() and huft_free() from inflate.c to explode.c [CN]
  81.  - added zlib version info to unzip -v screen [CN]
  82.  - MS-DOS:  modified to allow compilation with djgpp v2.0 [Kjetil Jorgenson,
  83.     Frank Donahoe, CN]
  84. 5.20f:
  85. 5.20g:
  86.  - VMS:  architecture-independence in makefiles; object-library mods for 
  87.     make.com [Christian S]
  88.  - MS-DOS:  added mixed-model support to makefile.bc and makefile.msc (changes
  89.     to unix/Makefile left out --CN) [Christian S]
  90.  - DLL:  renamed UzpUnzip() to UzpMain() and added UzpAltMain() to allow
  91.     specialized initialization of DLL functions; also added UzpVersion() for
  92.     testing actual DLL version against expected version; enhanced unzipstb.c
  93.     to demonstrate use of UzpVersion() [CN]
  94.  - DLL:  added new Windows 16-bit DLL port [Stew Loving-Gibbard]
  95.     (Mostly integrated, but a few rough spots. --CN)
  96.  - Win32:  updated MSC compiler info [Steve S]
  97.  - updated README with mailing-list changes, new OS support [CN]
  98.  - updated INSTALL with VMS MMK/MMS info [Christian S, CN]
  99.  - AOS/VS:  new port! (sort of) --integrated old 5.01 patches, mostly [Dave
  100.     Lovelace, CN]
  101.  - renamed do_string() FILENAME macro to DS_FN to avoid Borland collisions [CN]
  102.  - Acorn:  updated INSTALL and Where files with RISC OS info [Karl]
  103.  - Acorn:  modified crypt.c to use SWI_OS_ReadC() for non-echo input [Sergio]
  104.  - Windows:  massive updates to WizUnZip GUI interface [Mike White]
  105.  - VMS:  removed support for Info-ZIP (Igor) version of PKWARE VMS extra field
  106.     [Christian S]
  107.  - Amiga:  added filenote capability; enhanced crypt non-echo code; added or
  108.     enhanced assembler version of CRC routine [Paul K]
  109.  - resplit unziptyp.h and unzip.h into unzip.h and unzpriv.h (UNZIP_INTERNAL
  110.     now required to be defined in all source files that include unzip.h);
  111.     incorporated unzipapi.h into unzip.h; replaced dllvoid with zvoid [CN]
  112.  - DLL:  renamed message_default, input_default, etc., entry points to 
  113.     UzpMessagePrnt, UzpInput, etc. (to conform with other exported entry
  114.     points) [CN]
  115.  - moved constant globals out of unzip.c and into consts.h (mainly for use
  116.     with Windows and other GUI ports); removed all MSWIN ifdefs from unzip.c
  117.     [CN, Mike White]
  118.  - Windows:  modified all local includes to use win16gui directory [CN]
  119. 5.20h:
  120.  - Unix:  modified crypt.c TERMIOS/DIRENT stuff [Onno]
  121.  - added ZipInfo detection of Fred Kantor's MD5 extra field [CN]
  122.  - added small explicit optimization in inner crypt loop [Christian S]
  123.  - VMS:  extended -b option to allow extraction of binaries in fixed-length
  124.     512-byte-record mode [Christian S]
  125.  - MS-DOS:  Watcom support, assembler mods, etc. [Paul K]
  126.  - if testing and stdout redirected (let's hope to a file and not a pipe) and
  127.     stderr not, send error messages to both stderr and stdout [CN, Santiago
  128.     Vila]
  129.  - added support for -d exdir *before* zipfile name; removed OLD_EXDIR support
  130.     [CN, ...]
  131.  - added support for -x xlist without regular file list in UnZipSFX [CN]
  132.  - added detection of backslashes as dir separators (twnsck12.zip bug) [CN]
  133.  - moved CRC-table generation into process.c (do only once, not once per
  134.     zipfile) [CN]
  135.  - added fillinbuf() function to funzip for USE_ZLIB support [CN]
  136.  - Windows:  updated WizUnZip interface, including lots of new icons [Mike
  137.     White]
  138.  - Win32:  added crc_i386.asm, 32-bit Intel-assembler version of CRC stuff
  139.     [Paul K, Christian S]
  140.  - Amiga:  replaced amiga/ subdirectory contents with updated stuff [Paul K]
  141.  - Atari:  major update [Harald Denker]
  142.  - MS-DOS:  updated crc_i86.asm and makefile.msc for multiple memory models
  143.     [Christian S]
  144.  - print Info-ZIP banner whenever UnZipSFX invoked (a la PKZIP or lharc) [CN]
  145. 5.20i:
  146.  - OS/2:  add column with EA sizes to -l listing output [CN, Doug Dougherty]
  147.  - removed Zip localization stuff from full crypt.[ch] and added MVS and
  148.     VM/CMS support (to match Zip's version of crypt) [Christian S]
  149.  - "canonicalized" DOS_W32_OS2 and VMCMS_MVS macros to two-or-three-character,
  150.     alphabetical lists (DOS_OS2_W32, CMS_MVS); added DOS_H68_OS2_W32 [CN]
  151.  - MVS, VM/CMS:  integrated/updated George Petrov's ports [Christian S]
  152.  - integrated zlib-style CRC calculation and multiple assembly-language 
  153.     versions [Christian S]
  154. 5.20j:
  155.  - Windows:  de-tabified win16dll files [Christian]
  156.  - updated CRC stuff, full crypt sources [Christian]
  157.  - big clean-up:  made local variables and functions static; improved memory
  158.     usage for static strings; moved OS-specific unzpriv.h config stuff into
  159.     local directories (for msdos, os2, win32); removed remaining OLD_EXDIR
  160.     code; etc. [Christian]
  161.  - OS/2:  added OS2_EAS to unzip -v screen and INSTALL file [CN]
  162.  - Windows:  more GUI updates [Mike W]
  163.  - removed "boolean" typedef [CN]
  164.  - renamed vm_mvs subdirectory to cmsmvs to avoid underscore problem on MVS
  165.     [CN, Christian]
  166.  - renamed file_io.c to fileio.c to avoid underscore problem on MVS; updated
  167.     all makefiles and docs [CN, Christian]
  168. 5.20k:
  169.  - OS/2:  added zip2exe.cmd script [John McDonald]
  170.  - Windows:  more updates [Mike W]
  171.  - more general clean-up and optimizations [Christian]
  172.  - more CRC/zlib updates [Christian]
  173.  - Amiga:  more updates [Paul]
  174.  - NEXTBYTE/defer_input performance optimizations (~2% on Linux/ELF/486, more
  175.     on 32-bit DOS and Windows, ~7% on SGI Irix) [Paul]
  176.  - major crypt/tty reorganization [Christian]
  177.  - OS/2:  removed api.def and unzip16.def [Kai Uwe]
  178.  - added -h option to print usage without failure status (no VMS /HELP version
  179.     yet) [CN, Mike F]
  180.  - OS/2, DOS, Win32:  more 386 assembler CRC updates, pragma updates, makefile
  181.     updates, INSTALL updates, etc.  [Christian]
  182.  - Acorn:  cleaned out some obsolete stuff from RunMe1st [Sergio, Christian]
  183.  - cleaned up ttinp.c; commented out ioctl(), stty() and gtty() prototypes [CN]
  184.  - Amiga:  removed filedate.c dependency from funzip compilation [Paul,
  185.     Christian]
  186.  - Windows:  added new wizdll directory for DLL version of WizUnZip (distinct
  187.     from "normal" UnZip DLL for Windows in win16dll) [Mike W]
  188.  - Macintosh:  general updates for compilation [Antoine]
  189.  - Unix:  wrote *real* screenlines() function for MORE [CN]
  190.  - defined MORE for everyone to see what breaks [CN]
  191. 5.20m:
  192.  - made -h option more elegant and added VMS CLI version [Christian]
  193.  - more clean-up [Christian]
  194.  - monster extra-field update (multiple e.f.'s per file now handled) and
  195.     GMT/UTC timestamp support for virtually all OSes [Christian]
  196.  - renamed ttinp.[ch] to ttyio.[ch] to match fileio.c [CN]
  197.  - Amiga:  clean-ups for MORE support, fixes for decryption [Paul]
  198. 5.20n:
  199.  - updates to various shared (with Zip) sources and docs [Christian]
  200.  - updated ZipPorts doc, moved to new proginfo directory with CONTRIBS, and
  201.     added new defer.in doc from Paul [CN, Paul]
  202.  - converted all G-> to G. references -> about 5.4% speedup on Linux/486 [CN,
  203.     Jean-loup, Johnny Lee]
  204. 5.20o:
  205.  - Unix:  experimental new zipfile-timestamp-setting option -T [CN]
  206.  - Win32:  recognize VC++ 4.10 [Steve S]
  207.  - added MVS, VFAT and BeBox "OS" types [CN, Chris, Christian]
  208.  - updates to ttyio.[ch], Where [Christian]
  209.  - WinGUI:  various updates [Mike W]
  210. 5.20p:
  211.  - Acorn:  added the boys to the CONTRIBS file (oops!) [CN]
  212.  - various updates (shared timezone code, ifdef parentheses, etc.) [Christian]
  213.  - MS-DOS:  experimental USE_VFAT option for djgpp compilation (can extract
  214.     long filenames under plain DOS? or only under Win95 DOS shell?) [Kjetil
  215.     Jorgensen, Christian]
  216.  - removed obsolete OLD_EXDIR code [Christian]
  217.  - more fnfilter() additions to extract.c for safety [Paul]
  218.  - WinGUI:  about-box e-mail update [Mike W]
  219.  - new ebcdic.h code tables [Christian, Onno]
  220. 5.20q:
  221.  - created new novell subdirectory and added/updated old Watcom makefile for
  222.     UnZip NLM [Mark Wright 930906, CN]
  223.  - created proginfo/pkbugs file to keep track of pesky known bugs in PKZIP [CN]
  224. 5.20r:
  225.  - OS/2:  added ACL support for network-server stuff [Kai Uwe]
  226.  - MSDOS:  removed unnecessary small/medium/large stuff from makefile.bc [CN,
  227.     Christian]
  228.  - MSDOS:  added some code to detect Novell overwrite bug [CN]
  229. 5.20s:
  230.  - VM/CMS:  added some file/record I/O info in proginfo dir [Carl Forde,
  231.     Christian, CN]
  232.  - docs updates for release (CONTRIBS, ToDo, BUGS.long, README, ...) [CN]
  233.  - OS/2:  cleaned up usage screen; added -X/ACL info; removed one example
  234.     line [CN]
  235. 5.20t:
  236.  - updated INSTALL [CN]
  237. 5.20u:
  238.  - updated Where, INSTALL, README, file_id.diz files, man pages/*.doc, Contents
  239.     files [CN]
  240.  - Unix:  added install_asm target [James Dumser]
  241.  - Windows:  added Contents files, cleaned up useful READMEs and/or deleted 
  242.     unnecessary ones, etc. [CN]
  243. 5.20v:
  244.  - added "zip -A" lines to examples in unzipsfx.1 [CN]
  245.  - DOS, Win32, OS/2:  added Borland C++ 5.0 detection; cleaned up ifdefs [CN]
  246.  - OS/2:  added Visual Age C++ detection [CN, Dave Briccetti]
  247.  - WinGUI:  added MSC 32-bit makefiles [Mike W]
  248.  - added TZ comment to quick-install section of INSTALL [CN, Christian]
  249.  - MS-DOS:  renamed part of NOVELL_BUG_WORKAROUND ifdef to NOVELL_BUG_FAILSAFE;
  250.     both still enabled by default [Christian]
  251. 5.20w:
  252. 5.20x:
  253.  - moved win16dll code to separate zipfile and removed all references from
  254.     unzpriv.h and *.msc makefiles (too much confusion with wizdll) [CN, Mike W]
  255.  - updated version.h for release (at last!) [CN]
  256.  
  257. Bugs fixed:
  258.  
  259. 5.13a:
  260.  - MS-DOS:  added "strip funzip" to gcc_dos target [Kevin F]
  261.  - fixed LSEEK usage in do_string() for case when extra bytes prepended [CN]
  262.  - VMS:  fixed ZipInfo wildcard example; noted difference between internal and
  263.     external wildcards in vms/README [CN]
  264.  - ".zip" no longer appended to wildcard specifications except under Unix (no
  265.     other OS allows wildcard characters in filenames) [CN, Clay Zahrobsky]
  266.  - MS-DOS:  fixed SET typo in INSTALL [Steve S]
  267.  - VMS:  removed /ANSI from descrip.mms for DEC C on VAX [Hunter]
  268.  - VMS:  fixed include of sys/param.h in crypt.c [Igor]
  269.  - Unix:  removed a comment-separator line from each man page to work around
  270.     bug in broken catman/makewhatis programs [Paul Gilmartin]
  271.  - NT:  added CPU=i386 to makefile [James B]
  272.  - fixed missing-central-dir error message for zipinfo [CN]
  273.  - fixed Watcom/Metaware-patch near/far bug; added __16BIT__ macro [CN]
  274.  - Unix:  added NO_LIMITS_H and NO_DIR for SCO Xenix 2.3.2; also typecasts to
  275.     free() calls to avoid warnings [CN, Mike F]
  276.  - Unix, NT(?):  dropped utime.h and made ztimbuf typedef instead (similar to
  277.     zip) [Jean-loup, CN]
  278. 5.13b:
  279.  - used an unused variable in unshrink() [Kevin F]
  280.  - Unix, VMS:  use ZMEM only for BSD universe on Pyramid; changed "value" macro
  281.     to "Value" to avoid ioctl.h and vms.h collisions [CN, Kevin F]
  282.  - updated all file_id.diz files with brief description of UnZip ("portable ZIP
  283.     archive extractor"); fixed too-long lines in some [Yohanan Weininger, CN]
  284.  - Unix:  more Xenix fixes (DIR/FILE) [CN, Mike F]
  285.  - moved area.shrink.* macros into unshrink.c [Christian, CN]
  286.  - VMS:  fixed dots-in-dirname bug [Christian]
  287.  - Unix:  still more Xenix fixes (NO_UID_GID) [CN, Mike F]
  288.  - MS-DOS:  split OBJX into OBJX1 and OBJX2 in makefile.msc [Piet, CN]
  289.  - MS-DOS/Win:  modified reference to "this version" and "Windows" [Greg Hill]
  290.  - Unix:  (re)added ALL_SOURCE macro for AIX [CN, Antoine?, Graham?, ?]
  291.  - VMS:  updated docs and makefiles so don't refer to now-default options; fixed
  292.     ANSI problems with DEC C [Christian]
  293.  - Amiga:  fixed OLD_EXDIR stuff [Paul K]
  294.  - ifdef'd unused variables in file_io.c and unix.c; added stardent target [Jim
  295.     Neeland]
  296.  - Unix:  defined SYSV for Linux and HP/UX [CN, Sergio]
  297.  - Unix:  defined INT_SPRINTF for BSD 4.4 and NeXT [Sergio, Mark]
  298.  - VMS:  renamed VMS message() to msg() (avoid collision with main version) [CN]
  299. 5.20c:
  300.  - Unix, NT:  fixed monster macro expansion in version() [CN, Mark, Kevin F]
  301.  - fixed possible redefinition of CHECK_EOF in inflate.c [CN, Kevin F]
  302.  - VMS:  lots of fixes related to message()/Info()/MORE option [Christian]
  303.  - Amiga:  defined INT_SPRINTF [John]
  304.  - MS-DOS, OS/2:  added Borland C++ 4.5 check to version() [Eric Baatz]
  305.  - MS-DOS:  fixed "*.obj" link problem in makefile.tc [CN, Alexander Lehmann]
  306.  - VMS:  lots more fixes related to message()/Info()/MORE option [Christian]
  307.  - MS-DOS:  fixed filename-mapping of bogus characters [Alexander Lehmann]
  308.  - updated unzip.1 to note lack of support for multi-part archives [71036,627]
  309.  - fixed .B and .SH lines in man pages (white space must be quoted) [Greg Woods]
  310.  - changed .LP -> .PP in man pages [Greg Woods?]
  311.  - OS/2, MS-DOS:  allow ASCII 255 in filenames [Dan Statkus, Carlton Brewster]
  312.  - fixed error level:  return 11 if any filespec not matched [CN, Tuomo Soini]
  313.  - fixed memextract() for large extractions [Kai Uwe]
  314.  - OS/2:  worked around LINK386 bug in unzip.def [Kai Uwe]
  315.  - Amiga:  lots of fixes [Paul K.]
  316.  - fixed MALLOC_WORK stuff [Paul K.]
  317.  - Unix:  fixed xenix target (needs -lx) [Joe Foster]
  318.  - fixed misplaced DLL ifdef -> segmentation violation [CN]
  319. 5.20d:
  320.  - Unix:  fixed xenix target (needs -lx) [Joe Foster]
  321.  - fixed misplaced DLL ifdef -> segmentation violations [CN]
  322.  - fixed broken echon/echoff macros in dummy crypt.h [Bo Kullmar, CN]
  323.  - added missing malloc() typecast to globals.c [CN]
  324.  - added missing prototypes in unzip.h, extract.c [Michael Lawler, CN]
  325.  - VMS:  fixed incorrect setup instructions in vms/README [Stephen Ritcey]
  326.  - Unix:  added "-f unix/Makefile" to most targets which just used "make"
  327.     instead of "$(MAKE)" [CN, Claude Marinier]
  328.  - fixed numerous missing __G__ things (crypt.c, extract.c, process.c, unix.c)
  329.     when compiling with REENTRANT defined [CN]
  330.  - crypt.[ch] fixes for Zip [Onno]
  331.  - Win32:  big patch to handle G-> stuff, name change from "nt" [Johnny Lee]
  332.  - Unix:  fixed BSD 4.4 utime stuff [Andrey Chernov]
  333.  - renamed voidp typedef to zvoid to avoid annoying zlib.h incompatibility [CN]
  334.  - fixed handler bug:  exit with PK_ERR if ctrl-C hit [Eberhard Mattes]
  335. 5.20e:
  336.  - fixed undefined FGETCH macro in file_io.c [Mark Shadley, Bo Kullmar]
  337.  - Unix:  fixed commented-out -X option in uz_opts [Mark Shadley]
  338.  - fixed broken string in process.c [Michael Lawler]
  339.  - fixed broken GG definition in globals.h [CN, Michael Lawler]
  340.  - MS-DOS:  fixed missing globals.obj in makefile.bc [CN, Shane Erstad]
  341.  - moved zlib version test into initialization if-block (only seen once) [CN]
  342.  - fixed ulg/int mismatch in extract.c [Steve S]
  343.  - Win32:  changed version string from "Windows 4.0" to "Windows 95" [Steve S]
  344. 5.20f:
  345.  - fixed missing semicolon in one version of DESTROYGLOBALS [Mark Shadley,
  346.     Bo Kullmar, CN, Andrey Chernov]
  347.  - Unix:  fixed libgz reference (libz as of 0.94) and added api.o, apihelp.o
  348.     and unzipstb.o to clean target [Mark Shadley]
  349.  - fixed missing huft_* functions for funzip (moved back to inflate.c from
  350.     explode.c) [Bo Kullmar, Mark Shadley, Steve Salisbury, etc.]
  351.  - VMS:  fixed globals stuff (mostly), missing semicolon, etc. [CN, Mike F]
  352.  - fixed lots of missing globals stuff (including duplicated globals) in
  353.     funzip.c, one of which (in) was causing seg faults [CN]
  354.  - fixed ifdef'd UnZipSFX variable in globals.h (screwed up sharing of object
  355.     files) [CN, Steve S]
  356. 5.20f2:
  357.  - MS-DOS:  fixed missing globals.obj in makefiles; fixed broken ifdef in
  358.    msdos.c [Piet, CN, Michael Lawler]
  359. 5.20g:
  360.  - MS-DOS:  fixed missing globals.obj and list.obj in makefiles; fixed broken
  361.    ifdef in msdos.c [Piet, CN, Michael Lawler]
  362.  - VMS:  updated version strings in vms/*.opt [Christian S]
  363.  - VMS:  lots of fixes to vms.c [Christian S]
  364.  - Unix:  defined UNIX and INT_SPRINTF for AIX; check for __svr4__ for Solaris/
  365.     gcc SYSV [Kjetil]
  366.  - fixed missing "static" keywords in TestExtraField() and test_OS2() [Mike F]
  367.  - fixed echon()/echoff() conflicts with globals stuff "smart" way [CN]
  368.  - MS-DOS:  split too-large macro expansions in zipinfo.c [Christian S]
  369.  - lots of random fixes [Christian S]
  370.  - moved outbufptr and outsize to globals.h; cleaned up globals.c [Christian S,
  371.     CN]
  372.  - more globals fixes for Trace() variables [John B]
  373.  - Amiga:  globals fixes [John B]
  374.  - lots more VMS, MS-DOS and random fixes [Christian S]
  375.  - Acorn RISC OS:  updated for globals [Sergio]
  376.  - Unix:  fixed UID/GID code [CN, Bill Davidsen]
  377.  - Unix:  worked around AIX make bug in unix/Makefile (.c$O rule) [CN]
  378.  - VMS:  fixed make_unz.com and link_unz.com; added missing MMS dependencies;
  379.     updated INSTALL [Christian S]
  380.  - corrected two ftp URLs in Where file [John Hollow]
  381.  - Acorn:  updated makefile, RunMe1st script [Sergio]
  382.  - MS-DOS:  changed makefile.msc to use medium model by default (MS VC++)
  383.     [Steve S]
  384.  - fixed grammar on extra-bytes error message [CN]
  385.  - OS/2:  lots of random fixes, especially to makefile.os2 [Kai Uwe]
  386.  - fixed crypt/inflate bug in USE_ZLIB version [CN]
  387.  - incorporated various crypt fixes from Zip version [CN]
  388.  - Amiga:  fixed globals stuff, lots of little stuff [Paul K]
  389.  - DOS/OS2/WIN32:  modified command-line \-to-/ conversion loop to use argc,
  390.     not depend on argv[] being terminated by NULL [Dale Lutz, CN]
  391. 5.20h:
  392.  - Win32:  reversed order of unzip.h and windows.h to avoid G struct size
  393.     mismatch [Steve S]
  394.  - changed all remaining dllvoid references to zvoid [CN, Michael Lawler]
  395.  - updated all makefiles for unzpriv.h, consts.h (globals.c, list.c) [CN]
  396.  - OS/2:  cleaned up leftover __/OF oversights [Kai Uwe]
  397.  - VMS:  cleaned up leftover makefile oversights [Christian S, Mike F]
  398.  - Amiga:  fixed small newline-echo bug [Paul]
  399.  - fixed short/long printf format bug [Paul]
  400.  - VMS:  cleaned up VMS debug statements [Christian S]
  401.  - Atari:  lots of globals fixes, etc. [Harald]
  402.  - Windows:  general clean-up/final integration of Win GUI port [Mike W]
  403.  - MS-DOS:  various bugfixes, clean-ups, etc. to Paul's assembler changes and
  404.     to generic sources [Christian S]
  405.  - MS-DOS:  added work-around for GNU make 3.71 to djgpp1 target in Unix
  406.     Makefile; made 3.71 version the default [E-Yen Tan]
  407.  - changed all "zip-bugs" to "Zip-Bugs" in unzip.c and README (apparently some
  408.     mailers are fussy about the case of e-mail usernames) [Fred Lenk, CN]
  409.  - VMS:  removed last tabs from vmsdefs.h [Christian S]
  410.  - OS/2, MS-DOS:  fixed bug that disallowed 0x7f character in filenames [CN,
  411.     Julio Ruiz Albek]
  412.  - VMS:  fixed zipinfo -M bug and missing -b changes in vmscli.cld [Christian S]
  413.  - VMS:  fixed cmdline.obj bug in descrip.mms [Christian S]
  414. 5.20i:
  415. 5.20j:
  416.  - fixed UnZipSFX -x bug [Christian]
  417.  - VMS:  fixed MMK/MMS warning-death in dummy crypt.c; fixed typo in cmdline.c
  418.     [Christian, Hunter]
  419.  - OS/2:  changed orphan OS2DLL macro to OS2API [CN, Christian]
  420. 5.20k:
  421.  - fixed missing end-comment delimiter in zipinfo.c [Mike W]
  422.  - fixed formatting in makefiles [Christian]
  423.  - fixed explode.c static/non-static function-declaration mismatches [Mike F]
  424.  - fixed missing set of braces in full crypt getch() stuff; removed extra left
  425.     parenthesis in unzpriv.h [Christian]
  426.  - Windows:  fixed/cleaned up password code
  427.  - added non-static function definition in crypt_dummy for Acorn compiler
  428.     [Sergio, Christian]
  429.  - Unix:  define PROTO for RS/6000 AIX [Antoine]
  430. 5.20m:
  431.  - Mac:  re-added missing macgetch() function [Christian]
  432.  - Windows:  removed WIZUNZIPDLL stuff (top of extract.c); undef'd MORE [Mike W]
  433.  - Unix:  fixed Sun PCHAR_SPRINTF oversight [CN]
  434.  - Win32:  fixed missing `$' in makefile.wat [Paul]
  435.  - replaced overlooked memset() with memzero() in globals.c (also extract.c)
  436.     [CN, Kevin Fritz]
  437.  - various fixes to files shared with Zip [Christian]
  438. 5.20n:
  439.  - fixed SPRINTF logic; now PCHAR_SPRINTF always safe [Christian]
  440.  - Atari:  commented out do_wild() for UnZipSFX; added typecasts [Christian]
  441.  - VM/CMS, MVS:  renamed some overlooked (uppercase) TTINP -> TTYIO [Christian]
  442.  - nuked Info() macro in screenlines() debug statements (infinite recursion);
  443.     added various typecasts [Christian]
  444.  - Windows:  wndproc.c, action.c, WIN_VERSION_DATE fixes [Mike W]
  445. 5.20o:
  446.  - Unix:  changed Sparc -> SPARC in version() [CN]
  447.  - cut all output if -tqqq given on wildcard zipfiles; removed bogus blank
  448.     line(s) for certain other output [CN]
  449.  - inverted "unzip -v" code to print only NO_MORE if MORE *not* defined [CN]
  450.  - changed "extern long timezone" to "extern time_t timezone" in fileio.c and
  451.     unix.c [Wally Reiher]
  452.  - Amiga, DOS, Win32, generic and documentation fixes [Paul, Christian]
  453.  - "filename security" fix [Paul]
  454.  - OS/2:  makefile and globals fixes [Kai Uwe]
  455.  - MVS, VM/CMS:  fixed Trace() bugs [Christian]
  456.  - WinGUI:  G local/global memory fix [Mike W]
  457. 5.20p:
  458.  - VM/CMS:  fixes to remove compiler warnings/errors and add correct(?) filename
  459.     mapping [Christian, Carl Forde]
  460.  - Amiga:  timezone fixes (removed invlocal() function) [Paul]
  461.  - Acorn:  added some required typecasts for compilation [Sergio]
  462.  - MS-DOS:  fixed overlong fUnZip command line in Watcom makefile [Javier
  463.     Manero]
  464.  - OS/2:   work-around for DosSetPathInfo()/HPFS386/Warp Server bug [Kai Uwe]
  465.  - Win32:  globals/REENTRANT fixes; minor Watcom makefile fix [Paul]
  466.  - only declare timezone variable if DECLARE_TIMEZONE defined [CN]
  467. 5.20q:
  468.  - reversed FS_VFAT_ and MVS_ OS-made-by values according to old message to
  469.     PKWARE; fixed zi_long() and zi_short() string arrays [CN]
  470.  - left over VM/CMS, MVS and VMS patches [Christian, Carl Forde]
  471.  - changed first arg of fnfilter() to char* and added various typecasts [CN]
  472.  - added OF((void)) to globalsCtor() declaration in globals.h [Sergio, CN]
  473.  - Amiga:  more timezone fixes [Paul]
  474.  - DOS, Windows, etc.:  removed bogus ^V handling from filename-mapping [Paul]
  475.  - replaced duplicate code with dos_to_unix_time() call; formatting fixes
  476.     [Christian]
  477.  - MVS, VM/CMS:  fixed EBCDIC newline problem [Christian, Carl Forde]
  478.  - fixed "unzip -v" list bug when compression level is 100% [CN, Doug Dougherty]
  479.  - MS-DOS:  fixed makefile.bc, makefile.msc, unix/Makefile bugs [Jochen
  480.     Roderburg, CN, Christian]
  481.  - fixed error-checking in readbyte() (read() == -1 --> possibly serious error:
  482.     bail) [CN, Anthony Naggs 931231]
  483.  - Mac:  fixed a few "G" oopers, updated .hqx files [Antoine]
  484.  - fixed -l/-v "plural bug" (1 files -> 1 file) [CN]
  485. 5.20r
  486.  - Windows:  minor fixes for wingui code [Mike W]
  487.  - OS/2:  fixed inherited-EAs bug (I think) [CN]
  488. 5.20s:
  489.  - changed char * to uch * in zipinfo.c to avoid pointer mismatch [Antoine,
  490.     Sergio, Mike W, etc.]
  491.  - Acorn:  removed redundant mtime line [Sergio]
  492.  - VM/CMS, MVS:  tweak to EBCDIC stuff to match Zip [Christian]
  493.  - MS-DOS, OS/2, NT:  improved overwrite (unlink) code [Christian]
  494.  - MS-DOS/Novell:  finished work-around for Novell 16-bit overwrite-exes-in-path
  495.     bug (prepend "./" to filenames without any explicit path) [Christian]
  496.  - OS/2:  enabled ACL restoration only with -X option [Kai Uwe]
  497.  - fixed -l output format and added EAs/ACLs totals to summary line [CN]
  498.  - added explicit "*" to function pointers to work around Pyramid compiler bug
  499.     [CN, Kevin Fritz]
  500.  - Amiga:  final(?) timezone fixes [Paul]
  501.  - Unix:  ttyio.c work-around for Pyramid isatty(2) Zip bug [Onno]
  502.  - MS-DOS:  fixed install/uninstall targets in makefile.dj2 [Frank Donahoe]
  503. 5.20t:
  504.  - added explicit "*" to remaining, overlooked G.message function pointers to
  505.     work around Pyramid compiler bug [CN, Kevin Fritz]
  506.  - QNX:  defined UNIX and SYSV if __QNX__ is defined [Chris H, CN]
  507.  - OS/2:  changed version() info from "OS/2 2.x" to "OS/2 2.x/3.x" [CN]
  508.  - OS/2:  ifdef'd out unused RCS strings in os2acl.c [CN]
  509.  - MS-DOS, OS/2 1.x:  fixed nasty help-screen buffer-overrun bug by boosting
  510.     rgchSmallBuffer2[] from 96 to 160 characters [CN, James Dumser]
  511.  - Win32/GUI:  added work-around code for Borland C++ 5.0 to win32.c [Mike W]
  512. 5.20u:
  513.  - Acorn: various source and makefile cleanups/fixes [Sergio]
  514.  - OS/2:  actually allow -X option to be used :-) [Kai Uwe]
  515.  - WinGUI:  define timezone as _timezone for Borland compiler [Mike W]
  516.  - Unix:  added crc_gcc$O to clean target [James Dumser]
  517.  - Unix:  added silly work-around for Solaris compiler [CN, Jean-loup]
  518.  - tweaked various OS's usage screens for readability [CN]
  519.  - removed Zip copyright from shared Amiga source files [Christian, etc.]
  520.  - lots of OS-specific (*G.message)() fixes (may have fixed a nasty DOS stack-
  521.     overflow bug) [Christian]
  522.  - OS/2:  fixed comments in makefile.os2 and INSTALL [CN]
  523.  - MS-DOS:  moved NOVELL_BUG_WORKAROUND macro into msdos/doscfg.h [Christian]
  524.  - Unix:  updated Solaris package files [CN]
  525. 5.20v:
  526.  - Amiga:  nuked two tabs, added couple of comments to filedate.c [CN, Paul]
  527.  - Amiga:  updated unzipsfx.1 to note failure of "zip -A" [CN, Paul]
  528.  - fixed (again!) bogus "trigraph" sequence in zipinfo.c comment [Jean-loup]
  529.  - Unix:  added typecast to zipinfo.c to avoid Solaris "<" warning [Jean-loup]
  530.  - Unix:  replaced work-around for Solaris "macro substitution" warning in
  531.     ZLSEEK macro [CN, Jean-loup]
  532.  - Win*:  fixed unzpriv.h definition of MSWIN for only when WIZUNZIP defined;
  533.     updated all WizUnZip makefiles [Mike W]
  534.  - MS-DOS:  various makefile.dj2 fixes [Frank Donahoe]
  535.  - replaced dummy crypt.c with gzip-tested version [Jean-loup]
  536.  - MS-DOS, Win32:  removed Example2 from usage screen to stay within 23-line
  537.     limit [CN, Christian]
  538.  - shared-sources updates:  Where, amiga/filedate.c, dummy crypt.c [Christian,
  539.     Paul, Onno, CN, etc.]
  540. 5.20w:
  541.  - in zipinfo -v output with USE_EF_UX_TIME enabled, fixed UX printout to make
  542.     clear that it's corrected for local time, and added raw GMT version [CN,
  543.     Steve S]
  544.  - WinGUI:  updated help-file info [Mike W]
  545.  - updated all docs/dates/etc. for 27 April release [CN]
  546. 5.20x:
  547.  - better fixes for zipinfo -v GMT/localtime code [Christian]
  548.  - Unix:  made linux_asm CFLAGS correspond to linux target [CN]
  549.  - MS-DOS:  noted MSC 7.0 timezone bug in BUGS [CN]
  550.  - OS/2:  final tweaks for DLL compilation [CN]
  551.  - OS/2:  removed stray USE_SMITH_CODE from makefile.os2 [CN]
  552.  - fixed missing "of" in ZipInfo usage screen [CN]
  553.  
  554. ==================
  555.  
  556. Revision history of vms.c (moved here to avoid duplication and to keep file-
  557. size down):
  558.  
  559.      2.0   Mandrichenko    7-apr-1993
  560.             Implement PKWARE style VMS file attributes
  561.      2.0-1 Mandrichenko    10-apr-1993
  562.             ACL handling code added.
  563.      2.1   Mandrichenko    24-aug-1993
  564.             Get both PKWARE and new INFO-ZIP signatures as equivalent
  565.             Use vmsmunch.h instead of fatdef.h
  566.      2.2   Cave Newt       3-oct-1993
  567.             Merged GRR 5.1e changes with latest Igor version:  open_outfile,
  568.             close_outfile, check_for_newer, UpdateCRC, flush, no ZIPINFO,
  569.             ctype.h, pInfo->textmode, etc.  Also merged new do_wild/mapname/
  570.             checkdir routines from Igor and moved VMSmunch.h into vms.h.
  571.      2.2-1 Mandrichenko    14-dec-1993
  572.             Bug fixes in mapname/checkdir stuff.
  573.             _flush_stream() rewritten to fix some bugs.
  574.      2.2-2 Goathunter      3 Jan 94
  575.             Fixes for Alpha-VMS.
  576.      2.2-3 Cave Newt       11 Jan 94
  577.             Disabled version-check by default; enable with CHECK_VERSIONS.
  578.             Installed Igor's ctrl-Z patch.
  579.      2.2-4 Mandrichenko    18 Jan 94
  580.             Fixed auto-appending of ".zip" and inability to create second
  581.             level of directory structure.
  582.      2.2-5 Cave Newt, Mike Freeman  28 Jan 94
  583.             Changed close_outfile() to return void for compatibility;
  584.             fixed declaration of second parameter to flush() (ulg size);
  585.             changed str[n]icmp() to STR[N]ICMP().
  586.      2.2-6 Christian Spieler  9 Apr 94
  587.             Numerous bug fixes/improvements.
  588.      2.2-7 Cave Newt       11 Apr 94
  589.             Fixed version-number/semicolon bug.
  590.      2.3   Cave Newt       21 Jun 94
  591.             Added prototype version() routine.
  592.      2.3-1 Cave Newt       1 Jul 94
  593.             *Really* fixed version-number/semicolon bug.
  594.      2.3-2 Rodney Brown    10 Jul 94
  595.             Added VMS status/severity level (define RETURN_SEVERITY)
  596.      2.3-3 Charles Bailey  10 Aug 94
  597.             Fixed severity levels.
  598.      2.3-4 CN, CS, IM, RB  16 Aug 94
  599.             Further severity tweaks; do_wild() bugfix (CS)
  600.      2.3-5 CS, CN, IM, GH  18 Aug 94
  601.             Further do_wild() modifications and fixes.
  602.      2.3-6 Christian Spieler  23 Aug 94
  603.             Added lots of typecasts and fixed some initializations for DEC C.
  604.  
  605. ==================
  606.  
  607. These changes occurred in beta versions 5.13a to 5.2xx.  This list may have 
  608. left out some bugfixes and even some features...the brain cell is going, 
  609. folks (as Mark would say).  Apologies, etc.
  610.  
  611. Greg Roelofs (a.k.a. Cave Newt or "CN")
  612.