1. ccc9985 find: fix handling of trailing slashes in -name PATTERN comparisons by Denys Vlasenko · 8 years ago
  2. 1924e99 Make grep/egrep/fgrep independently selectable by Denys Vlasenko · 8 years ago
  3. 7373759 fix "aloc" -> "alloc" typos by Denys Vlasenko · 8 years ago
  4. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  5. 94046d0 randomconfig fixes 3 by Denys Vlasenko · 8 years ago
  6. 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
  7. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  8. 73dfdda grep: make errors other than "not found" result in exit code 2. Closes 8796 by Denys Vlasenko · 9 years ago
  9. 6d777b7 xargs: make -I imply -r by Aaro Koskinen · 9 years ago
  10. 0f296a3 libiproute: rename invarg(a,b) to invarg_1_to_2(a,b) by Denys Vlasenko · 9 years ago
  11. 7b85ec3 *: more BUILD_BUG_ON conversions by Denys Vlasenko · 9 years ago
  12. 7f3a2a2 join some common strings, -400 bytes by Denys Vlasenko · 9 years ago
  13. 8c0708a find: support "find . -delete" idiom - do not try rmdir(".") by Denys Vlasenko · 9 years ago
  14. 5711a2a libbb: more compact API for bb_parse_mode() by Denys Vlasenko · 9 years ago
  15. 97c6491 typo fixes by Maninder Singh · 10 years ago
  16. f7466e4 find: fix regression in status processing for path arguments by Felix Fietkau · 10 years ago
  17. 3e9b13e find: support -perm /BITS. Closes 7340 by Denys Vlasenko · 10 years ago
  18. 34cc6c9 grep: fix "grep -r PATTRN SYMLINK_TO_DIR" by Denys Vlasenko · 10 years ago
  19. f92f1d0 find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit by Denys Vlasenko · 10 years ago
  20. 6be3a52 find: exit code fixes for find -exec by Denys Vlasenko · 10 years ago
  21. 14158b4 find: add optional support for '-exec ... {} +' by Bartosz Golaszewski · 10 years ago
  22. 3795266 xargs: fix compilation breakage by Denys Vlasenko · 11 years ago
  23. 83e49ad grep: fix -w match if first match isn't a word, but second is. Closes 4520 by Denys Vlasenko · 11 years ago
  24. 6f06890 xargs: add support for -I and -i. Closes 493 by Denys Vlasenko · 11 years ago
  25. 6885e49 find: code shrink by Denys Vlasenko · 11 years ago
  26. 3ba2df8 grep: properly handle grep -w "^str" in !EXTRA_COMPAT case too by Bartosz Golaszewski · 11 years ago
  27. 6eb0cbe find: fix a regression introduced with -HLP support by Denys Vlasenko · 11 years ago
  28. cd55f2d grep: fix two bugs with -w by Denys Vlasenko · 11 years ago
  29. 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago
  30. 6db5f67 find:: get rid of nested function (it's a gcc-ism) by Denys Vlasenko · 12 years ago
  31. 5fc0585 grep: fix grep -x to not set REG_NOSUB by James Hogan · 12 years ago
  32. 414db79 grep: don't bail out on first mismatch if '-w' option is set by Bartosz Golaszewski · 12 years ago
  33. 6782f48 find: support -HLP by Denys Vlasenko · 12 years ago
  34. 2f5b5be grep: fix grep -Fw not respecting the -w option. Closes 5792 by Denys Vlasenko · 12 years ago
  35. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  36. 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  37. 2dc1a97 find: make -mindepth N -xdev correctly stop on mountpoints by Denys Vlasenko · 12 years ago
  38. 7c8aa2b typo fix in comment by Denys Vlasenko · 13 years ago
  39. be1cfee find: if DESKTOP=y, support -wholename (synonym for -path) by Denys Vlasenko · 13 years ago
  40. cd09e81 grep: support for -x, match whole line by Natanael Copa · 13 years ago
  41. 7b46220 grep: be GNU compatible with -f EMPTY_FILE by Lauri Kasanen · 13 years ago
  42. abc33ac Fix find -follow support by Ian Wienand · 13 years ago
  43. 87249fb find: fix a bug in !ENABLE_FEATURE_FIND_XDEV config by Denys Vlasenko · 13 years ago
  44. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  45. b24ef03 find: cater for libc w/o FNM_CASEFOLD by Denys Vlasenko · 14 years ago
  46. 7948ecb find: implement -ipath by Bogdan Harjoc · 14 years ago
  47. 7cfe6ea xargs: support --no-run-if-empty (synonym to -r) by Denys Vlasenko · 14 years ago
  48. e1a4209 find: trim help text a bit by Denys Vlasenko · 14 years ago
  49. 053c12e find: remove the hack we use to parse options first, replace with simpler code by Denys Vlasenko · 14 years ago
  50. 805f245 find: print/print0/prune _can_ be inverted, fix it by Denys Vlasenko · 14 years ago
  51. 27076b8 find: document ! (not) operator by Denys Vlasenko · 14 years ago
  52. 4604dd8 find: help text: PATH must be first by Denys Vlasenko · 14 years ago
  53. 56cdb2f find: yet another tweak to help text by Denys Vlasenko · 14 years ago
  54. 4dea9eb find: fix help text about -prune: it also does assume -print by Denys Vlasenko · 14 years ago
  55. cef85c2 find: significantly improve hext text. +116 bytes by Denys Vlasenko · 14 years ago
  56. b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
  57. b199338 remove findutils/.gitignore, top-level one covers it by Denys Vlasenko · 14 years ago
  58. 0296fd3 grep: cap insane -B NUM values to MAX_INT / 8. Fixes bug 2653. by Denys Vlasenko · 14 years ago
  59. a61ff51 find: add rudimentary support for -exec {} + by Denys Vlasenko · 14 years ago
  60. 3d8b96d grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubuntu.com>) by Denys Vlasenko · 14 years ago
  61. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  62. 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
  63. 4a96617 xargs: bump default -sNUM up to 32k. Use sysconf() to trim it down if necessary by Denys Vlasenko · 14 years ago
  64. 4f731ce findutils/*: move usage and applet bits to *.c files by Denys Vlasenko · 14 years ago
  65. 237aece xargs: another code shrink by Denys Vlasenko · 14 years ago
  66. f7e929e xargs: trivial code shrink by Denys Vlasenko · 14 years ago
  67. c28cafb xargs: trivial code shrink by Denys Vlasenko · 14 years ago
  68. 7a4021d xargs: simplify logic by Denys Vlasenko · 14 years ago
  69. aaa24e0 xargs: fix accounting of -sNUM by Denys Vlasenko · 14 years ago
  70. 1613de8 xargs: make -s NUM accept practically unlimited range by Denys Vlasenko · 14 years ago
  71. d5fa1a0 xargs: code shrink -15 bytes by Denys Vlasenko · 14 years ago
  72. 19ced5c pipe_progress: make it independent of printf machinery by Denys Vlasenko · 15 years ago
  73. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
  74. 0b7412e findutils: Add Config.in and Kbuild to .gitignore by Peter Tyser · 15 years ago
  75. 7fb68f1 make it possible to keep Config/Kbuild snippets in *.c files by Denys Vlasenko · 15 years ago
  76. 0a2c793 grep: fix -Fi by Ian Wienand · 15 years ago
  77. 9138817 find: fix -name matching for dotfiles. -1 byte by Denys Vlasenko · 15 years ago
  78. 05273da grep: makw -w support unconditional by Denys Vlasenko · 15 years ago
  79. d7b5289 xargs: do not decrease orig_arg_max to negative values by Denys Vlasenko · 15 years ago
  80. 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
  81. 8531d76 *: code shrink and better "died from signal" reporting from wait4pid by Denys Vlasenko · 15 years ago
  82. 2e73d84 find: tweak error message by Bernhard Reutner-Fischer · 15 years ago
  83. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  84. ce9b97f find: correct handling of -xdev by Denys Vlasenko · 15 years ago
  85. d0f601f find: add optional support for -links. +100 bytes by Matheus Izvekov · 15 years ago
  86. 2ec91ae *: remove some uses of argc by Denys Vlasenko · 15 years ago
  87. 6dc0ace grep: fix a case when -o loops forever by Denys Vlasenko · 15 years ago
  88. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  89. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  90. 1b34d4f find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxx by Denys Vlasenko · 15 years ago
  91. 8f7a6d2 find: -follow should not error out on dandling links by Denys Vlasenko · 15 years ago
  92. 6c750f1 find: do not recurse into directories with depth == --maxdepth by Denys Vlasenko · 15 years ago
  93. 606291b *: more portability fixes by Dan Fandrich by Denys Vlasenko · 15 years ago
  94. aa7da73 add USE_PORTABLE_CODE option and use it in find applet by Denys Vlasenko · 15 years ago
  95. 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
  96. 0944963 grep: fix -E + {range}; fix -o not printing all matches (bug 489) by Denys Vlasenko · 15 years ago
  97. 2207cd6 tweak to config wording, no code changes by Denys Vlasenko · 15 years ago
  98. bcbd37d tweak Config texts and some broken English elsewhere by Denys Vlasenko · 15 years ago
  99. d5f1b1b *: add FAST_FUNC to function ptrs where it makes sense by Denys Vlasenko · 16 years ago
  100. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago