aboutsummaryrefslogtreecommitdiff
path: root/testsuite (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2021-10-132-0/+51
|\
| * libbb: better coreutils compatibility for realpathRon Yorston2021-10-091-0/+45
| * xxd: fix -p -r, closes 13881Denys Vlasenko2021-10-081-0/+6
* | Merge branch 'busybox' into mergeRon Yorston2021-09-171-0/+32
|\|
| * date,touch: allow timezone offsets in datesRon Yorston2021-09-171-0/+32
* | Merge branch 'busybox' into mergeRon Yorston2021-09-102-0/+11
|\|
| * awk: fix printf %%Daniel Thau2021-09-052-0/+11
* | Merge branch 'busybox' into mergeRon Yorston2021-08-221-0/+46
|\|
| * rev: correct output for long input linesRon Yorston2021-08-221-0/+46
* | Merge branch 'busybox' into mergeRon Yorston2021-08-174-8/+15
|\|
| * awk: fix testsuiteDenys Vlasenko2021-08-161-1/+1
| * tar: fix testsuiteDenys Vlasenko2021-08-161-7/+10
| * dd: fix testsuiteDenys Vlasenko2021-08-151-0/+2
| * cut: fix testsuiteDenys Vlasenko2021-08-151-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2021-07-241-0/+64
|\|
| * cut: add toybox-compatible options -O OUTSEP, -D, -F LISTRob Landley2021-07-201-0/+64
* | Merge branch 'busybox' into mergeRon Yorston2021-07-171-7/+20
|\|
| * awk: disallow break/continue outside of loopsDenys Vlasenko2021-07-141-7/+2
| * awk: fix printf "%-10c", 0Denys Vlasenko2021-07-121-0/+8
| * awk: unbreak "cmd" | getlineDenys Vlasenko2021-07-111-0/+5
| * awk: undo TI_PRINT, it introduced a bug (print with any redirect acting as pr...Denys Vlasenko2021-07-111-0/+5
* | Merge branch 'busybox' into mergeRon Yorston2021-07-051-0/+32
|\|
| * awk: fix beavior of "exit" without parameterDenys Vlasenko2021-07-021-0/+5
| * awk: evaluate all, even superfluous function argsDenys Vlasenko2021-06-301-1/+7
| * awk: allow empty fuinctions with no arguments, disallow function redefinitionsDenys Vlasenko2021-06-301-0/+10
| * awk: fix parsing of expressions such as "v (a)"Denys Vlasenko2021-06-291-0/+11
* | Merge branch 'busybox' into mergeRon Yorston2021-06-283-4/+29
|\|
| * cp,mv: fix -t DIR optionRon Yorston2021-06-251-0/+16
| * unlzma: fix a case where we could read before beginning of bufferDenys Vlasenko2021-06-152-4/+13
* | Merge branch 'busybox' into mergeRon Yorston2021-05-142-0/+6
|\|
| * dd: support iflag=count_bytesRafał Miłecki2021-04-131-0/+1
| * start-stop-daemon: explain -x + -a testDenys Vlasenko2021-03-091-0/+5
* | Merge branch 'busybox' into mergeRon Yorston2021-03-012-0/+10
|\|
| * bc/dc: fix length(0) and length(0.000nnn) resultDenys Vlasenko2021-02-262-0/+10
* | Merge branch 'busybox' into mergeRon Yorston2021-02-053-0/+68
|\|
| * nl: ensure '-b n' option displays file contentRon Yorston2021-02-022-0/+63
| * awk: allow printf('%c') to output NUL, closes 13486Ron Yorston2021-02-021-0/+5
* | Merge branch 'busybox' into mergeRon Yorston2021-01-1410-90/+127
|\|
| * bc,dc: make BC_LINE_LENGTH/DC_LINE_LENGTH more compatible with GNUDenys Vlasenko2020-12-296-89/+87
| * randomconfig fixesDenys Vlasenko2020-12-292-1/+3
| * factor: detect squaresDenys Vlasenko2020-12-221-0/+23
| * awk: add a test that $NF is emptyDenys Vlasenko2020-12-041-2/+9
| * awk: FS regex matches only non-empty separators (gawk compat)Denys Vlasenko2020-12-021-0/+7
* | Merge branch 'busybox' into mergeRon Yorston2020-11-123-0/+61
|\|
| * hexdump: fix dup block comparisonDenys Vlasenko2020-10-201-0/+19
| * xxd: fix printing of trailing spacesDenys Vlasenko2020-10-201-0/+34
| * xargs: fix -I SUBSTR behaviourDenys Vlasenko2020-09-301-0/+8
* | Merge branch 'busybox' into mergeRon Yorston2020-08-231-0/+8
|\|
| * grep: for -L, exitcode 0 means files *without* matches were found, closes 13151Denys Vlasenko2020-08-151-0/+8
* | Merge branch 'busybox' into mergeRon Yorston2020-07-095-7/+48
|\|