aboutsummaryrefslogtreecommitdiff
path: root/testsuite (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* expand,unexpand: drop broken test, add FIXME commentDenys Vlasenko2019-06-082-76/+0
* awk: fix testsuiteDenys Vlasenko2019-06-081-0/+6
* 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
* 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
* dc: fix '?'Denys Vlasenko2019-01-041-0/+5
* bc: fix "...; return}" to work, disallow "return ()"Denys Vlasenko2019-01-032-3/+6
* bc: generate large bc tests on the fly, -5 mbytes in the git treeDenys Vlasenko2019-01-022-11/+43
* bc: speed up string printing, fix print ""Denys Vlasenko2019-01-021-0/+6
* bc: upstream fixesDenys Vlasenko2019-01-011-0/+16
* bc: support ibase up to 36 (GNU compat)Denys Vlasenko2018-12-311-0/+5
* bc: more fixes for unusual input basesDenys Vlasenko2018-12-292-0/+68
* bc: fix handling of "digits" above 9Denys Vlasenko2018-12-292-0/+40
* bc: rename config optionsDenys Vlasenko2018-12-283-2/+7
* bc: prepare for char-by-char input handlingDenys Vlasenko2018-12-261-4/+4
* bc: fix interactive handling of comments in strings and quotes in commentsDenys Vlasenko2018-12-251-2/+14
* dc: add two testsDenys Vlasenko2018-12-251-0/+10
* bc: allow {break} and {continue} (allow RBRACE to terminate them)Denys Vlasenko2018-12-251-1/+6
* dc: unbreak interactive mode - was trying to get next tokens instead of execu...Denys Vlasenko2018-12-221-0/+15
* bc: unbreak read(), remove checks for nested read()Denys Vlasenko2018-12-221-0/+15
* bc: fix for() to not leave data on stackDenys Vlasenko2018-12-211-0/+15
* bc: for(;;) fix from upstreamDenys Vlasenko2018-12-211-0/+5
* bc: fix keyword matching to not think "ifz" is the "if" keywordDenys Vlasenko2018-12-201-0/+5
* bc: fix "echo -n '#foo' | bc" not eating last 'o'Denys Vlasenko2018-12-181-0/+5
* bc: remove "error after expression parsing" checkDenys Vlasenko2018-12-171-0/+5
* bc: store only index in p->exits, it's the only thing used thereDenys Vlasenko2018-12-161-0/+17
* bc: remove redundant JUMP generation when parsing 'while'Denys Vlasenko2018-12-161-0/+27