aboutsummaryrefslogtreecommitdiff
path: root/findutils/find.c
AgeCommit message (Expand)Author
2016-11-25find: fix handling of trailing slashes in -name PATTERN comparisonsDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2015-10-14libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko
2015-10-13*: more BUILD_BUG_ON conversionsDenys Vlasenko
2015-10-07find: support "find . -delete" idiom - do not try rmdir(".")Denys Vlasenko
2015-10-07libbb: more compact API for bb_parse_mode()Denys Vlasenko
2015-04-14find: fix regression in status processing for path argumentsFelix Fietkau
2014-09-05find: support -perm /BITS. Closes 7340Denys Vlasenko
2014-06-22find: use sysconf(_SC_ARG_MAX) to determine the command-line size limitDenys Vlasenko
2014-06-19find: exit code fixes for find -execDenys Vlasenko
2014-06-17find: add optional support for '-exec ... {} +'Bartosz Golaszewski
2014-02-27xargs: add support for -I and -i. Closes 493Denys Vlasenko
2014-02-26find: code shrinkDenys Vlasenko
2014-01-09find: fix a regression introduced with -HLP supportDenys Vlasenko
2013-07-30Whitespace fixesDenys Vlasenko
2013-05-16find:: get rid of nested function (it's a gcc-ism)Denys Vlasenko
2013-05-14find: support -HLPDenys Vlasenko
2013-01-14whitespace fixes. no code changesDenys Vlasenko
2012-09-06find: make -mindepth N -xdev correctly stop on mountpointsDenys Vlasenko
2012-05-18typo fix in commentDenys Vlasenko
2012-05-17find: if DESKTOP=y, support -wholename (synonym for -path)Denys Vlasenko
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-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-08-31find: add rudimentary support for -exec {} +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-15findutils/*: move usage and applet bits to *.c filesDenys Vlasenko
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-05-09make it possible to keep Config/Kbuild snippets in *.c filesDenys Vlasenko
2010-04-26find: fix -name matching for dotfiles. -1 byteDenys Vlasenko
2010-03-23*: merge some common stringsDenys 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-09-30find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxxDenys Vlasenko