aboutsummaryrefslogtreecommitdiff
path: root/findutils/find.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-2/+2
* find: make -mindepth N -xdev correctly stop on mountpointsDenys Vlasenko2012-09-061-14/+21
* typo fix in commentDenys Vlasenko2012-05-181-1/+1
* find: if DESKTOP=y, support -wholename (synonym for -path)Denys Vlasenko2012-05-171-1/+9
* Fix find -follow supportIan Wienand2011-08-281-1/+4
* find: fix a bug in !ENABLE_FEATURE_FIND_XDEV configDenys Vlasenko2011-08-111-1/+36
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* find: cater for libc w/o FNM_CASEFOLDDenys Vlasenko2011-05-231-1/+33
* find: implement -ipathBogdan Harjoc2011-05-221-3/+7
* find: trim help text a bitDenys Vlasenko2011-02-121-8/+8
* find: remove the hack we use to parse options first, replace with simpler codeDenys Vlasenko2011-02-121-121/+91
* find: print/print0/prune _can_ be inverted, fix itDenys Vlasenko2011-02-121-106/+101
* find: document ! (not) operatorDenys Vlasenko2011-02-121-0/+3
* find: help text: PATH must be firstDenys Vlasenko2011-02-121-1/+1
* find: yet another tweak to help textDenys Vlasenko2011-02-121-6/+6
* find: fix help text about -prune: it also does assume -printDenys Vlasenko2011-02-121-3/+3
* find: significantly improve hext text. +116 bytesDenys Vlasenko2011-02-121-49/+56
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-1/+1
* find: add rudimentary support for -exec {} +Denys Vlasenko2010-08-311-10/+14
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-121-1/+1
* findutils/*: move usage and applet bits to *.c filesDenys Vlasenko2010-06-151-1/+89
* remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-061-3/+3
* make it possible to keep Config/Kbuild snippets in *.c filesDenys Vlasenko2010-05-091-0/+175
* find: fix -name matching for dotfiles. -1 byteDenys Vlasenko2010-04-261-2/+7
* *: merge some common stringsDenys Vlasenko2010-03-231-1/+1
* find: tweak error messageBernhard Reutner-Fischer2010-02-251-2/+6
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* find: correct handling of -xdevDenys Vlasenko2010-01-101-17/+25
* find: add optional support for -links. +100 bytesMatheus Izvekov2010-01-061-3/+23
* *: remove some uses of argcDenys Vlasenko2010-01-041-2/+2
* find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxxDenys Vlasenko2009-09-301-0/+2
* find: -follow should not error out on dandling linksDenys Vlasenko2009-09-291-34/+45
* find: do not recurse into directories with depth == --maxdepthDenys Vlasenko2009-09-271-10/+18
* *: more portability fixes by Dan FandrichDenys Vlasenko2009-09-231-1/+1
* add USE_PORTABLE_CODE option and use it in find appletDenys Vlasenko2009-09-131-0/+4
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-061-1/+1
* *: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko2009-06-051-6/+9
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-75/+75
* Compatibility fixes:Denis Vlasenko2009-03-201-10/+12
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-5/+5
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* gcc compat fix and warning suppressionDenis Vlasenko2008-03-201-1/+4
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-1/+4
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+3
* find: add -iname support (Alexander Griesser <alexander.griesser@lkh-vil.or.at>)Denis Vlasenko2007-12-091-3/+7
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-3/+3
* fix -xdev behavior in the presence of two or more nested mount pointsPaul Fox2007-09-061-2/+4
* *: compile fixes for 64-bit buildDenis Vlasenko2007-08-231-1/+3