grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.19-4-g6fea170


From: Jim Meyering
Subject: grep branch, master, updated. v2.19-4-g6fea170
Date: Sat, 24 May 2014 05:26:11 +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  6fea170e2f1f936202657c0c4aaf842c672b72e5 (commit)
      from  879d86e6242eae688f9e72d42b230348d1c93a8f (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=6fea170e2f1f936202657c0c4aaf842c672b72e5


commit 6fea170e2f1f936202657c0c4aaf842c672b72e5
Author: behoffski <address@hidden>
Date:   Mon May 12 12:58:56 2014 +0930

    maint: uncapitalize first letter of two dfaerror message strings
    
    * dfa.c (lex): Make two message strings consistent with all of
    the others: do not capitalize the first letter of the first word.

diff --git a/src/dfa.c b/src/dfa.c
index 8ff29d0..70dc046 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -1409,10 +1409,10 @@ lex (void)
               {
                 if (syntax_bits & RE_INVALID_INTERVAL_ORD)
                   goto normal_char;
-                dfaerror (_("Invalid content of \\{\\}"));
+                dfaerror (_("invalid content of \\{\\}"));
               }
             if (RE_DUP_MAX < maxrep)
-              dfaerror (_("Regular expression too big"));
+              dfaerror (_("regular expression too big"));
             lexptr = p;
             lexleft = lim - p;
           }

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

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]