aboutsummaryrefslogtreecommitdiff
path: root/testsuite/bc.tests
AgeCommit message (Expand)Author
2021-02-26bc/dc: fix length(0) and length(0.000nnn) resultDenys Vlasenko
2019-11-23bc: fix comparison bug, closes 12336Denys Vlasenko
2019-01-04bc: support void functions (GNU compat)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-25bc: fix interactive handling of comments in strings and quotes in commentsDenys Vlasenko
2018-12-25bc: allow {break} and {continue} (allow RBRACE to terminate them)Denys Vlasenko
2018-12-22bc: unbreak read(), remove checks for nested read()Denys Vlasenko
2018-12-21bc: fix for() to not leave data on stackDenys Vlasenko
2018-12-21bc: for(;;) fix from upstreamDenys Vlasenko
2018-12-20bc: fix keyword matching to not think "ifz" is the "if" keywordDenys Vlasenko
2018-12-18bc: fix "echo -n '#foo' | bc" not eating last 'o'Denys Vlasenko
2018-12-17bc: remove "error after expression parsing" checkDenys Vlasenko
2018-12-16bc: store only index in p->exits, it's the only thing used thereDenys Vlasenko
2018-12-16bc: remove redundant JUMP generation when parsing 'while'Denys Vlasenko
2018-12-16bc: simplify use of "ip" in loop parsing functionsDenys Vlasenko
2018-12-16bc: fix "print 1,2,3" parsingDenys Vlasenko
2018-12-16bc: fold zbc_parse_else() into its only callerDenys Vlasenko
2018-12-16bc: fixes for multi-line if/while/forDenys Vlasenko
2018-12-16bc: fix handling of 'return' not in functions, and 'define f()<newline>{...}'Denys Vlasenko
2018-12-16bc: partially rewrite parser, tests pass, ^C might be broken nowDenys Vlasenko
2018-12-15bc: lexer debugging, added some failing test casesDenys Vlasenko
2018-12-13bc: fix another thinkoDenys Vlasenko
2018-12-13bc: fix comment handlingDenys Vlasenko
2018-12-12testsuite: add bc and dc testsDenys Vlasenko