grep: fix -E + {range}; fix -o not printing all matches (bug 489)
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 28 Jul 2009 23:20:09 +0000 (01:20 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 28 Jul 2009 23:20:09 +0000 (01:20 +0200)
commit09449630fbf0331a76a9d055fcbff0774c57ab65
treece6e43bbb9efe4a76296f04457e98b79cf874459
parent97af2ff8caa782f623e79408f0dfe608c878d5a6
grep: fix -E  + {range}; fix -o not printing all matches (bug 489)

two different bugs, one with EXTRA_COMPAT, other without.

function                                             old     new   delta
grep_file                                           1132    1129      -3

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
findutils/grep.c
testsuite/grep.tests