bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#17246: grep-2.19 planning


From: Paolo Bonzini
Subject: bug#17246: grep-2.19 planning
Date: Sat, 12 Apr 2014 18:55:03 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

Il 12/04/2014 12:48, Paul Eggert ha scritto:
Paolo Bonzini wrote:
Can't we just apply the revert that I posted?

That would would reintroduce the bug that I mentioned, so I'd rather not
do that.  There's a better way forward if we want to continue to support
the obsoleted Unix interface on platforms lacking a Unix shell, which is
to have little egrep and fgrep executables that exec grep -E and grep -F.

It is also a regression that error messages will show "grep: error xyz" rather than "egrep: error xyz".

Please provide a testcase for your bug, I'm not sure whether I understand it. "fgrep" sets matcher to "fgrep" thanks to the "if" statement below:

  if (!m)
    {
      compile = matchers[0].compile;
      execute = matchers[0].execute;
      if (!matchers[1].name)
        matcher = matchers[0].name;
    }

Paolo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]