- 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago
- 6db5f67 find:: get rid of nested function (it's a gcc-ism) by Denys Vlasenko · 12 years ago
- 5fc0585 grep: fix grep -x to not set REG_NOSUB by James Hogan · 12 years ago
- 414db79 grep: don't bail out on first mismatch if '-w' option is set by Bartosz Golaszewski · 12 years ago
- 6782f48 find: support -HLP by Denys Vlasenko · 12 years ago
- 2f5b5be grep: fix grep -Fw not respecting the -w option. Closes 5792 by Denys Vlasenko · 12 years ago
- 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
- 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
- 2dc1a97 find: make -mindepth N -xdev correctly stop on mountpoints by Denys Vlasenko · 12 years ago
- 7c8aa2b typo fix in comment by Denys Vlasenko · 13 years ago
- be1cfee find: if DESKTOP=y, support -wholename (synonym for -path) by Denys Vlasenko · 13 years ago
- cd09e81 grep: support for -x, match whole line by Natanael Copa · 13 years ago
- 7b46220 grep: be GNU compatible with -f EMPTY_FILE by Lauri Kasanen · 13 years ago
- abc33ac Fix find -follow support by Ian Wienand · 13 years ago
- 87249fb find: fix a bug in !ENABLE_FEATURE_FIND_XDEV config by Denys Vlasenko · 13 years ago
- 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
- b24ef03 find: cater for libc w/o FNM_CASEFOLD by Denys Vlasenko · 14 years ago
- 7948ecb find: implement -ipath by Bogdan Harjoc · 14 years ago
- 7cfe6ea xargs: support --no-run-if-empty (synonym to -r) by Denys Vlasenko · 14 years ago
- e1a4209 find: trim help text a bit by Denys Vlasenko · 14 years ago
- 053c12e find: remove the hack we use to parse options first, replace with simpler code by Denys Vlasenko · 14 years ago
- 805f245 find: print/print0/prune _can_ be inverted, fix it by Denys Vlasenko · 14 years ago
- 27076b8 find: document ! (not) operator by Denys Vlasenko · 14 years ago
- 4604dd8 find: help text: PATH must be first by Denys Vlasenko · 14 years ago
- 56cdb2f find: yet another tweak to help text by Denys Vlasenko · 14 years ago
- 4dea9eb find: fix help text about -prune: it also does assume -print by Denys Vlasenko · 14 years ago
- cef85c2 find: significantly improve hext text. +116 bytes by Denys Vlasenko · 14 years ago
- b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
- b199338 remove findutils/.gitignore, top-level one covers it by Denys Vlasenko · 14 years ago
- 0296fd3 grep: cap insane -B NUM values to MAX_INT / 8. Fixes bug 2653. by Denys Vlasenko · 14 years ago
- a61ff51 find: add rudimentary support for -exec {} + by Denys Vlasenko · 14 years ago
- 3d8b96d grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubuntu.com>) by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
- 4a96617 xargs: bump default -sNUM up to 32k. Use sysconf() to trim it down if necessary by Denys Vlasenko · 14 years ago
- 4f731ce findutils/*: move usage and applet bits to *.c files by Denys Vlasenko · 15 years ago
- 237aece xargs: another code shrink by Denys Vlasenko · 15 years ago
- f7e929e xargs: trivial code shrink by Denys Vlasenko · 15 years ago
- c28cafb xargs: trivial code shrink by Denys Vlasenko · 15 years ago
- 7a4021d xargs: simplify logic by Denys Vlasenko · 15 years ago
- aaa24e0 xargs: fix accounting of -sNUM by Denys Vlasenko · 15 years ago
- 1613de8 xargs: make -s NUM accept practically unlimited range by Denys Vlasenko · 15 years ago
- d5fa1a0 xargs: code shrink -15 bytes by Denys Vlasenko · 15 years ago
- 19ced5c pipe_progress: make it independent of printf machinery by Denys Vlasenko · 15 years ago
- 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
- 0b7412e findutils: Add Config.in and Kbuild to .gitignore by Peter Tyser · 15 years ago
- 7fb68f1 make it possible to keep Config/Kbuild snippets in *.c files by Denys Vlasenko · 15 years ago
- 0a2c793 grep: fix -Fi by Ian Wienand · 15 years ago
- 9138817 find: fix -name matching for dotfiles. -1 byte by Denys Vlasenko · 15 years ago
- 05273da grep: makw -w support unconditional by Denys Vlasenko · 15 years ago
- d7b5289 xargs: do not decrease orig_arg_max to negative values by Denys Vlasenko · 15 years ago
- 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
- 8531d76 *: code shrink and better "died from signal" reporting from wait4pid by Denys Vlasenko · 15 years ago
- 2e73d84 find: tweak error message by Bernhard Reutner-Fischer · 15 years ago
- 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
- ce9b97f find: correct handling of -xdev by Denys Vlasenko · 15 years ago
- d0f601f find: add optional support for -links. +100 bytes by Matheus Izvekov · 15 years ago
- 2ec91ae *: remove some uses of argc by Denys Vlasenko · 15 years ago
- 6dc0ace grep: fix a case when -o loops forever by Denys Vlasenko · 15 years ago
- 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
- 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
- 1b34d4f find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxx by Denys Vlasenko · 15 years ago
- 8f7a6d2 find: -follow should not error out on dandling links by Denys Vlasenko · 15 years ago
- 6c750f1 find: do not recurse into directories with depth == --maxdepth by Denys Vlasenko · 15 years ago
- 606291b *: more portability fixes by Dan Fandrich by Denys Vlasenko · 15 years ago
- aa7da73 add USE_PORTABLE_CODE option and use it in find applet by Denys Vlasenko · 15 years ago
- 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
- 0944963 grep: fix -E + {range}; fix -o not printing all matches (bug 489) by Denys Vlasenko · 15 years ago
- 2207cd6 tweak to config wording, no code changes by Denys Vlasenko · 15 years ago
- bcbd37d tweak Config texts and some broken English elsewhere by Denys Vlasenko · 15 years ago
- d5f1b1b *: add FAST_FUNC to function ptrs where it makes sense by Denys Vlasenko · 16 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- 3266aa9 trailing whitespace removal by Denis Vlasenko · 16 years ago
- 83518d1 Compatibility fixes: by Denis Vlasenko · 16 years ago
- a9acbe6 timeout: new applet. 370 bytes. by Roberto Foglietta. by Denis Vlasenko · 16 years ago
- d498850 - typo in documentation by Bernhard Reutner-Fischer · 16 years ago
- f60719c grep: fix 'echo aaa | grep -o a' + ENABLE_EXTRA_COMPAT case by Natanael Copa by Denis Vlasenko · 16 years ago
- 9ac706b grep: yet another fixlet for EXTRA_COMPAT by Denis Vlasenko · 16 years ago
- c110b7d grep: fix EXTRA_COMPAT grep to honor -E and -i by Denis Vlasenko · 16 years ago
- 3fd15e1 grep: option to use GNU regex matching instead of POSIX one. by Denis Vlasenko · 16 years ago
- 82ad032 xargs: fix -e default to match newer GNU xargs, add SUS mandated -E. by Denis Vlasenko · 16 years ago
- cc08ad2 xargs: fix xargs -e; added test for that by Denis Vlasenko · 16 years ago
- 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
- 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
- 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
- d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 17 years ago
- a05c071 grep: make "-f -" work (+ testsuite) diff: small code shrink by Denis Vlasenko · 17 years ago
- ea9f7a6 find: beautify config prompts a bit by Denis Vlasenko · 17 years ago
- 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
- 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 17 years ago
- 0f3a580 gcc compat fix and warning suppression by Joe Krahn <krahn AT niehs.nih.gov> by Denis Vlasenko · 17 years ago
- 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
- 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
- 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
- a985d30 - spelling fixes by Bernhard Reutner-Fischer · 17 years ago
- 8e8200a grep: fix wrong filename in error message by Denis Vlasenko · 17 years ago
- 75aa615 find: add -iname support (Alexander Griesser <alexander.griesser@lkh-vil.or.at>) by Denis Vlasenko · 17 years ago