aboutsummaryrefslogtreecommitdiff
path: root/findutils
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
2020-10-01tydy up a few uses of recursive_action(), no logic changesDenys Vlasenko
2020-09-30xargs: fix -I SUBSTR behaviourDenys Vlasenko
2020-08-15grep: for -L, exitcode 0 means files *without* matches were found, closes 13151Denys Vlasenko
2020-04-30grep: add proper support for pattern_listSören Tempel
2020-04-29grep: Fix -f FILE when FILE is empty and -x providedGray Wolf
2020-04-29xargs: restore correct behaviour of -n optionRon Yorston
2020-01-29xargs: fix handling of quoted arguments, closes 11441Ron Yorston
2019-11-27grep: add -RTomi Leppanen
2019-09-12find: implement -emptyAaro Koskinen
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-03-10xargs: mention -E STR in --helpDenys Vlasenko
2019-01-29grep: short-circuit -v to bail out on first matchAri Sundholm
2019-01-29grep: fix -x -v with certain pattern ordersAri Sundholm
2019-01-06find: handle leading -- argumentDenys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2018-10-30xargs: fix exit code if command exits nonzero, closes 11381Denys Vlasenko
2018-07-13grep: accept and ignore --color[=anything]Denys Vlasenko
2018-07-06find: implement -executableDenys Vlasenko
2018-07-06tweak help textsDenys Vlasenko
2018-07-06find: implement -quitDenys Vlasenko
2018-06-06restore documentation on the build config languageKartik Agaram
2018-04-24free: improve --help for type optionDenys Vlasenko
2018-04-07xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copyDenys Vlasenko
2018-03-29grep: fix echo "aa" | busybox grep -F -w "a" (should not match)Denys Vlasenko
2017-10-31grep: skip grepping symlinks to directoriesJames Clarke
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-08-30xargs: fix a thinko in last commitDenys Vlasenko
2017-08-29xargs: support -a FILEJohannes Schindelin
2017-08-24xargs: optional support for -P NUM. Closes 9511Denys Vlasenko
2017-08-24xargs: code shrinkDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-08getopt32: remove applet_long_optionsDenys Vlasenko
2017-08-02do not use `a' quoting style in commentsDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-20libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMADenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2017-04-12grep: FEATURE_GREP_CONTEXT should be available for "fgrep only" tooDenys Vlasenko
2017-01-29*: add comment about APPLET_ODDNAME formatDenys 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-11-14Make grep/egrep/fgrep independently selectableDenys Vlasenko
2016-09-17fix "aloc" -> "alloc" typosDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-06-20randomconfig fixes 3Denys 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