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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Norihiro Tanaka <noritnk <at> kcn.ne.jp>
Subject: bug#17447: closed (Re: bug#17447: [PATCH] dfa: fix mismatch of
 exit conditions due to whether multibyte flag is on or off)
Date: Fri, 09 May 2014 19:45:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the grep package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 17447 <at> debbugs.gnu.org.

-- 
17447: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17447
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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.


[Message part 3 (message/rfc822, inline)]
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 4 (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)]

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

Previous Next


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