1. db5546c libbb: code shrink: introduce and use [_]exit_SUCCESS() by Denys Vlasenko · 2 years, 11 months ago
  2. 1e7ca18 Regularize "NUL terminated input" --help texts by Denys Vlasenko · 3 years, 3 months ago
  3. 609df6f *: more --help tweaks by Denys Vlasenko · 3 years, 6 months ago
  4. e2b9215 *: --help tweaks by Denys Vlasenko · 3 years, 6 months ago
  5. 689d065 libbb: shrink recursive_action() by reducing memory pressure by Denys Vlasenko · 4 years, 2 months ago
  6. 3c3928f tydy up a few uses of recursive_action(), no logic changes by Denys Vlasenko · 4 years, 2 months ago
  7. a77f3ec grep: for -L, exitcode 0 means files *without* matches were found, closes 13151 by Denys Vlasenko · 4 years, 4 months ago
  8. 42a8984 grep: add proper support for pattern_list by Sören Tempel · 4 years, 8 months ago
  9. c3295d2 grep: Fix -f FILE when FILE is empty and -x provided by Gray Wolf · 4 years, 7 months ago
  10. 1b76ffa grep: add -R by Tomi Leppanen · 5 years ago
  11. d4b568c grep: short-circuit -v to bail out on first match by Ari Sundholm · 6 years ago
  12. 9a9c6e3 grep: fix -x -v with certain pattern orders by Ari Sundholm · 6 years ago
  13. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  14. 8717b14 grep: accept and ignore --color[=anything] by Denys Vlasenko · 6 years ago
  15. 03fd7e0 grep: fix echo "aa" | busybox grep -F -w "a" (should not match) by Denys Vlasenko · 7 years ago
  16. 6bcc2c0 grep: skip grepping symlinks to directories by James Clarke · 7 years ago
  17. 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
  18. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  19. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  20. 75d151e libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA by Denys Vlasenko · 7 years ago
  21. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  22. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  23. c5496d3 grep: FEATURE_GREP_CONTEXT should be available for "fgrep only" too by Denys Vlasenko · 8 years ago
  24. 205d48e *: add comment about APPLET_ODDNAME format by Denys Vlasenko · 8 years ago
  25. 1924e99 Make grep/egrep/fgrep independently selectable by Denys Vlasenko · 8 years ago
  26. 7373759 fix "aloc" -> "alloc" typos by Denys Vlasenko · 8 years ago
  27. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  28. 94046d0 randomconfig fixes 3 by Denys Vlasenko · 8 years ago
  29. 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
  30. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  31. 73dfdda grep: make errors other than "not found" result in exit code 2. Closes 8796 by Denys Vlasenko · 9 years ago
  32. 7b85ec3 *: more BUILD_BUG_ON conversions by Denys Vlasenko · 9 years ago
  33. 34cc6c9 grep: fix "grep -r PATTRN SYMLINK_TO_DIR" by Denys Vlasenko · 10 years ago
  34. 83e49ad grep: fix -w match if first match isn't a word, but second is. Closes 4520 by Denys Vlasenko · 11 years ago
  35. 3ba2df8 grep: properly handle grep -w "^str" in !EXTRA_COMPAT case too by Bartosz Golaszewski · 11 years ago
  36. cd55f2d grep: fix two bugs with -w by Denys Vlasenko · 11 years ago
  37. 5fc0585 grep: fix grep -x to not set REG_NOSUB by James Hogan · 12 years ago
  38. 414db79 grep: don't bail out on first mismatch if '-w' option is set by Bartosz Golaszewski · 12 years ago
  39. 2f5b5be grep: fix grep -Fw not respecting the -w option. Closes 5792 by Denys Vlasenko · 12 years ago
  40. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  41. cd09e81 grep: support for -x, match whole line by Natanael Copa · 13 years ago
  42. 7b46220 grep: be GNU compatible with -f EMPTY_FILE by Lauri Kasanen · 13 years ago
  43. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  44. b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
  45. 0296fd3 grep: cap insane -B NUM values to MAX_INT / 8. Fixes bug 2653. by Denys Vlasenko · 14 years ago
  46. 3d8b96d grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubuntu.com>) by Denys Vlasenko · 14 years ago
  47. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  48. 4f731ce findutils/*: move usage and applet bits to *.c files by Denys Vlasenko · 14 years ago
  49. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
  50. 7fb68f1 make it possible to keep Config/Kbuild snippets in *.c files by Denys Vlasenko · 15 years ago
  51. 0a2c793 grep: fix -Fi by Ian Wienand · 15 years ago
  52. 05273da grep: makw -w support unconditional by Denys Vlasenko · 15 years ago
  53. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  54. 2ec91ae *: remove some uses of argc by Denys Vlasenko · 15 years ago
  55. 6dc0ace grep: fix a case when -o loops forever by Denys Vlasenko · 15 years ago
  56. 0944963 grep: fix -E + {range}; fix -o not printing all matches (bug 489) by Denys Vlasenko · 15 years ago
  57. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  58. 3266aa9 trailing whitespace removal by Denis Vlasenko · 16 years ago
  59. 83518d1 Compatibility fixes: by Denis Vlasenko · 16 years ago
  60. a9acbe6 timeout: new applet. 370 bytes. by Roberto Foglietta. by Denis Vlasenko · 16 years ago
  61. f60719c grep: fix 'echo aaa | grep -o a' + ENABLE_EXTRA_COMPAT case by Natanael Copa by Denis Vlasenko · 16 years ago
  62. 9ac706b grep: yet another fixlet for EXTRA_COMPAT by Denis Vlasenko · 16 years ago
  63. c110b7d grep: fix EXTRA_COMPAT grep to honor -E and -i by Denis Vlasenko · 16 years ago
  64. 3fd15e1 grep: option to use GNU regex matching instead of POSIX one. by Denis Vlasenko · 16 years ago
  65. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  66. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  67. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  68. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
  69. a05c071 grep: make "-f -" work (+ testsuite) diff: small code shrink by Denis Vlasenko · 17 years ago
  70. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  71. 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 17 years ago
  72. 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
  73. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  74. a985d30 - spelling fixes by Bernhard Reutner-Fischer · 17 years ago
  75. 8e8200a grep: fix wrong filename in error message by Denis Vlasenko · 17 years ago
  76. 6810236 grep: fix -Fo by Denis Vlasenko · 17 years ago
  77. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  78. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  79. ac074b3 grep: delete obsolete comment by Denis Vlasenko · 17 years ago
  80. 04ea11b grep: fix grep -F -e str1 -e str2 (was matching str2 only) by Denis Vlasenko · 17 years ago
  81. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  82. 4652daa grep: implement -m MAX_MATCHES; fix help text by Denis Vlasenko · 17 years ago
  83. 8d5aa87 grep: fix buglets with context printing by Denis Vlasenko · 17 years ago
  84. 9acfed2 grep: selection done by FEATURE_GREP_EGREP_ALIAS was broken, fix. by Denis Vlasenko · 18 years ago
  85. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  86. 3a62a73 make sure we free the grep data as well by Mike Frysinger · 18 years ago
  87. bbd695d find: fix handling of -prune recursive_actions: uppercase flag constants by Denis Vlasenko · 18 years ago
  88. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
  89. 3e816c1 - fold recurse, depthFirst and dereference params into one param flags. by Bernhard Reutner-Fischer · 18 years ago
  90. f8ea0f3 grep: "implement" -a and -I by ignoring them by Denis Vlasenko · 18 years ago
  91. 385304d grep: implement -w by Denis Vlasenko · 18 years ago
  92. 4222ae4 ash: replace xstrdup (shell shall not die) grep: fix mis-indented block by Denis Vlasenko · 18 years ago
  93. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  94. 4cccc03 remove useless casts (type*) xzalloc(...) by Denis Vlasenko · 18 years ago
  95. 8c35d65 recursive_action: add depth param chmod: match coreutils versus following links by Denis Vlasenko · 18 years ago
  96. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  97. 2295b49 grep: "grep -h pattern file1 file2" ignored -h by Denis Vlasenko · 18 years ago
  98. bf39216 grep: -r didn't close files, producing "Too many open files" by Denis Vlasenko · 18 years ago
  99. 3544ae6 grep: fix combination of -r and -h by Denis Vlasenko · 18 years ago
  100. 3a6755f grep: add support for -r by Denis Vlasenko · 18 years ago