Age | Commit message (Expand) | Author |
2018-12-05 | bc: simpler calling convention for bc_read_file(), bc_program_search() | Denys Vlasenko |
2018-12-05 | bc: bc_num_ulong2num(), bc_program_pushGlobal(), bc_program_stackLen() never ... | Denys Vlasenko |
2018-12-05 | bc: stop passing around pointers to G.prog, they are all constant | Denys Vlasenko |
2018-12-05 | bc: select parse_init() and parse_expr() using IS_BC, not function pointers | Denys Vlasenko |
2018-12-05 | bc: propagate fixed arguments into callees | Denys Vlasenko |
2018-12-05 | bc: simplify ^C handling | Denys Vlasenko |
2018-12-05 | bc: convert to "G trick" - this returns bc to zero bss increase | Denys Vlasenko |
2018-12-05 | bc: simplify, and restore ^C, fix ^D handling | Denys Vlasenko |
2018-12-05 | bc: simplify, stop testing for IO errors on every output | Denys Vlasenko |
2018-12-05 | bc: fix warnings, initial cleanups | Denys Vlasenko |
2018-12-05 | bc: new applet, throws warning | Gavin Howard |