2018-12-13 |
Denys Vlasenko | bc: G.sbgn and G.send are unused, remove them |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Denys Vlasenko | bc: simplify filename saving in zbc_vm_file() |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Denys Vlasenko | bc: do not append duplicate NUL, reduce indentation... |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Denys Vlasenko | bc: change bc_read_line() and zbc_vm_stdin() to avoid... |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Denys Vlasenko | bc: further simplification in zbc_vm_stdin() |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Denys Vlasenko | bc: fix another thinko |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Denys Vlasenko | bc: fix a thinko: dc uses [] string delimiters, bot bc! |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Denys Vlasenko | bc: fix comment handling |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Denys Vlasenko | bc: further zbc_vm_stdin() optimizations |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Denys Vlasenko | bc: shrink zbc_vm_stdin() |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Denys Vlasenko | bc: trim config help text, add a few comments, no code... |
commit | commitdiff | tree | snapshot |
2018-12-12 |
Denys Vlasenko | bc: unbreak CONFIG_FEATURE_BC_SIGNALS=y config |
commit | commitdiff | tree | snapshot |
2018-12-12 |
Denys Vlasenko | bc: remove lexer function pointer |
commit | commitdiff | tree | snapshot |
2018-12-12 |
Denys Vlasenko | bc: remove parse function pointer |
commit | commitdiff | tree | snapshot |
2018-12-12 |
Denys Vlasenko | bc: convert two more functions to "z" logic |
commit | commitdiff | tree | snapshot |
2018-12-12 |
Denys Vlasenko | bc: remove BC_STATUS_EOF (again), the condition is... |
commit | commitdiff | tree | snapshot |
2018-12-12 |
Denys Vlasenko | dc: fix EOF handling in case of last line being incomplete |
commit | commitdiff | tree | snapshot |
2018-12-12 |
Denys Vlasenko | testsuite: add bc and dc tests |
commit | commitdiff | tree | snapshot |
2018-12-12 |
Denys Vlasenko | bc: further conversions to "z" logic |
commit | commitdiff | tree | snapshot |
2018-12-12 |
Denys Vlasenko | bc: optimize bc_parse_pushIndex() |
commit | commitdiff | tree | snapshot |
2018-12-12 |
Denys Vlasenko | bc: convert even more of lexer functions to "z" convention |
commit | commitdiff | tree | snapshot |
2018-12-12 |
Denys Vlasenko | bc: convert even more of lexer functions to "z" convention |
commit | commitdiff | tree | snapshot |
2018-12-12 |
Denys Vlasenko | bc: convert more of lexer functions to "z" convention |
commit | commitdiff | tree | snapshot |
2018-12-12 |
Denys Vlasenko | bc: partially convert lexer functions to "z" convention |
commit | commitdiff | tree | snapshot |
2018-12-12 |
Denys Vlasenko | bc: code shrink in bc_num_cmp() |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Denys Vlasenko | bc: simplify zbc_program_logical() |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Denys Vlasenko | bc: simplify nested read() check |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Denys Vlasenko | bc: in non-interactive config, POSIX error functions... |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Denys Vlasenko | bc: use common_parse_init() in bc_vm_init() |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Denys Vlasenko | bc: fix EOF handling in bc_program_read() |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Denys Vlasenko | bc: tweak comment |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Denys Vlasenko | bc: convert bc_program_asciify to "z" function |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Denys Vlasenko | bc: shrink bc_program_printString |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Denys Vlasenko | bc: convert zbc_program_op to "z" function, fix a think... |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Denys Vlasenko | bc: convert bc_program_logical to "z" function |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Denys Vlasenko | bc: do not use "(cond ? f1 : f2)(params)" idiom, it... |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Denys Vlasenko | bc: convert arithmetic calc functions to "z" logic |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Denys Vlasenko | bc: rename arithmetic calc functions to "z" functions... |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Denys Vlasenko | bc: move declarations around, no code changes |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Denys Vlasenko | bc: code shrink in zbc_lex_number() |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Denys Vlasenko | bc: make bc_program_pushVar "z-function" |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Denys Vlasenko | bc: improve "noninteractive" macro machinery so that... |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Denys Vlasenko | bc: it's not clear bc_vm_file() always exits on errors... |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Denys Vlasenko | bc: more ERRORS_ARE_FATAL annotations |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Denys Vlasenko | bc: stop checking for name length in bc_lex_name() |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Denys Vlasenko | bc: optimize non-interactive config: we know that many... |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Denys Vlasenko | bc: in non-interactive config, let compiler know that... |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Denys Vlasenko | tls: prepare for ECDH_anon ciphers |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Denys Vlasenko | tls: fix a potential (currently "disabled" by a macro... |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Denys Vlasenko | tls: if !ENABLE_FEATURE_TLS_SHA1, tls->MAC_size is... |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Denys Vlasenko | tls: introduce FEATURE_TLS_SHA1 to make SHA1 code optional |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Denys Vlasenko | bc: simplify bc_num_parseDecimal() further |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Denys Vlasenko | bc: make all function pointers FAST_FUNC, on i486 this... |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Denys Vlasenko | bc: 0xffffffffffffffff may be larger than unsigned... |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Denys Vlasenko | bc: optimize bc_vec_concat() |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Denys Vlasenko | bc: simplify bc_program_len() |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Denys Vlasenko | bc: simplify bc_program_print() |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Denys Vlasenko | bc: simplify bc_num_ulong2num() |
commit | commitdiff | tree | snapshot |
2018-12-10 |
Denys Vlasenko | bc: move str-to-num conversion functions to their only... |
commit | commitdiff | tree | snapshot |
2018-12-09 |
Denys Vlasenko | bc: further simplify string-to-number conversion code |
commit | commitdiff | tree | snapshot |
2018-12-09 |
Denys Vlasenko | bc: simplify string-tonumber conversion code |
commit | commitdiff | tree | snapshot |
2018-12-09 |
Denys Vlasenko | bc: no need to "set to zero" BcNum after bc_num_init... |
commit | commitdiff | tree | snapshot |
2018-12-09 |
Denys Vlasenko | bc: add and use bc_num_init_DEF_SIZE() |
commit | commitdiff | tree | snapshot |
2018-12-09 |
Denys Vlasenko | bc: in bc_program_execStr(), push two variables into... |
commit | commitdiff | tree | snapshot |
2018-12-09 |
Denys Vlasenko | bc: in bc_program_exec(), push two variables into inner... |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Denys Vlasenko | bc: add accessors for G.prog.strs[idx], G.prog.fns... |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Denys Vlasenko | bc: eliminate always the same params to bc_num_printBase() |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Denys Vlasenko | bc: remove redundant error checks in bc_parse_print() |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Denys Vlasenko | bc: stop propagating pointer to G.prog.nchars deep... |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Denys Vlasenko | bc: do not pass line width in parameters, it's in globals |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Denys Vlasenko | bc: remove "ready for more input" message, GNU bc does... |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Denys Vlasenko | tls: AES-GCM: in GMULT, avoid memcpy, use one less... |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Denys Vlasenko | bc: trim banner, use empty interactive prompts (GNU... |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Denys Vlasenko | dc: fix "small dc" to have standard command line API |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Denys Vlasenko | lineedit: fix "defined but not used" sigaction2 warning |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Denys Vlasenko | mdev: suppress aliasing warning |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Denys Vlasenko | inetd: suppress aliasing warning |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Denys Vlasenko | suppress gcc 8 aliasing warnings |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Denys Vlasenko | tls: make RIGHTSHIFTX() in AES-GCM faster |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Denys Vlasenko | bc: replace G.eof with a special exit code of bc_vm_stdin() |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Denys Vlasenko | bc: convert two macros to functions, unwing one complex... |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Denys Vlasenko | bc: do not perform domr limit checks when they can... |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Denys Vlasenko | bc: pull temporary into a register |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Denys Vlasenko | bc: use more compact parsing data structures |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Denys Vlasenko | bc: use only G_interrupt as interrupt flag |
commit | commitdiff | tree | snapshot |
2018-12-06 |
Denys Vlasenko | bc: fix exit codes for FEATURE_CLEAN_UP=y |
commit | commitdiff | tree | snapshot |
2018-12-06 |
Denys Vlasenko | dc: fix testsuite |
commit | commitdiff | tree | snapshot |
2018-12-06 |
Denys Vlasenko | bc: correctly parse dc options |
commit | commitdiff | tree | snapshot |
2018-12-06 |
Denys Vlasenko | dc: fix "dc does_not_exist" SEGVing |
commit | commitdiff | tree | snapshot |
2018-12-06 |
Denys Vlasenko | fix make_single_applets.sh |
commit | commitdiff | tree | snapshot |
2018-12-06 |
Denys Vlasenko | bc: code shrink - convert two macros to functions |
commit | commitdiff | tree | snapshot |
2018-12-06 |
Denys Vlasenko | bc: make keyword POSIXness check more readable |
commit | commitdiff | tree | snapshot |
2018-12-06 |
Denys Vlasenko | bc: move a function to reduce forward declarations |
commit | commitdiff | tree | snapshot |
2018-12-06 |
Denys Vlasenko | bc: small simplification in dc_lex_token() |
commit | commitdiff | tree | snapshot |
2018-12-06 |
Denys Vlasenko | bc: add comment about BC_NUM_DEF_SIZE |
commit | commitdiff | tree | snapshot |
2018-12-06 |
Denys Vlasenko | bc: fix for prev commit |
commit | commitdiff | tree | snapshot |
2018-12-06 |
Denys Vlasenko | bc: do not needlessly use strcat |
commit | commitdiff | tree | snapshot |
2018-12-06 |
Denys Vlasenko | bc: unbreak "BC only" and "DC only" configs |
commit | commitdiff | tree | snapshot |
2018-12-06 |
Denys Vlasenko | dc: re-enable "tiny dc" implementation |
commit | commitdiff | tree | snapshot |
2018-12-06 |
Denys Vlasenko | bc: unbreak FEATURE_CLEAN_UP build |
commit | commitdiff | tree | snapshot |
next |