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

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

[debbugs-tracker] bug#19252: closed ([PATCH] dfa: matching at next posit


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#19252: closed ([PATCH] dfa: matching at next position or infinit loop in matching mode)
Date: Sun, 07 Dec 2014 08:22:02 +0000

Your message dated Sun, 7 Dec 2014 00:21:11 -0800
with message-id <address@hidden>
and subject line Re: bug#19252: [PATCH] dfa: matching at next position or 
infinit loop in matching mode
has caused the debbugs.gnu.org bug report #19252,
regarding [PATCH] dfa: matching at next position or infinit loop in matching 
mode
to be marked as done.

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


-- 
19252: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19252
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] dfa: matching at next position or infinit loop in matching mode Date: Tue, 02 Dec 2014 23:25:18 +0900
After failed to match in matching mode, dfa transits initial state
when not allow newline or next state when allow new line instead of
return NULL.

That will cause next matching at position or infinit loop.  By the
way, theere is no affair for grep in order that it always uses not
matching mode but searching mode.

First patch fixes the bug, and second patch simplifies around the code.

Attachment: 0001-dfa-matching-at-next-position-or-infinit-loop-in-mat.patch
Description: Text document

Attachment: 0002-dfa-implification-of-dfaexec.patch
Description: Text document


--- End Message ---
--- Begin Message --- Subject: Re: bug#19252: [PATCH] dfa: matching at next position or infinit loop in matching mode Date: Sun, 7 Dec 2014 00:21:11 -0800
On Sat, Dec 6, 2014 at 11:50 PM, Norihiro Tanaka <address@hidden> wrote:
> On Sat, 6 Dec 2014 22:31:01 -0800
> Jim Meyering <address@hidden> wrote:
>
>> Thank you for adding that test program and a script to run it.
>> I have made some changes:
...
> Thanks for the review and ajustment.  I confirmed that it can be built
> and run correctly.  Can you push them?

Just did that.


--- End Message ---

reply via email to

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