grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.6.1-2-g58c2e11


From: Jim Meyering
Subject: grep branch, master, updated. v2.6.1-2-g58c2e11
Date: Fri, 26 Mar 2010 05:54:54 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".

The branch, master has been updated
       via  58c2e11a8b6849c4c602470fcc2466d0586a4d6f (commit)
      from  21547ade36d67208388e9018b43d07e6e5b2cf3d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=58c2e11a8b6849c4c602470fcc2466d0586a4d6f


commit 58c2e11a8b6849c4c602470fcc2466d0586a4d6f
Author: Jim Meyering <address@hidden>
Date:   Thu Mar 25 21:32:41 2010 +0100

    doc: correct and amend NEWS entries for 2.6.1
    
    * NEWS (Bug fixes): Correct character ranges bug description.
    Add an example from Dmitry V. Levin.
    Add that the word-with-backref bug was introduced in 2.5.1.
    * cfg.mk (old_NEWS_hash): Update to match.

diff --git a/NEWS b/NEWS
index 32ea885..2e0414e 100644
--- a/NEWS
+++ b/NEWS
@@ -11,10 +11,13 @@ GNU grep NEWS                                    -*- 
outline -*-
   multibyte character.  [bug introduced in 2.6]
 
   Character ranges would not work in single-byte character sets other
-  than C (for example, ISO-8859-1 or KOI8-R).  [bug introduced in 2.6]
+  than C (for example, ISO-8859-1 or KOI8-R) and some multi-byte locales.
+  For example, this should print "1", but would find no match:
+    $ echo 1 | env -i LC_COLLATE=en_US.UTF-8 grep '[0-9]'
+  [bug introduced in 2.6]
 
   The output of grep was incorrect for whole-word (-w) matches if the
-  patterns included a backreference.
+  patterns included a back-reference. [bug introduced in grep-2.5.2]
 
 ** Portability
 
diff --git a/cfg.mk b/cfg.mk
index 7dca4f9..7f0aebe 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -31,7 +31,7 @@ bootstrap-tools = autoconf,automake,gnulib
 # Now that we have better tests, make this the default.
 export VERBOSE = yes
 
-old_NEWS_hash = 72edfd3113c3b264a77f6f9efab18e38
+old_NEWS_hash = fbb9531f83022157e85039a8ed8f6dad
 
 # Many m4 macros names once began with `jm_'.
 # Make sure that none are inadvertently reintroduced.

-----------------------------------------------------------------------

Summary of changes:
 NEWS   |    7 +++++--
 cfg.mk |    2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
grep




reply via email to

[Prev in Thread] Current Thread [Next in Thread]