aboutsummaryrefslogtreecommitdiff
path: root/findutils/find.c
AgeCommit message (Expand)Author
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
2009-09-29find: -follow should not error out on dandling linksDenys Vlasenko
2009-09-27find: do not recurse into directories with depth == --maxdepthDenys Vlasenko
2009-09-23*: more portability fixes by Dan FandrichDenys Vlasenko
2009-09-13add USE_PORTABLE_CODE option and use it in find appletDenys Vlasenko
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko
2009-06-05*: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-03-20Compatibility fixes:Denis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-03-20gcc compat fix and warning suppressionDenis Vlasenko
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2007-12-09find: add -iname support (Alexander Griesser <alexander.griesser@lkh-vil.or.at>)Denis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko
2007-09-06fix -xdev behavior in the presence of two or more nested mount pointsPaul Fox
2007-08-23*: compile fixes for 64-bit buildDenis Vlasenko
2007-08-16find: fix SELinux-related warningDenis Vlasenko
2007-08-13httpd: round down sendfile byte count to 64kDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-07-27multiplier suffixes are short, store them directly in struct suffix_multDenis Vlasenko
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko
2007-07-01find: fix build failure on certain configsDenis Vlasenko
2007-07-01find: style fixDenis Vlasenko
2007-06-30introduce and use bb_basename()Denis Vlasenko
2007-06-19find: -context support for SELinux (KaiGai Kohei <kaigai@kaigai.gr.jp>)Denis Vlasenko