aboutsummaryrefslogtreecommitdiff
path: root/findutils
AgeCommit message (Expand)Author
2016-03-28grep: make errors other than "not found" result in exit code 2. Closes 8796Denys Vlasenko
2015-10-24xargs: make -I imply -rAaro Koskinen
2015-10-14libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko
2015-10-13*: more BUILD_BUG_ON conversionsDenys Vlasenko
2015-10-08join some common strings, -400 bytesDenys Vlasenko
2015-10-07find: support "find . -delete" idiom - do not try rmdir(".")Denys Vlasenko
2015-10-07libbb: more compact API for bb_parse_mode()Denys Vlasenko
2015-05-25typo fixesManinder Singh
2015-04-14find: fix regression in status processing for path argumentsFelix Fietkau
2014-09-05find: support -perm /BITS. Closes 7340Denys Vlasenko
2014-08-28grep: fix "grep -r PATTRN SYMLINK_TO_DIR"Denys Vlasenko
2014-06-22find: use sysconf(_SC_ARG_MAX) to determine the command-line size limitDenys Vlasenko
2014-06-19find: exit code fixes for find -execDenys Vlasenko
2014-06-17find: add optional support for '-exec ... {} +'Bartosz Golaszewski
2014-02-27xargs: fix compilation breakageDenys Vlasenko
2014-02-27grep: fix -w match if first match isn't a word, but second is. Closes 4520Denys Vlasenko
2014-02-27xargs: add support for -I and -i. Closes 493Denys Vlasenko
2014-02-26find: code shrinkDenys Vlasenko
2014-02-07grep: properly handle grep -w "^str" in !EXTRA_COMPAT case tooBartosz Golaszewski
2014-01-09find: fix a regression introduced with -HLP supportDenys Vlasenko
2014-01-07grep: fix two bugs with -wDenys Vlasenko
2013-07-30Whitespace fixesDenys Vlasenko
2013-05-16find:: get rid of nested function (it's a gcc-ism)Denys Vlasenko
2013-05-16grep: fix grep -x to not set REG_NOSUBJames Hogan
2013-05-15grep: don't bail out on first mismatch if '-w' option is setBartosz Golaszewski
2013-05-14find: support -HLPDenys Vlasenko
2013-01-20grep: fix grep -Fw not respecting the -w option. Closes 5792Denys Vlasenko
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2013-01-14whitespace fixes. no code changesDenys Vlasenko
2012-09-06find: make -mindepth N -xdev correctly stop on mountpointsDenys Vlasenko
2012-05-18typo fix in commentDenys Vlasenko
2012-05-17find: if DESKTOP=y, support -wholename (synonym for -path)Denys Vlasenko
2012-02-28grep: support for -x, match whole lineNatanael Copa
2011-08-28grep: be GNU compatible with -f EMPTY_FILELauri Kasanen
2011-08-28Fix find -follow supportIan Wienand
2011-08-11find: fix a bug in !ENABLE_FEATURE_FIND_XDEV configDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-05-23find: cater for libc w/o FNM_CASEFOLDDenys Vlasenko
2011-05-22find: implement -ipathBogdan Harjoc
2011-03-03xargs: support --no-run-if-empty (synonym to -r)Denys Vlasenko
2011-02-12find: trim help text a bitDenys Vlasenko
2011-02-12find: remove the hack we use to parse options first, replace with simpler codeDenys Vlasenko
2011-02-12find: print/print0/prune _can_ be inverted, fix itDenys Vlasenko
2011-02-12find: document ! (not) operatorDenys Vlasenko
2011-02-12find: help text: PATH must be firstDenys Vlasenko
2011-02-12find: yet another tweak to help textDenys Vlasenko
2011-02-12find: fix help text about -prune: it also does assume -printDenys Vlasenko
2011-02-12find: significantly improve hext text. +116 bytesDenys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2010-10-11remove findutils/.gitignore, top-level one covers itDenys Vlasenko