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

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

[debbugs-tracker] bug#17204: closed ([PATCH] grep: speed-up for exact ma


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#17204: closed ([PATCH] grep: speed-up for exact matching with begline and endline constraints)
Date: Mon, 21 Apr 2014 14:59:02 +0000

Your message dated Mon, 21 Apr 2014 07:58:43 -0700
with message-id <address@hidden>
and subject line Re: bug#17204: [PATCH] grep: speed-up for exact matching with 
begline and endline constraints
has caused the debbugs.gnu.org bug report #17204,
regarding [PATCH] grep: speed-up for exact matching with begline and endline 
constraints
to be marked as done.

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


-- 
17204: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17204
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] grep: speed-up for exact matching with begline and endline constraints Date: Sun, 06 Apr 2014 18:55:03 +0900
dfamust turns on the flag when a state exactly matches the proposed one.
However, when the state has begline and/or endline constraints, turns
off it.

This patch enables to match a state exactly, even if the state has
begline and/or endline constraints.  If a exact string has one of their
constrations, the string adding eolbyte to a head and/or foot is pushed
to kwsincr().  In addition, if it has begline constration, start
searching from just before the position of the text.

Norihiro

Attachment: patch.txt
Description: Text document


--- End Message ---
--- Begin Message --- Subject: Re: bug#17204: [PATCH] grep: speed-up for exact matching with begline and endline constraints Date: Mon, 21 Apr 2014 07:58:43 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 Thanks, I looked at that, got derailed by finding and fixing a bug with NUL bytes that turned out to be a pre-existing bug, and finally installed it just now, with a slightly-reworded commit message. I also installed the attached minor-improvement patch as well (some of it cleans up preexisting code in the neighborhood).

Attachment: 0001-dfa-minor-improvements-to-previous-patch.patch
Description: Text document


--- End Message ---

reply via email to

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