bug#18651: Clarify exit status description

2014-10-08 Thread Santiago Ruano Rincón
Control: tags -1 + patch El 07/10/14 a las 09:27, Paul Eggert escribió: > Hmmm, well, to me the proposed clarification is not that clear either. And > the man page is no place for a chatty discussion about what POSIX allows of > other implementations; the full manual is the place for that sort of

bug#18580: [PATCH] dfa: check end of an input buffer after a transition in non-UTF8 multibyte locales

2014-10-08 Thread Norihiro Tanaka
Jim Meyering wrote: > I used git bisect to determine precisely where this happened: > > git bisect start v2.19 v2.18 > git bisect run sh -c 'make WERROR_CFLAGS= && test $(printf "a\naa\n" > | LC_ALL=zh_CN src/grep ..|wc -l) = 1' > > It found v2.18-123-geb3292b, so I've updated the commit log

bug#18642: preparing for a new release

2014-10-08 Thread Norihiro Tanaka
Norihiro Tanaka wrote: > Sorry, I investigated many cases, but I couldn't find it. > > When this bug is reproduced, must be s == 0 and s1 > 0 and > d->newlines[s] != d->newlines[s1]. In addition, they mustn't be > updated until reaches a next newline. > > I believe that all of them is never fil

bug#18642: preparing for a new release

2014-10-08 Thread Jim Meyering
On Wed, Oct 8, 2014 at 3:41 PM, Norihiro Tanaka wrote: > Norihiro Tanaka wrote: >> Sorry, I investigated many cases, but I couldn't find it. >> >> When this bug is reproduced, must be s == 0 and s1 > 0 and >> d->newlines[s] != d->newlines[s1]. In addition, they mustn't be >> updated until reache

bug#18645: [PATCH] dfa: after search potential match at initial state, set 0 to previous state

2014-10-08 Thread Jim Meyering
On Mon, Oct 6, 2014 at 8:37 AM, Norihiro Tanaka wrote: > After search potential match at initial state, a current state may be > updated. So we must set 0 to previous state. I too have a hard time seeing how this change can make a difference, but will go ahead and push the attached change in you

bug#18642: preparing for a new release

2014-10-08 Thread Paul Eggert
Jim Meyering wrote: it is fine that you closed it. Hah! And I reopened it at his request. Closing it again.