grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.27-5-g4ef9162


From: Paul Eggert
Subject: grep branch, master, updated. v2.27-5-g4ef9162
Date: Tue, 13 Dec 2016 22:49:06 +0000 (UTC)

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  4ef91621ab74bbf1ba3d05cc34ee7b059c75074a (commit)
      from  ca66d6f9cc769c3cb6ff3293725b8742840b98fa (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=4ef91621ab74bbf1ba3d05cc34ee7b059c75074a


commit 4ef91621ab74bbf1ba3d05cc34ee7b059c75074a
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Dec 13 22:23:17 2016 +0200

    build: update gnulib submodule to latest
    
    * src/dfasearch.c (GEAcompile): Remove use of flag, RE_ICASE covers it.

diff --git a/gnulib b/gnulib
index ca3ca77..19a1795 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit ca3ca77fc9e497ff5048a9f1ee0d1acc8e050f51
+Subproject commit 19a179507fb5a54a996f5e96ac7c5c41d1bcaad8
diff --git a/src/dfasearch.c b/src/dfasearch.c
index ded9917..24a36cd 100644
--- a/src/dfasearch.c
+++ b/src/dfasearch.c
@@ -121,8 +121,7 @@ GEAcompile (char const *pattern, size_t size, reg_syntax_t 
syntax_bits)
   if (match_icase)
     syntax_bits |= RE_ICASE;
   re_set_syntax (syntax_bits);
-  int dfaopts = ((match_icase ? DFA_CASE_FOLD : 0)
-                 | (eolbyte ? 0 : DFA_EOL_NUL));
+  int dfaopts = eolbyte ? 0 : DFA_EOL_NUL;
   dfasyntax (dfa, &localeinfo, syntax_bits, dfaopts);
 
   /* For GNU regex, pass the patterns separately to detect errors like

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

Summary of changes:
 gnulib          |    2 +-
 src/dfasearch.c |    3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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