GNU bug report logs - #17447
[PATCH] dfa: fix mismatch of exit conditions due to whether multibyte flag is on or off

Previous Next

Package: grep;

Reported by: Norihiro Tanaka <noritnk <at> kcn.ne.jp>

Date: Fri, 9 May 2014 14:20:02 UTC

Severity: normal

Tags: patch

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 17447 in the body.
You can then email your comments to 17447 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-grep <at> gnu.org:
bug#17447; Package grep. (Fri, 09 May 2014 14:20:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Norihiro Tanaka <noritnk <at> kcn.ne.jp>:
New bug report received and forwarded. Copy sent to bug-grep <at> gnu.org. (Fri, 09 May 2014 14:20:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Norihiro Tanaka <noritnk <at> kcn.ne.jp>
To: bug-grep <at> gnu.org
Subject: [PATCH] dfa: fix mismatch of exit conditions due to whether multibyte
 flag is on or off
Date: Fri, 09 May 2014 23:18:36 +0900
[Message part 1 (text/plain, inline)]
When multibyte flag is on, exit condition is `p >= end'.  OTOH, when off,
it's `p > end'.  I think that the later is right, and fix the former.
[0001-dfa-fix-mismatch-of-exit-conditions-due-to-whether-m.patch (text/plain, attachment)]

Reply sent to Paul Eggert <eggert <at> cs.ucla.edu>:
You have taken responsibility. (Fri, 09 May 2014 19:45:02 GMT) Full text and rfc822 format available.

Notification sent to Norihiro Tanaka <noritnk <at> kcn.ne.jp>:
bug acknowledged by developer. (Fri, 09 May 2014 19:45:03 GMT) Full text and rfc822 format available.

Message #10 received at 17447-done <at> debbugs.gnu.org (full text, mbox):

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Norihiro Tanaka <noritnk <at> kcn.ne.jp>, 17447-done <at> debbugs.gnu.org
Subject: Re: bug#17447: [PATCH] dfa: fix mismatch of exit conditions due to
 whether multibyte flag is on or off
Date: Fri, 09 May 2014 12:43:57 -0700
Norihiro Tanaka wrote:
> When multibyte flag is on, exit condition is `p >= end'.  OTOH, when off,
> it's `p > end'.  I think that the later is right, and fix the former.

Thanks, I installed that.





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 07 Jun 2014 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 11 years and 73 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.