grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.6.3-62-gd748294


From: Paolo Bonzini
Subject: grep branch, master, updated. v2.6.3-62-gd748294
Date: Wed, 05 May 2010 07:57:24 +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  d748294c5645e9e1afb48da004ecabab1a44cfc5 (commit)
       via  f9797981bc66b7fcc5a7e177bb29d2d30052aeb6 (commit)
       via  4d4b89a6fb7a08c61f49e92c0afe1bfa863da569 (commit)
      from  01b9539e17aa4149a3bf59c972debf0339825453 (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=d748294c5645e9e1afb48da004ecabab1a44cfc5


commit d748294c5645e9e1afb48da004ecabab1a44cfc5
Author: Paolo Bonzini <address@hidden>
Date:   Wed Apr 21 09:34:39 2010 +0200

    grep: remove redundant syntax bit
    
    * grep.c (Gcompile): Remove RE_HAT_LISTS_NOT_NEWLINE.

diff --git a/src/grep.c b/src/grep.c
index 7b30f66..e12ae3d 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -4,10 +4,7 @@
 static void
 Gcompile (char const *pattern, size_t size)
 {
-  GEAcompile (pattern, size,
-              RE_SYNTAX_GREP
-              | RE_HAT_LISTS_NOT_NEWLINE
-              | RE_NO_EMPTY_RANGES);
+  GEAcompile (pattern, size, RE_SYNTAX_GREP | RE_NO_EMPTY_RANGES);
 }
 
 static void

http://git.savannah.gnu.org/cgit/grep.git/commit/?id=f9797981bc66b7fcc5a7e177bb29d2d30052aeb6


commit d748294c5645e9e1afb48da004ecabab1a44cfc5
Author: Paolo Bonzini <address@hidden>
Date:   Wed Apr 21 09:34:39 2010 +0200

    grep: remove redundant syntax bit
    
    * grep.c (Gcompile): Remove RE_HAT_LISTS_NOT_NEWLINE.

diff --git a/src/grep.c b/src/grep.c
index 7b30f66..e12ae3d 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -4,10 +4,7 @@
 static void
 Gcompile (char const *pattern, size_t size)
 {
-  GEAcompile (pattern, size,
-              RE_SYNTAX_GREP
-              | RE_HAT_LISTS_NOT_NEWLINE
-              | RE_NO_EMPTY_RANGES);
+  GEAcompile (pattern, size, RE_SYNTAX_GREP | RE_NO_EMPTY_RANGES);
 }
 
 static void

http://git.savannah.gnu.org/cgit/grep.git/commit/?id=4d4b89a6fb7a08c61f49e92c0afe1bfa863da569


commit d748294c5645e9e1afb48da004ecabab1a44cfc5
Author: Paolo Bonzini <address@hidden>
Date:   Wed Apr 21 09:34:39 2010 +0200

    grep: remove redundant syntax bit
    
    * grep.c (Gcompile): Remove RE_HAT_LISTS_NOT_NEWLINE.

diff --git a/src/grep.c b/src/grep.c
index 7b30f66..e12ae3d 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -4,10 +4,7 @@
 static void
 Gcompile (char const *pattern, size_t size)
 {
-  GEAcompile (pattern, size,
-              RE_SYNTAX_GREP
-              | RE_HAT_LISTS_NOT_NEWLINE
-              | RE_NO_EMPTY_RANGES);
+  GEAcompile (pattern, size, RE_SYNTAX_GREP | RE_NO_EMPTY_RANGES);
 }
 
 static void

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

Summary of changes:
 NEWS                         |    5 ++
 src/dfa.c                    |   97 +++++++++++++++++++++++++-----------------
 src/grep.c                   |    5 +--
 tests/Makefile.am            |    1 +
 tests/backref-multibyte-slow |   28 ++++++++++++
 5 files changed, 93 insertions(+), 43 deletions(-)
 create mode 100644 tests/backref-multibyte-slow


hooks/post-receive
-- 
grep




reply via email to

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