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