grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v3.4-almost-33-gb3c01ff


From: Paul Eggert
Subject: grep branch, master, updated. v3.4-almost-33-gb3c01ff
Date: Fri, 18 Sep 2020 17:52:00 -0400 (EDT)

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  b3c01ff20d4c74d83840bc28c591c0c56d8f228c (commit)
       via  220bd3882cb32b8830dcc742e46aaa93a8c8f9e5 (commit)
      from  b6d95a4e6b57cd260040fb83f828e81b01acd720 (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=b3c01ff20d4c74d83840bc28c591c0c56d8f228c


commit b3c01ff20d4c74d83840bc28c591c0c56d8f228c
Author: Paul Eggert <eggert@cs.ucla.edu>
Date:   Fri Sep 18 14:50:19 2020 -0700

    * src/dfasearch.c (struct dfa_comp): Fix out-of-date comment.

diff --git a/src/dfasearch.c b/src/dfasearch.c
index 4d3f4b2..354878f 100644
--- a/src/dfasearch.c
+++ b/src/dfasearch.c
@@ -26,7 +26,7 @@
 
 struct dfa_comp
 {
-  /* KWset compiled pattern.  For Ecompile and Gcompile, we compile
+  /* KWset compiled pattern.  For GEAcompile, we compile
      a list of strings, at least one of which is known to occur in
      any string matching the regexp. */
   kwset_t kwset;

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


commit b3c01ff20d4c74d83840bc28c591c0c56d8f228c
Author: Paul Eggert <eggert@cs.ucla.edu>
Date:   Fri Sep 18 14:50:19 2020 -0700

    * src/dfasearch.c (struct dfa_comp): Fix out-of-date comment.

diff --git a/src/dfasearch.c b/src/dfasearch.c
index 4d3f4b2..354878f 100644
--- a/src/dfasearch.c
+++ b/src/dfasearch.c
@@ -26,7 +26,7 @@
 
 struct dfa_comp
 {
-  /* KWset compiled pattern.  For Ecompile and Gcompile, we compile
+  /* KWset compiled pattern.  For GEAcompile, we compile
      a list of strings, at least one of which is known to occur in
      any string matching the regexp. */
   kwset_t kwset;

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

Summary of changes:
 src/dfasearch.c          |  2 +-
 src/grep.c               |  6 ++++++
 tests/filename-lineno.pl | 16 ++++++++++++++++
 3 files changed, 23 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
grep



reply via email to

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