grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.25-39-g61e0661


From: Jim Meyering
Subject: grep branch, master, updated. v2.25-39-g61e0661
Date: Sat, 6 Aug 2016 04:55:36 +0000 (UTC)

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  61e0661e1b086c8933197f498139db26f157b713 (commit)
      from  f13c169e13aed279baa00d9ced9d93fe24775493 (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=61e0661e1b086c8933197f498139db26f157b713


commit 61e0661e1b086c8933197f498139db26f157b713
Author: Norihiro Tanaka <address@hidden>
Date:   Fri Aug 5 20:15:24 2016 +0900

    dfa: minor fix for whether dfa is "fast"
    
    * src/dfa.c (dfaoptimize): When a UTF-8 optimization succeeds for
    a DFA (it can use single-byte code paths), record that by setting
    its ->fast flag.

diff --git a/src/dfa.c b/src/dfa.c
index 596cc13..55d741c 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -3365,6 +3365,7 @@ dfaoptimize (struct dfa *d)
   free_mbdata (d);
   d->multibyte = false;
   d->dfaexec = dfaexec_sb;
+  d->fast = true;
 }
 
 static void

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

Summary of changes:
 src/dfa.c |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
grep



reply via email to

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