vi: fixes to string search in colon commands, closes 10321
[oweals/busybox.git] / testsuite / grep.tests
2019-01-29 Ari Sundholmgrep: fix -x -v with certain pattern orders
2018-04-09 Ron Yorstontestsuite: allow tests to work in paths containing...
2018-03-29 Denys Vlasenkogrep: fix echo "aa" | busybox grep -F -w "a" (should...
2016-11-14 Denys VlasenkoMake grep/egrep/fgrep independently selectable
2014-08-28 Denys Vlasenkogrep: fix "grep -r PATTRN SYMLINK_TO_DIR"
2014-02-27 Denys Vlasenkogrep: fix -w match if first match isn't a word, but...
2014-02-07 Bartosz Golaszewskigrep: properly handle grep -w "^str" in !EXTRA_COMPAT...
2014-01-07 Denys Vlasenkogrep: fix two bugs with -w
2013-05-16 James Hogangrep: fix grep -x to not set REG_NOSUB
2013-05-15 Bartosz Golaszewskigrep: don't bail out on first mismatch if '-w' option...
2013-01-20 Denys Vlasenkogrep: fix grep -Fw not respecting the -w option. Closes...
2011-08-28 Lauri Kasanengrep: be GNU compatible with -f EMPTY_FILE
2010-08-23 Denys Vlasenkogrep: fix -o match with empty string (suggested by...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-04-30 Ian Wienandgrep: fix -Fi
2010-03-13 Denys Vlasenkotestsuite: don't run grep NUL tests when we know the...
2009-12-04 Denys Vlasenkogrep: fix a case when -o loops forever
2009-11-04 Mike Frysingertests: fix POSIX shell source style
2009-07-28 Denys Vlasenkogrep: fix -E + {range}; fix -o not printing all matche...
2008-08-09 Denis Vlasenkogrep: option to use GNU regex matching instead of POSIX...
2008-06-07 Denis Vlasenkogrep: make "-f -" work (+ testsuite)
2008-05-02 Denis Vlasenkoclarify grep version
2008-05-02 Denis Vlasenkofix grep test false positive
2007-11-26 Denis Vlasenkofix vda's testsuite bogons, part 1
2007-11-26 Denis Vlasenkotestsuite: add tests for cut and grep;
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-06-04 Bernhard Reutner... - add testcase for grep bug (busybox.net/bugs/view...
2006-03-16 Rob LandleyRedo test suite to be able to test more than one comman...
2005-11-07 Rob LandleyFix the test suite so that individual *.tests files...
2005-09-23 Bernhard Reutner... - set executable bit
2005-09-23 Bernhard Reutner... - introduce variable _BB_CONFIG_DEP to the new test...