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 |
2018-12-06 |
Denys Vlasenko | bc: reuse common string |
commit | commitdiff | tree | snapshot |
2018-12-06 |
Denys Vlasenko | bc: hook up line editing with history buffer |
commit | commitdiff | tree | snapshot |
2018-12-06 |
Denys Vlasenko | bc: add preparatory indent block, no code changes |
commit | commitdiff | tree | snapshot |
2018-12-06 |
Denys Vlasenko | bc: if ^C handling is not selected, there is no interac... |
commit | commitdiff | tree | snapshot |
2018-12-06 |
Denys Vlasenko | bc: fix "bc -v" printing version info twice, and not... |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: make bc_vm_envArgs() NULL-terminate its argv, simpl... |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: if FEATURE_CLEAN_UP, clean up allocations on exits |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: do not allow "()" as a valid expression |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: reorder functions, delete forward declarations... |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: reorder functions, delete forward declarations... |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: remove unused strings |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: trivial simplification in bc_parse_return() |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: fix "warning: 's' may be used uninitialized in... |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: code shrink |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: code shrink |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: make division operation interruptible |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: use unsigned division by 10 instead of signed |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: move ^C check fro power calculation to multiplication |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: bc_num_k(): move carry,i,j,len to inner scope |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: tweak error messages |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: fix inverted POSIXness test, improve messages,... |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Denys Vlasenko | bc: print error line numbers |
commit | commitdiff | tree | snapshot |
next |