home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR40 / GNUZIP_.ZIP / CHANGELO < prev    next >
Text File  |  1993-03-28  |  10KB  |  249 lines

  1. Thu Feb 11 17:21:32 1993  Jean-loup Gailly  (jloup@chorus.fr)
  2.  
  3.     * version 1.0.3
  4.       Add -K option for znew to keep old .Z files if smaller.
  5.       Add -q option (quiet) to cancel -v in GZIP env variable.
  6.           For Turbo C, normalize pointers before freeing them.
  7.           Add more safety checks in add_envopt().
  8.           Add do_exit() for uniform exit path (always free memory).
  9.           Reduce MAX_PATH_LEN for MSDOS.
  10.       Include sys/types.h before signal.h
  11.       Avoid strdup, the NeXT does not have it.
  12.           Made gzexe safer on systems with filename limitation to 14 chars.
  13.  
  14. Fri Feb  10 09:45:49 1993  Jean-loup Gailly  (jloup@chorus.fr)
  15.  
  16.     * version 1.0.2
  17.       Added env variable GZIP for default options.
  18.       Added support for the Amiga.
  19.       znew now keeps the old .Z if it is smaller than the .z file.
  20.       Added gzexe to compress rarely used executables.
  21.       Reduce memory usage when using static allocation (no DYN_ALLOC).
  22.       Better separation of warning and error return codes.
  23.       Fix unlzw.c to make DYN_ALLOC and MAXSEG_64K independent options.
  24.       Allow INBUFSIZ to be >= 32K in unlzw (don't use sign of rsize)
  25.       Generate tar file in old format to avoid problems with old systems.
  26.       Preserve time stamp in znew -P if touch -r works.
  27.       Use ${PAGER-more} instead of ${PAGER:-more} in zmore.
  28.       Do not use unsigned instead of mode_t.
  29.       Better error message for trailing garbage in .z file; ignore this
  30.        garbage on VMS.
  31.       In zmore, use icanon instead of -cbreak on SYSV.
  32.       Add trap handler in zmore.
  33.       Use char* instead of void* for non STDC compilers.
  34.       Added makefile entry for Xenix on 286.
  35.       Return an error code when existing file was not overwritten.
  36.       Use prototype of lzw.h for lzw.c.
  37.       Fix znew with -P option alone.
  38.       Give warning for directories even without -v.
  39.       Close output file before unlink() in case of error.
  40.       Suppress all target dependent ifdef from the portable files.
  41.       Free all dynamically allocated variables upon exit.
  42.  
  43. Thu Feb 4 18:23:56 1993  Jean-loup Gailly  (jloup@chorus.fr)
  44.  
  45.     * version 1.0.1
  46.       Fixed some trivial errors in msdos/Makefile.bor
  47.  
  48. Thu Feb 4 10:00:59 1993  Jean-loup Gailly  (jloup@chorus.fr)
  49.  
  50.     * version 1.0
  51.       gzip now runs on Vax/VMS (Amiga support will come in next version).
  52.       Do not overwrite files without -f when using /bin/sh.
  53.           Support the test option -t for compressed (.Z) files.
  54.       Flush output for bad compressed files. Add warning in README.
  55.       Added makefiles for MSDOS.
  56.       Don't rely on presence of csh in configure
  57.       Added gunzip.1 and gzcat.1.
  58.       Updated znew.1.
  59.       Check reserved flags in unlzw().
  60.       Return dummy value in main to avoid lint warning.
  61.       Define OF in lzw.h for lint.
  62.       Allow both "znew -v -t" and "znew -vt".
  63.       Don't overwrite the output file name for multiple parts.
  64.       Echo just a warning if configure is out of date.
  65.       Use ; instead of , in trees.c (confuses the SAS Amiga compiler).
  66.       In INSTALL, document "DEFS='-DM_XENIX' ./configure".
  67.       Use OTHER_PATH_SEP for more portability (DOS, OS2, VMS, AMIGA).
  68.       Make all directories world writable for broken versions of tar.
  69.       Use gzip -cd instead of zcat in zmore, zcmp, zdiff.
  70.       Don't use GNU tar for distributions, some systems can't untar.
  71.       Do not exit() for gzip --version.
  72.  
  73. Mon Jan 26 10:26:42 1993  Jean-loup Gailly  (jloup@chorus.fr)
  74.  
  75.     * Beta version 0.8.2
  76.       Avoid 'far' declarations for MSDOS.
  77.       Use test -f instead of test -x in configure.in (for Ultrix)
  78.       Add empty else part to if in Makefile.in for broken shells.
  79.       Use NO_UNDERLINE instead of UNDERLINE (pb with Linux cpp)
  80.       Accept continuation files with -ff (for damage recovery)
  81.       Small patch to Makefile.os2
  82.       Use memzero instead of bzero to avoid potential conflicts
  83.       Document restriction on extraction of zip files.
  84.       Fix quoting in ACL_HAVE_SHELL_HACK.
  85.           Do not check file size on MSDOS because of bug in DIET.
  86.       Allow zcat on a file with multiple links.
  87.       Add fix in inflate.c for compatibility with pkzip 2.04c.
  88.       Release gzip in tar.z and tar format. (No tar.Z).
  89.  
  90. Fri Jan 22 10:04:13 1993  Jean-loup Gailly  (jloup@chorus.fr)
  91.  
  92.     * Beta version 0.8.1
  93.       Fixed Makefile.os2
  94.       Fixed #if directives that TurboC does not like.
  95.       Don't rely on uncompress in znew, use gzip -d.
  96.       Add the pipe option -P in znew.
  97.       Add some more ideas in TODO.
  98.       Support both NDIR and SYSNDIR.
  99.  
  100. Sat Jan  21 15:46:38 1993  Jean-loup Gailly  (jloup@chorus.fr)
  101.  
  102.     * Beta version 0.8
  103.       Support unpack.
  104.       Check for _match.o in configure.in in addition to return status.
  105.       Include <sys/types.h> in zip.c
  106.       Define local variables and functions as local.
  107.       Accept more alternative names for the program (pcat, gzcat, ...).
  108.       Accept .exe as well as .EXE.
  109.       Uncompress files with multiple links only with -f.
  110.       Better error message for gunzip of non-existant file.z.
  111.       Fix the entry for /etc/magic in INSTALL.
  112.       Use AC_HAVE_HEADERS uniformly instead of special macros.
  113.       Install the man pages as .1 by default instead of .l.
  114.       Document crypt++.el in README.
  115.       Fix for unlzw() on 16-bit machines (bitmask must be unsigned).
  116.       Complain if input and output files are identical.
  117.       Create a correct output name for files of exactly 13 chars.
  118.       Do not overwrite CPP if set
  119.       Check for i386 before trying to assemble match.s
  120.       Check for underline in external name before assembling
  121.       Add patch for tar 1.11.1.
  122.  
  123. Mon Jan  5 10:16:24 1993  Jean-loup Gailly  (jloup@chorus.fr)
  124.  
  125.     * Beta version 0.7
  126.       Use "make check" instead of "make test".
  127.       Do not rely on dirname in znew.
  128.       Keep time stamp and pass options to gzip in znew.
  129.       Rename .l files back to .1 to avoid conflict with lex
  130.       Do not create .z.z files with gzip -r.
  131.       Use nice_match in match.asm
  132.       Unroll loops in deflate.c
  133.       Do not attempt matches beyond the window end
  134.       Allow again gunzip .zip files (was working in 0.5)
  135.       Allow again compilation with TurboC 2.0 (was working in 0.4)
  136.  
  137. Tue Dec 30 20:00:19 1992  Jean-loup Gailly  (jloup@chorus.fr)
  138.  
  139.     * Beta version 0.6
  140.       The .z extension is used by pack, not compact (README, gzip.1)
  141.       Accept gzcat in addition to zcat.
  142.       Use PAGER in zmore if defined.
  143.       Man pages for /usr/local/man/manl should have extension .l.
  144.       Don't redefine bzero on the NeXT
  145.       Allow incomplete Huffman table if there is only one code.
  146.       Don't lookahead more than 7 bits (caused premature EOF).
  147.       Added "make test" to check for compiler bugs.
  148.       Don't rely on `i386`; try to assemble directly
  149.       Change magic header to avoid conflict with freeze 1.x.
  150.       Added entry for /etc/magic in INSTALL.
  151.       Do not destroy an input .zip file with more than one member.
  152.       Display "untested" instead of "OK" for gzip -t foo.Z
  153.       With -t, skip stdin in .Z format
  154.       Allow multiple compressed members in an input file.
  155.       Ignore a zero time stamp.
  156.       Made znew safer.
  157.  
  158. Tue Dec 29 10:00:19 1992   Noah Friedman  (friedman@gnu.ai.mit.edu)
  159.  
  160.       Added test for #!/bin/sh in configure.in.
  161.       Fix some references to $srcdir in Makefile.in
  162.  
  163. Mon Dec 21 17:33:35 1992  Jean-Loup Gailly  (jloup@chorus.fr)
  164.  
  165.     * Beta version 0.5
  166.       Put RCS ids in all files.
  167.       Added znew to recompress old .Z files with gzip.
  168.       Avoid "already .z suffix" messages for -r and no -v.
  169.       Put back check for d_ino in treat_dir().
  170.       Use HAVE_STRING_H instead of USG.
  171.       Added os2/Makefile.os2
  172.       Use SYSUTIME on OS/2.
  173.       Info dir is $(prefix)/info, not $(prefix)/lib/info.
  174.       Support long options, added getopt and alloca
  175.       Support -V and -t
  176.       Reorder configure.in according to suggestions in autoconf.info
  177.       Allow links when not removing original file
  178.       Allow either .z or .Z in zdiff
  179.  
  180. Wed Nov 25 11:40:04 1992  Jean-loup Gailly  (jloup@chorus.fr)
  181.  
  182.     * Beta version 0.4.1
  183.       Save only the original base name, don't include any directory prefix.
  184.       Don't use HAVE_LONG_FILE_NAMES (support multiple file system types).
  185.       Fix declaration of abort_gzip in gzip.h.
  186.       Include unistd.h when it exists to avoid warnings with gcc -Wall.
  187.  
  188. Mon Nov 23 12:39:01 1992    Jean-loup Gailly  (jloup@chorus.fr)
  189.  
  190.     * Beta version 0.4
  191.           Lots of cleanup
  192.       Use autoconf generated 'configure'
  193.           Fixed the NO_MULTIPLE_DOTS code
  194.           Fixed the save_orig_name code
  195.           Support for MSDOS (Turbo C)
  196.  
  197. Thu Nov 19 15:18:22 1992    Jean-loup Gailly  (jloup@chorus.fr)
  198.  
  199.     * Beta version 0.3
  200.       Added auto configuration. Just type "make" now.
  201.       Don't overwrite compress by default in "make install". Use
  202.         "make install_compress" to overwrite.
  203.       Add match.s for 386 boxes.
  204.       Added documentation in texinfo format.
  205.       Provide help for "gunzip" invoked without redirected input.
  206.       Save original file name when necessary.
  207.       Support OS/2 (Kai-Uwe Rommel).
  208.  
  209. Tue Nov 17 14:32:53 1992  Jean-loup Gailly  (jloup@chorus.fr)
  210.  
  211.     * Alpha version 0.2.4
  212.       Return 0 in get_istat() when ok (caused error with zcat).
  213.       Don't update crc on compressed data (caused crc errors on
  214.         large files).
  215.  
  216. Fri Nov 13 15:04:12 1992  Jean-loup Gailly  (jloup@chorus.fr)
  217.  
  218.     * Alpha version 0.2.3
  219.       Initialize rsize in unlzw.c
  220.       Initialize ofd for zcat.
  221.       Do not use volatile ifname as argument of treat_dir.
  222.       Add -1 to -9 in gzip.1.
  223.  
  224. Sat Oct 31 18:30:00 1992  Jean-loup Gailly  (jloup@chorus.fr)
  225.  
  226.     * Alpha version 0.2.2.
  227.       Fix error messages.
  228.       Accept gunzip on zip files.
  229.  
  230. Sat Oct 31 17:15:00 1992  Jean-loup Gailly  (jloup@chorus.fr)
  231.  
  232.     * Alpha version 0.2.1
  233.       Use ctype.h in util.c (problem on SysV).
  234.       Create BINDIR if it does not exist.
  235.       Use cc by default.
  236.       Added zcmp, zmore, zdiff.
  237.       Fixed the man page gzip.1.
  238.  
  239. Sat Oct 31 17:00:00 1992  Jean-loup Gailly  (jloup@chorus.fr)
  240.  
  241.     * Alpha version 0.2
  242.       Fixed compilation problems with gcc
  243.  
  244. Sat Oct 31 12:46:00 1992  Jean-loup Gailly  (jloup@chorus.fr)
  245.  
  246.     * Alpha version 0.1 released (under time pressure), so it's not
  247.       much tested, sorry.
  248.  
  249.