emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#17019: closed ([PATCH] grep: removal of trivial_ca


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#17019: closed ([PATCH] grep: removal of trivial_case_ignore)
Date: Tue, 08 Apr 2014 03:33:02 +0000

Your message dated Mon, 07 Apr 2014 20:32:37 -0700
with message-id <address@hidden>
and subject line Re: bug#17019: [PATCH] grep: removal of trivial_case_ignore
has caused the debbugs.gnu.org bug report #17019,
regarding [PATCH] grep: removal of trivial_case_ignore
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
17019: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17019
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [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


--- End Message ---
--- Begin Message --- Subject: Re: bug#17019: [PATCH] grep: removal of trivial_case_ignore Date: Mon, 07 Apr 2014 20:32:37 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 Thanks for this patch; it's nice to remove code. This one required several alterations while merging, due to other changes made recently in this area; I'm attaching the patch I pushed.

Attachment: 0001-grep-remove-trival_case_ignore.patch
Description: Text document


--- End Message ---

reply via email to

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