--- Begin Message ---
Subject: |
[PATCH] sed: fix incorrect match for title case |
Date: |
Sun, 25 Sep 2016 11:23:50 +0900 |
sed uses fastmap feature in matching with regex. If it is used for case
insensitive matching, affected by following bug in regex.
https://sourceware.org/bugzilla/show_bug.cgi?id=20381
BTW, I do not know whether sed is affected by the bug or not in locales
except el_GR.iso88597.
0001-sed-fix-incorrect-match-for-title-case.patch
Description: Text document
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#24535: [PATCH] sed: fix incorrect match for title case |
Date: |
Mon, 26 Sep 2016 20:29:02 -0700 |
On Mon, Sep 26, 2016 at 4:36 PM, Norihiro Tanaka <address@hidden> wrote:
> On Sun, 25 Sep 2016 17:38:44 -0700
> Jim Meyering <address@hidden> wrote:
>
>> Thank you. That looks great.
>> I have renamed the new test file to remove the "mb-" prefix, since
>> it's not multibyte-related, and adjusted the commit log:
>
> Thanks for reviwing and adjusting for the patch. I agree to all of them.
Thanks again. Pushed:
http://git.sv.gnu.org/cgit/sed.git/commit/?id=188207529cec0
--- End Message ---