--- Begin Message ---
Subject: |
[PATCH 2/2] dfa: support not newline_anchor of regex |
Date: |
Thu, 18 Aug 2016 23:57:27 +0900 |
The patch introduces not newline_anchor option of regex to dfa. grep is
always newline_anchor, so newer codes is not used. I expect it is used
by sed and gawk.
However, the patch adds an argument to dfasyntax(). To synchronize
between grep and dfa easily, I expect it is applied before dfa is moved
to gnulib.
0002-dfa-support-not-newline_anchor-of-regex.patch
Description: Text document
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#24262: [PATCH 2/2] dfa: support not newline_anchor of regex |
Date: |
Fri, 2 Sep 2016 22:07:18 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 |
Norihiro Tanaka wrote:
You say we can simplified by the changes for
multithreading, but two changes in the patch are needed.
Thanks, I missed that. I installed your patch, along with the attached minor
cleanup, and am closing this bug report.
0001-dfa-minor-cleanup-of-previous-change.patch
Description: Text Data
--- End Message ---