debian/gzip
2007-04-13 Paul Eggert* NEWS: Version 1.3.12 released. v1.3.12
2007-04-13 Paul Eggert* bootstrap (gnulib_tool_option_extras): Put this back...
2007-03-29 Paul Eggert* znew.in (tmp): Use $TMPDIR as temp directory, if...
2007-03-20 Paul Eggert* README-hacking: New file, renamed from README-cvs.
2007-03-16 Paul Eggert* README (WARNING): Reword to avoid mention of no-longe...
2007-02-12 Paul Eggert* gzip.c (foreground): Initialize to zero. This doesn...
2007-02-08 Paul Eggert* zdiff.in: Don't use '((' in a shell script, as it...
2007-02-05 Paul Eggert* NEWS: Version 1.3.11 released.
2007-02-05 Paul Eggert* doc/gzip.texi: Convert Texinfo format into a more...
2007-02-05 Paul EggertUpdate copyright year.
2007-02-05 Paul Eggert* .cvsignore: Add *.gz, gunzip, zcat, zcmp, zegrep...
2007-02-05 Paul Eggert* gunzip.in, zcat.in, zcmp.in, zegrep.in, zfgrep.in...
2007-01-11 Paul EggertUse -eq, not =, in case expr outputs leading zeros...
2007-01-11 Paul Eggert* m4/shell.m4 (AC_PROG_SHELL): Test that $(...) works.
2007-01-04 Paul Eggert* zdiff.in (cmp0): New var.
2007-01-04 Paul Eggert* zdiff.in: Test /dev//fd/3, not /dev/fd/3, to work...
2006-12-31 Paul Eggert* Makefile.am (check-local): Don't assume $(srcdir...
2006-12-31 Paul Eggert* NEWS: Version 1.3.10 released.
2006-12-30 Paul Eggert* zless.in: Work around a bug in less 394 and earlier; it
2006-12-30 Paul Eggert* doc/gzip.texi: Swap order of dircategory entries...
2006-12-30 Paul Eggert* zgrep.in (version): Fix bug: $grep wasn't evaluated.
2006-12-27 Paul EggertMention Debian bug number.
2006-12-27 Paul Eggert* NEWS: gzip -q now exits with status 2 (not 1) on...
2006-12-24 Paul Eggert* NEWS: Fix bug reported by Martin Mares in
2006-12-24 Paul Eggert* NEWS: Document this.
2006-12-24 Paul Eggert* zdiff.in: Fix typo that broke most usages. Problem...
2006-12-23 Paul Eggert* zdiff.1: Mention that these programs currently unders...
2006-12-20 Paul Eggert* inflate.c (huft_build): Fix regression that caused...
2006-12-15 Paul Eggert* configure.ac (for an assembler syntax supported by...
2006-12-15 Paul Eggert* Makefile.am (MOSTLYCLEANFILES): Add _match.i.
2006-12-15 Paul Eggert* NEWS, configure.ac (AC_INIT):
2006-12-14 Paul Eggert* configure.ac: Use $CPPFLAGS everywhere $CPP is used...
2006-12-12 Paul Eggert* configure.ac (ASCPPPOST): Simplify to use just 'sed'.
2006-12-11 Paul EggertThe SSIZE_MAX fix didn't work on NSK, so fix it in...
2006-12-09 Paul Eggert* NEWS, configure.ac (AC_INIT):
2006-12-09 Paul Eggert* gzexe.in (mktemp_status): New var, used to see whether
2006-12-09 Paul Eggert* zdiff.in: Remove first line containing ":". This...
2006-12-09 Paul EggertFix problems in porting to NSK reported by Matthew...
2006-12-08 Paul Eggert* gzexe.in: Work around FreeBSD shell trap bug.
2006-12-08 Paul Eggert* .cvsignore: Add .deps, gzexe, gzip, zdiff, zforce...
2006-12-08 Paul Eggert* configure.ac (for assembler): Set ASFLAGS_config to
2006-12-08 Paul EggertFix typo in comment.
2006-12-08 Paul Eggert* Makefile.am (install-exec-hook): Fix bug when installing
2006-12-07 Paul Eggert* deflate.c (deflate_fast, deflate): Avoid core dump...
2006-12-07 Paul EggertRegenerte.
2006-12-07 Paul Eggert* NEWS, configure.ac (AC_INIT):
2006-12-07 Paul EggertFix build failure on case-insensitive file systems.
2006-12-07 Paul Eggert* NEWS: Document the fixes below.
2006-12-06 Paul EggertPort to Tandem NSK/OSS, which lacks fchdir. Problem...
2006-12-05 Paul Eggert* NEWS: Describe the following change briefly.
2006-12-05 Paul Eggert* .cvsignore: Add *.doc, build-aux.
2006-12-02 Paul Eggert* doc/gzip.texi (Overview): Mention limits of gzip...
2006-12-02 Paul Eggert* gzip.c (abort_gzip_signal): Don't call abort () as...
2006-12-01 Paul Eggert* NEWS: Describe gzexe changes noted below.
2006-11-27 Paul Eggert* inflate.c (inflate_dynamic, inflate): Don't send...
2006-11-26 Paul Eggert* zgrep.in: If the file name contains newline, &, ...
2006-11-26 Paul Eggert* gzip.1 (OPTIONS): ouput -> output. Problem reported...
2006-11-26 Paul Eggert(check-local): Quote $file a bit better.
2006-11-26 Paul Eggert* Makefile.am (FILES_TO_CHECK): New macro.
2006-11-20 Paul Eggert* NEWS, configure.ac (AC_INIT):
2004-06-25 Paul EggertUse set -C to close some security holes.
2004-06-25 Paul EggertUse just one temporary, not two.
2002-09-30 Paul EggertInitial revision
2002-09-30 Paul EggertInitial revision
2002-09-30 Paul Eggertgzip 1.3.5
2002-09-30 Paul Eggertgzip ChangeLog
2002-09-30 Paul Eggertgzip 1.3.5
2002-09-30 Paul Eggertgzip 1.3.5
2002-09-30 Paul Eggert(match.$(OBJEXT)): Use .S as extension for $(ASCPP),
2002-09-30 Paul Eggertgzip 1.3.5
2002-09-30 Paul Eggertgzip 1.3.5
2002-09-29 Paul EggertInitial revision
2002-09-29 Paul EggertUse LESSOPEN, not PAGER.
2002-09-29 Paul EggertUse shell pattern matching instead of 'expr', which...
2002-09-28 Paul Eggertgzip 1.3.5
2002-09-28 Paul EggertSet ZMORE_PROGRAM_NAME, so that the usage message makes...
2002-09-28 Paul Eggertgzip 1.3.5
2002-09-28 Paul EggertUse "gzip -lv", not "gzip -v". Patch by Ralf Neubauer.
2002-09-28 Paul Eggertgzip 1.3.5
2002-09-28 Paul Eggertgzip 1.3.5
2002-09-27 Paul Eggertgzip 1.3.5
2002-09-26 Paul Eggertgzip 1.3.5
2002-09-26 Paul Eggert(AM_MAKEINFOFLAGS): Add --no-split.
2002-09-26 Paul EggertUpdate to current versions of Autoconf and Automake.
2002-09-25 Paul Eggertgzip 1.3.5
2002-09-02 Paul EggertInitial revision
2002-03-09 Paul EggertNow using GNU tools without patches to build.
2002-03-09 Paul Eggert(install-exec-hook, remove-installed-links): Work even...
2002-02-19 Paul EggertInitial revision
2001-11-04 Paul EggertThis release built with autoconf 2.52f.
2001-11-04 Paul Eggert(LN_S): New macro.
2001-11-04 Paul EggertInitial revision
2001-11-04 Paul EggertDon't use _AS_PATH_WALK; it's not portable to Autoconf...
2001-11-04 Paul EggertUpgrade to latest version submitted to Autoconf-patches.
2001-11-04 Paul Eggertgzip 1.3.5
2001-10-18 Paul Eggertgzip 1.3.5
2001-10-03 Paul EggertVersion submitted to autoconf.
2001-10-01 Paul Eggertgzip 1.3.5
2001-09-26 Paul Eggert(ACLOCAL_AMFLAGS): New macro.
2001-09-26 Paul EggertDescribe patches used.
next