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: Paul Eggert <eggert <at> cs.ucla.edu>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#17447: closed ([PATCH] dfa: fix mismatch of exit conditions
 due to whether multibyte flag is on or off)
Date: Fri, 09 May 2014 19:45:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 09 May 2014 12:43:57 -0700
with message-id <536D2FFD.7010807 <at> cs.ucla.edu>
and subject line Re: bug#17447: [PATCH] dfa: fix mismatch of exit conditions due to whether multibyte flag is on or off
has caused the debbugs.gnu.org bug report #17447,
regarding [PATCH] dfa: fix mismatch of exit conditions due to whether multibyte flag is on or off
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> 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: 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 3 (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)]
[Message part 5 (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.



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.