1. a77f3ec grep: for -L, exitcode 0 means files *without* matches were found, closes 13151 by Denys Vlasenko · 4 years, 4 months ago
  2. 42a8984 grep: add proper support for pattern_list by Sören Tempel · 4 years, 9 months ago
  3. c3295d2 grep: Fix -f FILE when FILE is empty and -x provided by Gray Wolf · 4 years, 8 months ago
  4. 9a9c6e3 grep: fix -x -v with certain pattern orders by Ari Sundholm · 6 years ago
  5. 1f27fa9 testsuite: allow tests to work in paths containing spaces by Ron Yorston · 7 years ago
  6. 03fd7e0 grep: fix echo "aa" | busybox grep -F -w "a" (should not match) by Denys Vlasenko · 7 years ago
  7. 1924e99 Make grep/egrep/fgrep independently selectable by Denys Vlasenko · 8 years ago
  8. 34cc6c9 grep: fix "grep -r PATTRN SYMLINK_TO_DIR" by Denys Vlasenko · 10 years ago
  9. 83e49ad grep: fix -w match if first match isn't a word, but second is. Closes 4520 by Denys Vlasenko · 11 years ago
  10. 3ba2df8 grep: properly handle grep -w "^str" in !EXTRA_COMPAT case too by Bartosz Golaszewski · 11 years ago
  11. cd55f2d grep: fix two bugs with -w by Denys Vlasenko · 11 years ago
  12. 5fc0585 grep: fix grep -x to not set REG_NOSUB by James Hogan · 12 years ago
  13. 414db79 grep: don't bail out on first mismatch if '-w' option is set by Bartosz Golaszewski · 12 years ago
  14. 2f5b5be grep: fix grep -Fw not respecting the -w option. Closes 5792 by Denys Vlasenko · 12 years ago
  15. 7b46220 grep: be GNU compatible with -f EMPTY_FILE by Lauri Kasanen · 13 years ago
  16. 3d8b96d grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubuntu.com>) by Denys Vlasenko · 14 years ago
  17. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  18. 0a2c793 grep: fix -Fi by Ian Wienand · 15 years ago
  19. 29f354e testsuite: don't run grep NUL tests when we know the would fail by Denys Vlasenko · 15 years ago
  20. 6dc0ace grep: fix a case when -o loops forever by Denys Vlasenko · 15 years ago
  21. caa7940 tests: fix POSIX shell source style by Mike Frysinger · 15 years ago
  22. 0944963 grep: fix -E + {range}; fix -o not printing all matches (bug 489) by Denys Vlasenko · 15 years ago
  23. 3fd15e1 grep: option to use GNU regex matching instead of POSIX one. by Denis Vlasenko · 16 years ago
  24. a05c071 grep: make "-f -" work (+ testsuite) diff: small code shrink by Denis Vlasenko · 17 years ago
  25. 4e79049 clarify grep version by Denis Vlasenko · 17 years ago
  26. 6da9b00 fix grep test false positive by Denis Vlasenko · 17 years ago
  27. bd9a48b fix vda's testsuite bogons, part 1 by Denis Vlasenko · 17 years ago
  28. 4e1e720 testsuite: add tests for cut and grep; slight improvements to infrastructure by Denis Vlasenko · 17 years ago
  29. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  30. 1e34731 - add testcase for grep bug (http://busybox.net/bugs/view.php?id=887) by Bernhard Reutner-Fischer · 19 years ago
  31. 4bb1b04 Redo test suite to be able to test more than one command at a time. Eliminate by Rob Landley · 19 years ago
  32. 48c6157 Fix the test suite so that individual *.tests files can be run ala by Rob Landley · 19 years ago
  33. 1eb645d - set executable bit by Bernhard Reutner-Fischer · 19 years ago
  34. b47a74f - introduce variable _BB_CONFIG_DEP to the new test harness. by Bernhard Reutner-Fischer · 19 years ago