| Commit message (Expand) | Author | Age | Files | Lines |
* | bc: fix comparison bug, closes 12336 | Denys Vlasenko | 2019-11-23 | 1 | -0/+5 |
* | bc: support void functions (GNU compat) | Denys Vlasenko | 2019-01-04 | 1 | -0/+17 |
* | bc: fix "...; return}" to work, disallow "return ()" | Denys Vlasenko | 2019-01-03 | 1 | -0/+5 |
* | bc: generate large bc tests on the fly, -5 mbytes in the git tree | Denys Vlasenko | 2019-01-02 | 1 | -11/+43 |
* | bc: speed up string printing, fix print "" | Denys Vlasenko | 2019-01-02 | 1 | -0/+6 |
* | bc: upstream fixes | Denys Vlasenko | 2019-01-01 | 1 | -0/+16 |
* | bc: support ibase up to 36 (GNU compat) | Denys Vlasenko | 2018-12-31 | 1 | -0/+5 |
* | bc: fix interactive handling of comments in strings and quotes in comments | Denys Vlasenko | 2018-12-25 | 1 | -2/+14 |
* | bc: allow {break} and {continue} (allow RBRACE to terminate them) | Denys Vlasenko | 2018-12-25 | 1 | -1/+6 |
* | bc: unbreak read(), remove checks for nested read() | Denys Vlasenko | 2018-12-22 | 1 | -0/+15 |
* | bc: fix for() to not leave data on stack | Denys Vlasenko | 2018-12-21 | 1 | -0/+15 |
* | bc: for(;;) fix from upstream | Denys Vlasenko | 2018-12-21 | 1 | -0/+5 |
* | bc: fix keyword matching to not think "ifz" is the "if" keyword | Denys Vlasenko | 2018-12-20 | 1 | -0/+5 |
* | bc: fix "echo -n '#foo' | bc" not eating last 'o' | Denys Vlasenko | 2018-12-18 | 1 | -0/+5 |
* | bc: remove "error after expression parsing" check | Denys Vlasenko | 2018-12-17 | 1 | -0/+5 |
* | bc: store only index in p->exits, it's the only thing used there | Denys Vlasenko | 2018-12-16 | 1 | -0/+17 |
* | bc: remove redundant JUMP generation when parsing 'while' | Denys Vlasenko | 2018-12-16 | 1 | -0/+27 |
* | bc: simplify use of "ip" in loop parsing functions | Denys Vlasenko | 2018-12-16 | 1 | -0/+31 |
* | bc: fix "print 1,2,3" parsing | Denys Vlasenko | 2018-12-16 | 1 | -0/+5 |
* | bc: fold zbc_parse_else() into its only caller | Denys Vlasenko | 2018-12-16 | 1 | -0/+5 |
* | bc: fixes for multi-line if/while/for | Denys Vlasenko | 2018-12-16 | 1 | -0/+10 |
* | bc: fix handling of 'return' not in functions, and 'define f()<newline>{...}' | Denys Vlasenko | 2018-12-16 | 1 | -0/+5 |
* | bc: partially rewrite parser, tests pass, ^C might be broken now | Denys Vlasenko | 2018-12-16 | 1 | -0/+5 |
* | bc: lexer debugging, added some failing test cases | Denys Vlasenko | 2018-12-15 | 1 | -0/+20 |
* | bc: fix another thinko | Denys Vlasenko | 2018-12-13 | 1 | -0/+10 |
* | bc: fix comment handling | Denys Vlasenko | 2018-12-13 | 1 | -0/+12 |
* | testsuite: add bc and dc tests | Denys Vlasenko | 2018-12-12 | 1 | -0/+19 |