1. 97d86f2 Apply patch from Ghozlane Toumi to add -inum support to find. by Eric Andersen · 22 years ago
  2. 49b0f86 Fix -mtime, by Ian Abbott by Glenn L McGrath · 22 years ago
  3. c9f20d9 Yet another major rework of the BusyBox config system, using the considerably by Eric Andersen · 22 years ago
  4. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
  5. 8f0722a Move readlink, mktemp, run-parts and which to a new debianutils dir. by Glenn L McGrath · 22 years ago
  6. f57674e Rewrite of xargs by Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  7. d4ee989 last_patch55 from vodz: by Eric Andersen · 22 years ago
  8. 0d833ca Fixed a bug in xarg: string data was strcat'ed to a malloc'ed buffer - and by Robert Griebl · 22 years ago
  9. 41369af Patch for bug #1183: Added a -xdev option to find (configurable) by Robert Griebl · 22 years ago
  10. 85208e2 Completely rework the config system so that it no longer annoys me to work on by Eric Andersen · 22 years ago
  11. eed9451 * findutils/grep.c (grep_main): Remove unnecessary use of junk. by Matt Kraai · 23 years ago
  12. a3181dd Do not segfault if PATH is unset. by Matt Kraai · 23 years ago
  13. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
  14. 585f657 Fix undeclared variable error. by Matt Kraai · 23 years ago
  15. 81ee96f Usr get_last_path_component() name basename() by Eric Andersen · 23 years ago
  16. 6f8b7ea oops by Eric Andersen · 23 years ago
  17. 55805bc More scrubbing by Eric Andersen · 23 years ago
  18. d81891a Call xmalloc before realloc by Eric Andersen · 23 years ago
  19. 43626d7 Fixup CLEANUP behavior by Eric Andersen · 23 years ago
  20. a21c24b Convert strdup call to xstrdup, and calloc calls to xcalloc (patch from by Matt Kraai · 23 years ago
  21. dba4e6f Add in grep -E support by Eric Andersen · 23 years ago
  22. 7131213 config.in features patch from Giulio Orsero <giulioo@pobox.com> by Eric Andersen · 23 years ago
  23. bb0088e Make egrep only set REG_EXTENDED flag. by Matt Kraai · 23 years ago
  24. ccd96f1 Patch from Charles Steinkuehler <charles@steinkuehler.net> by Eric Andersen · 23 years ago
  25. 999623e Use extended regular expressions when invoked as egrep (noted and initial by Matt Kraai · 23 years ago
  26. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  27. 74400cc Scrub up some function prototypes. -Erik by Eric Andersen · 23 years ago
  28. 0034443 Fix behavior of grep -lc to match GNU grep. SuS2 is ambiguous by Eric Andersen · 23 years ago
  29. 86f0167 grep failed to compile when BB_FEATURE_CLEAN_UP was defined -- types were wrong. by Eric Andersen · 23 years ago
  30. fa43e54 Added support for grep -e and grep -f, closes bug #1164. Also added some by Mark Whitley · 23 years ago
  31. edc8065 Fixed extra -- lines (noted by Christophe Boyanique). by Matt Kraai · 23 years ago
  32. 1d9d411 Fixed mishandling of -c & -l options and accounted for case when we're by Mark Whitley · 23 years ago
  33. 59df6f7 Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c by Matt Kraai · 23 years ago
  34. 35e59be Fixed a subtle bug in the handling of -l and -c flags. by Mark Whitley · 23 years ago
  35. 8d35134 A bug fix from Vladimir for a memory leak I stupidly added to which.c. by Eric Andersen · 23 years ago
  36. 044a72d Larry suggested using concat_path_file() would be an even safer bet by Eric Andersen · 23 years ago
  37. 7526f03 Fix a buffer overflow. Which accounted for the size of the path, plus the the by Eric Andersen · 23 years ago
  38. 59a86ca The tiniest of bracket-placement fixes. by Mark Whitley · 23 years ago
  39. 303dd28 Make 'grep -l' work by Eric Andersen · 23 years ago
  40. 4391a16 Fixed option parsing. Grep would continue grepping, even when given a bad / by Mark Whitley · 23 years ago
  41. e0a7f91 Applied patch from David Douthitt to re-add -print option to find. by Mark Whitley · 23 years ago
  42. 6f3240a xstrdup xargs cleanup from Jeff Garzik by Eric Andersen · 23 years ago
  43. 8d4c397 Patch from Jeff Garzik marking a few 'getopt not needed' apps. by Eric Andersen · 23 years ago
  44. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  45. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  46. 2fd5298 Implemented -A, -B, and -C flags with BB_FEATURE_GREP_CONTEXT option set. by Mark Whitley · 24 years ago
  47. 096370d Reworked find with David Douthitt to support -type, -perm, -mtime, and by Matt Kraai · 24 years ago
  48. b5c2985 Tightened things up a bit, saved 20 bytes, and made the code a bit clearer in by Mark Whitley · 24 years ago
  49. 05e782d Fix wget error message and add (and use) chomp library function. by Matt Kraai · 24 years ago
  50. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago
  51. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  52. 12f417e Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to by Matt Kraai · 24 years ago
  53. 6c6ea6c Changed email address to codepoet.org, updated list of applets / docs I by Mark Whitley · 24 years ago
  54. 0810f72 Fixed -qv interaction (thanks to a report and patch from David Douthitt). by Matt Kraai · 24 years ago
  55. a9819b2 Use busybox error handling functions wherever possible. by Matt Kraai · 24 years ago
  56. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  57. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  58. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  59. 768a234 Fixed return status (thanks to David Douthitt for the fix). by Matt Kraai · 24 years ago
  60. e2e2c29 Brand new version of xargs. Tested thoroughly by Kent Robotti. (Domo arigato, by Mark Whitley · 24 years ago
  61. 567cdd1 Fix handling of ^$ by removing the newline from input lines and by not by Matt Kraai · 24 years ago
  62. d266748 Yet more polish (thanks again to kent robotti for the bug reports). -Erik by Eric Andersen · 24 years ago
  63. d89882d Some more polish to make xargs act like GNU xargs (thanks to kent robotti by Eric Andersen · 24 years ago
  64. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  65. e081eae Final (I think) version of xargs. Throw away all that tedious string by Eric Andersen · 24 years ago
  66. bf73909 Be ever so pedantic about escaping chars that the shell might not like... by Eric Andersen · 24 years ago
  67. 6f283c2 Fix up xargs so that things like 'cat cat.c | xargs echo' will by Eric Andersen · 24 years ago
  68. 9ae3838 Fix xargs option parsing by Eric Andersen · 24 years ago
  69. 96bdde9 Fix memory problems, and make behavior correct. by Eric Andersen · 24 years ago
  70. a37d5b7 rewrite, so it should be firly clean now by Eric Andersen · 24 years ago
  71. 5b17693 Use minix xargs instead, and update docs accordingly -Erik by Eric Andersen · 24 years ago
  72. ebc0dd7 Comment on xargs choice. by Eric Andersen · 24 years ago
  73. 92a61c1 Add in xargs by Eric Andersen · 24 years ago
  74. 38c8551 Path count was out by one, fixed it by Glenn L McGrath · 24 years ago
  75. 63dde9d Simplify and remove dependence on PATH_MAX by Glenn L McGrath · 24 years ago
  76. 322ae93 Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of by Matt Kraai · 24 years ago
  77. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  78. deb95f6 Exit with the appropriate value when grepping multiple files. by Matt Kraai · 24 years ago
  79. 27a8042 Centralize handling of --help. by Matt Kraai · 24 years ago
  80. 2ef880b Consolodated some common code into print_matched_line to make 'grep_file' a by Mark Whitley · 24 years ago
  81. 8f12243 Added support for the -c (count matches) option. Made it so it works just like by Mark Whitley · 24 years ago
  82. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  83. 3bd8bd8 Don't use strings directly in calls to usage(). This is in preparation by Matt Kraai · 24 years ago
  84. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  85. c41e8c8 Changed bb_regcomp to xregcomp and #if 0'ed out destroy_cmd_strs in sed.c by Mark Whitley · 24 years ago
  86. df5f6ba Applied patch from Matt Kraai which does the following: by Mark Whitley · 24 years ago
  87. 928faac Removed unnecessary #include "regexp.h" line from find.c as per Matt Kraai's by Mark Whitley · 24 years ago
  88. 44735f8 Applied patch from Matt Kraai as per his email: by Mark Whitley · 24 years ago
  89. e9b527a include getopt.h -Erik by Eric Andersen · 24 years ago
  90. 2086e3d Some cosmetic updates. Changed "OPTIONS" to "Options". -Erik by Eric Andersen · 24 years ago
  91. 2e1148b Fixed comment. by Mark Whitley · 24 years ago
  92. 8bd891c Added support for reading from stdin with '-' as file name arg. by Mark Whitley · 24 years ago
  93. 1ca4177 Yanked out the cstring_alloc() and cstring_lineFromFile() functions from by Mark Whitley · 24 years ago
  94. d372189 Brand, spankin', new grep that uses libc regex routines instead of the by Mark Whitley · 24 years ago
  95. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  96. 74c66ad Fix some spelling errors in the source as well. -Erik by Eric Andersen · 24 years ago
  97. d84990e + removed some cruft left over from when lines could be too long. by John Beppu · 24 years ago
  98. 053b146 Fix a bug pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca> by Eric Andersen · 24 years ago
  99. c7ccfc9 + utility.c by John Beppu · 24 years ago
  100. c389d91 "which" rewritten to use stat(). Fixes to improve its compatability by Pavel Roskin · 24 years ago