Bump to version 1.22.1
[platform/upstream/busybox.git] / findutils /
2014-01-20 Denys VlasenkoApply post-1.22.0 patches, bump version to 1.22.1 upstream 1.22.1 upstream/1.22.1
2013-07-30 Denys VlasenkoWhitespace fixes
2013-05-16 Denys Vlasenkofind:: get rid of nested function (it's a gcc-ism)
2013-05-16 James Hogangrep: fix grep -x to not set REG_NOSUB
2013-05-15 Bartosz Golaszewskigrep: don't bail out on first mismatch if '-w' option...
2013-05-14 Denys Vlasenkofind: support -HLP
2013-01-20 Denys Vlasenkogrep: fix grep -Fw not respecting the -w option. Closes...
2013-01-14 Denys Vlasenkowhitespace cleanup. no code changes
2013-01-14 Denys Vlasenkowhitespace fixes. no code changes
2012-09-06 Denys Vlasenkofind: make -mindepth N -xdev correctly stop on mountpoints
2012-05-18 Denys Vlasenkotypo fix in comment
2012-05-17 Denys Vlasenkofind: if DESKTOP=y, support -wholename (synonym for...
2012-02-28 Natanael Copagrep: support for -x, match whole line
2011-08-28 Lauri Kasanengrep: be GNU compatible with -f EMPTY_FILE
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-03-03 Denys Vlasenkoxargs: support --no-run-if-empty (synonym to -r)
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-10-11 Denys Vlasenkoremove findutils/.gitignore, top-level one covers it
2010-10-02 Denys Vlasenkogrep: cap insane -B NUM values to MAX_INT / 8. Fixes...
2010-08-31 Denys Vlasenkofind: add rudimentary support for -exec {} +
2010-08-23 Denys Vlasenkogrep: fix -o match with empty string (suggested by...
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-19 Denys Vlasenkoxargs: bump default -sNUM up to 32k. Use sysconf()...
2010-06-15 Denys Vlasenkofindutils/*: move usage and applet bits to *.c files
2010-06-15 Denys Vlasenkoxargs: another code shrink
2010-06-15 Denys Vlasenkoxargs: trivial code shrink
2010-06-14 Denys Vlasenkoxargs: trivial code shrink
2010-06-13 Denys Vlasenkoxargs: simplify logic
2010-06-13 Denys Vlasenkoxargs: fix accounting of -sNUM
2010-06-13 Denys Vlasenkoxargs: make -s NUM accept practically unlimited range
2010-06-13 Denys Vlasenkoxargs: code shrink -15 bytes
2010-06-06 Denys Vlasenkopipe_progress: make it independent of printf machinery
2010-06-06 Denys Vlasenkoremove defconfig. Now "make defconfig" simply uses...
2010-05-16 Peter Tyserfindutils: Add Config.in and Kbuild to .gitignore
2010-05-09 Denys Vlasenkomake it possible to keep Config/Kbuild snippets in...
2010-04-30 Ian Wienandgrep: fix -Fi
2010-04-26 Denys Vlasenkofind: fix -name matching for dotfiles. -1 byte
2010-04-26 Denys Vlasenkogrep: makw -w support unconditional
2010-04-09 Denys Vlasenkoxargs: do not decrease orig_arg_max to negative values
2010-03-23 Denys Vlasenko*: merge some common strings
2010-03-18 Denys Vlasenko*: code shrink and better "died from signal" reporting...
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-12-04 Denys Vlasenkogrep: fix a case when -o loops forever
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-11-02 Denys Vlasenko*: introduce and use ffulsh_all()
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-07-28 Denys Vlasenkogrep: fix -E + {range}; fix -o not printing all matche...
2009-06-18 Denys Vlasenkotweak to config wording, no code changes
2009-06-18 Denys Vlasenkotweak Config texts and some broken English elsewhere
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-04-01 Denis Vlasenkotrailing whitespace removal
2009-03-20 Denis VlasenkoCompatibility fixes:
2008-11-24 Denis Vlasenkotimeout: new applet. 370 bytes. by Roberto Foglietta.
2008-10-27 Bernhard Reutner... - typo in documentation
2008-09-30 Denis Vlasenkogrep: fix 'echo aaa | grep -o a' + ENABLE_EXTRA_COMPAT...
2008-09-19 Denis Vlasenkogrep: yet another fixlet for EXTRA_COMPAT
2008-09-19 Denis Vlasenkogrep: fix EXTRA_COMPAT grep to honor -E and -i
2008-08-09 Denis Vlasenkogrep: option to use GNU regex matching instead of POSIX...
2008-08-04 Denis Vlasenkoxargs: fix -e default to match newer GNU xargs, add...
2008-08-03 Denis Vlasenkoxargs: fix xargs -e; added test for that
2008-07-22 Bernhard Reutner... - wrap overlong lines (Cristian Ionescu-Idbohrn)
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
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-06-25 Denis Vlasenkowhitespace fixes. no code changes
2008-06-15 Denis Vlasenko*: use llist_pop for traverse-and-free list operation
2008-06-07 Denis Vlasenkogrep: make "-f -" work (+ testsuite)
2008-05-28 Denis Vlasenkofind: beautify config prompts a bit
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-05-13 Denis Vlasenkomore -Wall warning fixes from Cristian Ionescu-Idbohrn.
2008-03-26 Denis Vlasenko*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
2008-03-20 Denis Vlasenkogcc compat fix and warning suppression
2008-03-17 Denis Vlasenko*: shrink: use Vladimir's "o+" specifier instead of...
2008-03-17 Denis Vlasenko*: fix fallout from -Wunused-parameter
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-02-11 Bernhard Reutner... - spelling fixes
2008-01-24 Denis Vlasenkogrep: fix wrong filename in error message
next