grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.10-53-g8ca7608


From: Paolo Bonzini
Subject: grep branch, master, updated. v2.10-53-g8ca7608
Date: Tue, 03 Jan 2012 16:04:32 +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  8ca76081a985a0dda3bddf8f172b794495efea33 (commit)
      from  97eca7990cfd661e51bb3337aef3105065b227c5 (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=8ca76081a985a0dda3bddf8f172b794495efea33


commit 8ca76081a985a0dda3bddf8f172b794495efea33
Author: Paolo Bonzini <address@hidden>
Date:   Tue Jan 3 10:56:31 2012 +0100

    dfa: fix incorrect comment
    
    * src/dfa.c (dfastate): Fix comment for newline.

diff --git a/src/dfa.c b/src/dfa.c
index 2f751c6..8dbadd5 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -2364,7 +2364,7 @@ dfastate (int s, struct dfa *d, int trans[])
   charclass leftovers;         /* Stuff in the label that didn't match. */
   int leftoversf;              /* True if leftovers is nonempty. */
   static charclass letters;    /* Set of characters considered letters. */
-  static charclass newline;    /* Set of characters that aren't newline. */
+  static charclass newline;    /* Set of characters that are newline. */
   position_set follows;                /* Union of the follows of some group. 
*/
   position_set tmp;            /* Temporary space for merging sets. */
   int state;                   /* New state. */

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

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


hooks/post-receive
-- 
grep



reply via email to

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