aboutsummaryrefslogtreecommitdiff
path: root/testsuite (follow)
Commit message (Expand)AuthorAgeFilesLines
* make: allow '#' to be escaped with a backslashRon Yorston2024-03-111-0/+9
* Merge branch 'busybox' into mergeRon Yorston2024-01-052-0/+44
|\
| * time: implement %% and \escapes in -f FMTDenys Vlasenko2024-01-011-0/+37
| * awk: fix handling of empty fieldsDenys Vlasenko2023-12-311-0/+7
* | make: proper handling of build failure with '-k'Ron Yorston2023-12-221-0/+14
* | Merge branch 'busybox' into mergeFRP-5236-g7dff7f376Ron Yorston2023-12-051-0/+20
|\|
| * start-stop-daemon: add -d DIR chdir optionejaaskel2023-11-071-0/+20
* | make: fix detection of target rulesRon Yorston2023-10-231-0/+8
* | make: return non-zero exit status when a command failsRon Yorston2023-09-121-0/+8
* | Add test for .DEFAULT rule for prerequisiteRon Yorston2023-08-241-0/+7
* | testsuite: skip some tests in native buildRon Yorston2023-08-192-0/+6
* | diff: more changes to --binaryRon Yorston2023-08-061-0/+63
* | Merge branch 'busybox' into mergeRon Yorston2023-06-164-0/+404
|\|
| * awk: fix subst code to handle "start of word" pattern correctly (needs REG_ST...Denys Vlasenko2023-06-081-13/+15
| * awk: fix backslash handling in sub() builtinsDenys Vlasenko2023-06-031-0/+47
| * awk: fix precedence of = relative to ==Denys Vlasenko2023-05-301-0/+5
| * 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