grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.7-39-g30e9a3b


From: Jim Meyering
Subject: grep branch, master, updated. v2.7-39-g30e9a3b
Date: Mon, 02 May 2011 18:58:47 +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  30e9a3b76955891191b50935ad92435f2f84fab9 (commit)
       via  4044a76685ace1426f611a8341acc6ec1540b711 (commit)
       via  c98a38b83d39ae6238adbff5cb2ca536f35ae0e6 (commit)
      from  a6288d5a75d9f82c081008a0bc0105ea85bd5cbb (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=30e9a3b76955891191b50935ad92435f2f84fab9


commit 30e9a3b76955891191b50935ad92435f2f84fab9
Author: Arnold D. Robbins <address@hidden>
Date:   Sun May 1 20:20:18 2011 +0300

    build: move add_utf8_anychar into MBS ifdef

diff --git a/src/dfa.c b/src/dfa.c
index bc23555..f2064ed 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -1485,7 +1485,6 @@ addtok_wc (wint_t wc)
       addtok(CAT);
     }
 }
-#endif
 
 static void
 add_utf8_anychar (void)
@@ -1535,6 +1534,7 @@ add_utf8_anychar (void)
       addtok (OR);
     }
 }
+#endif
 
 /* The grammar understood by the parser is as follows.
 

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


commit 30e9a3b76955891191b50935ad92435f2f84fab9
Author: Arnold D. Robbins <address@hidden>
Date:   Sun May 1 20:20:18 2011 +0300

    build: move add_utf8_anychar into MBS ifdef

diff --git a/src/dfa.c b/src/dfa.c
index bc23555..f2064ed 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -1485,7 +1485,6 @@ addtok_wc (wint_t wc)
       addtok(CAT);
     }
 }
-#endif
 
 static void
 add_utf8_anychar (void)
@@ -1535,6 +1534,7 @@ add_utf8_anychar (void)
       addtok (OR);
     }
 }
+#endif
 
 /* The grammar understood by the parser is as follows.
 

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


commit 30e9a3b76955891191b50935ad92435f2f84fab9
Author: Arnold D. Robbins <address@hidden>
Date:   Sun May 1 20:20:18 2011 +0300

    build: move add_utf8_anychar into MBS ifdef

diff --git a/src/dfa.c b/src/dfa.c
index bc23555..f2064ed 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -1485,7 +1485,6 @@ addtok_wc (wint_t wc)
       addtok(CAT);
     }
 }
-#endif
 
 static void
 add_utf8_anychar (void)
@@ -1535,6 +1534,7 @@ add_utf8_anychar (void)
       addtok (OR);
     }
 }
+#endif
 
 /* The grammar understood by the parser is as follows.
 

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

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


hooks/post-receive
-- 
grep



reply via email to

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