1. 0a23814 bc: compress two constant arguments of bc_lex_assign() to one by Denys Vlasenko · 6 years ago
  2. 8226912 bc: remove stale comment, empty lines, regularize comment style by Denys Vlasenko · 6 years ago
  3. 87b49be bc: tweak bc_num_parseDecimal() for readability, logic is not changed by Denys Vlasenko · 6 years ago
  4. 240d7ee bc: shrink s() in library again by Denys Vlasenko · 6 years ago
  5. fc9d269 bc: yet another library shrink by Denys Vlasenko · 6 years ago
  6. c06537d bc: shrink internal library yet more by Denys Vlasenko · 6 years ago
  7. 203210e bc: shrink internal library more by Denys Vlasenko · 6 years ago
  8. 3ac0c21 bc: shrink internal library by Denys Vlasenko · 6 years ago
  9. 57b6918 bc: group ENABLE_BC code a bit better, no logic changes by Denys Vlasenko · 6 years ago
  10. 5f263f4 bc: fix "dc only" bug by Denys Vlasenko · 6 years ago
  11. e755e30 bc: unbreak "only bc" and "only dc" configs by Denys Vlasenko · 6 years ago
  12. 89198a9 bc: simplify bc_lex_whitespace() by Denys Vlasenko · 6 years ago
  13. bbcecc4 bc: G.sbgn and G.send are unused, remove them by Denys Vlasenko · 6 years ago
  14. 0fe270e bc: simplify filename saving in zbc_vm_file() by Denys Vlasenko · 6 years ago
  15. 915c72b bc: do not append duplicate NUL, reduce indentation in bc_read_line() by Denys Vlasenko · 6 years ago
  16. 82ea67f bc: change bc_read_line() and zbc_vm_stdin() to avoid double buffers by Denys Vlasenko · 6 years ago
  17. b7e61e3 bc: further simplification in zbc_vm_stdin() by Denys Vlasenko · 6 years ago
  18. 818b602 bc: fix another thinko by Denys Vlasenko · 6 years ago
  19. 335b4ef bc: fix a thinko: dc uses [] string delimiters, bot bc! by Denys Vlasenko · 6 years ago
  20. 766f672 bc: fix comment handling by Denys Vlasenko · 6 years ago
  21. 7dc0a51 bc: further zbc_vm_stdin() optimizations by Denys Vlasenko · 6 years ago
  22. 40534bb bc: shrink zbc_vm_stdin() by Denys Vlasenko · 6 years ago
  23. 89e785a bc: trim config help text, add a few comments, no code changes by Denys Vlasenko · 6 years ago
  24. 9811ad0 bc: unbreak CONFIG_FEATURE_BC_SIGNALS=y config by Denys Vlasenko · 6 years ago
  25. c2265f5 bc: remove lexer function pointer by Denys Vlasenko · 6 years ago
  26. c0ef23c bc: remove parse function pointer by Denys Vlasenko · 6 years ago
  27. 19f1107 bc: convert two more functions to "z" logic by Denys Vlasenko · 6 years ago
  28. 8a89247 bc: remove BC_STATUS_EOF (again), the condition is detectable as len==0 by Denys Vlasenko · 6 years ago
  29. d8078a7 dc: fix EOF handling in case of last line being incomplete by Denys Vlasenko · 6 years ago
  30. d6ad366 bc: further conversions to "z" logic by Denys Vlasenko · 6 years ago
  31. c2da68e bc: optimize bc_parse_pushIndex() by Denys Vlasenko · 6 years ago
  32. 26819db bc: convert even more of lexer functions to "z" convention by Denys Vlasenko · 6 years ago
  33. ae0faf9 bc: convert even more of lexer functions to "z" convention by Denys Vlasenko · 6 years ago
  34. 8cd468f bc: convert more of lexer functions to "z" convention by Denys Vlasenko · 6 years ago
  35. 9a34e89 bc: partially convert lexer functions to "z" convention by Denys Vlasenko · 6 years ago
  36. 251fbb5 bc: code shrink in bc_num_cmp() by Denys Vlasenko · 6 years ago
  37. 16494f5 bc: simplify zbc_program_logical() by Denys Vlasenko · 6 years ago
  38. 69171dc bc: simplify nested read() check by Denys Vlasenko · 6 years ago
  39. 12b9eaf bc: in non-interactive config, POSIX error functions never return nonzero by Denys Vlasenko · 6 years ago
  40. f0f069b bc: use common_parse_init() in bc_vm_init() by Denys Vlasenko · 6 years ago
  41. 4dd3652 bc: fix EOF handling in bc_program_read() by Denys Vlasenko · 6 years ago
  42. 2c6f563 bc: tweak comment by Denys Vlasenko · 6 years ago
  43. c008a73 bc: convert bc_program_asciify to "z" function by Denys Vlasenko · 6 years ago
  44. 9f657e0 bc: shrink bc_program_printString by Denys Vlasenko · 6 years ago
  45. 259137d bc: convert zbc_program_op to "z" function, fix a thinko in prev commits by Denys Vlasenko · 6 years ago
  46. 728e7c9 bc: convert bc_program_logical to "z" function by Denys Vlasenko · 6 years ago
  47. 09d8df8 bc: do not use "(cond ? f1 : f2)(params)" idiom, it messes up static function optimizations by Denys Vlasenko · 6 years ago
  48. 7f4daa4 bc: convert arithmetic calc functions to "z" logic by Denys Vlasenko · 6 years ago
  49. 1aeacef bc: rename arithmetic calc functions to "z" functions, no code changes by Denys Vlasenko · 6 years ago
  50. c2d15df bc: move declarations around, no code changes by Denys Vlasenko · 6 years ago
  51. c355c4a bc: code shrink in zbc_lex_number() by Denys Vlasenko · 6 years ago
  52. b402ff8 bc: make bc_program_pushVar "z-function" by Denys Vlasenko · 6 years ago
  53. 2930123 bc: improve "noninteractive" macro machinery so that even "return zero" code is not generated by Denys Vlasenko · 6 years ago
  54. 91cde95 bc: it's not clear bc_vm_file() always exits on errors, remove ERRORS_ARE_FATAL by Denys Vlasenko · 6 years ago
  55. 628bf1b bc: more ERRORS_ARE_FATAL annotations by Denys Vlasenko · 6 years ago
  56. 88cfea6 bc: stop checking for name length in bc_lex_name() by Denys Vlasenko · 6 years ago
  57. fa35e59 bc: optimize non-interactive config: we know that many functions always succeed by Denys Vlasenko · 6 years ago
  58. 86e63cd bc: in non-interactive config, let compiler know that error funcs do not return by Denys Vlasenko · 6 years ago
  59. dafbc2c bc: simplify bc_num_parseDecimal() further by Denys Vlasenko · 6 years ago
  60. 5ba55f1 bc: make all function pointers FAST_FUNC, on i486 this saves ~400 bytes by Denys Vlasenko · 6 years ago
  61. c665c18 bc: 0xffffffffffffffff may be larger than unsigned long by Denys Vlasenko · 6 years ago
  62. 8b4cf0d bc: optimize bc_vec_concat() by Denys Vlasenko · 6 years ago
  63. a7f1a36 bc: simplify bc_program_len() by Denys Vlasenko · 6 years ago
  64. 44d79d8 bc: simplify bc_program_print() by Denys Vlasenko · 6 years ago
  65. b696d9e bc: simplify bc_num_ulong2num() by Denys Vlasenko · 6 years ago
  66. 9311e01 bc: move str-to-num conversion functions to their only caller, bc_num_parse() by Denys Vlasenko · 6 years ago
  67. 218ed1c bc: further simplify string-to-number conversion code by Denys Vlasenko · 6 years ago
  68. 4a024c7 bc: simplify string-tonumber conversion code by Denys Vlasenko · 6 years ago
  69. 3129f70 bc: no need to "set to zero" BcNum after bc_num_init(), it already is by Denys Vlasenko · 6 years ago
  70. e20e00d bc: add and use bc_num_init_DEF_SIZE() by Denys Vlasenko · 6 years ago
  71. 5ec4b49 bc: in bc_program_execStr(), push two variables into inner scope by Denys Vlasenko · 6 years ago
  72. 927a7d6 bc: in bc_program_exec(), push two variables into inner scope by Denys Vlasenko · 6 years ago
  73. 8fa1e8e bc: add accessors for G.prog.strs[idx], G.prog.fns[idx] by Denys Vlasenko · 6 years ago
  74. 0f37b32 bc: eliminate always the same params to bc_num_printBase() by Denys Vlasenko · 6 years ago
  75. ebc41c9 bc: remove redundant error checks in bc_parse_print() by Denys Vlasenko · 6 years ago
  76. 5f1b90b bc: stop propagating pointer to G.prog.nchars deep into printing functions by Denys Vlasenko · 6 years ago
  77. 2a8ad48 bc: do not pass line width in parameters, it's in globals by Denys Vlasenko · 6 years ago
  78. ac6ed11 bc: remove "ready for more input" message, GNU bc does not print that by Denys Vlasenko · 6 years ago
  79. 6e7c65f bc: trim banner, use empty interactive prompts (GNU bc compat) by Denys Vlasenko · 6 years ago
  80. d0bc5fd dc: fix "small dc" to have standard command line API by Denys Vlasenko · 6 years ago
  81. f522dd9 bc: replace G.eof with a special exit code of bc_vm_stdin() by Denys Vlasenko · 6 years ago
  82. 2d615fe bc: convert two macros to functions, unwing one complex max(a,min(b,c)) by Denys Vlasenko · 6 years ago
  83. 64074a1 bc: do not perform domr limit checks when they can't work (e.g. on 32-bit arches) by Denys Vlasenko · 6 years ago
  84. ffdcebd bc: pull temporary into a register by Denys Vlasenko · 6 years ago
  85. 18c6b54 bc: use more compact parsing data structures by Denys Vlasenko · 6 years ago
  86. b9c321d bc: use only G_interrupt as interrupt flag by Denys Vlasenko · 6 years ago
  87. c7a7ce0 bc: fix exit codes for FEATURE_CLEAN_UP=y by Denys Vlasenko · 6 years ago
  88. 6d0be10 bc: correctly parse dc options by Denys Vlasenko · 6 years ago
  89. 4c9455f dc: fix "dc does_not_exist" SEGVing by Denys Vlasenko · 6 years ago
  90. b23ac51 bc: code shrink - convert two macros to functions by Denys Vlasenko · 6 years ago
  91. d00d2f9 bc: make keyword POSIXness check more readable by Denys Vlasenko · 6 years ago
  92. b6f6086 bc: move a function to reduce forward declarations by Denys Vlasenko · 6 years ago
  93. e55a572 bc: small simplification in dc_lex_token() by Denys Vlasenko · 6 years ago
  94. 2fa11b6 bc: add comment about BC_NUM_DEF_SIZE by Denys Vlasenko · 6 years ago
  95. 1ff8862 bc: fix for prev commit by Denys Vlasenko · 6 years ago
  96. 4c30406 bc: do not needlessly use strcat by Denys Vlasenko · 6 years ago
  97. 23c2e9f bc: unbreak "BC only" and "DC only" configs by Denys Vlasenko · 6 years ago
  98. 9ca9ef2 dc: re-enable "tiny dc" implementation by Denys Vlasenko · 6 years ago
  99. a6f84e1 bc: reuse common string by Denys Vlasenko · 6 years ago
  100. 95f93bd bc: hook up line editing with history buffer by Denys Vlasenko · 6 years ago