grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.6.3-37-ga0d5dfc


From: Jim Meyering
Subject: grep branch, master, updated. v2.6.3-37-ga0d5dfc
Date: Thu, 08 Apr 2010 18:15:08 +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  a0d5dfcecc676d3fcc089a493b05c02bbb3dd988 (commit)
       via  430bdb38eb27600a211c968adb1d3c8c86d867cf (commit)
       via  699bcc4bd8166abb6ee26a37d9e1189817741277 (commit)
      from  e4f69c178ee9e68ecdbd743de669ec8c1388e40f (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=a0d5dfcecc676d3fcc089a493b05c02bbb3dd988


commit a0d5dfcecc676d3fcc089a493b05c02bbb3dd988
Author: Arnold D. Robbins <address@hidden>
Date:   Thu Apr 8 20:42:34 2010 +0300

    dfa: fix declaration of dfabroken in dfa.h
    
    * dfa.h (dfabroken) [GAWK]: Fix declaration to match that in dfa.c.

diff --git a/src/dfa.h b/src/dfa.h
index 9a43a66..6879f8a 100644
--- a/src/dfa.h
+++ b/src/dfa.h
@@ -98,5 +98,5 @@ extern void dfaerror (const char *) __attribute__ 
((noreturn));
 #ifdef GAWK
 /* Returns true if the regex is one where the dfa matcher
    is broken and thus should not be used. */
-extern int dfabroken (struct dfa *);
+extern int dfabroken (struct dfa const *);
 #endif

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


commit a0d5dfcecc676d3fcc089a493b05c02bbb3dd988
Author: Arnold D. Robbins <address@hidden>
Date:   Thu Apr 8 20:42:34 2010 +0300

    dfa: fix declaration of dfabroken in dfa.h
    
    * dfa.h (dfabroken) [GAWK]: Fix declaration to match that in dfa.c.

diff --git a/src/dfa.h b/src/dfa.h
index 9a43a66..6879f8a 100644
--- a/src/dfa.h
+++ b/src/dfa.h
@@ -98,5 +98,5 @@ extern void dfaerror (const char *) __attribute__ 
((noreturn));
 #ifdef GAWK
 /* Returns true if the regex is one where the dfa matcher
    is broken and thus should not be used. */
-extern int dfabroken (struct dfa *);
+extern int dfabroken (struct dfa const *);
 #endif

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


commit a0d5dfcecc676d3fcc089a493b05c02bbb3dd988
Author: Arnold D. Robbins <address@hidden>
Date:   Thu Apr 8 20:42:34 2010 +0300

    dfa: fix declaration of dfabroken in dfa.h
    
    * dfa.h (dfabroken) [GAWK]: Fix declaration to match that in dfa.c.

diff --git a/src/dfa.h b/src/dfa.h
index 9a43a66..6879f8a 100644
--- a/src/dfa.h
+++ b/src/dfa.h
@@ -98,5 +98,5 @@ extern void dfaerror (const char *) __attribute__ 
((noreturn));
 #ifdef GAWK
 /* Returns true if the regex is one where the dfa matcher
    is broken and thus should not be used. */
-extern int dfabroken (struct dfa *);
+extern int dfabroken (struct dfa const *);
 #endif

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

Summary of changes:
 .gitmodules                          |    4 +-
 .x-sc_prohibit_tab_based_indentation |    3 +
 COPYING                              |   12 +-
 NEWS                                 |    2 +-
 README                               |    4 +-
 README.DOS                           |   20 +-
 cfg.mk                               |   14 +-
 gl/lib/regcomp.c.diff                |    6 +-
 gl/lib/regex_internal.c.diff         |    4 +-
 gl/lib/regexec.c.diff                |    2 +-
 grep.spec                            |    2 +-
 lib/savedir.c                        |   90 +-
 lib/savedir.h                        |    4 +-
 m4/pcre.m4                           |    6 +-
 src/dfa.c                            | 2552 +++++++++++++++++-----------------
 src/dfa.h                            |    4 +-
 src/dfasearch.c                      |  334 +++---
 src/dosbuf.c                         |    4 +-
 src/grep.c                           |    6 +-
 src/kwsearch.c                       |   94 +-
 src/kwset.c                          |  568 ++++----
 src/main.c                           | 1186 ++++++++--------
 src/pcresearch.c                     |   48 +-
 src/searchutils.c                    |   14 +-
 tests/backref.sh                     |    8 +-
 tests/bre.awk                        |   18 +-
 tests/empty                          |   96 +-
 tests/ere.awk                        |   20 +-
 tests/fedora                         |    8 +-
 tests/file.sh                        |   12 +-
 tests/fmbtest                        |   12 +-
 tests/khadafy.sh                     |    6 +-
 tests/options.sh                     |    4 +-
 tests/spencer1-locale.awk            |   20 +-
 tests/spencer1.awk                   |   14 +-
 tests/status.sh                      |   62 +-
 36 files changed, 2639 insertions(+), 2624 deletions(-)
 create mode 100644 .x-sc_prohibit_tab_based_indentation


hooks/post-receive
-- 
grep




reply via email to

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