1. 416ce76 bc: better handle optional args of bc_program_pushVar() by Denys Vlasenko · 6 years ago
  2. 9721f6c bc: tweak help text by Denys Vlasenko · 6 years ago
  3. a0c421c bc: simplify bc_vm_stdin() by Denys Vlasenko · 6 years ago
  4. 71e1fc6 bc: only check for ^C in bc_program_exec() main loop by Denys Vlasenko · 6 years ago
  5. df51539 bc: simpler calling convention for bc_read_file(), bc_program_search() by Denys Vlasenko · 6 years ago
  6. e3b4f23 bc: bc_num_ulong2num(), bc_program_pushGlobal(), bc_program_stackLen() never fail by Denys Vlasenko · 6 years ago
  7. a1d3ca2 bc: stop passing around pointers to G.prog, they are all constant by Denys Vlasenko · 6 years ago
  8. f6c1da5 bc: select parse_init() and parse_expr() using IS_BC, not function pointers by Denys Vlasenko · 6 years ago
  9. 785e4b3 bc: propagate fixed arguments into callees by Denys Vlasenko · 6 years ago
  10. ab3c568 bc: simplify ^C handling by Denys Vlasenko · 6 years ago
  11. 6d9146a bc: convert to "G trick" - this returns bc to zero bss increase by Denys Vlasenko · 6 years ago
  12. 5a9fef5 bc: simplify, and restore ^C, fix ^D handling by Denys Vlasenko · 6 years ago
  13. 00d7779 bc: simplify, stop testing for IO errors on every output by Denys Vlasenko · 6 years ago
  14. ef869ec bc: fix warnings, initial cleanups by Denys Vlasenko · 6 years ago
  15. 01055ba bc: new applet, throws warning by Gavin Howard · 6 years ago