Start 1.33.0 development cycle
[oweals/busybox.git] / findutils /
2020-04-29 Sören Tempelgrep: add proper support for pattern_list
2020-04-29 Gray Wolfgrep: Fix -f FILE when FILE is empty and -x provided
2020-04-29 Ron Yorstonxargs: restore correct behaviour of -n option
2020-01-29 Ron Yorstonxargs: fix handling of quoted arguments, closes 11441
2019-11-27 Tomi Leppanengrep: add -R
2019-09-12 Aaro Koskinenfind: implement -empty
2019-07-02 James Byrnelibbb: reduce the overhead of single parameter bb_error...
2019-03-10 Denys Vlasenkoxargs: mention -E STR in --help
2019-01-29 Ari Sundholmgrep: short-circuit -v to bail out on first match
2019-01-29 Ari Sundholmgrep: fix -x -v with certain pattern orders
2019-01-06 Denys Vlasenkofind: handle leading -- argument
2018-12-28 Denys Vlasenkoconfig: update size information
2018-10-30 Denys Vlasenkoxargs: fix exit code if command exits nonzero, closes...
2018-07-13 Denys Vlasenkogrep: accept and ignore --color[=anything]
2018-07-06 Denys Vlasenkofind: implement -executable
2018-07-06 Denys Vlasenkotweak help texts
2018-07-06 Denys Vlasenkofind: implement -quit
2018-06-06 Kartik Agaramrestore documentation on the build config language
2018-04-24 Denys Vlasenkofree: improve --help for type option
2018-04-07 Denys Vlasenkoxargs: use bb_ask_y_confirmation_FILE() instead of...
2018-03-29 Denys Vlasenkogrep: fix echo "aa" | busybox grep -F -w "a" (should...
2017-10-31 James Clarkegrep: skip grepping symlinks to directories
2017-09-18 Denys Vlasenkoregularize format of source file headers, no code changes
2017-08-30 Denys Vlasenkoxargs: fix a thinko in last commit
2017-08-29 Johannes Schindelinxargs: support -a FILE
2017-08-24 Denys Vlasenkoxargs: optional support for -P NUM. Closes 9511
2017-08-24 Denys Vlasenkoxargs: code shrink
2017-08-08 Denys Vlasenkogetopt32: remove opt_complementary
2017-08-08 Denys Vlasenkogetopt32: remove applet_long_options
2017-08-02 Denys Vlasenkodo not use `a' quoting style in comments
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-20 Denys Vlasenkolibarchive: FEATURE_LZMA_FAST should be visible if...
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-04-17 Denys VlasenkoSpelling fixes in comments, documentation, tests and...
2017-04-12 Denys Vlasenkogrep: FEATURE_GREP_CONTEXT should be available for...
2017-01-29 Denys Vlasenko*: add comment about APPLET_ODDNAME format
2017-01-10 Denys VlasenkoBig cleanup in config help and description
2016-11-25 Denys Vlasenkofind: fix handling of trailing slashes in -name PATTERN...
2016-11-14 Denys VlasenkoMake grep/egrep/fgrep independently selectable
2016-09-17 Denys Vlasenkofix "aloc" -> "alloc" typos
2016-07-06 Denys Vlasenkogetopt32: add new syntax of 'o:+' and 'o:*' for -o...
2016-06-19 Denys Vlasenkorandomconfig fixes 3
2016-04-21 Denys Vlasenko*: add most of the required setup_common_bufsiz() calls
2016-04-21 Denys Vlasenkolibbb: make bb_common_bufsiz1 1 kbyte, add capability...
2016-03-28 Denys Vlasenkogrep: make errors other than "not found" result in...
2015-10-24 Aaro Koskinenxargs: make -I imply -r
2015-10-14 Denys Vlasenkolibiproute: rename invarg(a,b) to invarg_1_to_2(a,b)
2015-10-13 Denys Vlasenko*: more BUILD_BUG_ON conversions
2015-10-08 Denys Vlasenkojoin some common strings, -400 bytes
2015-10-07 Denys Vlasenkofind: support "find . -delete" idiom - do not try rmdir...
2015-10-07 Denys Vlasenkolibbb: more compact API for bb_parse_mode()
2015-05-25 Maninder Singhtypo fixes
2015-04-14 Felix Fietkaufind: fix regression in status processing for path...
2014-09-05 Denys Vlasenkofind: support -perm /BITS. Closes 7340
2014-08-28 Denys Vlasenkogrep: fix "grep -r PATTRN SYMLINK_TO_DIR"
2014-06-22 Denys Vlasenkofind: use sysconf(_SC_ARG_MAX) to determine the command...
2014-06-19 Denys Vlasenkofind: exit code fixes for find -exec
2014-06-17 Bartosz Golaszewskifind: add optional support for '-exec ... {} +'
2014-02-27 Denys Vlasenkoxargs: fix compilation breakage
2014-02-27 Denys Vlasenkogrep: fix -w match if first match isn't a word, but...
2014-02-27 Denys Vlasenkoxargs: add support for -I and -i. Closes 493
2014-02-26 Denys Vlasenkofind: code shrink
2014-02-07 Bartosz Golaszewskigrep: properly handle grep -w "^str" in !EXTRA_COMPAT...
2014-01-09 Denys Vlasenkofind: fix a regression introduced with -HLP support
2014-01-07 Denys Vlasenkogrep: fix two bugs with -w
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()...
next