1. 9a23b07 testsuite: add bc and dc tests by Denys Vlasenko · 6 years ago
  2. d6ad366 bc: further conversions to "z" logic by Denys Vlasenko · 6 years ago
  3. c2da68e bc: optimize bc_parse_pushIndex() by Denys Vlasenko · 6 years ago
  4. 26819db bc: convert even more of lexer functions to "z" convention by Denys Vlasenko · 6 years ago
  5. ae0faf9 bc: convert even more of lexer functions to "z" convention by Denys Vlasenko · 6 years ago
  6. 8cd468f bc: convert more of lexer functions to "z" convention by Denys Vlasenko · 6 years ago
  7. 9a34e89 bc: partially convert lexer functions to "z" convention by Denys Vlasenko · 6 years ago
  8. 251fbb5 bc: code shrink in bc_num_cmp() by Denys Vlasenko · 6 years ago
  9. 16494f5 bc: simplify zbc_program_logical() by Denys Vlasenko · 6 years ago
  10. 69171dc bc: simplify nested read() check by Denys Vlasenko · 6 years ago
  11. 12b9eaf bc: in non-interactive config, POSIX error functions never return nonzero by Denys Vlasenko · 6 years ago
  12. f0f069b bc: use common_parse_init() in bc_vm_init() by Denys Vlasenko · 6 years ago
  13. 4dd3652 bc: fix EOF handling in bc_program_read() by Denys Vlasenko · 6 years ago
  14. 2c6f563 bc: tweak comment by Denys Vlasenko · 6 years ago
  15. c008a73 bc: convert bc_program_asciify to "z" function by Denys Vlasenko · 6 years ago
  16. 9f657e0 bc: shrink bc_program_printString by Denys Vlasenko · 6 years ago
  17. 259137d bc: convert zbc_program_op to "z" function, fix a thinko in prev commits by Denys Vlasenko · 6 years ago
  18. 728e7c9 bc: convert bc_program_logical to "z" function by Denys Vlasenko · 6 years ago
  19. 09d8df8 bc: do not use "(cond ? f1 : f2)(params)" idiom, it messes up static function optimizations by Denys Vlasenko · 6 years ago
  20. 7f4daa4 bc: convert arithmetic calc functions to "z" logic by Denys Vlasenko · 6 years ago
  21. 1aeacef bc: rename arithmetic calc functions to "z" functions, no code changes by Denys Vlasenko · 6 years ago
  22. c2d15df bc: move declarations around, no code changes by Denys Vlasenko · 6 years ago
  23. c355c4a bc: code shrink in zbc_lex_number() by Denys Vlasenko · 6 years ago
  24. b402ff8 bc: make bc_program_pushVar "z-function" by Denys Vlasenko · 6 years ago
  25. 2930123 bc: improve "noninteractive" macro machinery so that even "return zero" code is not generated by Denys Vlasenko · 6 years ago
  26. 91cde95 bc: it's not clear bc_vm_file() always exits on errors, remove ERRORS_ARE_FATAL by Denys Vlasenko · 6 years ago
  27. 628bf1b bc: more ERRORS_ARE_FATAL annotations by Denys Vlasenko · 6 years ago
  28. 88cfea6 bc: stop checking for name length in bc_lex_name() by Denys Vlasenko · 6 years ago
  29. fa35e59 bc: optimize non-interactive config: we know that many functions always succeed by Denys Vlasenko · 6 years ago
  30. 86e63cd bc: in non-interactive config, let compiler know that error funcs do not return by Denys Vlasenko · 6 years ago
  31. 3a4d5a7 tls: prepare for ECDH_anon ciphers by Denys Vlasenko · 6 years ago
  32. c67ff8a tls: fix a potential (currently "disabled" by a macro) SHA1-related bug by Denys Vlasenko · 6 years ago
  33. 63bfe0e tls: if !ENABLE_FEATURE_TLS_SHA1, tls->MAC_size is always SHA256_OUTSIZE for AES-CBC by Denys Vlasenko · 6 years ago
  34. 71fa5b0 tls: introduce FEATURE_TLS_SHA1 to make SHA1 code optional by Denys Vlasenko · 6 years ago
  35. dafbc2c bc: simplify bc_num_parseDecimal() further by Denys Vlasenko · 6 years ago
  36. 5ba55f1 bc: make all function pointers FAST_FUNC, on i486 this saves ~400 bytes by Denys Vlasenko · 6 years ago
  37. c665c18 bc: 0xffffffffffffffff may be larger than unsigned long by Denys Vlasenko · 6 years ago
  38. 8b4cf0d bc: optimize bc_vec_concat() by Denys Vlasenko · 6 years ago
  39. a7f1a36 bc: simplify bc_program_len() by Denys Vlasenko · 6 years ago
  40. 44d79d8 bc: simplify bc_program_print() by Denys Vlasenko · 6 years ago
  41. b696d9e bc: simplify bc_num_ulong2num() by Denys Vlasenko · 6 years ago
  42. 9311e01 bc: move str-to-num conversion functions to their only caller, bc_num_parse() by Denys Vlasenko · 6 years ago
  43. 218ed1c bc: further simplify string-to-number conversion code by Denys Vlasenko · 6 years ago
  44. 4a024c7 bc: simplify string-tonumber conversion code by Denys Vlasenko · 6 years ago
  45. 3129f70 bc: no need to "set to zero" BcNum after bc_num_init(), it already is by Denys Vlasenko · 6 years ago
  46. e20e00d bc: add and use bc_num_init_DEF_SIZE() by Denys Vlasenko · 6 years ago
  47. 5ec4b49 bc: in bc_program_execStr(), push two variables into inner scope by Denys Vlasenko · 6 years ago
  48. 927a7d6 bc: in bc_program_exec(), push two variables into inner scope by Denys Vlasenko · 6 years ago
  49. 8fa1e8e bc: add accessors for G.prog.strs[idx], G.prog.fns[idx] by Denys Vlasenko · 6 years ago
  50. 0f37b32 bc: eliminate always the same params to bc_num_printBase() by Denys Vlasenko · 6 years ago
  51. ebc41c9 bc: remove redundant error checks in bc_parse_print() by Denys Vlasenko · 6 years ago
  52. 5f1b90b bc: stop propagating pointer to G.prog.nchars deep into printing functions by Denys Vlasenko · 6 years ago
  53. 2a8ad48 bc: do not pass line width in parameters, it's in globals by Denys Vlasenko · 6 years ago
  54. ac6ed11 bc: remove "ready for more input" message, GNU bc does not print that by Denys Vlasenko · 6 years ago
  55. 32ec5f1 tls: AES-GCM: in GMULT, avoid memcpy, use one less variable in bit loop by Denys Vlasenko · 6 years ago
  56. 6e7c65f bc: trim banner, use empty interactive prompts (GNU bc compat) by Denys Vlasenko · 6 years ago
  57. d0bc5fd dc: fix "small dc" to have standard command line API by Denys Vlasenko · 6 years ago
  58. 23427a6 lineedit: fix "defined but not used" sigaction2 warning by Denys Vlasenko · 6 years ago
  59. 51283b8 mdev: suppress aliasing warning by Denys Vlasenko · 6 years ago
  60. b437df1 inetd: suppress aliasing warning by Denys Vlasenko · 6 years ago
  61. 136fe9b suppress gcc 8 aliasing warnings by Denys Vlasenko · 6 years ago
  62. 9f00a0f tls: make RIGHTSHIFTX() in AES-GCM faster by Denys Vlasenko · 6 years ago
  63. f522dd9 bc: replace G.eof with a special exit code of bc_vm_stdin() by Denys Vlasenko · 6 years ago
  64. 2d615fe bc: convert two macros to functions, unwing one complex max(a,min(b,c)) by Denys Vlasenko · 6 years ago
  65. 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
  66. ffdcebd bc: pull temporary into a register by Denys Vlasenko · 6 years ago
  67. 18c6b54 bc: use more compact parsing data structures by Denys Vlasenko · 6 years ago
  68. b9c321d bc: use only G_interrupt as interrupt flag by Denys Vlasenko · 6 years ago
  69. c7a7ce0 bc: fix exit codes for FEATURE_CLEAN_UP=y by Denys Vlasenko · 6 years ago
  70. a133137 dc: fix testsuite by Denys Vlasenko · 6 years ago
  71. 6d0be10 bc: correctly parse dc options by Denys Vlasenko · 6 years ago
  72. 4c9455f dc: fix "dc does_not_exist" SEGVing by Denys Vlasenko · 6 years ago
  73. 52c2105 fix make_single_applets.sh by Denys Vlasenko · 6 years ago
  74. b23ac51 bc: code shrink - convert two macros to functions by Denys Vlasenko · 6 years ago
  75. d00d2f9 bc: make keyword POSIXness check more readable by Denys Vlasenko · 6 years ago
  76. b6f6086 bc: move a function to reduce forward declarations by Denys Vlasenko · 6 years ago
  77. e55a572 bc: small simplification in dc_lex_token() by Denys Vlasenko · 6 years ago
  78. 2fa11b6 bc: add comment about BC_NUM_DEF_SIZE by Denys Vlasenko · 6 years ago
  79. 1ff8862 bc: fix for prev commit by Denys Vlasenko · 6 years ago
  80. 4c30406 bc: do not needlessly use strcat by Denys Vlasenko · 6 years ago
  81. 23c2e9f bc: unbreak "BC only" and "DC only" configs by Denys Vlasenko · 6 years ago
  82. 9ca9ef2 dc: re-enable "tiny dc" implementation by Denys Vlasenko · 6 years ago
  83. a68a87c bc: unbreak FEATURE_CLEAN_UP build by Denys Vlasenko · 6 years ago
  84. a6f84e1 bc: reuse common string by Denys Vlasenko · 6 years ago
  85. 95f93bd bc: hook up line editing with history buffer by Denys Vlasenko · 6 years ago
  86. ed84935 bc: add preparatory indent block, no code changes by Denys Vlasenko · 6 years ago
  87. 1a6a482 bc: if ^C handling is not selected, there is no interactive mode by Denys Vlasenko · 6 years ago
  88. 54214c3 bc: fix "bc -v" printing version info twice, and not exiting by Denys Vlasenko · 6 years ago
  89. 1ff1c70 bc: make bc_vm_envArgs() NULL-terminate its argv, simplify bc_vm_envLen() by Denys Vlasenko · 6 years ago
  90. e873ff9 bc: if FEATURE_CLEAN_UP, clean up allocations on exits by Denys Vlasenko · 6 years ago
  91. 050b0fe bc: do not allow "()" as a valid expression by Denys Vlasenko · 6 years ago
  92. cca79a0 bc: reorder functions, delete forward declarations, no code changes - part 2 by Denys Vlasenko · 6 years ago
  93. b0e3761 bc: reorder functions, delete forward declarations, no code changes by Denys Vlasenko · 6 years ago
  94. aad652a bc: remove unused strings by Denys Vlasenko · 6 years ago
  95. 452df92 bc: trivial simplification in bc_parse_return() by Denys Vlasenko · 6 years ago
  96. 657d6bb bc: fix "warning: 's' may be used uninitialized in this function" by Denys Vlasenko · 6 years ago
  97. bcb62a7 bc: code shrink by Denys Vlasenko · 6 years ago
  98. 6543758 bc: code shrink by Denys Vlasenko · 6 years ago
  99. f381a88 bc: make division operation interruptible by Denys Vlasenko · 6 years ago
  100. b3cb901 bc: use unsigned division by 10 instead of signed by Denys Vlasenko · 6 years ago