1. 6842c60 dc: fix '?' by Denys Vlasenko · 6 years ago
  2. 377cc97 bc: eliminate struct BcInstPtr::results_len_before_call, it is redundant by Denys Vlasenko · 6 years ago
  3. 02c3d7a bc: add a palceholder comment for "void" return by Denys Vlasenko · 6 years ago
  4. 19c3eb0 bc: remove extra div/0 test, remove test for string function parameter by Denys Vlasenko · 6 years ago
  5. 96b5ec1 bc: fix "...; return}" to work, disallow "return ()" by Denys Vlasenko · 6 years ago
  6. ae6c44e bc: make error line number also size_t, like everything else by Denys Vlasenko · 6 years ago
  7. 266bec8 bc: speed up string printing, fix print "" by Denys Vlasenko · 6 years ago
  8. 2231468 bc: upstream fixes by Denys Vlasenko · 6 years ago
  9. 51b510a bc: in xc_read_line(), check ^C on NUL input bytes too by Denys Vlasenko · 6 years ago
  10. 8797adc bc: remove superfluous assigment by Denys Vlasenko · 6 years ago
  11. 680ccd3 bc: support ibase up to 36 (GNU compat) by Denys Vlasenko · 6 years ago
  12. 2747f61 bc: fold xc_lex_more_input() into peek_inbuf() by Denys Vlasenko · 6 years ago
  13. 2cd8c04 bc: tidying up, no logic changes by Denys Vlasenko · 6 years ago
  14. 8ab209f bc: simplify representation of 0.5 in sqrt() by Denys Vlasenko · 6 years ago
  15. 374d2c4 bc: remove special-cased assignment to ibase, it works correctly with general rules by Denys Vlasenko · 6 years ago
  16. d5b0fa6 bc: more fixes for unusual input bases by Denys Vlasenko · 6 years ago
  17. e16a522 bc: fix handling of "digits" above 9 by Denys Vlasenko · 6 years ago
  18. cdadad5 bc: bc enables FEATURE_DC_BIG, for correct dc testsuite operation by Denys Vlasenko · 6 years ago
  19. 1476760 bc: rename config options by Denys Vlasenko · 6 years ago
  20. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  21. 10bde14 bc: rename functions common to bc and dc as xc_FOO() by Denys Vlasenko · 6 years ago
  22. db8d607 bc: G.prog.zero does not need initializing num[] vector by Denys Vlasenko · 6 years ago
  23. 2beb1f6 bc: use ALIGN1 where appropriate by Denys Vlasenko · 6 years ago
  24. 8af1108 bc: undo debugging change, add a small optimization by Denys Vlasenko · 6 years ago
  25. ab9a986 bc: simple speedups by Denys Vlasenko · 6 years ago
  26. f706a18 bc: use '\0' insteads of 0xff (BC_PARSE_STREND) as name terminator by Denys Vlasenko · 6 years ago
  27. 1c69ec1 bc: reduce indentation, no code changes by Denys Vlasenko · 6 years ago
  28. 8a56e36 bc: fix "bc only" build by Denys Vlasenko · 6 years ago
  29. 1e87b97 bc: fix "dc only" build by Denys Vlasenko · 6 years ago
  30. 2f7352b bc: comment out code which appears to be never reached by Denys Vlasenko · 6 years ago
  31. b1b7996 bc: remove all logic for multi-line buffering by Denys Vlasenko · 6 years ago
  32. 7d32e25 bc: prepare for char-by-char input handling by Denys Vlasenko · 6 years ago
  33. 63ad799 bc: fix handling of comment/string interactions while buffering input by Denys Vlasenko · 6 years ago
  34. 94576d2 bc: fix interactive handling of comments in strings and quotes in comments by Denys Vlasenko · 6 years ago
  35. c192b04 bc: simplify input pointer manipulation while lexing by Denys Vlasenko · 6 years ago
  36. ecb62ed bc: fold struct BcLex into BcParse by Denys Vlasenko · 6 years ago
  37. 6e61823 bc: move BcLex::lex member to be the first in struct globals by Denys Vlasenko · 6 years ago
  38. 0b0e8d0 bc: rename some members and macros, no code changes by Denys Vlasenko · 6 years ago
  39. 3f8752c bc: shorten error messages by Denys Vlasenko · 6 years ago
  40. fa495ce bc: make it clear that the code is adapted by Gavin Howard · 6 years ago
  41. a2e62e3 bc: stop passing a pointer to G.prs down the call chain by Denys Vlasenko · 6 years ago
  42. 1fbe35a bc: make zbc_program_read() and zdc_program_execStr() use G.prs by Denys Vlasenko · 6 years ago
  43. 53e569c bc: fix interactive read() by Denys Vlasenko · 6 years ago
  44. 2638454 bc: add code to detect errors like "print 1 print 2" by Denys Vlasenko · 6 years ago
  45. 5fa74b9 bc: allow {break} and {continue} (allow RBRACE to terminate them) by Denys Vlasenko · 6 years ago
  46. d4b721c bc: shrink parsing code a bit more, disallow "auto a b c" (without commas) by Denys Vlasenko · 6 years ago
  47. 73b3ebc bc: simplify bc_parse_expr_empty_ok() by Denys Vlasenko · 6 years ago
  48. d0238d8 bc: simplify bc_parse_expr_empty_ok() by Denys Vlasenko · 6 years ago
  49. bb11603 bc: simplify bc_parse_expr_empty_ok() by Denys Vlasenko · 6 years ago
  50. d897c9a bc: BC_RESULT_ONE is bc-specific by Denys Vlasenko · 6 years ago
  51. 0c45bb22 bc: partially deinline BC_PARSE_LEAF() macro by Denys Vlasenko · 6 years ago
  52. a17d95d bc: rename lexer variables, use smallints where appropriate by Denys Vlasenko · 6 years ago
  53. d279d80 bc: fix "bc -s" only warning on "define f()<newline>", not exiting by Denys Vlasenko · 6 years ago
  54. 79587cb bc: POSIX error/warn functions can be 'z' functions too by Denys Vlasenko · 6 years ago
  55. 65b6fe0 bc: remove unnecessary NULL initializers by Denys Vlasenko · 6 years ago
  56. a5bf53e bc: move relational LEXs before math LEXs - shorten dc_LEX_to_INST[] by Denys Vlasenko · 6 years ago
  57. 4accb6b bc: offset dc_LEX_to_INST[] start by Denys Vlasenko · 6 years ago
  58. 23ea073 bc: rename BC_LEX_NLINE/WHITESPACE/STR/NAME/NUMBER to XC_LEX_ by Denys Vlasenko · 6 years ago
  59. 9d9c97e bc: separate many bc and dc LEX constants by Denys Vlasenko · 6 years ago
  60. 69560f4 bc: rename several BC_LEX_OPs to XC_LEX_OPs. by Denys Vlasenko · 6 years ago
  61. abf6cf6 bc: move BC_LEX_OP_INC/DEC to the end of operation LEX constants by Denys Vlasenko · 6 years ago
  62. 7d9be0b bc: rename BC_LEXs to XC_LEXs for common constants, and to DC_LEXs for dc-specific by Denys Vlasenko · 6 years ago
  63. 2097ac8 bc: move functions/macros around, no code changes by Denys Vlasenko · 6 years ago
  64. a7732d1 bc: rename common INST constants to XC_, dc-specific ones to DC_ by Denys Vlasenko · 6 years ago
  65. 81293c8 dc: without -x, do not parse extended regs: 's p' means: store to ' ' reg, print by Denys Vlasenko · 6 years ago
  66. 73b2c60 bc: fix incorrect bit in BC_PARSE_EXPRS_BITS: 'limits' is not allowed by Denys Vlasenko · 6 years ago
  67. ad0bd38 bc: for "dc only" remove handling of LAST, move OBASE enums up to IBASE by Denys Vlasenko · 6 years ago
  68. 9471bd4 bc: fix empty lines in dc generating "bad token" message by Denys Vlasenko · 6 years ago
  69. 01eb5e9 bc: shrink modular exponentiation code by Denys Vlasenko · 6 years ago
  70. 1acac7f bc: do not yet allow 2^2.1 by Denys Vlasenko · 6 years ago
  71. a9f59db bc: avoid having to twiddle b->neg in zbc_num_p() by Denys Vlasenko · 6 years ago
  72. 2ea8ddf bc: do not disallow powers to N.0000 degree - it's even shorter code by Denys Vlasenko · 6 years ago
  73. 1557b76 bc: shrink zbc_num_ulong() by Denys Vlasenko · 6 years ago
  74. ec74a9c bc: make long-running dc drop data it does not need (when it can) by Denys Vlasenko · 6 years ago
  75. 5cf0b2d bc: unbreak "z function" macro machinery by Denys Vlasenko · 6 years ago
  76. badf683 dc: unbreak interactive mode - was trying to get next tokens instead of executing by Denys Vlasenko · 6 years ago
  77. 5daa1a0 bc: move zbc_lex_next() out of zdc_parse_string() and zdc_parse_mem() by Denys Vlasenko · 6 years ago
  78. 7c1c9dc bc: shorten sanity-check code by Denys Vlasenko · 6 years ago
  79. 88fcd5c bc: fold single-callsite functions into callers, commonalize code by Denys Vlasenko · 6 years ago
  80. 514967d bc: zcommon_parse_expr() has only one user, fold it in by Denys Vlasenko · 6 years ago
  81. f093e3d bc: zcommon_parse_expr() lost its flags argument by Denys Vlasenko · 6 years ago
  82. 39287e0 bc: stop using BC_PARSE_NOCALL in dc code by Denys Vlasenko · 6 years ago
  83. 8c1e723 bc: unbreak read(), remove checks for nested read() by Denys Vlasenko · 6 years ago
  84. 1dc4de9 bc: code shrink by Denys Vlasenko · 6 years ago
  85. 24e4194 bc: rename BcInstPtr::idx and ::len by Denys Vlasenko · 6 years ago
  86. 8287b1c bc: remove unnecessary initializations by Denys Vlasenko · 6 years ago
  87. e8e7bda bc: use non-allocated BcNum's where appropriate by Denys Vlasenko · 6 years ago
  88. 6ed7fb0 bc: optimize bc_vec_push() usage by Denys Vlasenko · 6 years ago
  89. 19eee8e bc: fix for() to not leave data on stack by Denys Vlasenko · 6 years ago
  90. 5d57bc4 bc: fix infinite state growth for "yes 1 | bc" case by Denys Vlasenko · 6 years ago
  91. 447dc02 bc: fix comment by Denys Vlasenko · 6 years ago
  92. 52caa00 bc: for(;;) fix from upstream by Denys Vlasenko · 6 years ago
  93. 0471544 bc: shrink bc_program_add_fn() by Denys Vlasenko · 6 years ago
  94. 44a99ca bc: "dc only" config does not need G.prog.fn_map by Denys Vlasenko · 6 years ago
  95. 5acd14b bc: fix keyword matching to not think "ifz" is the "if" keyword by Denys Vlasenko · 6 years ago
  96. 503faf9 bc: shrink "dc only" code by dropping unused structure members by Denys Vlasenko · 6 years ago
  97. eaa3b00 bc: shorten bc_program_addFunc() by Denys Vlasenko · 6 years ago
  98. 408b7d4 bc: fix "dc only" and "bc only" configs by Denys Vlasenko · 6 years ago
  99. fa21079 bc: rename dc-specific functions, simplify zdc_program_execStr() a bit by Denys Vlasenko · 6 years ago
  100. 44dbe67 bc: rename zbc_parse_string->bc_parse_pushSTR, do not emit next opcode in it by Denys Vlasenko · 6 years ago