1. 7b46220 grep: be GNU compatible with -f EMPTY_FILE by Lauri Kasanen · 13 years ago
  2. abc33ac Fix find -follow support by Ian Wienand · 13 years ago
  3. 87249fb find: fix a bug in !ENABLE_FEATURE_FIND_XDEV config by Denys Vlasenko · 13 years ago
  4. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  5. b24ef03 find: cater for libc w/o FNM_CASEFOLD by Denys Vlasenko · 14 years ago
  6. 7948ecb find: implement -ipath by Bogdan Harjoc · 14 years ago
  7. 7cfe6ea xargs: support --no-run-if-empty (synonym to -r) by Denys Vlasenko · 14 years ago
  8. e1a4209 find: trim help text a bit by Denys Vlasenko · 14 years ago
  9. 053c12e find: remove the hack we use to parse options first, replace with simpler code by Denys Vlasenko · 14 years ago
  10. 805f245 find: print/print0/prune _can_ be inverted, fix it by Denys Vlasenko · 14 years ago
  11. 27076b8 find: document ! (not) operator by Denys Vlasenko · 14 years ago
  12. 4604dd8 find: help text: PATH must be first by Denys Vlasenko · 14 years ago
  13. 56cdb2f find: yet another tweak to help text by Denys Vlasenko · 14 years ago
  14. 4dea9eb find: fix help text about -prune: it also does assume -print by Denys Vlasenko · 14 years ago
  15. cef85c2 find: significantly improve hext text. +116 bytes by Denys Vlasenko · 14 years ago
  16. b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
  17. b199338 remove findutils/.gitignore, top-level one covers it by Denys Vlasenko · 14 years ago
  18. 0296fd3 grep: cap insane -B NUM values to MAX_INT / 8. Fixes bug 2653. by Denys Vlasenko · 14 years ago
  19. a61ff51 find: add rudimentary support for -exec {} + by Denys Vlasenko · 14 years ago
  20. 3d8b96d grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubuntu.com>) by Denys Vlasenko · 14 years ago
  21. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  22. 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
  23. 4a96617 xargs: bump default -sNUM up to 32k. Use sysconf() to trim it down if necessary by Denys Vlasenko · 14 years ago
  24. 4f731ce findutils/*: move usage and applet bits to *.c files by Denys Vlasenko · 15 years ago
  25. 237aece xargs: another code shrink by Denys Vlasenko · 15 years ago
  26. f7e929e xargs: trivial code shrink by Denys Vlasenko · 15 years ago
  27. c28cafb xargs: trivial code shrink by Denys Vlasenko · 15 years ago
  28. 7a4021d xargs: simplify logic by Denys Vlasenko · 15 years ago
  29. aaa24e0 xargs: fix accounting of -sNUM by Denys Vlasenko · 15 years ago
  30. 1613de8 xargs: make -s NUM accept practically unlimited range by Denys Vlasenko · 15 years ago
  31. d5fa1a0 xargs: code shrink -15 bytes by Denys Vlasenko · 15 years ago
  32. 19ced5c pipe_progress: make it independent of printf machinery by Denys Vlasenko · 15 years ago
  33. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
  34. 0b7412e findutils: Add Config.in and Kbuild to .gitignore by Peter Tyser · 15 years ago
  35. 7fb68f1 make it possible to keep Config/Kbuild snippets in *.c files by Denys Vlasenko · 15 years ago
  36. 0a2c793 grep: fix -Fi by Ian Wienand · 15 years ago
  37. 9138817 find: fix -name matching for dotfiles. -1 byte by Denys Vlasenko · 15 years ago
  38. 05273da grep: makw -w support unconditional by Denys Vlasenko · 15 years ago
  39. d7b5289 xargs: do not decrease orig_arg_max to negative values by Denys Vlasenko · 15 years ago
  40. 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
  41. 8531d76 *: code shrink and better "died from signal" reporting from wait4pid by Denys Vlasenko · 15 years ago
  42. 2e73d84 find: tweak error message by Bernhard Reutner-Fischer · 15 years ago
  43. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  44. ce9b97f find: correct handling of -xdev by Denys Vlasenko · 15 years ago
  45. d0f601f find: add optional support for -links. +100 bytes by Matheus Izvekov · 15 years ago
  46. 2ec91ae *: remove some uses of argc by Denys Vlasenko · 15 years ago
  47. 6dc0ace grep: fix a case when -o loops forever by Denys Vlasenko · 15 years ago
  48. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  49. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  50. 1b34d4f find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxx by Denys Vlasenko · 15 years ago
  51. 8f7a6d2 find: -follow should not error out on dandling links by Denys Vlasenko · 15 years ago
  52. 6c750f1 find: do not recurse into directories with depth == --maxdepth by Denys Vlasenko · 15 years ago
  53. 606291b *: more portability fixes by Dan Fandrich by Denys Vlasenko · 15 years ago
  54. aa7da73 add USE_PORTABLE_CODE option and use it in find applet by Denys Vlasenko · 15 years ago
  55. 043b1e5 more C standard compat fixes from Dan Fandrich 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. 2207cd6 tweak to config wording, no code changes by Denys Vlasenko · 15 years ago
  58. bcbd37d tweak Config texts and some broken English elsewhere by Denys Vlasenko · 15 years ago
  59. d5f1b1b *: add FAST_FUNC to function ptrs where it makes sense by Denys Vlasenko · 16 years ago
  60. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  61. 3266aa9 trailing whitespace removal by Denis Vlasenko · 16 years ago
  62. 83518d1 Compatibility fixes: by Denis Vlasenko · 16 years ago
  63. a9acbe6 timeout: new applet. 370 bytes. by Roberto Foglietta. by Denis Vlasenko · 16 years ago
  64. d498850 - typo in documentation by Bernhard Reutner-Fischer · 16 years ago
  65. f60719c grep: fix 'echo aaa | grep -o a' + ENABLE_EXTRA_COMPAT case by Natanael Copa by Denis Vlasenko · 16 years ago
  66. 9ac706b grep: yet another fixlet for EXTRA_COMPAT by Denis Vlasenko · 16 years ago
  67. c110b7d grep: fix EXTRA_COMPAT grep to honor -E and -i by Denis Vlasenko · 16 years ago
  68. 3fd15e1 grep: option to use GNU regex matching instead of POSIX one. by Denis Vlasenko · 16 years ago
  69. 82ad032 xargs: fix -e default to match newer GNU xargs, add SUS mandated -E. by Denis Vlasenko · 16 years ago
  70. cc08ad2 xargs: fix xargs -e; added test for that by Denis Vlasenko · 16 years ago
  71. 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
  72. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  73. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  74. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  75. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
  76. d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 17 years ago
  77. a05c071 grep: make "-f -" work (+ testsuite) diff: small code shrink by Denis Vlasenko · 17 years ago
  78. ea9f7a6 find: beautify config prompts a bit by Denis Vlasenko · 17 years ago
  79. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  80. 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
  81. 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 17 years ago
  82. 0f3a580 gcc compat fix and warning suppression by Joe Krahn <krahn AT niehs.nih.gov> by Denis Vlasenko · 17 years ago
  83. 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
  84. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  85. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  86. a985d30 - spelling fixes by Bernhard Reutner-Fischer · 17 years ago
  87. 8e8200a grep: fix wrong filename in error message by Denis Vlasenko · 17 years ago
  88. 75aa615 find: add -iname support (Alexander Griesser <alexander.griesser@lkh-vil.or.at>) by Denis Vlasenko · 17 years ago
  89. 6810236 grep: fix -Fo by Denis Vlasenko · 17 years ago
  90. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  91. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  92. ac074b3 grep: delete obsolete comment by Denis Vlasenko · 17 years ago
  93. 04ea11b grep: fix grep -F -e str1 -e str2 (was matching str2 only) by Denis Vlasenko · 17 years ago
  94. dcf9bba fix -xdev behavior in the presence of two or more nested mount points by Paul Fox · 17 years ago
  95. 6ee023c *: compile fixes for 64-bit build by Denis Vlasenko · 17 years ago
  96. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  97. 838daca find: fix SELinux-related warning by Denis Vlasenko · 17 years ago
  98. 319f8eb httpd: round down sendfile byte count to 64k *: style fixes by Denis Vlasenko · 17 years ago
  99. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  100. f868963 multiplier suffixes are short, store them directly in struct suffix_mult by Denis Vlasenko · 17 years ago