index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
findutils
/
find.c
Age
Commit message (
Expand
)
Author
2013-01-14
whitespace fixes. no code changes
Denys Vlasenko
2012-09-06
find: make -mindepth N -xdev correctly stop on mountpoints
Denys Vlasenko
2012-05-18
typo fix in comment
Denys Vlasenko
2012-05-17
find: if DESKTOP=y, support -wholename (synonym for -path)
Denys Vlasenko
2011-08-28
Fix find -follow support
Ian Wienand
2011-08-11
find: fix a bug in !ENABLE_FEATURE_FIND_XDEV config
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-05-23
find: cater for libc w/o FNM_CASEFOLD
Denys Vlasenko
2011-05-22
find: implement -ipath
Bogdan Harjoc
2011-02-12
find: trim help text a bit
Denys Vlasenko
2011-02-12
find: remove the hack we use to parse options first, replace with simpler code
Denys Vlasenko
2011-02-12
find: print/print0/prune _can_ be inverted, fix it
Denys Vlasenko
2011-02-12
find: document ! (not) operator
Denys Vlasenko
2011-02-12
find: help text: PATH must be first
Denys Vlasenko
2011-02-12
find: yet another tweak to help text
Denys Vlasenko
2011-02-12
find: fix help text about -prune: it also does assume -print
Denys Vlasenko
2011-02-12
find: significantly improve hext text. +116 bytes
Denys Vlasenko
2011-01-18
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2010-08-31
find: add rudimentary support for -exec {} +
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-12
*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
Denys Vlasenko
2010-06-15
findutils/*: move usage and applet bits to *.c files
Denys Vlasenko
2010-06-06
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Denys Vlasenko
2010-05-09
make it possible to keep Config/Kbuild snippets in *.c files
Denys Vlasenko
2010-04-26
find: fix -name matching for dotfiles. -1 byte
Denys Vlasenko
2010-03-23
*: merge some common strings
Denys Vlasenko
2010-02-25
find: tweak error message
Bernhard Reutner-Fischer
2010-02-04
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-01-10
find: correct handling of -xdev
Denys Vlasenko
2010-01-06
find: add optional support for -links. +100 bytes
Matheus Izvekov
2010-01-04
*: remove some uses of argc
Denys Vlasenko
2009-09-30
find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxx
Denys Vlasenko
2009-09-29
find: -follow should not error out on dandling links
Denys Vlasenko
2009-09-27
find: do not recurse into directories with depth == --maxdepth
Denys Vlasenko
2009-09-23
*: more portability fixes by Dan Fandrich
Denys Vlasenko
2009-09-13
add USE_PORTABLE_CODE option and use it in find applet
Denys Vlasenko
2009-09-06
more C standard compat fixes from Dan Fandrich
Denys Vlasenko
2009-06-05
*: add FAST_FUNC to function ptrs where it makes sense
Denys Vlasenko
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-03-20
Compatibility 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-on
Denis Vlasenko
2008-03-20
gcc compat fix and warning suppression
Denis Vlasenko
2008-03-17
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2007-12-09
find: add -iname support (Alexander Griesser <alexander.griesser@lkh-vil.or.at>)
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-01
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
Denis Vlasenko
2007-09-06
fix -xdev behavior in the presence of two or more nested mount points
Paul Fox
2007-08-23
*: compile fixes for 64-bit build
Denis Vlasenko
[next]