summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-14Make grep/egrep/fgrep independently selectableDenys Vlasenko2-31/+23
2014-08-28grep: fix "grep -r PATTRN SYMLINK_TO_DIR"Denys Vlasenko2-1/+21
2014-02-27grep: fix -w match if first match isn't a word, but second is. Closes 4520Denys Vlasenko2-14/+21
2014-02-07grep: properly handle grep -w "^str" in !EXTRA_COMPAT case tooBartosz Golaszewski2-2/+12
2014-01-07grep: fix two bugs with -wDenys Vlasenko2-3/+37
2013-05-16grep: fix grep -x to not set REG_NOSUBJames Hogan2-1/+15
2013-05-15grep: don't bail out on first mismatch if '-w' option is setBartosz Golaszewski2-8/+20
2013-01-20grep: fix grep -Fw not respecting the -w option. Closes 5792Denys Vlasenko2-5/+44
2011-08-28grep: be GNU compatible with -f EMPTY_FILELauri Kasanen2-10/+30
2010-08-23grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubu...Denys Vlasenko2-3/+11
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-04-30grep: fix -FiIan Wienand2-1/+6
2010-03-13testsuite: don't run grep NUL tests when we know the would failDenys Vlasenko2-2/+4
2009-12-04grep: fix a case when -o loops foreverDenys Vlasenko2-3/+10
2009-11-04tests: fix POSIX shell source styleMike Frysinger35-36/+36
2009-07-28grep: fix -E + {range}; fix -o not printing all matches (bug 489)Denys Vlasenko2-15/+26
2008-08-09grep: option to use GNU regex matching instead of POSIX one.Denis Vlasenko5-36/+155
2008-06-07grep: make "-f -" work (+ testsuite)Denis Vlasenko3-8/+13
2008-05-02clarify grep versionDenis Vlasenko1-1/+1
2008-05-02fix grep test false positiveDenis Vlasenko1-1/+3
2007-11-26fix vda's testsuite bogons, part 1Denis Vlasenko2-20/+0
2007-11-26testsuite: add tests for cut and grep;Denis Vlasenko4-5/+33
2006-09-17whitespace cleanupDenis Vlasenko92-218/+218
2006-06-04- add testcase for grep bug (http://busybox.net/bugs/view.php?id=887)Bernhard Reutner-Fischer1-0/+2
2006-03-16Redo test suite to be able to test more than one command at a time. EliminateRob Landley8-174/+189
2005-11-07Fix the test suite so that individual *.tests files can be run alaRob Landley8-71/+66
2005-09-23- set executable bitBernhard Reutner-Fischer1-0/+0
2005-09-23- introduce variable _BB_CONFIG_DEP to the new test harness.Bernhard Reutner-Fischer13-22/+137