summaryrefslogtreecommitdiff
path: root/testsuite/grep.tests
Commit message (Expand)AuthorAgeFilesLines
* grep: for -L, exitcode 0 means files *without* matches were found, closes 13151Denys Vlasenko2020-08-151-0/+8
* grep: add proper support for pattern_listSören Tempel2020-04-301-0/+12
* grep: Fix -f FILE when FILE is empty and -x providedGray Wolf2020-04-291-0/+6
* grep: fix -x -v with certain pattern ordersAri Sundholm2019-01-291-0/+7
* testsuite: allow tests to work in paths containing spacesRon Yorston2018-04-091-1/+1
* grep: fix echo "aa" | busybox grep -F -w "a" (should not match)Denys Vlasenko2018-03-291-0/+6
* Make grep/egrep/fgrep independently selectableDenys Vlasenko2016-11-141-1/+1
* grep: fix "grep -r PATTRN SYMLINK_TO_DIR"Denys Vlasenko2014-08-281-0/+20
* grep: fix -w match if first match isn't a word, but second is. Closes 4520Denys Vlasenko2014-02-271-0/+6
* grep: properly handle grep -w "^str" in !EXTRA_COMPAT case tooBartosz Golaszewski2014-02-071-0/+6
* grep: fix two bugs with -wDenys Vlasenko2014-01-071-0/+12
* grep: fix grep -x to not set REG_NOSUBJames Hogan2013-05-161-0/+14
* grep: don't bail out on first mismatch if '-w' option is setBartosz Golaszewski2013-05-151-0/+6
* grep: fix grep -Fw not respecting the -w option. Closes 5792Denys Vlasenko2013-01-201-0/+12
* grep: be GNU compatible with -f EMPTY_FILELauri Kasanen2011-08-281-1/+17
* grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubu...Denys Vlasenko2010-08-231-0/+4
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* grep: fix -FiIan Wienand2010-04-301-0/+2
* testsuite: don't run grep NUL tests when we know the would failDenys Vlasenko2010-03-141-1/+3
* grep: fix a case when -o loops foreverDenys Vlasenko2009-12-041-0/+5
* tests: fix POSIX shell source styleMike Frysinger2009-11-041-1/+1
* grep: fix -E + {range}; fix -o not printing all matches (bug 489)Denys Vlasenko2009-07-291-0/+5
* grep: option to use GNU regex matching instead of POSIX one.Denis Vlasenko2008-08-091-6/+2
* grep: make "-f -" work (+ testsuite)Denis Vlasenko2008-06-071-0/+4
* clarify grep versionDenis Vlasenko2008-05-021-1/+1
* fix grep test false positiveDenis Vlasenko2008-05-021-1/+3
* fix vda's testsuite bogons, part 1Denis Vlasenko2007-11-261-1/+0
* testsuite: add tests for cut and grep;Denis Vlasenko2007-11-261-2/+5
* whitespace cleanupDenis Vlasenko2006-09-171-1/+1
* - add testcase for grep bug (http://busybox.net/bugs/view.php?id=887)Bernhard Reutner-Fischer2006-06-041-0/+2
* Redo test suite to be able to test more than one command at a time. EliminateRob Landley2006-03-161-19/+23
* Fix the test suite so that individual *.tests files can be run alaRob Landley2005-11-071-5/+1
* - set executable bitBernhard Reutner-Fischer2005-09-231-0/+0
* - introduce variable _BB_CONFIG_DEP to the new test harness.Bernhard Reutner-Fischer2005-09-231-0/+82