bug-gawk
[Top][All Lists]
Advanced

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

[bug-gawk] [PATCH] gawk: use dfa matcher for regex with anchor


From: Norihiro Tanaka
Subject: [bug-gawk] [PATCH] gawk: use dfa matcher for regex with anchor
Date: Sun, 18 Sep 2016 18:03:48 +0900

Hi,

Recently, dfa module started to support that newline_anchor option is
set to false.

gawk could not use dfa fully up to now, as gawk sets newline_anchor to
false in many cases.

This change is that gawk uses dfa even if newline_anchor option is false.
No longer gawk check whether a pattern has anchor or not in pattern.

Norihiro

Attachment: 0001-gawk-use-dfa-matcher-for-regex-with-anchor.patch
Description: Text document


reply via email to

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