index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testsuite
/
grep.tests
Age
Commit message (
Expand
)
Author
2019-01-29
grep: fix -x -v with certain pattern orders
Ari Sundholm
2018-04-09
testsuite: allow tests to work in paths containing spaces
Ron Yorston
2018-03-29
grep: fix echo "aa" | busybox grep -F -w "a" (should not match)
Denys Vlasenko
2016-11-14
Make grep/egrep/fgrep independently selectable
Denys Vlasenko
2014-08-28
grep: fix "grep -r PATTRN SYMLINK_TO_DIR"
Denys Vlasenko
2014-02-27
grep: fix -w match if first match isn't a word, but second is. Closes 4520
Denys Vlasenko
2014-02-07
grep: properly handle grep -w "^str" in !EXTRA_COMPAT case too
Bartosz Golaszewski
2014-01-07
grep: fix two bugs with -w
Denys Vlasenko
2013-05-16
grep: fix grep -x to not set REG_NOSUB
James Hogan
2013-05-15
grep: don't bail out on first mismatch if '-w' option is set
Bartosz Golaszewski
2013-01-20
grep: fix grep -Fw not respecting the -w option. Closes 5792
Denys Vlasenko
2011-08-28
grep: be GNU compatible with -f EMPTY_FILE
Lauri Kasanen
2010-08-23
grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubu...
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-04-30
grep: fix -Fi
Ian Wienand
2010-03-14
testsuite: don't run grep NUL tests when we know the would fail
Denys Vlasenko
2009-12-04
grep: fix a case when -o loops forever
Denys Vlasenko
2009-11-04
tests: fix POSIX shell source style
Mike Frysinger
2009-07-29
grep: fix -E + {range}; fix -o not printing all matches (bug 489)
Denys Vlasenko
2008-08-09
grep: option to use GNU regex matching instead of POSIX one.
Denis Vlasenko
2008-06-07
grep: make "-f -" work (+ testsuite)
Denis Vlasenko
2008-05-02
clarify grep version
Denis Vlasenko
2008-05-02
fix grep test false positive
Denis Vlasenko
2007-11-26
fix vda's testsuite bogons, part 1
Denis Vlasenko
2007-11-26
testsuite: add tests for cut and grep;
Denis Vlasenko
2006-09-17
whitespace cleanup
Denis Vlasenko
2006-06-04
- add testcase for grep bug (http://busybox.net/bugs/view.php?id=887)
Bernhard Reutner-Fischer
2006-03-16
Redo test suite to be able to test more than one command at a time. Eliminate
Rob Landley
2005-11-07
Fix the test suite so that individual *.tests files can be run ala
Rob Landley
2005-09-23
- set executable bit
Bernhard Reutner-Fischer
2005-09-23
- introduce variable _BB_CONFIG_DEP to the new test harness.
Bernhard Reutner-Fischer