aboutsummaryrefslogtreecommitdiff
path: root/testsuite
AgeCommit message (Expand)Author
2021-02-26bc/dc: fix length(0) and length(0.000nnn) resultDenys Vlasenko
2021-02-02nl: ensure '-b n' option displays file contentRon Yorston
2021-02-02awk: allow printf('%c') to output NUL, closes 13486Ron Yorston
2020-12-29bc,dc: make BC_LINE_LENGTH/DC_LINE_LENGTH more compatible with GNUDenys Vlasenko
2020-12-29randomconfig fixesDenys Vlasenko
2020-12-22factor: detect squaresDenys Vlasenko
2020-12-04awk: add a test that $NF is emptyDenys Vlasenko
2020-12-02awk: FS regex matches only non-empty separators (gawk compat)Denys Vlasenko
2020-10-20hexdump: fix dup block comparisonDenys Vlasenko
2020-10-20xxd: fix printing of trailing spacesDenys Vlasenko
2020-09-30xargs: fix -I SUBSTR behaviourDenys Vlasenko
2020-08-15grep: for -L, exitcode 0 means files *without* matches were found, closes 13151Denys Vlasenko
2020-06-24randomconfig fixesDenys Vlasenko
2020-06-23randomconfig fixesDenys Vlasenko
2020-06-09sysctl: do report EACCES errors on writeDenys Vlasenko
2020-06-09unexpand: correct behavior for --first-only --tabs=4Mark Edgar
2020-06-09awk: disallow "str"++, closes bug 12981Denys Vlasenko
2020-04-30grep: add proper support for pattern_listSören Tempel
2020-04-29grep: Fix -f FILE when FILE is empty and -x providedGray Wolf
2020-04-29xargs: restore correct behaviour of -n optionRon Yorston
2020-02-02awk: fix more "length" cases, closes 12486Denys Vlasenko
2020-01-29xargs: fix handling of quoted arguments, closes 11441Ron Yorston
2019-11-23bc: fix comparison bug, closes 12336Denys Vlasenko
2019-09-05dc: Parse error & fix out of bounds read in xc_program_printStringBrian Foley
2019-09-05dc: Fix segfault when executing strings generated using asciifyBrian Foley
2019-09-05dc: execute shouldn't pop if stack head is not a stringBrian Foley
2019-06-08expand,unexpand: drop broken test, add FIXME commentDenys Vlasenko
2019-06-08awk: fix testsuiteDenys Vlasenko
2019-05-26testsuite: fix bunzip2.tests expectationsDenys Vlasenko
2019-05-13sed: fix /regex/,+N match triggering only once, closes 11871Denys Vlasenko
2019-04-19dc.tests: fix two test case to also depend on DC_BIGChen Qi
2019-01-29grep: fix -x -v with certain pattern ordersAri Sundholm
2019-01-25bc: implement pass-by-reference code from upstreamDenys Vlasenko
2019-01-21awk: Fix overly permissive func arg list parsingBrian Foley
2019-01-21awk: Syntax error if delete isn't given an arg.Brian Foley
2019-01-21awk: Guard pointer chasing when parsing ternary expressions.Brian Foley
2019-01-14start-stop-daemon: fix "both -x and -a" case: -a does override argv[0]Denys Vlasenko
2019-01-14start-stop-daemon: create pidfile before parent exits, closes 8596Denys Vlasenko
2019-01-04bc: support void functions (GNU compat)Denys Vlasenko
2019-01-04dc: fit returning of stringDenys Vlasenko
2019-01-04dc: fix '?'Denys Vlasenko
2019-01-03bc: fix "...; return}" to work, disallow "return ()"Denys Vlasenko
2019-01-02bc: generate large bc tests on the fly, -5 mbytes in the git treeDenys Vlasenko
2019-01-02bc: speed up string printing, fix print ""Denys Vlasenko
2019-01-01bc: upstream fixesDenys Vlasenko
2018-12-31bc: support ibase up to 36 (GNU compat)Denys Vlasenko
2018-12-29bc: more fixes for unusual input basesDenys Vlasenko
2018-12-29bc: fix handling of "digits" above 9Denys Vlasenko
2018-12-28bc: rename config optionsDenys Vlasenko
2018-12-26bc: prepare for char-by-char input handlingDenys Vlasenko