grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.25-47-gf3f8153


From: Jim Meyering
Subject: grep branch, master, updated. v2.25-47-gf3f8153
Date: Wed, 17 Aug 2016 20:09:59 +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  f3f8153fcd71f1d2a7a43c23c00e6e6ce9c3c41d (commit)
       via  63091e0c42348b24a9c0c96cda4cf216b71810b8 (commit)
      from  279f8ae9e3698210ae5f7c4b32318b63000e0588 (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=f3f8153fcd71f1d2a7a43c23c00e6e6ce9c3c41d


commit f3f8153fcd71f1d2a7a43c23c00e6e6ce9c3c41d
Author: Jim Meyering <address@hidden>
Date:   Wed Aug 17 13:09:27 2016 -0700

    maint: avoid new "make syntax-check" failure
    
    * src/dfa.c: Adjust comment not to go past column 80.

diff --git a/src/dfa.c b/src/dfa.c
index b64a176..30aaecf 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -422,7 +422,7 @@ struct dfa
                                    do not distinguish between their contexts,
                                    as not supported word.  */
   position_set mb_follows;      /* Follow set added by ANYCHAR on demand.  */
-  state_num **mb_trans;         /* Transition tables for states with ANYCHAR.  
*/
+  state_num **mb_trans;      /* Transition tables for states with ANYCHAR.  */
   state_num mb_trcount;         /* Number of transition tables for states with
                                    ANYCHAR that have actually been built.  */
 };

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


commit f3f8153fcd71f1d2a7a43c23c00e6e6ce9c3c41d
Author: Jim Meyering <address@hidden>
Date:   Wed Aug 17 13:09:27 2016 -0700

    maint: avoid new "make syntax-check" failure
    
    * src/dfa.c: Adjust comment not to go past column 80.

diff --git a/src/dfa.c b/src/dfa.c
index b64a176..30aaecf 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -422,7 +422,7 @@ struct dfa
                                    do not distinguish between their contexts,
                                    as not supported word.  */
   position_set mb_follows;      /* Follow set added by ANYCHAR on demand.  */
-  state_num **mb_trans;         /* Transition tables for states with ANYCHAR.  
*/
+  state_num **mb_trans;      /* Transition tables for states with ANYCHAR.  */
   state_num mb_trcount;         /* Number of transition tables for states with
                                    ANYCHAR that have actually been built.  */
 };

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

Summary of changes:
 src/dfa.c           |    2 +-
 tests/pcre-jitstack |   21 ++++++++++++++-------
 2 files changed, 15 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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