bug-grep
[Top][All Lists]
Advanced

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

bug#17019: [PATCH] grep: removal of trivial_case_ignore


From: Norihiro Tanaka
Subject: bug#17019: [PATCH] grep: removal of trivial_case_ignore
Date: Sun, 16 Mar 2014 10:29:16 +0900

Package: grep
Tags: patch

I believe that the purpose of trivial_case_ignore function helped DFA
which couldn't process case-insensitive matching fast.  Though now DFA
can process it fast, I kept it still, because I thought that kwset is
never used for case_insensitive matching in multi-byte locales if get
rid of it.

However, when change kwsmusts as it's used even if fill MB_CUR_MAX > 1
and case-insensitive, DFA gives the same result in spite of whether use
trivial_case_ignore function or not.

Now remove it, because I think that it served one's purpose.

Sorry, Jim.

Norihiro

Attachment: patch.txt
Description: Text document


reply via email to

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