X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog-2007;h=19705b5ef13dda03c5b42fdca3e9420e40f1b142;hb=d49274f4ed038cfb361d634dc78143759ffc7a0d;hp=847f7f1e5089c3b18f461e5c2d5a0fe450265791;hpb=fba1018bd31a329096155da48b75f8c9bcdbbd67;p=debian%2Fgzip diff --git a/ChangeLog-2007 b/ChangeLog-2007 index 847f7f1..19705b5 100644 --- a/ChangeLog-2007 +++ b/ChangeLog-2007 @@ -6,7 +6,7 @@ * gzip.c (handled_sig): Move out of install_signal_handlers, and move previous to all uses of SIGPIPE, to fix a bug encountered when porting to mingw32. Reported by Robert Millan in - . + . 2007-10-04 Paul Eggert @@ -15,7 +15,7 @@ * Makefile.am (gzip.doc.gz, check-local): Depend on $(bin_PROGRAMS). (gzip.doc.gz): Use our gzip, not the system-installed one. Problem reported by Chris Staub in - . + . 2007-07-03 Paul Eggert @@ -32,14 +32,14 @@ 2007-06-04 Paul Eggert * gzip.c (get_method): Fix typo: "a a" -> "a" in diagnostic. Reported - by Justin Pryzby in Debian bug 426965 . + by Justin Pryzby in Debian bug 426965 . 2007-05-07 Paul Eggert * NEWS: 'gzip -f foo.gz' now works instead of complaining. * gzip.c (make_ofname): Implement this. Problem reported by Sven Hartrumpf in - . + . * NEWS, gzip.1: Document that case is ignored when looking at file name extensions. @@ -51,7 +51,7 @@ consistency with other substitutions. (check-local): Use --__bindir . rather than setting GZIP_BINDIR=., to allay security concerns voiced by Joerg Lehners in - . + . * gunzip.in, gzexe.in, zcat.in, zcmp.in, zdiff.in, zegrep.in, zfgrep.in: * zforce.in, zgrep.in, zless.in, zmore.in, znew.in: Support --__bindir rather than GZIP_BINDIR. @@ -59,13 +59,13 @@ * gunzip.in, zcat.in, zcmp.in: Support --help and --version directly, to avoid some confusion in help and version output. Problem reported by Eric Blake in - . + . 2007-04-28 Paul Eggert * m4/shell.m4 (AC_PROG_SHELL): Check for old-fashioned shells that don't allow "(" in front of case labels. Problem reported by midair - in . + in . Also, check for buggy shells that require ";;" before "esac". 2007-04-13 Paul Eggert @@ -113,7 +113,7 @@ * README (WARNING): Reword to avoid mention of no-longer-existing section in INSTALL file. Problem reported by Paul Townsend in - . + . 2007-02-11 Paul Eggert @@ -126,7 +126,7 @@ * zdiff.in: Don't use '((' in a shell script, as it's not portable to some ksh implementations, e.g., Solaris 10 ksh M-11/16/88i. Problem reported by Nelson H. F. Beebe in - . + . 2007-02-05 Paul Eggert @@ -171,21 +171,21 @@ * m4/shell.m4 (AC_PROG_SHELL): Test that $(...) works. Problem reported for SGI IRIX 6 by Nelson H. F. Beebe in - . + . 2007-01-04 Paul Eggert * zdiff.in (cmp0): New var. Rewrite test for /dev/fd/3 to detect bugs in Solaris 8 /bin/bash 2.03. Problem reported by Nelson H. F. Beebe in - . + . Avoid "for file; do", which doesn't work with Solaris 8 /bin/sh. 2007-01-03 Paul Eggert * zdiff.in: Test /dev//fd/3, not /dev/fd/3, to work around a problem with Tru64 4.0F ksh M-11/16/88f reported by Thomas Koutcher in - . + . 2006-12-30 Paul Eggert @@ -200,11 +200,11 @@ * zless.in: Work around a bug in less 394 and earlier; it mishandles $%=~ in file names. Problem reported by - Sami Liedes in . + Sami Liedes in . * doc/gzip.texi: Swap order of dircategory entries, to pacify Debian install-info 1.10.28. This should fix - . + . * zgrep.in (version): Fix bug: $grep wasn't evaluated. @@ -215,7 +215,7 @@ 2006-12-26 Paul Eggert - Fix Debian bug 367673 plus several + Fix Debian bug 367673 plus several other bugs discovered in the neighborhood. * NEWS: gzip -q now exits with status 2 (not 1) on SIGPIPE. zgrep has many bugs fixed with argument handling, special characters, @@ -226,7 +226,7 @@ 2006-12-23 Paul Eggert * NEWS: Fix bug reported by Martin Mares in - . + . * gzip.c (treat_stdin): Remove NO_STDIN_FSTAT and NO_PIPE_TIMESTAMP stuff. It didn't work (led to syntax errors) and was confusing. Report an error if stdin cannot be statted even if !list && no_time. @@ -237,7 +237,7 @@ Use the same form for timestamps that treat_stdin uses. * zdiff.in: Fix typo that broke most usages. Problem reported by - Jari Aalto in . While we're at it, + Jari Aalto in . While we're at it, fix a bunch of other problems. Handle "-" better. Send diagnostics to stderr, not stdout. Use expr rather than echo | sed, to handle special characters better. Report a diagnostic in @@ -254,7 +254,7 @@ * zdiff.1: Mention that these programs currently understand only formats that gzip does. Problem reported by Jari Aalto in - . + . 2006-12-20 Paul Eggert @@ -338,12 +338,12 @@ * znew.in: Likewise. Fix problems in porting to NSK reported by Matthew Woehlke in - and - . + and + . * gzip.h: Include , for SSIZE_MAX. (INBUFSIZE): Don't make it any larger than SSIZE_MAX. Problem reported by Matthew Woehlke in - . + . * gzip.c: Don't include , as gzip.h now does this. * util.c: Likewise. * gzip.c (main): Set exiting_signal before installing signal handlers. @@ -368,7 +368,7 @@ * configure.ac (for assembler): Set ASFLAGS_config to -Wa,--noexecstack if this seems advisable on this platform. Problem reported by Mike Frysinger in - . + . * lib/Makefile.am (match.$(OBJEXT)): Use ASFLAGS_config. 2006-12-07 Paul Eggert @@ -378,7 +378,7 @@ * deflate.c (deflate_fast, deflate): Avoid core dump. Problem originally reported by Jochen Friedrich and trivial patch supplied - by Anthony Towns; see . + by Anthony Towns; see . 2006-12-06 Paul Eggert @@ -434,7 +434,7 @@ Port to Tandem NSK/OSS, which lacks fchdir. Problem reported by Matthew Woehlke in - . + . * bootstrap.conf (gnulib_modules): Remove openat, as it pulls in fchdir. * configure.ac: Check for fdopendir. @@ -478,7 +478,7 @@ * gzexe.in: Sweep the code and fix some bugs. My, what sharp teeth you have, gzexe! The straw that broke this camel's back was Matthew Burgess's bug report - . + . (IFS): Set it to the standard value, both here and in the script gzexe generates.