[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#24161: [PATCH 2/2] sed: speed up matching by reguler expression with
From: |
Norihiro Tanaka |
Subject: |
bug#24161: [PATCH 2/2] sed: speed up matching by reguler expression with dfa matcher |
Date: |
Tue, 09 Aug 2016 08:29:42 +0900 |
On Sat, 6 Aug 2016 19:20:22 -0700
Jim Meyering <address@hidden> wrote:
> Thanks again.
> I've revised it as follows and expect to push tomorrow:
> - remove the abort and comment from dfaerror -- should is not
> necessary, given the _Noreturn attribute.
> - adjusted commit log and NEWS entry, also moving the "Improvements"
> section to the top
> - sorted source file names in local.mk (they were not sorted before, either)
> - added the "make syntax-check"-required mention of sed/dfa.c in
> po/POTFILES.in
Thanks for adjusting. I agree the all changes.