Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-13 | - Be explicit on command line checking, instead of relying on patterns, | Matthias Kilian | |
which may be NULL (e.g. -e ''). - let add_pattern() decide how to deal with empty patterns, don't do magic in read_patterns(). This unbreaks stuff like grep -e '', and makes grep -f <file> more POSIX compliant. Semantics for grep -f /dev/null (or any other empty file) may be questionable, but this case isn't specified by POSIX, and matching nothing at all seems to be sane. Thanks to otto@, who mentioned potential problems related to the -x option with the first patch i sent. ok jaredy@ (some time ago), otto@, millert@ | |||
2005-04-03 | Test for egrep -w "foo|bar" | Otto Moerbeek | |
2004-10-03 | new regressions, based on PR 3940 | Otto Moerbeek | |
2004-05-07 | Regression tests for fgrep -w and grep -w. Also enable a few tests that | Otto Moerbeek | |
were defined, but not called. | |||
2004-02-04 | Test ^ and $ in -w mode; currently fails. Fix awaiting approval... | Todd C. Miller | |
2004-01-25 | Add missing REGRESS_TARGETS for t15 and t16 | Todd C. Miller | |
2004-01-25 | Two more tests; based on a failure Matthieu found with my first | Todd C. Miller | |
first for grep -w. | |||
2004-01-19 | test taken from /usr/include/db.h | Marc Espie | |
ok millert@ | |||
2003-12-06 | Add test for pattern containing multiple dots (PR 3597). | Otto Moerbeek | |
2003-07-17 | test -f | Peter Valchev | |
2003-07-17 | test grep -C | Peter Valchev | |
2003-07-02 | use /dev/null | Peter Valchev | |
2003-07-02 | add grep regression tests suite, a few ideas from millert incorporated | Peter Valchev | |