1. 5318f81 bc: print error line numbers by Denys Vlasenko · 6 years ago
  2. 08c033c bc: optimize pushing zero bytes to vectors by Denys Vlasenko · 6 years ago
  3. 0409ad3 bc: restore printing of script name on errors by Denys Vlasenko · 6 years ago
  4. 0ad36c4 bc: do not check for errors when parsing/running internal library by Denys Vlasenko · 6 years ago
  5. 24fb2cd bc: shrink error handling code by enabling tail-call optimization by Denys Vlasenko · 6 years ago
  6. f359e00 bc: make 2^1000000 interruptible faster by Denys Vlasenko · 6 years ago
  7. 68cc0a6 bc: remove tabs from internal library by Denys Vlasenko · 6 years ago
  8. 51fb8aa bc: store library in ASCII, shrink keyword parsing code by Denys Vlasenko · 6 years ago
  9. cb9a99f bc: drop bc_map_init() macro by Denys Vlasenko · 6 years ago
  10. 7d62801 bc: create a few common functions by Denys Vlasenko · 6 years ago
  11. d5f7703 bc: rewrite "BOOL * EXPR" idiom as if() statement by Denys Vlasenko · 6 years ago
  12. 17c5472 bc: switch to SA_RESTART signal handling by Denys Vlasenko · 6 years ago
  13. d70d4a0 bc: get rid of G.tty and G.flags by Denys Vlasenko · 6 years ago
  14. 9b70f19 bc: convert all status codes, remove bc_err_msgs[], bc_vm_error(), bc_vm_posixError() by Denys Vlasenko · 6 years ago
  15. 60cf747 bc: convert all non-POSIX BC_STATUS_foo codes by Denys Vlasenko · 6 years ago
  16. d38af48 bc: convert BC_STATUS_EXEC_SIGNAL - its message string was never used by Denys Vlasenko · 6 years ago
  17. abbc433 bc: convert BC_STATUS_PARSE_NO_AUTO by Denys Vlasenko · 6 years ago
  18. 04a1c76 bc: convert BC_STATUS_EXEC_MISMATCHED_PARAMS and BC_STATUS_EXEC_UNDEFINED_FUNC by Denys Vlasenko · 6 years ago
  19. a02f844 bc: BC_STATUS_VEC_ITEM_EXISTS is not a real error code, its message was never used by Denys Vlasenko · 6 years ago
  20. bc5ce66 bc: simplify bc_lex_comment() by Denys Vlasenko · 6 years ago
  21. c1c2470 bc: handle BIN_FILE and LEX_BAD_CHAR errors at the site of detection by Denys Vlasenko · 6 years ago
  22. d4744ad bc: eliminate BC_STATUS_INPUT_EOF by Denys Vlasenko · 6 years ago
  23. cfdc133 bc: handle "limits" and "quit" immediately at parse time by Denys Vlasenko · 6 years ago
  24. 01cabaf bc": drop unused error codes and strings by Denys Vlasenko · 6 years ago
  25. b8860a8 bc: remove "error ids": serve no useful purpose, error message should be explanatory enough by Denys Vlasenko · 6 years ago
  26. 1f67e93 bc: reduce forward declarations by Denys Vlasenko · 6 years ago
  27. d9d6655 bc: use smaller datatypes for limits, match GNU bc 'limits' output by Denys Vlasenko · 6 years ago
  28. 416ce76 bc: better handle optional args of bc_program_pushVar() by Denys Vlasenko · 6 years ago
  29. 9721f6c bc: tweak help text by Denys Vlasenko · 6 years ago
  30. a0c421c bc: simplify bc_vm_stdin() by Denys Vlasenko · 6 years ago
  31. 71e1fc6 bc: only check for ^C in bc_program_exec() main loop by Denys Vlasenko · 6 years ago
  32. df51539 bc: simpler calling convention for bc_read_file(), bc_program_search() by Denys Vlasenko · 6 years ago
  33. e3b4f23 bc: bc_num_ulong2num(), bc_program_pushGlobal(), bc_program_stackLen() never fail by Denys Vlasenko · 6 years ago
  34. a1d3ca2 bc: stop passing around pointers to G.prog, they are all constant by Denys Vlasenko · 6 years ago
  35. f6c1da5 bc: select parse_init() and parse_expr() using IS_BC, not function pointers by Denys Vlasenko · 6 years ago
  36. 785e4b3 bc: propagate fixed arguments into callees by Denys Vlasenko · 6 years ago
  37. ab3c568 bc: simplify ^C handling by Denys Vlasenko · 6 years ago
  38. 6d9146a bc: convert to "G trick" - this returns bc to zero bss increase by Denys Vlasenko · 6 years ago
  39. 5a9fef5 bc: simplify, and restore ^C, fix ^D handling by Denys Vlasenko · 6 years ago
  40. 00d7779 bc: simplify, stop testing for IO errors on every output by Denys Vlasenko · 6 years ago
  41. ef869ec bc: fix warnings, initial cleanups by Denys Vlasenko · 6 years ago
  42. 01055ba bc: new applet, throws warning by Gavin Howard · 6 years ago