- ace81cd bc/dc: fix length(0) and length(0.000nnn) result by Denys Vlasenko · 3 years, 10 months ago
- 0084137 bc: fix comparison bug, closes 12336 by Denys Vlasenko · 5 years ago
- 54f5c1d bc: support void functions (GNU compat) by Denys Vlasenko · 6 years ago
- 96b5ec1 bc: fix "...; return}" to work, disallow "return ()" by Denys Vlasenko · 6 years ago
- cb7c955 bc: generate large bc tests on the fly, -5 mbytes in the git tree by Denys Vlasenko · 6 years ago
- 266bec8 bc: speed up string printing, fix print "" by Denys Vlasenko · 6 years ago
- 2231468 bc: upstream fixes by Denys Vlasenko · 6 years ago
- 680ccd3 bc: support ibase up to 36 (GNU compat) by Denys Vlasenko · 6 years ago
- 94576d2 bc: fix interactive handling of comments in strings and quotes in comments by Denys Vlasenko · 6 years ago
- 5fa74b9 bc: allow {break} and {continue} (allow RBRACE to terminate them) by Denys Vlasenko · 6 years ago
- 8c1e723 bc: unbreak read(), remove checks for nested read() by Denys Vlasenko · 6 years ago
- 19eee8e bc: fix for() to not leave data on stack by Denys Vlasenko · 6 years ago
- 52caa00 bc: for(;;) fix from upstream by Denys Vlasenko · 6 years ago
- 5acd14b bc: fix keyword matching to not think "ifz" is the "if" keyword by Denys Vlasenko · 6 years ago
- 55f3cab bc: fix "echo -n '#foo' | bc" not eating last 'o' by Denys Vlasenko · 6 years ago
- 4b72aeb bc: remove "error after expression parsing" check by Denys Vlasenko · 6 years ago
- 266aa00 bc: store only index in p->exits, it's the only thing used there by Denys Vlasenko · 6 years ago
- de24e9d bc: remove redundant JUMP generation when parsing 'while' by Denys Vlasenko · 6 years ago
- 06ade77 bc: simplify use of "ip" in loop parsing functions by Denys Vlasenko · 6 years ago
- 5d18f6b bc: fix "print 1,2,3" parsing by Denys Vlasenko · 6 years ago
- a50576a bc: fold zbc_parse_else() into its only caller by Denys Vlasenko · 6 years ago
- 202dd19 bc: fixes for multi-line if/while/for by Denys Vlasenko · 6 years ago
- e9519e4 bc: fix handling of 'return' not in functions, and 'define f()<newline>{...}' by Denys Vlasenko · 6 years ago
- d1d29b4 bc: partially rewrite parser, tests pass, ^C might be broken now by Denys Vlasenko · 6 years ago
- 99b3762 bc: lexer debugging, added some failing test cases by Denys Vlasenko · 6 years ago
- 818b602 bc: fix another thinko by Denys Vlasenko · 6 years ago
- 766f672 bc: fix comment handling by Denys Vlasenko · 6 years ago
- 9a23b07 testsuite: add bc and dc tests by Denys Vlasenko · 6 years ago