aboutsummaryrefslogtreecommitdiff
path: root/testsuite (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * awk: fix splitting with default FSDenys Vlasenko2023-05-271-0/+7
| * od: -l,I,L indeed depend on sizeof(long), fix thisDenys Vlasenko2023-05-261-18/+19
| * awk: fix use-after-realloc (CVE-2021-42380), closes 15601Denys Vlasenko2023-05-261-0/+55
| * libbb/dump: correct handling of 1-byte signed int formatDenys Vlasenko2023-05-261-1/+33
| * od, hexdump: byte 0x11 is "dc1" not "dcl"Denys Vlasenko2023-05-262-7/+41
| * od: support -DOHXILDenys Vlasenko2023-05-261-28/+16
| * od: fix default format, shrinkDenys Vlasenko2023-05-261-0/+10
| * od: stop printing extra trailing spacesDenys Vlasenko2023-05-251-24/+19
| * od: implement -BDenys Vlasenko2023-05-251-4/+3
| * od: correct -i, enable tests which pass for DESKTOP tooDenys Vlasenko2023-05-251-29/+33
| * od: for !DESKTOP, match output more closely to GNU coreutils 9.1, implement -sDenys Vlasenko2023-05-251-39/+44
| * od: add testsDavid Leonard2023-05-252-0/+220
* | Merge branch 'busybox' into mergeRon Yorston2023-04-171-0/+4
|\|
| * seq: fix yet another case of negative parameters not workingDenys Vlasenko2023-04-111-0/+1
| * seq: accept negative parametersDenys Vlasenko2023-04-101-0/+3
* | Merge branch 'busybox' into mergeRon Yorston2023-04-091-0/+6
|\|
| * find: implement -okDavid Leonard2023-03-281-0/+6
* | ash: improve CRLF handling in readRon Yorston2023-02-121-0/+16
* | ash: remove CRs from CRLF during field splittingRon Yorston2023-02-101-1/+5
* | ash,make: fix CRLF handlingRon Yorston2023-01-301-0/+6
* | awk: CRLF handlingRon Yorston2023-01-301-0/+14
* | Merge branch 'busybox' into mergeRon Yorston2023-01-053-19/+35
|\|
| * testsuite/sha1sum.tests: fix false positive failureDenys Vlasenko2023-01-021-0/+2
| * testsuite/tree.tests: fix false positive failureDenys Vlasenko2023-01-021-18/+20
| * testsuite/mount.tests: accomodate umount failure seen on 5.18.0Denys Vlasenko2022-12-131-1/+13
* | make: fixes to test scriptRon Yorston2022-12-121-0/+3
* | make: changes to suffix substitution in macro expansionRon Yorston2022-11-161-0/+11
* | make: use correct test for valid macro nameRon Yorston2022-11-131-0/+13
* | make: fix typo in inference rule handlingRon Yorston2022-11-041-23/+24
* | make: fixes to inference rulesRon Yorston2022-11-031-0/+39
* | make: comments in macro expansions and command linesRon Yorston2022-11-011-0/+18
* | make: fix test for .WAIT so bmake passesRon Yorston2022-11-011-1/+1
* | make: different treatment for escaped NL in macro in commandRon Yorston2022-10-301-0/+13
* | make: .NOTPARALLEL and .WAIT are special targetsRon Yorston2022-10-191-2/+12
* | make: shell assignment is a POSIX 202X featureRon Yorston2022-10-181-11/+12
* | make: support $+ and $^ as POSIX 202X featuresRon Yorston2022-10-181-0/+12
* | make: clarify output of testsRon Yorston2022-10-161-31/+31
* | Merge branch 'busybox' into mergeRon Yorston2022-10-125-0/+160
|\|
| * 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
|\|