aboutsummaryrefslogtreecommitdiff
path: root/findutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeFRP-3466-g53c09d0e1Ron Yorston2020-05-291-8/+16
|\
| * grep: add proper support for pattern_listSören Tempel2020-04-301-6/+13
| * grep: Fix -f FILE when FILE is empty and -x providedGray Wolf2020-04-291-2/+3
| * xargs: restore correct behaviour of -n optionRon Yorston2020-04-291-1/+1
* | xargs: restore correct behaviour of -n optionRon Yorston2020-03-291-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-02-151-9/+18
|\|
| * xargs: fix handling of quoted arguments, closes 11441Ron Yorston2020-01-291-9/+18
* | Merge branch 'busybox' into mergeRon Yorston2020-01-082-3/+51
|\|
| * grep: add -RTomi Leppanen2019-11-271-3/+7
| * find: implement -emptyAaro Koskinen2019-09-121-0/+44
* | Merge branch 'busybox' into mergeRon Yorston2019-08-162-4/+4
|\|
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-022-4/+4
* | Merge branch 'busybox' into mergeRon Yorston2019-03-121-7/+7
|\|
| * xargs: mention -E STR in --helpDenys Vlasenko2019-03-101-7/+7
* | find: enable -xdev in default configurationRon Yorston2019-02-281-1/+1
* | win32: make stat(2) fetch additional metadataRon Yorston2019-02-161-2/+6
* | Merge branch 'busybox' into mergeRon Yorston2019-02-121-6/+15
|\|
| * grep: short-circuit -v to bail out on first matchAri Sundholm2019-01-291-5/+14
| * grep: fix -x -v with certain pattern ordersAri Sundholm2019-01-291-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2019-01-103-4/+10
|\|
| * find: handle leading -- argumentDenys Vlasenko2019-01-061-0/+6
| * config: update size informationDenys Vlasenko2018-12-282-4/+4
* | xargs: fix 'xargs -sNUM' testsRon Yorston2019-01-061-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2018-11-281-3/+4
|\|
| * xargs: fix exit code if command exits nonzero, closes 11381Denys Vlasenko2018-10-301-3/+4
* | Merge branch 'busybox'Ron Yorston2018-07-254-9/+62
|\|
| * grep: accept and ignore --color[=anything]Denys Vlasenko2018-07-131-3/+8
| * find: implement -executableDenys Vlasenko2018-07-061-0/+22
| * tweak help textsDenys Vlasenko2018-07-061-1/+1
| * find: implement -quitDenys Vlasenko2018-07-061-4/+30
| * restore documentation on the build config languageKartik Agaram2018-06-061-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-05-131-1/+1
|\|
| * free: improve --help for type optionDenys Vlasenko2018-04-241-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-04-091-10/+11
|\|
| * xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copyDenys Vlasenko2018-04-071-6/+6
* | Merge branch 'busybox' into mergeRon Yorston2018-04-021-1/+1
|\|
| * grep: fix echo "aa" | busybox grep -F -w "a" (should not match)Denys Vlasenko2018-03-291-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-11-031-2/+19
|\|
| * grep: skip grepping symlinks to directoriesJames Clarke2017-10-311-2/+19
* | mingw: special-case xargs -P on WindowsJohannes Schindelin2017-10-011-0/+75
* | Merge branch 'busybox' into mergeRon Yorston2017-09-273-36/+144
|\|
| * regularize format of source file headers, no code changesDenys Vlasenko2017-09-182-4/+0
| * xargs: fix a thinko in last commitDenys Vlasenko2017-08-301-1/+1
| * xargs: support -a FILEJohannes Schindelin2017-08-291-1/+17
| * xargs: optional support for -P NUM. Closes 9511Denys Vlasenko2017-08-241-18/+117
| * xargs: code shrinkDenys Vlasenko2017-08-241-14/+11
* | xargs: avoid unused variableJohannes Schindelin2017-08-231-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2017-08-223-15/+7
|\|
| * getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-7/+4
| * getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-7/+2