bug#25513: closed (Re: bug#25513: Issue grepping lines ending with CRLF with --color=auto.)

2017-01-24 Thread Eric Hoffman
That was something I suspected. On my system, I taught it was doing the same with 'grep' alone too, but it turned out my default .bashrc setup an alias for 'bash' to ass '--color=auto'. I do get the same issue if I type... $ printf 'line%s\r\n' 1 2 3 | grep . ...because of the alias, buy typi

bug#25499: [PATCH] grep: fix matching not longest pattern with grep -Fo

2017-01-24 Thread Norihiro Tanaka
On Mon, 23 Jan 2017 11:43:55 -0800 Jim Meyering wrote: > I've just noticed that fgrep-longest was not listed in Makefile.am's > lists of tests, so have added it with this: > > > http://git.savannah.gnu.org/cgit/grep.git/commit/?id=b2e0f3f86c6ff948c9b37668af762ea90f06e401 Thanks.