1. 3a62a73 make sure we free the grep data as well by Mike Frysinger · 17 years ago
  2. bbd695d find: fix handling of -prune recursive_actions: uppercase flag constants by Denis Vlasenko · 17 years ago
  3. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 17 years ago
  4. 3e816c1 - fold recurse, depthFirst and dereference params into one param flags. by Bernhard Reutner-Fischer · 17 years ago
  5. f8ea0f3 grep: "implement" -a and -I by ignoring them by Denis Vlasenko · 18 years ago
  6. 385304d grep: implement -w by Denis Vlasenko · 18 years ago
  7. 4222ae4 ash: replace xstrdup (shell shall not die) grep: fix mis-indented block by Denis Vlasenko · 18 years ago
  8. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  9. 4cccc03 remove useless casts (type*) xzalloc(...) by Denis Vlasenko · 18 years ago
  10. 8c35d65 recursive_action: add depth param chmod: match coreutils versus following links by Denis Vlasenko · 18 years ago
  11. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  12. 2295b49 grep: "grep -h pattern file1 file2" ignored -h by Denis Vlasenko · 18 years ago
  13. bf39216 grep: -r didn't close files, producing "Too many open files" by Denis Vlasenko · 18 years ago
  14. 3544ae6 grep: fix combination of -r and -h by Denis Vlasenko · 18 years ago
  15. 3a6755f grep: add support for -r by Denis Vlasenko · 18 years ago
  16. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  17. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  18. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  19. 9275814 lots of silly indent fixes by Denis Vlasenko · 18 years ago
  20. 6c30db8 grep: add help text; fix style by Denis Vlasenko · 18 years ago
  21. 5193753 grep: implement -o option. Patch by Jac Goudsmit. by Denis Vlasenko · 18 years ago
  22. 3312c98 fix 'grep -C' which requires an argument by Eric Andersen · 18 years ago
  23. 7fee0c4 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. by Bernhard Reutner-Fischer · 18 years ago
  24. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  25. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  26. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 18 years ago
  27. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 18 years ago
  28. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 18 years ago
  29. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  30. 716bbe9 make grep faster (close bug 758), reduce small memory leak in CONFIG_FEATURE_CLEANUP mode by "Vladimir N. Oleynik" · 19 years ago
  31. f704b27 by "Vladimir N. Oleynik" · 19 years ago
  32. aaf0e23 - replace variables by defines to save space by Bernhard Reutner-Fischer · 19 years ago
  33. bf44974 SUSv3 -q compatibily exit status correction for grep again by "Vladimir N. Oleynik" · 19 years ago
  34. c96b703 SUSv3 -q compatibily exit status correction for grep by "Vladimir N. Oleynik" · 19 years ago
  35. cf40d81 grep must have exit code >1 if input file not found. Small indent correcion also. by "Vladimir N. Oleynik" · 19 years ago
  36. 23f62fc split libbb: moved xregcomp separatelly for speed up recompile by "Vladimir N. Oleynik" · 19 years ago
  37. b4f3cff removed strange extern void xregcomp(... from some applets, but declared from libbb.h by "Vladimir N. Oleynik" · 19 years ago
  38. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  39. 15ca586 patch by srowe in Bug 359 to fix fgrep aliasing by Mike Frysinger · 19 years ago
  40. 5ba5f4d In Bug 78, shortkey points out: by Mike Frysinger · 19 years ago
  41. 31c27a9 Hiroshi Ito writes: by Eric Andersen · 20 years ago
  42. abc513a Make the grep option values a bit less horrible by Eric Andersen · 20 years ago
  43. dec7f81 Rick Richardson writes: by Eric Andersen · 20 years ago
  44. 7f164cd Patch from vodz to correct 'grep -e pattern1 -e pattern2' logic by Eric Andersen · 20 years ago
  45. aff114c Larry Doolittle writes: by Eric Andersen · 20 years ago
  46. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  47. 8876fb2 last_patch89 from vodz: by Eric Andersen · 21 years ago
  48. c5408fe Fix segfault when cleaning up by Glenn L McGrath · 21 years ago
  49. 26df70a grep -f support, adds only 60 Bytes, but regex's now compiled as by Glenn L McGrath · 21 years ago
  50. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  51. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
  52. eed9451 * findutils/grep.c (grep_main): Remove unnecessary use of junk. by Matt Kraai · 23 years ago
  53. 585f657 Fix undeclared variable error. by Matt Kraai · 23 years ago
  54. 81ee96f Usr get_last_path_component() name basename() by Eric Andersen · 23 years ago
  55. 6f8b7ea oops by Eric Andersen · 23 years ago
  56. 55805bc More scrubbing by Eric Andersen · 23 years ago
  57. 43626d7 Fixup CLEANUP behavior by Eric Andersen · 23 years ago
  58. a21c24b Convert strdup call to xstrdup, and calloc calls to xcalloc (patch from by Matt Kraai · 23 years ago
  59. dba4e6f Add in grep -E support by Eric Andersen · 23 years ago
  60. bb0088e Make egrep only set REG_EXTENDED flag. by Matt Kraai · 23 years ago
  61. ccd96f1 Patch from Charles Steinkuehler <charles@steinkuehler.net> by Eric Andersen · 23 years ago
  62. 999623e Use extended regular expressions when invoked as egrep (noted and initial by Matt Kraai · 23 years ago
  63. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  64. 74400cc Scrub up some function prototypes. -Erik by Eric Andersen · 23 years ago
  65. 0034443 Fix behavior of grep -lc to match GNU grep. SuS2 is ambiguous by Eric Andersen · 23 years ago
  66. 86f0167 grep failed to compile when BB_FEATURE_CLEAN_UP was defined -- types were wrong. by Eric Andersen · 23 years ago
  67. fa43e54 Added support for grep -e and grep -f, closes bug #1164. Also added some by Mark Whitley · 23 years ago
  68. edc8065 Fixed extra -- lines (noted by Christophe Boyanique). by Matt Kraai · 23 years ago
  69. 1d9d411 Fixed mishandling of -c & -l options and accounted for case when we're by Mark Whitley · 23 years ago
  70. 59df6f7 Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c by Matt Kraai · 23 years ago
  71. 35e59be Fixed a subtle bug in the handling of -l and -c flags. by Mark Whitley · 23 years ago
  72. 59a86ca The tiniest of bracket-placement fixes. by Mark Whitley · 23 years ago
  73. 303dd28 Make 'grep -l' work by Eric Andersen · 23 years ago
  74. 4391a16 Fixed option parsing. Grep would continue grepping, even when given a bad / by Mark Whitley · 23 years ago
  75. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  76. 2fd5298 Implemented -A, -B, and -C flags with BB_FEATURE_GREP_CONTEXT option set. by Mark Whitley · 24 years ago
  77. b5c2985 Tightened things up a bit, saved 20 bytes, and made the code a bit clearer in by Mark Whitley · 24 years ago
  78. 05e782d Fix wget error message and add (and use) chomp library function. by Matt Kraai · 24 years ago
  79. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago
  80. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  81. 6c6ea6c Changed email address to codepoet.org, updated list of applets / docs I by Mark Whitley · 24 years ago
  82. 0810f72 Fixed -qv interaction (thanks to a report and patch from David Douthitt). by Matt Kraai · 24 years ago
  83. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  84. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  85. 567cdd1 Fix handling of ^$ by removing the newline from input lines and by not by Matt Kraai · 24 years ago
  86. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  87. deb95f6 Exit with the appropriate value when grepping multiple files. by Matt Kraai · 24 years ago
  88. 27a8042 Centralize handling of --help. by Matt Kraai · 24 years ago
  89. 2ef880b Consolodated some common code into print_matched_line to make 'grep_file' a by Mark Whitley · 24 years ago
  90. 8f12243 Added support for the -c (count matches) option. Made it so it works just like by Mark Whitley · 24 years ago
  91. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  92. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  93. c41e8c8 Changed bb_regcomp to xregcomp and #if 0'ed out destroy_cmd_strs in sed.c by Mark Whitley · 24 years ago
  94. df5f6ba Applied patch from Matt Kraai which does the following: by Mark Whitley · 24 years ago
  95. 44735f8 Applied patch from Matt Kraai as per his email: by Mark Whitley · 24 years ago
  96. e9b527a include getopt.h -Erik by Eric Andersen · 24 years ago
  97. 2086e3d Some cosmetic updates. Changed "OPTIONS" to "Options". -Erik by Eric Andersen · 24 years ago
  98. 2e1148b Fixed comment. by Mark Whitley · 24 years ago
  99. 8bd891c Added support for reading from stdin with '-' as file name arg. by Mark Whitley · 24 years ago
  100. 1ca4177 Yanked out the cstring_alloc() and cstring_lineFromFile() functions from by Mark Whitley · 24 years ago