aboutsummaryrefslogtreecommitdiff
path: root/findutils/find.c
AgeCommit message (Expand)Author
2020-12-12nsenter: stop option parsing on 1st non-optionDenys Vlasenko
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-10-01libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko
2019-09-12find: implement -emptyAaro Koskinen
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-01-06find: handle leading -- argumentDenys Vlasenko
2018-07-06find: implement -executableDenys Vlasenko
2018-07-06find: implement -quitDenys Vlasenko
2018-04-24free: improve --help for type optionDenys Vlasenko
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-08-02do not use `a' quoting style in commentsDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2016-11-25find: fix handling of trailing slashes in -name PATTERN comparisonsDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
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-07find: support "find . -delete" idiom - do not try rmdir(".")Denys Vlasenko
2015-10-07libbb: more compact API for bb_parse_mode()Denys Vlasenko
2015-04-14find: fix regression in status processing for path argumentsFelix Fietkau
2014-09-05find: support -perm /BITS. Closes 7340Denys 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: add support for -I and -i. Closes 493Denys Vlasenko
2014-02-26find: code shrinkDenys Vlasenko
2014-01-09find: fix a regression introduced with -HLP supportDenys Vlasenko
2013-07-30Whitespace fixesDenys Vlasenko
2013-05-16find:: get rid of nested function (it's a gcc-ism)Denys Vlasenko
2013-05-14find: support -HLPDenys 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
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-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