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

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

[debbugs-tracker] bug#19306: closed ([PATCH 1/2] dfa: avoid execution fo


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#19306: closed ([PATCH 1/2] dfa: avoid execution for a pattern including an unsupported expression)
Date: Sun, 26 Jul 2015 23:42:02 +0000

Your message dated Sun, 26 Jul 2015 16:41:34 -0700
with message-id <address@hidden>
and subject line Re: [PATCH 1/2] dfa: avoid execution for a pattern including 
an unsupported expression
has caused the debbugs.gnu.org bug report #19306,
regarding [PATCH 1/2] dfa: avoid execution for a pattern including an 
unsupported expression
to be marked as done.

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


-- 
19306: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19306
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 1/2] dfa: avoid execution for a pattern including an unsupported expression Date: Tue, 09 Dec 2014 00:24:38 +0900
If a pattern includes an unsupported expression which is labeled as
BACKREF, a text will almost fail to match the pattern.

First patch makes changes to return immediately and avoid pidding search
if a pattern includes an unsupported expression.

Second patch removes word constraint support which is as labeled BEGWORD,
ENDWORD, LIMWORD and NOTLIMWORD for multibyte-locales including UTF-8
from DFA, as we use regex instead of DFA for a pattern including word
constraint so that it does not correctly treat word constraint.

Attachment: 0001-dfa-avoid-execution-for-a-pattern-including-an-unsup.patch
Description: Text document

Attachment: 0002-dfa-remove-a-support-of-a-word-delimiter-expression-.patch
Description: Text document


--- End Message ---
--- Begin Message --- Subject: Re: [PATCH 1/2] dfa: avoid execution for a pattern including an unsupported expression Date: Sun, 26 Jul 2015 16:41:34 -0700
pushed.


--- End Message ---

reply via email to

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