aboutsummaryrefslogtreecommitdiff
path: root/testsuite (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 mergemergeRon 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
* | make: set $< and $* for target rulesRon Yorston2024-05-221-0/+13
* | make: add support for CURDIR macroRon Yorston2024-05-221-0/+25
* | make: allow mixed macros and targets on command lineRon Yorston2024-04-211-0/+11
* | make: skip shell -e option when running commandsRon Yorston2024-04-201-0/+7
* | 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