grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.10-48-g9f9829f


From: Paolo Bonzini
Subject: grep branch, master, updated. v2.10-48-g9f9829f
Date: Tue, 03 Jan 2012 09:39:59 +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  9f9829ffae8e4b9bd3370154209ae9c04b4c5208 (commit)
       via  d4cc62b45e115aa72db69a06451afed9bd69a64d (commit)
       via  afa0155946715cddc921cc5556bff1ca2100507a (commit)
       via  f5e2cedf32554e6b4fd13a2d3ae410afd1065d88 (commit)
       via  74232e7b30467c32476efd2336207e6c5ee5aece (commit)
       via  a9fa4dcd5dc1bb7b7aff5454ce9b9bb7e4166fc4 (commit)
      from  082f0d1a771a2febcc14ffce13f44ed7c4553ad4 (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=9f9829ffae8e4b9bd3370154209ae9c04b4c5208


commit 9f9829ffae8e4b9bd3370154209ae9c04b4c5208
Author: Paolo Bonzini <address@hidden>
Date:   Tue Jun 28 09:58:37 2011 +0200

    dfa: remove dead assignment
    
    * src/dfa.c (transit_state): transit_state_consume_1char will clear follows,
    do not do this ourselves.

diff --git a/src/dfa.c b/src/dfa.c
index 178ee96..dc94414 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -3140,7 +3140,6 @@ transit_state (struct dfa *d, int s, unsigned char const 
**pp)
 
   while (*pp - p1 < maxlen)
     {
-      follows.nelem = 0;
       transit_state_consume_1char(d, s1, pp, NULL, &mbclen, &follows);
 
       for (i = 0; i < nelem ; i++)

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


commit 9f9829ffae8e4b9bd3370154209ae9c04b4c5208
Author: Paolo Bonzini <address@hidden>
Date:   Tue Jun 28 09:58:37 2011 +0200

    dfa: remove dead assignment
    
    * src/dfa.c (transit_state): transit_state_consume_1char will clear follows,
    do not do this ourselves.

diff --git a/src/dfa.c b/src/dfa.c
index 178ee96..dc94414 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -3140,7 +3140,6 @@ transit_state (struct dfa *d, int s, unsigned char const 
**pp)
 
   while (*pp - p1 < maxlen)
     {
-      follows.nelem = 0;
       transit_state_consume_1char(d, s1, pp, NULL, &mbclen, &follows);
 
       for (i = 0; i < nelem ; i++)

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


commit 9f9829ffae8e4b9bd3370154209ae9c04b4c5208
Author: Paolo Bonzini <address@hidden>
Date:   Tue Jun 28 09:58:37 2011 +0200

    dfa: remove dead assignment
    
    * src/dfa.c (transit_state): transit_state_consume_1char will clear follows,
    do not do this ourselves.

diff --git a/src/dfa.c b/src/dfa.c
index 178ee96..dc94414 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -3140,7 +3140,6 @@ transit_state (struct dfa *d, int s, unsigned char const 
**pp)
 
   while (*pp - p1 < maxlen)
     {
-      follows.nelem = 0;
       transit_state_consume_1char(d, s1, pp, NULL, &mbclen, &follows);
 
       for (i = 0; i < nelem ; i++)

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


commit 9f9829ffae8e4b9bd3370154209ae9c04b4c5208
Author: Paolo Bonzini <address@hidden>
Date:   Tue Jun 28 09:58:37 2011 +0200

    dfa: remove dead assignment
    
    * src/dfa.c (transit_state): transit_state_consume_1char will clear follows,
    do not do this ourselves.

diff --git a/src/dfa.c b/src/dfa.c
index 178ee96..dc94414 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -3140,7 +3140,6 @@ transit_state (struct dfa *d, int s, unsigned char const 
**pp)
 
   while (*pp - p1 < maxlen)
     {
-      follows.nelem = 0;
       transit_state_consume_1char(d, s1, pp, NULL, &mbclen, &follows);
 
       for (i = 0; i < nelem ; i++)

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


commit 9f9829ffae8e4b9bd3370154209ae9c04b4c5208
Author: Paolo Bonzini <address@hidden>
Date:   Tue Jun 28 09:58:37 2011 +0200

    dfa: remove dead assignment
    
    * src/dfa.c (transit_state): transit_state_consume_1char will clear follows,
    do not do this ourselves.

diff --git a/src/dfa.c b/src/dfa.c
index 178ee96..dc94414 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -3140,7 +3140,6 @@ transit_state (struct dfa *d, int s, unsigned char const 
**pp)
 
   while (*pp - p1 < maxlen)
     {
-      follows.nelem = 0;
       transit_state_consume_1char(d, s1, pp, NULL, &mbclen, &follows);
 
       for (i = 0; i < nelem ; i++)

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


commit 9f9829ffae8e4b9bd3370154209ae9c04b4c5208
Author: Paolo Bonzini <address@hidden>
Date:   Tue Jun 28 09:58:37 2011 +0200

    dfa: remove dead assignment
    
    * src/dfa.c (transit_state): transit_state_consume_1char will clear follows,
    do not do this ourselves.

diff --git a/src/dfa.c b/src/dfa.c
index 178ee96..dc94414 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -3140,7 +3140,6 @@ transit_state (struct dfa *d, int s, unsigned char const 
**pp)
 
   while (*pp - p1 < maxlen)
     {
-      follows.nelem = 0;
       transit_state_consume_1char(d, s1, pp, NULL, &mbclen, &follows);
 
       for (i = 0; i < nelem ; i++)

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

Summary of changes:
 src/dfa.c |   71 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 36 insertions(+), 35 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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