summaryrefslogtreecommitdiff
path: root/findutils
Commit message (Expand)AuthorAge
* *: more --help tweaksDenys Vlasenko2021-06-16
* *: --help tweaksDenys Vlasenko2021-06-14
* nsenter: stop option parsing on 1st non-optionDenys Vlasenko2020-12-12
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-30
* libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko2020-10-01
* tydy up a few uses of recursive_action(), no logic changesDenys Vlasenko2020-10-01
* xargs: fix -I SUBSTR behaviourDenys Vlasenko2020-09-30
* grep: for -L, exitcode 0 means files *without* matches were found, closes 13151Denys Vlasenko2020-08-15
* grep: add proper support for pattern_listSören Tempel2020-04-30
* grep: Fix -f FILE when FILE is empty and -x providedGray Wolf2020-04-29
* xargs: restore correct behaviour of -n optionRon Yorston2020-04-29
* xargs: fix handling of quoted arguments, closes 11441Ron Yorston2020-01-29
* grep: add -RTomi Leppanen2019-11-27
* find: implement -emptyAaro Koskinen2019-09-12
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-02
* xargs: mention -E STR in --helpDenys Vlasenko2019-03-10
* grep: short-circuit -v to bail out on first matchAri Sundholm2019-01-29
* grep: fix -x -v with certain pattern ordersAri Sundholm2019-01-29
* find: handle leading -- argumentDenys Vlasenko2019-01-06
* config: update size informationDenys Vlasenko2018-12-28
* xargs: fix exit code if command exits nonzero, closes 11381Denys Vlasenko2018-10-30
* grep: accept and ignore --color[=anything]Denys Vlasenko2018-07-13
* find: implement -executableDenys Vlasenko2018-07-06
* tweak help textsDenys Vlasenko2018-07-06
* find: implement -quitDenys Vlasenko2018-07-06
* restore documentation on the build config languageKartik Agaram2018-06-06
* free: improve --help for type optionDenys Vlasenko2018-04-24
* xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copyDenys Vlasenko2018-04-07
* grep: fix echo "aa" | busybox grep -F -w "a" (should not match)Denys Vlasenko2018-03-29
* grep: skip grepping symlinks to directoriesJames Clarke2017-10-31
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-18
* xargs: fix a thinko in last commitDenys Vlasenko2017-08-30
* xargs: support -a FILEJohannes Schindelin2017-08-29
* xargs: optional support for -P NUM. Closes 9511Denys Vlasenko2017-08-24
* xargs: code shrinkDenys Vlasenko2017-08-24
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-08
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-08
* do not use `a' quoting style in commentsDenys Vlasenko2017-08-02
* config: deindent all help textsDenys Vlasenko2017-07-21
* libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMADenys Vlasenko2017-07-20
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-18
* Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-17
* grep: FEATURE_GREP_CONTEXT should be available for "fgrep only" tooDenys Vlasenko2017-04-12
* *: add comment about APPLET_ODDNAME formatDenys Vlasenko2017-01-29
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-10
* find: fix handling of trailing slashes in -name PATTERN comparisonsDenys Vlasenko2016-11-25
* Make grep/egrep/fgrep independently selectableDenys Vlasenko2016-11-14
* fix "aloc" -> "alloc" typosDenys Vlasenko2016-09-17
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-06
* randomconfig fixes 3Denys Vlasenko2016-06-20