grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.21-29-g5fb7fc4


From: Jim Meyering
Subject: grep branch, master, updated. v2.21-29-g5fb7fc4
Date: Sun, 26 Apr 2015 18:44:05 +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  5fb7fc43013b62aad16e2536603450d7b39d47e8 (commit)
       via  c1fa4920c4ada99e8804821c6261bbbc8b21966d (commit)
      from  599c2afbc8274d190739a623c45498b317e7f29c (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=5fb7fc43013b62aad16e2536603450d7b39d47e8


commit 5fb7fc43013b62aad16e2536603450d7b39d47e8
Author: Jim Meyering <address@hidden>
Date:   Sun Apr 26 08:14:30 2015 -0700

    maint: reword a diagnostic not to trigger leading capital check
    
    * src/pcresearch.c: Reword diagnostic to avoid "make syntax-check"
    failure.

diff --git a/src/pcresearch.c b/src/pcresearch.c
index c8e2dcf..aa05e20 100644
--- a/src/pcresearch.c
+++ b/src/pcresearch.c
@@ -297,7 +297,7 @@ Pexecute (char const *buf, size_t size, size_t *match_size,
 
 # if PCRE_STUDY_JIT_COMPILE
         case PCRE_ERROR_JIT_STACKLIMIT:
-          error (EXIT_TROUBLE, 0, _("PCRE JIT stack exhausted"));
+          error (EXIT_TROUBLE, 0, _("exhausted PCRE JIT stack"));
 # endif
 
         case PCRE_ERROR_MATCHLIMIT:

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


commit 5fb7fc43013b62aad16e2536603450d7b39d47e8
Author: Jim Meyering <address@hidden>
Date:   Sun Apr 26 08:14:30 2015 -0700

    maint: reword a diagnostic not to trigger leading capital check
    
    * src/pcresearch.c: Reword diagnostic to avoid "make syntax-check"
    failure.

diff --git a/src/pcresearch.c b/src/pcresearch.c
index c8e2dcf..aa05e20 100644
--- a/src/pcresearch.c
+++ b/src/pcresearch.c
@@ -297,7 +297,7 @@ Pexecute (char const *buf, size_t size, size_t *match_size,
 
 # if PCRE_STUDY_JIT_COMPILE
         case PCRE_ERROR_JIT_STACKLIMIT:
-          error (EXIT_TROUBLE, 0, _("PCRE JIT stack exhausted"));
+          error (EXIT_TROUBLE, 0, _("exhausted PCRE JIT stack"));
 # endif
 
         case PCRE_ERROR_MATCHLIMIT:

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

Summary of changes:
 cfg.mk            |    6 ++++++
 src/pcresearch.c  |    2 +-
 tests/Makefile.am |   14 +++++++-------
 3 files changed, 14 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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