aboutsummaryrefslogtreecommitdiff
path: root/findutils
AgeCommit message (Expand)Author
2011-08-28grep: be GNU compatible with -f EMPTY_FILELauri Kasanen
2011-08-28Fix find -follow supportIan Wienand
2011-08-11find: fix a bug in !ENABLE_FEATURE_FIND_XDEV configDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-05-23find: cater for libc w/o FNM_CASEFOLDDenys Vlasenko
2011-05-22find: implement -ipathBogdan Harjoc
2011-03-03xargs: support --no-run-if-empty (synonym to -r)Denys Vlasenko
2011-02-12find: trim help text a bitDenys Vlasenko
2011-02-12find: remove the hack we use to parse options first, replace with simpler codeDenys Vlasenko
2011-02-12find: print/print0/prune _can_ be inverted, fix itDenys Vlasenko
2011-02-12find: document ! (not) operatorDenys Vlasenko
2011-02-12find: help text: PATH must be firstDenys Vlasenko
2011-02-12find: yet another tweak to help textDenys Vlasenko
2011-02-12find: fix help text about -prune: it also does assume -printDenys Vlasenko
2011-02-12find: significantly improve hext text. +116 bytesDenys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2010-10-11remove findutils/.gitignore, top-level one covers itDenys Vlasenko
2010-10-02grep: cap insane -B NUM values to MAX_INT / 8. Fixes bug 2653.Denys Vlasenko
2010-08-31find: add rudimentary support for -exec {} +Denys Vlasenko
2010-08-23grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubu...Denys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko
2010-06-19xargs: bump default -sNUM up to 32k. Use sysconf() to trim it down if necessaryDenys Vlasenko
2010-06-15findutils/*: move usage and applet bits to *.c filesDenys Vlasenko
2010-06-15xargs: another code shrinkDenys Vlasenko
2010-06-15xargs: trivial code shrinkDenys Vlasenko
2010-06-14xargs: trivial code shrinkDenys Vlasenko
2010-06-14xargs: simplify logicDenys Vlasenko
2010-06-13xargs: fix accounting of -sNUMDenys Vlasenko
2010-06-13xargs: make -s NUM accept practically unlimited rangeDenys Vlasenko
2010-06-13xargs: code shrink -15 bytesDenys Vlasenko
2010-06-06pipe_progress: make it independent of printf machineryDenys Vlasenko
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-05-16findutils: Add Config.in and Kbuild to .gitignorePeter Tyser
2010-05-09make it possible to keep Config/Kbuild snippets in *.c filesDenys Vlasenko
2010-04-30grep: fix -FiIan Wienand
2010-04-26find: fix -name matching for dotfiles. -1 byteDenys Vlasenko
2010-04-26grep: makw -w support unconditionalDenys Vlasenko
2010-04-09xargs: do not decrease orig_arg_max to negative valuesDenys Vlasenko
2010-03-23*: merge some common stringsDenys Vlasenko
2010-03-18*: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko
2010-02-25find: tweak error messageBernhard Reutner-Fischer
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2010-01-10find: correct handling of -xdevDenys Vlasenko
2010-01-06find: add optional support for -links. +100 bytesMatheus Izvekov
2010-01-04*: remove some uses of argcDenys Vlasenko
2009-12-04grep: fix a case when -o loops foreverDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-09-30find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxxDenys Vlasenko