| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | bc: 0xffffffffffffffff may be larger than unsigned long | Denys Vlasenko | 2018-12-10 | 1 | -2/+2 |
* | bc: optimize bc_vec_concat() | Denys Vlasenko | 2018-12-10 | 1 | -3/+4 |
* | bc: simplify bc_program_len() | Denys Vlasenko | 2018-12-10 | 1 | -5/+7 |
* | bc: simplify bc_program_print() | Denys Vlasenko | 2018-12-10 | 1 | -6/+7 |
* | bc: simplify bc_num_ulong2num() | Denys Vlasenko | 2018-12-10 | 1 | -4/+13 |
* | bc: move str-to-num conversion functions to their only caller, bc_num_parse() | Denys Vlasenko | 2018-12-10 | 1 | -133/+133 |
* | bc: further simplify string-to-number conversion code | Denys Vlasenko | 2018-12-09 | 1 | -1/+7 |
* | bc: simplify string-tonumber conversion code | Denys Vlasenko | 2018-12-09 | 1 | -45/+43 |
* | bc: no need to "set to zero" BcNum after bc_num_init(), it already is | Denys Vlasenko | 2018-12-09 | 1 | -7/+10 |
* | bc: add and use bc_num_init_DEF_SIZE() | Denys Vlasenko | 2018-12-09 | 1 | -25/+29 |
* | bc: in bc_program_execStr(), push two variables into inner scope | Denys Vlasenko | 2018-12-09 | 1 | -15/+12 |
* | bc: in bc_program_exec(), push two variables into inner scope | Denys Vlasenko | 2018-12-09 | 1 | -121/+19 |
* | bc: add accessors for G.prog.strs[idx], G.prog.fns[idx] | Denys Vlasenko | 2018-12-09 | 1 | -20/+30 |
* | bc: eliminate always the same params to bc_num_printBase() | Denys Vlasenko | 2018-12-08 | 1 | -11/+11 |
* | bc: remove redundant error checks in bc_parse_print() | Denys Vlasenko | 2018-12-08 | 1 | -8/+10 |
* | bc: stop propagating pointer to G.prog.nchars deep into printing functions | Denys Vlasenko | 2018-12-08 | 1 | -48/+45 |
* | bc: do not pass line width in parameters, it's in globals | Denys Vlasenko | 2018-12-08 | 1 | -28/+29 |
* | bc: remove "ready for more input" message, GNU bc does not print that | Denys Vlasenko | 2018-12-08 | 1 | -12/+4 |
* | bc: trim banner, use empty interactive prompts (GNU bc compat) | Denys Vlasenko | 2018-12-08 | 1 | -19/+19 |
* | dc: fix "small dc" to have standard command line API | Denys Vlasenko | 2018-12-08 | 1 | -2/+1 |
* | bc: replace G.eof with a special exit code of bc_vm_stdin() | Denys Vlasenko | 2018-12-07 | 1 | -6/+9 |
* | bc: convert two macros to functions, unwing one complex max(a,min(b,c)) | Denys Vlasenko | 2018-12-07 | 1 | -9/+20 |
* | bc: do not perform domr limit checks when they can't work (e.g. on 32-bit arc... | Denys Vlasenko | 2018-12-07 | 1 | -33/+76 |
* | bc: pull temporary into a register | Denys Vlasenko | 2018-12-07 | 1 | -7/+10 |
* | bc: use more compact parsing data structures | Denys Vlasenko | 2018-12-07 | 1 | -27/+35 |
* | bc: use only G_interrupt as interrupt flag | Denys Vlasenko | 2018-12-07 | 1 | -6/+7 |
* | bc: fix exit codes for FEATURE_CLEAN_UP=y | Denys Vlasenko | 2018-12-06 | 1 | -8/+15 |
* | bc: correctly parse dc options | Denys Vlasenko | 2018-12-06 | 1 | -58/+101 |
* | dc: fix "dc does_not_exist" SEGVing | Denys Vlasenko | 2018-12-06 | 1 | -1/+2 |
* | bc: code shrink - convert two macros to functions | Denys Vlasenko | 2018-12-06 | 1 | -4/+13 |
* | bc: make keyword POSIXness check more readable | Denys Vlasenko | 2018-12-06 | 1 | -27/+29 |
* | bc: move a function to reduce forward declarations | Denys Vlasenko | 2018-12-06 | 1 | -21/+17 |
* | bc: small simplification in dc_lex_token() | Denys Vlasenko | 2018-12-06 | 1 | -15/+14 |
* | bc: add comment about BC_NUM_DEF_SIZE | Denys Vlasenko | 2018-12-06 | 1 | -11/+12 |
* | bc: fix for prev commit | Denys Vlasenko | 2018-12-06 | 1 | -1/+1 |
* | bc: do not needlessly use strcat | Denys Vlasenko | 2018-12-06 | 1 | -1/+1 |
* | bc: unbreak "BC only" and "DC only" configs | Denys Vlasenko | 2018-12-06 | 1 | -7/+15 |
* | dc: re-enable "tiny dc" implementation | Denys Vlasenko | 2018-12-06 | 1 | -12/+31 |
* | bc: reuse common string | Denys Vlasenko | 2018-12-06 | 1 | -5/+5 |
* | bc: hook up line editing with history buffer | Denys Vlasenko | 2018-12-06 | 1 | -25/+63 |
* | bc: add preparatory indent block, no code changes | Denys Vlasenko | 2018-12-06 | 1 | -30/+30 |
* | bc: if ^C handling is not selected, there is no interactive mode | Denys Vlasenko | 2018-12-06 | 1 | -11/+16 |
* | bc: fix "bc -v" printing version info twice, and not exiting | Denys Vlasenko | 2018-12-06 | 1 | -44/+50 |
* | bc: make bc_vm_envArgs() NULL-terminate its argv, simplify bc_vm_envLen() | Denys Vlasenko | 2018-12-06 | 1 | -49/+38 |
* | bc: if FEATURE_CLEAN_UP, clean up allocations on exits | Denys Vlasenko | 2018-12-06 | 1 | -7/+36 |
* | bc: do not allow "()" as a valid expression | Denys Vlasenko | 2018-12-05 | 1 | -2/+13 |
* | bc: reorder functions, delete forward declarations, no code changes - part 2 | Denys Vlasenko | 2018-12-05 | 1 | -40/+27 |
* | bc: reorder functions, delete forward declarations, no code changes | Denys Vlasenko | 2018-12-05 | 1 | -104/+94 |
* | bc: remove unused strings | Denys Vlasenko | 2018-12-05 | 1 | -3/+3 |
* | bc: trivial simplification in bc_parse_return() | Denys Vlasenko | 2018-12-05 | 1 | -4/+1 |