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