aboutsummaryrefslogtreecommitdiff
path: root/testsuite (follow)
Commit message (Expand)AuthorAgeFilesLines
* make: fix expansion of immediate-mode macrosRon Yorston2025-11-281-0/+18
* paste: fix output when file lengths differRon Yorston2025-11-102-0/+38
* tr: an escaped dash doesn't indicate a rangeRon Yorston2025-08-211-0/+4
* Merge branch 'busybox' into mergeRon Yorston2025-08-155-6/+46
|\
| * ls: fix -Q to match GNUDenys Vlasenko2025-08-012-2/+34
| * sha3sum: add -aBITS testsDenys Vlasenko2025-07-302-4/+8
| * sha384sum: new appletAndy Knowles2025-07-302-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2025-08-121-13/+85
|\|
| * libbb/yescrypt: actually, largest allowed salt is 86 chars, support thatDenys Vlasenko2025-07-171-3/+7
| * cryptpw: -m sha512crypt must also be acceptedDenys Vlasenko2025-07-071-0/+4
| * libbb/yescrypt: fix salts ending in dots (corresponding to binary zeros)Denys Vlasenko2025-07-071-0/+20
| * libbb/yescrypt: accept longer salts (up to 84 chars)Denys Vlasenko2025-07-071-0/+4
| * libbb/yescrypt: make it possible to set constant parameters, and set YESCRYPT_RWDenys Vlasenko2025-07-071-1/+1
| * libbb: add yescrypt password hashing supportDenys Vlasenko2025-07-061-13/+53
* | Merge branch 'busybox' into mergeRon Yorston2025-08-102-23/+81
|\|
| * hexdump: add tests for %x, handle little/big endian properlyRadoslav Kolev2025-07-011-22/+69
| * od: make -B test little endian only, add variant for big endianRadoslav Kolev2025-07-011-1/+12
* | testsuite: check that wget handles httpsRon Yorston2025-07-111-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2025-05-191-0/+23
|\|
| * archival: disallow path traversals (CVE-2023-39810)Denys Vlasenko2025-04-161-0/+23
* | make: fix single-suffix inference rule regressionRon Yorston2025-01-211-0/+10
* | make: support GNU/BSD suffixes and inference rulesRon Yorston2025-01-141-0/+30
* | Merge branch 'busybox' into mergeRon Yorston2024-12-302-12/+134
|\|
| * cut: fix up -D/-s behavior with -FDenys Vlasenko2024-12-201-2/+33
| * cut: fix -F n-m to match toyboxDenys Vlasenko2024-12-141-3/+18
| * cut: fix handling of -d ''Denys Vlasenko2024-12-131-0/+12
| * cut: fix -d$'\n' --output-delimiter=@@ behaviorDenys Vlasenko2024-12-101-0/+26
| * cut: implement --output-delimiterDenys Vlasenko2024-12-101-8/+24
| * cut: fix "echo 1.2 | cut -d. -f1,3" (print "1", not "1.")Denys Vlasenko2024-12-101-2/+9
| * cut: improve detection of invalid rangesRon Yorston2024-12-101-1/+4
| * cut: fix "-s" flag to omit blank linesColin McAllister2024-12-101-0/+9
| * hexdump: fix regression with -n4 -e '"%u"'Natanael Copa2024-12-091-0/+6
| * ed: fix line insertion before current line. Closes 15081Ron Yorston2024-09-271-0/+21
* | cut: detect error when bounds are reversedRon Yorston2024-10-221-1/+4
* | make: changes to .DEFAULT/inference rulesRon Yorston2024-10-201-12/+20
* | make: reinstate conditional skipping of command linesRon Yorston2024-09-101-0/+2
* | make: disallow inference rules for phony targetsRon Yorston2024-08-101-0/+14
* | make: allow empty commandsRon Yorston2024-08-081-0/+11
* | ed: fix line insertion before current lineRon Yorston2024-07-181-0/+21
* | Merge branch 'busybox' into mergeRon Yorston2024-07-101-11/+20
|\|
| * awk: restore assignment precedence to be lower than ternary ?:Denys Vlasenko2024-07-091-11/+20
* | make: update for POSIX 2024Ron Yorston2024-06-141-2/+2
* | make: move test for complex chain of macro assignmentsRon Yorston2024-06-011-14/+14
* | make: fix detection of target rules (take 2)Ron Yorston2024-05-311-0/+23
* | make: allow :::= macro assignment on command lineRon Yorston2024-05-291-0/+24
* | make: relax the test 'Return error if command fails'Ron Yorston2024-05-291-1/+1
* | make: fixes to -q optionRon Yorston2024-05-281-0/+7
* | make: fixes to -t optionRon Yorston2024-05-281-0/+26
* | make: fix tests for BSDRon Yorston2024-05-241-4/+4
* | make: add support for ifeq/ifneqRon Yorston2024-05-221-0/+14