1. b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
  2. 0296fd3 grep: cap insane -B NUM values to MAX_INT / 8. Fixes bug 2653. by Denys Vlasenko · 14 years ago
  3. 3d8b96d grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubuntu.com>) by Denys Vlasenko · 14 years ago
  4. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  5. 4f731ce findutils/*: move usage and applet bits to *.c files by Denys Vlasenko · 14 years ago
  6. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
  7. 7fb68f1 make it possible to keep Config/Kbuild snippets in *.c files by Denys Vlasenko · 15 years ago
  8. 0a2c793 grep: fix -Fi by Ian Wienand · 15 years ago
  9. 05273da grep: makw -w support unconditional by Denys Vlasenko · 15 years ago
  10. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  11. 2ec91ae *: remove some uses of argc by Denys Vlasenko · 15 years ago
  12. 6dc0ace grep: fix a case when -o loops forever by Denys Vlasenko · 15 years ago
  13. 0944963 grep: fix -E + {range}; fix -o not printing all matches (bug 489) by Denys Vlasenko · 15 years ago
  14. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  15. 3266aa9 trailing whitespace removal by Denis Vlasenko · 16 years ago
  16. 83518d1 Compatibility fixes: by Denis Vlasenko · 16 years ago
  17. a9acbe6 timeout: new applet. 370 bytes. by Roberto Foglietta. by Denis Vlasenko · 16 years ago
  18. f60719c grep: fix 'echo aaa | grep -o a' + ENABLE_EXTRA_COMPAT case by Natanael Copa by Denis Vlasenko · 16 years ago
  19. 9ac706b grep: yet another fixlet for EXTRA_COMPAT by Denis Vlasenko · 16 years ago
  20. c110b7d grep: fix EXTRA_COMPAT grep to honor -E and -i by Denis Vlasenko · 16 years ago
  21. 3fd15e1 grep: option to use GNU regex matching instead of POSIX one. by Denis Vlasenko · 16 years ago
  22. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  23. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  24. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  25. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
  26. a05c071 grep: make "-f -" work (+ testsuite) diff: small code shrink by Denis Vlasenko · 17 years ago
  27. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  28. 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 17 years ago
  29. 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
  30. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  31. a985d30 - spelling fixes by Bernhard Reutner-Fischer · 17 years ago
  32. 8e8200a grep: fix wrong filename in error message by Denis Vlasenko · 17 years ago
  33. 6810236 grep: fix -Fo by Denis Vlasenko · 17 years ago
  34. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  35. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  36. ac074b3 grep: delete obsolete comment by Denis Vlasenko · 17 years ago
  37. 04ea11b grep: fix grep -F -e str1 -e str2 (was matching str2 only) by Denis Vlasenko · 17 years ago
  38. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  39. 4652daa grep: implement -m MAX_MATCHES; fix help text by Denis Vlasenko · 17 years ago
  40. 8d5aa87 grep: fix buglets with context printing by Denis Vlasenko · 17 years ago
  41. 9acfed2 grep: selection done by FEATURE_GREP_EGREP_ALIAS was broken, fix. by Denis Vlasenko · 18 years ago
  42. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  43. 3a62a73 make sure we free the grep data as well by Mike Frysinger · 18 years ago
  44. bbd695d find: fix handling of -prune recursive_actions: uppercase flag constants by Denis Vlasenko · 18 years ago
  45. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
  46. 3e816c1 - fold recurse, depthFirst and dereference params into one param flags. by Bernhard Reutner-Fischer · 18 years ago
  47. f8ea0f3 grep: "implement" -a and -I by ignoring them by Denis Vlasenko · 18 years ago
  48. 385304d grep: implement -w by Denis Vlasenko · 18 years ago
  49. 4222ae4 ash: replace xstrdup (shell shall not die) grep: fix mis-indented block by Denis Vlasenko · 18 years ago
  50. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  51. 4cccc03 remove useless casts (type*) xzalloc(...) by Denis Vlasenko · 18 years ago
  52. 8c35d65 recursive_action: add depth param chmod: match coreutils versus following links by Denis Vlasenko · 18 years ago
  53. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  54. 2295b49 grep: "grep -h pattern file1 file2" ignored -h by Denis Vlasenko · 18 years ago
  55. bf39216 grep: -r didn't close files, producing "Too many open files" by Denis Vlasenko · 18 years ago
  56. 3544ae6 grep: fix combination of -r and -h by Denis Vlasenko · 18 years ago
  57. 3a6755f grep: add support for -r by Denis Vlasenko · 18 years ago
  58. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  59. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  60. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  61. 9275814 lots of silly indent fixes by Denis Vlasenko · 18 years ago
  62. 6c30db8 grep: add help text; fix style by Denis Vlasenko · 18 years ago
  63. 5193753 grep: implement -o option. Patch by Jac Goudsmit. by Denis Vlasenko · 18 years ago
  64. 3312c98 fix 'grep -C' which requires an argument by Eric Andersen · 18 years ago
  65. 7fee0c4 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. by Bernhard Reutner-Fischer · 18 years ago
  66. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  67. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  68. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
  69. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  70. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 19 years ago
  71. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  72. 716bbe9 make grep faster (close bug 758), reduce small memory leak in CONFIG_FEATURE_CLEANUP mode by "Vladimir N. Oleynik" · 19 years ago
  73. f704b27 by "Vladimir N. Oleynik" · 19 years ago
  74. aaf0e23 - replace variables by defines to save space by Bernhard Reutner-Fischer · 19 years ago
  75. bf44974 SUSv3 -q compatibily exit status correction for grep again by "Vladimir N. Oleynik" · 19 years ago
  76. c96b703 SUSv3 -q compatibily exit status correction for grep by "Vladimir N. Oleynik" · 19 years ago
  77. cf40d81 grep must have exit code >1 if input file not found. Small indent correcion also. by "Vladimir N. Oleynik" · 19 years ago
  78. 23f62fc split libbb: moved xregcomp separatelly for speed up recompile by "Vladimir N. Oleynik" · 19 years ago
  79. b4f3cff removed strange extern void xregcomp(... from some applets, but declared from libbb.h by "Vladimir N. Oleynik" · 19 years ago
  80. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  81. 15ca586 patch by srowe in Bug 359 to fix fgrep aliasing by Mike Frysinger · 19 years ago
  82. 5ba5f4d In Bug 78, shortkey points out: by Mike Frysinger · 20 years ago
  83. 31c27a9 Hiroshi Ito writes: by Eric Andersen · 20 years ago
  84. abc513a Make the grep option values a bit less horrible by Eric Andersen · 21 years ago
  85. dec7f81 Rick Richardson writes: by Eric Andersen · 21 years ago
  86. 7f164cd Patch from vodz to correct 'grep -e pattern1 -e pattern2' logic by Eric Andersen · 21 years ago
  87. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  88. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  89. 8876fb2 last_patch89 from vodz: by Eric Andersen · 21 years ago
  90. c5408fe Fix segfault when cleaning up by Glenn L McGrath · 22 years ago
  91. 26df70a grep -f support, adds only 60 Bytes, but regex's now compiled as by Glenn L McGrath · 22 years ago
  92. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  93. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
  94. eed9451 * findutils/grep.c (grep_main): Remove unnecessary use of junk. by Matt Kraai · 23 years ago
  95. 585f657 Fix undeclared variable error. by Matt Kraai · 23 years ago
  96. 81ee96f Usr get_last_path_component() name basename() by Eric Andersen · 23 years ago
  97. 6f8b7ea oops by Eric Andersen · 23 years ago
  98. 55805bc More scrubbing by Eric Andersen · 23 years ago
  99. 43626d7 Fixup CLEANUP behavior by Eric Andersen · 23 years ago
  100. a21c24b Convert strdup call to xstrdup, and calloc calls to xcalloc (patch from by Matt Kraai · 23 years ago