GNU bug report logs - #19028
[PATCH] grep: fix grep -F -x -o outputs extra newlines

Previous Next

Package: grep;

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

Date: Wed, 12 Nov 2014 13:56:02 UTC

Severity: normal

Tags: patch

Done: Jim Meyering <jim <at> meyering.net>

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#19028: closed (Re: bug#19028: [PATCH] grep: fix grep -F -x -o
 outputs extra newlines)
Date: Sat, 15 Nov 2014 02:18:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#19028: [PATCH] grep: fix grep -F -x -o outputs extra newlines

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 19028 <at> debbugs.gnu.org.

-- 
19028: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19028
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Jim Meyering <jim <at> meyering.net>
To: Norihiro Tanaka <noritnk <at> kcn.ne.jp>
Cc: 19028-done <at> debbugs.gnu.org
Subject: Re: bug#19028: [PATCH] grep: fix grep -F -x -o outputs extra newlines
Date: Fri, 14 Nov 2014 18:17:10 -0800
pushed and marked as done

[Message part 3 (message/rfc822, inline)]
From: Norihiro Tanaka <noritnk <at> kcn.ne.jp>
To: bug-grep <at> gnu.org
Subject: [PATCH] grep: fix grep -F -x -o outputs extra newlines
Date: Wed, 12 Nov 2014 22:54:36 +0900
[Message part 4 (text/plain, inline)]
grep -F -x -o outputs extra newlines as following.

$ printf 'abc\nabc\n' | grep -F -x -o abc
abc

abc

$ 

(expected)
$ printf 'abc\nabc\n' | grep -F -x -o abc
abc
abc
$ 

Jim, could you take this bug fix in next release?

[0001-grep-fix-grep-F-x-o-outputs-extra-newlines.patch (text/plain, attachment)]

This bug report was last modified 10 years and 194 days ago.

Previous Next


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