grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.18-6-gfd56955


From: Paul Eggert
Subject: grep branch, master, updated. v2.18-6-gfd56955
Date: Thu, 27 Feb 2014 21:20:06 +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  fd569557acc7f2e8ffadf4f6e8c89399f933aa68 (commit)
       via  b8f3bf528171ebf13afd4477ebf25bf6a4560403 (commit)
      from  8b16e90a248d70aef687931370f8ef7c1f2bc4ef (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=fd569557acc7f2e8ffadf4f6e8c89399f933aa68


commit fd569557acc7f2e8ffadf4f6e8c89399f933aa68
Author: Paul Eggert <address@hidden>
Date:   Thu Feb 27 13:19:33 2014 -0800

    * src/dfa.c (prednames): POSIX allows [[:xdigit:]] to match multibyte chars.

diff --git a/src/dfa.c b/src/dfa.c
index a49b834..f4590da 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -926,7 +926,7 @@ static const struct dfa_ctype prednames[] = {
   {"upper", isupper, false},
   {"lower", islower, false},
   {"digit", isdigit, true},
-  {"xdigit", isxdigit, true},
+  {"xdigit", isxdigit, false},
   {"space", isspace, false},
   {"punct", ispunct, false},
   {"alnum", isalnum, false},

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


commit fd569557acc7f2e8ffadf4f6e8c89399f933aa68
Author: Paul Eggert <address@hidden>
Date:   Thu Feb 27 13:19:33 2014 -0800

    * src/dfa.c (prednames): POSIX allows [[:xdigit:]] to match multibyte chars.

diff --git a/src/dfa.c b/src/dfa.c
index a49b834..f4590da 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -926,7 +926,7 @@ static const struct dfa_ctype prednames[] = {
   {"upper", isupper, false},
   {"lower", islower, false},
   {"digit", isdigit, true},
-  {"xdigit", isxdigit, true},
+  {"xdigit", isxdigit, false},
   {"space", isspace, false},
   {"punct", ispunct, false},
   {"alnum", isalnum, false},

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

Summary of changes:
 src/dfa.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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