aboutsummaryrefslogtreecommitdiff
path: root/testsuite (follow)
Commit message (Expand)AuthorAgeFilesLines
* sort: compute -k END.ENDCHAR from the end field, not the line startbusyboxAli Ahmet Memis8 days1-0/+10
* hdparm: fix ATA identification string outputRomain Guyard9 days1-0/+51
* awk: disallow OFMT/CONVFMT to have more than one %SPEC, implement %sDenys Vlasenko9 days1-1/+26
* tar: fix verbose output with extract-to-stdoutThorsten B2026-08-101-0/+24
* patch: handle files with no final newlineRon Yorston2026-08-091-0/+63
* join: new appletRon Yorston2026-07-081-0/+57
* awk: fix printf "%o\n", -1Denys Vlasenko2026-07-061-0/+2
* cmp: add KMG suffix for cmp -n MAXCOUNTAnubhav Kokane2026-07-031-0/+27
* awk: fix printing of very large numbers with printf("%d")Denys Vlasenko2026-07-021-1/+23
* awk: add '*' as a valid specifier for width and precision in printfDenys Vlasenko2026-07-011-0/+37
* testing stripts: allow to skip "awk gsub erroneous word start match" testDenys Vlasenko2026-05-141-1/+2
* cpio.tests: fix false positiveDenys Vlasenko2026-04-301-1/+3
* cpio.tests: do not use "ls" to detect that file does not existDenys Vlasenko2026-04-301-2/+2
* tar: unicode fixDenys Vlasenko2026-04-301-1/+1
* cpio.tests: fix false positive when -o support is not enabledDenys Vlasenko2026-04-301-1/+1
* cpio: fix a bug (wrong free() address) in !FEATURE_TAR_LONG_OPTIONS configDenys Vlasenko2026-04-301-1/+1
* start-stop-daemon.tests: fix false positive if longopts are not enabledDenys Vlasenko2026-04-291-0/+2
* paste: fix output when file lengths differRon Yorston2026-03-052-0/+38
* md5/sha1sum: Honor the -b flag in the outputMartin Storsjö2026-01-181-0/+12
* cmp: fix -n causing all diffs to be output, implement size suffixes for SKIPDenys Vlasenko2026-01-182-9/+54
* xxd: fix -pANYTHING handling (-pc50 does not mean -p -c50)Denys Vlasenko2025-11-301-0/+19
* 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
* 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
* 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
* archival: disallow path traversals (CVE-2023-39810)Denys Vlasenko2025-04-161-0/+23
* 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
* awk: restore assignment precedence to be lower than ternary ?:Denys Vlasenko2024-07-091-11/+20
* time: implement %% and \escapes in -f FMTDenys Vlasenko2024-01-011-0/+37
* awk: fix handling of empty fieldsDenys Vlasenko2023-12-311-0/+7
* start-stop-daemon: add -d DIR chdir optionejaaskel2023-11-071-0/+20
* 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