Apply post-1.20.0 patches, bump version to 1.20.1
[oweals/busybox.git] / findutils / find.c
2012-05-28 Denys VlasenkoApply post-1.20.0 patches, bump version to 1.20.1 1_20_1
2011-08-28 Ian WienandFix find -follow support
2011-08-11 Denys Vlasenkofind: fix a bug in !ENABLE_FEATURE_FIND_XDEV config
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-05-22 Denys Vlasenkofind: cater for libc w/o FNM_CASEFOLD
2011-05-22 Bogdan Harjocfind: implement -ipath
2011-02-12 Denys Vlasenkofind: trim help text a bit
2011-02-12 Denys Vlasenkofind: remove the hack we use to parse options first...
2011-02-12 Denys Vlasenkofind: print/print0/prune _can_ be inverted, fix it
2011-02-12 Denys Vlasenkofind: document ! (not) operator
2011-02-12 Denys Vlasenkofind: help text: PATH must be first
2011-02-12 Denys Vlasenkofind: yet another tweak to help text
2011-02-12 Denys Vlasenkofind: fix help text about -prune: it also does assume...
2011-02-12 Denys Vlasenkofind: significantly improve hext text. +116 bytes
2011-01-18 Denys Vlasenkomass removal of underscores from _BB_DIR_foo and _BB_SU...
2010-08-31 Denys Vlasenkofind: add rudimentary support for -exec {} +
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-08-12 Denys Vlasenko*: s/xatoi_u/xatoi_positive/g - I got bored of mistypin...
2010-06-15 Denys Vlasenkofindutils/*: move usage and applet bits to *.c files
2010-06-06 Denys Vlasenkoremove defconfig. Now "make defconfig" simply uses...
2010-05-09 Denys Vlasenkomake it possible to keep Config/Kbuild snippets in...
2010-04-26 Denys Vlasenkofind: fix -name matching for dotfiles. -1 byte
2010-03-23 Denys Vlasenko*: merge some common strings
2010-02-25 Bernhard Reutner... find: tweak error message
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2010-01-10 Denys Vlasenkofind: correct handling of -xdev
2010-01-06 Matheus Izvekovfind: add optional support for -links. +100 bytes
2010-01-04 Denys Vlasenko*: remove some uses of argc
2009-09-30 Denys Vlasenkofind: add zeroing of G.xxx; ftpd - remove extraneous...
2009-09-29 Denys Vlasenkofind: -follow should not error out on dandling links
2009-09-26 Denys Vlasenkofind: do not recurse into directories with depth =...
2009-09-23 Denys Vlasenko*: more portability fixes by Dan Fandrich
2009-09-13 Denys Vlasenkoadd USE_PORTABLE_CODE option and use it in find applet
2009-09-06 Denys Vlasenkomore C standard compat fixes from Dan Fandrich
2009-06-05 Denys Vlasenko*: add FAST_FUNC to function ptrs where it makes sense
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-03-20 Denis VlasenkoCompatibility fixes:
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-03-20 Denis Vlasenkogcc compat fix and warning suppression
2008-03-17 Denis Vlasenko*: fix fallout from -Wunused-parameter
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2007-12-09 Denis Vlasenkofind: add -iname support (Alexander Griesser <alexander...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-09-06 Paul Foxfix -xdev behavior in the presence of two or more neste...
2007-08-23 Denis Vlasenko*: compile fixes for 64-bit build
2007-08-16 Denis Vlasenkofind: fix SELinux-related warning
2007-08-13 Denis Vlasenkohttpd: round down sendfile byte count to 64k
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-27 Denis Vlasenkomultiplier suffixes are short, store them directly...
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-07-01 Denis Vlasenkofind: fix build failure on certain configs
2007-07-01 Denis Vlasenkofind: style fix
2007-06-30 Denis Vlasenkointroduce and use bb_basename()
2007-06-19 Denis Vlasenkofind: -context support for SELinux (KaiGai Kohei <kaiga...
2007-06-16 Denis Vlasenkofind: make -size match GNU find
2007-06-15 Denis Vlasenkofind: add conditional support for -maxdepth and -regex
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-13 Denis Vlasenkofind: add support for -delete, -path (by Natanael Copa)
2007-04-10 Denis Vlasenkoaudit small applets and mark some of them as NOFORK.
2007-04-09 Denis Vlasenkofactor out NOFORK/NOEXEC code from find. Use it for...
2007-04-09 Denis VlasenkoImplement first instance of NOFORK applet - echo
2007-04-08 Denis Vlasenkofind: fix -prune more. Add big comment about it.
2007-04-08 Denis Vlasenkofind: fix handling of -prune
2007-04-05 Bernhard Reutner... - size and prune were mixed up
2007-04-05 Denis Vlasenkofind: missed 'ststic' on const data
2007-04-04 Denis Vlasenkofind: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx...
2007-03-29 Bernhard Reutner... - use index_in_str_array also for find_main
2007-03-29 Bernhard Reutner... - remove bloated switch statement.
2007-03-29 Bernhard Reutner... - implement a TODO: Use index_in_str_array in parse_params
2007-03-29 Bernhard Reutner... - Purely cosmetic type fiddling
2007-03-29 Bernhard Reutner... - fold recurse, depthFirst and dereference params into...
2007-02-06 Denis Vlasenkofind: fix -not support
2007-02-04 Denis Vlasenkofind: support for !
2007-02-04 Bernhard Reutner... - strip 12 bytes off by using a smaller type for need_p...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-02-03 Denis Vlasenkoassorted fixes for bugs found with randomconfig
2007-02-02 Denis Vlasenkofind -user support by Natanael Copa <natanael.copa...
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #4
2007-01-27 Denis Vlasenkofix warning in find.c
2007-01-26 Denis Vlasenkofind: fix -mtime, -mmin, -perm (+ add symbolic perm...
2007-01-22 Denis Vlasenkofix warning from needlessly-global functions
2007-01-03 Denis Vlasenkofind: fix misplaced #else (fix by Harald Kuthe <trhoudi...
2006-12-26 Denis Vlasenkomerge post-1.3.0 fixes
2006-12-23 Denis Vlasenkosum: 40% size reduction (-300 bytes)
2006-12-23 Denis Vlasenkofind: fix spurious -exec error messages
2006-12-12 Denis Vlasenkobuild system: add "release" target
2006-11-01 Denis Vlasenkomostly style fixes
2006-10-31 Denis Vlasenkofind: -type T was actually meaning ! -type T!
2006-10-31 Denis Vlasenkofind: implement -prune. "make clean" now works! :)
2006-10-31 Denis Vlasenkofind: fix implicit -print (sometime differed from standard)
2006-10-30 Denis Vlasenkofind: implement ( )
2006-10-29 Denis Vlasenkofind: a lot more compliant to 'standard' find
2006-10-29 Denis Vlasenkofind: small improvement
2006-10-29 Denis Vlasenkofind: fix -exec to work like stock find does.
2006-10-27 Denis Vlasenkorecursive_action: add depth param
2006-10-14 Denis Vlasenkogrep: add support for -r
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-09-22 Rob LandleyChange license statements (and clean up headers) on...
next