Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/doc Tickets 420 and 421.



details:   https://anonhg.NetBSD.org/src/rev/1edc15bc8c24
branches:  netbsd-2-0
changeset: 561237:1edc15bc8c24
user:      tron <tron%NetBSD.org@localhost>
date:      Sun May 30 15:02:18 2004 +0000

description:
Tickets 420 and 421.

diffstat:

 doc/CHANGES-2.0 |  21 +++++++++++++++++++--
 1 files changed, 19 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 6d5ba42113c1 -r 1edc15bc8c24 doc/CHANGES-2.0
--- a/doc/CHANGES-2.0   Sun May 30 15:00:44 2004 +0000
+++ b/doc/CHANGES-2.0   Sun May 30 15:02:18 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-2.0,v 1.1.2.237 2004/05/30 11:55:12 tron Exp $
+#      $NetBSD: CHANGES-2.0,v 1.1.2.238 2004/05/30 15:02:18 tron Exp $
 
 A complete list of changes from the initial NetBSD 2.0 branch on 28 March 2004
 until 2.0 release:
@@ -3360,6 +3360,23 @@
 sys/arch/sparc/sparc/autoconf.c                        1.207
 
        Increase buffer size for s[dt]-targets PROM property otherwise some
-        machines (including my SS1+) with old PROM fails to get it.
+       machines (including my SS1+) with old PROM fails to get it.
        [tsutsui, ticket #423]
 
+usr.bin/gzip/Makefile                          1.9
+usr.bin/gzip/gzip.c                            1.44-1.46
+usr.bin/gzip/unbzip2.c                         1.5
+usr.bin/gzip/zuncompress.c                     1.4
+
+       Fix various bugs in gzip(1) including PRs 25507, 25508 and 25509.
+       [mrg, ticket #420]
+
+usr.bin/gzip/zgrep                             1.3-1.4
+
+       Quote pattern when passing to grep, so that patterns containing
+       spaces would be handled properly. Fixes PR bin/25345 by Arto Selonen.
+       Use "zcat -fq" not just plain "zcat". This lets zgrep work on non
+       compressed files (as reported by simonb) as well as not printing
+       random warnings that zgrep isn't ready to handle.
+       [mrg, ticket #421]
+



Home | Main Index | Thread Index | Old Index