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

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

[debbugs-tracker] bug#25499: closed ([PATCH] grep: fix matching not long


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#25499: closed ([PATCH] grep: fix matching not longest pattern with grep -Fo)
Date: Sun, 22 Jan 2017 01:13:01 +0000

Your message dated Sat, 21 Jan 2017 17:11:50 -0800
with message-id <address@hidden>
and subject line Re: bug#25499: [PATCH] grep: fix matching not longest pattern 
with grep -Fo
has caused the debbugs.gnu.org bug report #25499,
regarding [PATCH] grep: fix matching not longest pattern with grep -Fo
to be marked as done.

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


-- 
25499: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=25499
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] grep: fix matching not longest pattern with grep -Fo Date: Sat, 21 Jan 2017 18:14:48 +0900
grep -Fo may not match longest pattern in grep 2.26 or later including
current master.

$ printf 'abce\n' > in
$ printf 'abcd\nc\nbce\n' > pat
$ LC_ALL=C src/grep -Fof pat in
c

We expect "bce" in this case.

Attachment: 0001-grep-fix-matching-not-longest-pattern-with-grep-Fo.patch
Description: Text document


--- End Message ---
--- Begin Message --- Subject: Re: bug#25499: [PATCH] grep: fix matching not longest pattern with grep -Fo Date: Sat, 21 Jan 2017 17:11:50 -0800
On Sat, Jan 21, 2017 at 5:09 PM, Norihiro Tanaka <address@hidden> wrote:
>
> On Sat, 21 Jan 2017 08:09:00 -0800
> Jim Meyering <address@hidden> wrote:
>
>> Nice. I am glad you caught that.
>> I've adjusted some wording and will push this soon:
>
> Thanks for replying and adjusting quickly.  Your adjustment is also very
> useful for me to learn English.

Pushed.


--- End Message ---

reply via email to

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