aboutsummaryrefslogtreecommitdiff
path: root/testsuite (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2021-01-1410-90/+127
|\
| * bc,dc: make BC_LINE_LENGTH/DC_LINE_LENGTH more compatible with GNUDenys Vlasenko2020-12-296-89/+87
| * randomconfig fixesDenys Vlasenko2020-12-292-1/+3
| * factor: detect squaresDenys Vlasenko2020-12-221-0/+23
| * awk: add a test that $NF is emptyDenys Vlasenko2020-12-041-2/+9
| * awk: FS regex matches only non-empty separators (gawk compat)Denys Vlasenko2020-12-021-0/+7
* | Merge branch 'busybox' into mergeRon Yorston2020-11-123-0/+61
|\|
| * hexdump: fix dup block comparisonDenys Vlasenko2020-10-201-0/+19
| * xxd: fix printing of trailing spacesDenys Vlasenko2020-10-201-0/+34
| * xargs: fix -I SUBSTR behaviourDenys Vlasenko2020-09-301-0/+8
* | Merge branch 'busybox' into mergeRon Yorston2020-08-231-0/+8
|\|
| * grep: for -L, exitcode 0 means files *without* matches were found, closes 13151Denys Vlasenko2020-08-151-0/+8
* | Merge branch 'busybox' into mergeRon Yorston2020-07-095-7/+48
|\|
| * randomconfig fixesDenys Vlasenko2020-06-241-2/+2
| * randomconfig fixesDenys Vlasenko2020-06-232-5/+5
| * sysctl: do report EACCES errors on writeDenys Vlasenko2020-06-091-2/+2
| * unexpand: correct behavior for --first-only --tabs=4Mark Edgar2020-06-091-0/+33
| * awk: disallow "str"++, closes bug 12981Denys Vlasenko2020-06-091-0/+8
* | Merge branch 'busybox' into mergeFRP-3466-g53c09d0e1Ron Yorston2020-05-291-0/+18
|\|
| * grep: add proper support for pattern_listSören Tempel2020-04-301-0/+12
| * grep: Fix -f FILE when FILE is empty and -x providedGray Wolf2020-04-291-0/+6
| * xargs: restore correct behaviour of -n optionRon Yorston2020-04-291-0/+11
* | xargs: restore correct behaviour of -n optionRon Yorston2020-03-291-0/+11
* | Merge branch 'busybox' into mergeRon Yorston2020-02-152-1/+31
|\|
| * awk: fix more "length" cases, closes 12486Denys Vlasenko2020-02-021-1/+22
| * xargs: fix handling of quoted arguments, closes 11441Ron Yorston2020-01-291-0/+9
* | Merge branch 'busybox' into mergeRon Yorston2020-01-082-0/+40
|\|
| * bc: fix comparison bug, closes 12336Denys Vlasenko2019-11-231-0/+5
| * dc: Parse error & fix out of bounds read in xc_program_printStringBrian Foley2019-09-051-0/+20
| * dc: Fix segfault when executing strings generated using asciifyBrian Foley2019-09-051-0/+5
| * dc: execute shouldn't pop if stack head is not a stringBrian Foley2019-09-051-0/+10
* | testsuite: ensure tests work when directory name has spacesFRP-3244-g48128b9aaRon Yorston2019-08-162-4/+4
* | Merge branch 'busybox' into mergeRon Yorston2019-08-163-76/+6
|\|
| * expand,unexpand: drop broken test, add FIXME commentDenys Vlasenko2019-06-082-76/+0
| * awk: fix testsuiteDenys Vlasenko2019-06-081-0/+6
* | Merge branch 'busybox' into mergeRon Yorston2019-05-272-1/+7
|\|
| * testsuite: fix bunzip2.tests expectationsDenys Vlasenko2019-05-261-1/+1
| * sed: fix /regex/,+N match triggering only once, closes 11871Denys Vlasenko2019-05-131-0/+6
* | testsuite: added test cases for the shebangNiklas DAHLQUIST2019-05-031-0/+90
* | testsuite: allow tests to work on Microsoft WindowsRon Yorston2019-05-032-6/+31
|/
* dc.tests: fix two test case to also depend on DC_BIGChen Qi2019-04-191-3/+3
* grep: fix -x -v with certain pattern ordersAri Sundholm2019-01-291-0/+7
* bc: implement pass-by-reference code from upstreamDenys Vlasenko2019-01-252-0/+318
* awk: Fix overly permissive func arg list parsingBrian Foley2019-01-211-0/+12
* awk: Syntax error if delete isn't given an arg.Brian Foley2019-01-211-2/+5
* awk: Guard pointer chasing when parsing ternary expressions.Brian Foley2019-01-211-0/+3
* start-stop-daemon: fix "both -x and -a" case: -a does override argv[0]Denys Vlasenko2019-01-141-0/+7
* start-stop-daemon: create pidfile before parent exits, closes 8596Denys Vlasenko2019-01-141-0/+5
* bc: support void functions (GNU compat)Denys Vlasenko2019-01-041-0/+17
* dc: fit returning of stringDenys Vlasenko2019-01-041-0/+5