aboutsummaryrefslogtreecommitdiff
path: root/testsuite (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * xxd: add two more testcasesDenys Vlasenko2022-08-221-2/+16
| * xxd -r: without -p, stop at more than one whitespace, closes 14786Denys Vlasenko2022-08-221-0/+9
| * sort: fix sort -s -u, closes 14871Denys Vlasenko2022-07-291-0/+10
| * sort: fix -k2M (wasn't skipping leading whitespace)Denys Vlasenko2022-07-291-0/+11
| * awk: fix use after free (CVE-2022-30065)Natanael Copa2022-07-111-0/+6
| * shaNNNsum: accept one-space "HASH FILENAME" format for -c, closes 14866Denys Vlasenko2022-07-111-0/+10
| * tree: new appletRoger Knecht2022-06-301-0/+100
* | make: new appletRon Yorston2022-08-011-0/+413
* | Merge branch 'busybox' into mergeRon Yorston2022-05-121-0/+110
|\|
| * tsort: new appletDavid Leonard2022-05-021-0/+110
* | win32: better fix for empty environment variablesRon Yorston2022-05-051-0/+67
* | Merge busybox into mergeRon Yorston2022-02-091-0/+15
|\|
| * sed: fix handling of escaped delimiters in s/// replacementDenys Vlasenko2022-01-231-2/+7
| * sed: fix handling of escaped delimiters in s/// search pattern, closes 14541Denys Vlasenko2022-01-231-0/+10
* | Merge busybox into mergeRon Yorston2022-01-131-1/+11
|\|
| * awk: input numbers are never octal or hex (only program consts can be)Denys Vlasenko2022-01-081-1/+11
* | Merge busybox into mergeRon Yorston2022-01-062-0/+51
|\|
| * sort: support -hDenys Vlasenko2022-01-051-0/+29
| * sort: fix -s -r interaction: 'stable' order is not affected by -rDenys Vlasenko2022-01-041-0/+13
| * sed: correctly handle 'w FILE' commands writing to the same fileDenys Vlasenko2022-01-041-0/+9
* | Merge busybox into mergeRon Yorston2021-12-273-0/+30
|\|
| * sed: do not ignore 'g' modifier when match starts with ^Dominique Martinet2021-12-251-0/+6
| * printf: allow 0 as a flag and allow multiple flagsRon Yorston2021-12-171-0/+10
| * libbb: code shrink in des encryption, in setup_salt()Denys Vlasenko2021-11-281-0/+14
* | 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