aboutsummaryrefslogtreecommitdiff
path: root/testsuite/bc.tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* bc/dc: fix length(0) and length(0.000nnn) resultDenys Vlasenko2021-02-261-0/+5
* bc: fix comparison bug, closes 12336Denys Vlasenko2019-11-231-0/+5
* bc: support void functions (GNU compat)Denys Vlasenko2019-01-041-0/+17
* bc: fix "...; return}" to work, disallow "return ()"Denys Vlasenko2019-01-031-0/+5
* bc: generate large bc tests on the fly, -5 mbytes in the git treeDenys Vlasenko2019-01-021-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: fix interactive handling of comments in strings and quotes in commentsDenys Vlasenko2018-12-251-2/+14
* bc: allow {break} and {continue} (allow RBRACE to terminate them)Denys Vlasenko2018-12-251-1/+6
* 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
* bc: simplify use of "ip" in loop parsing functionsDenys Vlasenko2018-12-161-0/+31
* bc: fix "print 1,2,3" parsingDenys Vlasenko2018-12-161-0/+5
* bc: fold zbc_parse_else() into its only callerDenys Vlasenko2018-12-161-0/+5
* bc: fixes for multi-line if/while/forDenys Vlasenko2018-12-161-0/+10
* bc: fix handling of 'return' not in functions, and 'define f()<newline>{...}'Denys Vlasenko2018-12-161-0/+5
* bc: partially rewrite parser, tests pass, ^C might be broken nowDenys Vlasenko2018-12-161-0/+5
* bc: lexer debugging, added some failing test casesDenys Vlasenko2018-12-151-0/+20
* bc: fix another thinkoDenys Vlasenko2018-12-131-0/+10
* bc: fix comment handlingDenys Vlasenko2018-12-131-0/+12
* testsuite: add bc and dc testsDenys Vlasenko2018-12-121-0/+19