aboutsummaryrefslogtreecommitdiff
path: root/miscutils/bc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* bc: eliminate BC_STATUS_INPUT_EOFDenys Vlasenko2018-12-051-21/+27
* bc: handle "limits" and "quit" immediately at parse timeDenys Vlasenko2018-12-051-58/+49
* bc": drop unused error codes and stringsDenys Vlasenko2018-12-051-82/+73
* bc: remove "error ids": serve no useful purpose, error message should be expl...Denys Vlasenko2018-12-051-57/+11
* bc: reduce forward declarationsDenys Vlasenko2018-12-051-8/+4
* bc: use smaller datatypes for limits, match GNU bc 'limits' outputDenys Vlasenko2018-12-051-18/+16
* bc: better handle optional args of bc_program_pushVar()Denys Vlasenko2018-12-051-24/+25
* bc: tweak help textDenys Vlasenko2018-12-051-4/+11
* bc: simplify bc_vm_stdin()Denys Vlasenko2018-12-051-6/+5
* bc: only check for ^C in bc_program_exec() main loopDenys Vlasenko2018-12-051-49/+21
* bc: simpler calling convention for bc_read_file(), bc_program_search()Denys Vlasenko2018-12-051-26/+23
* bc: bc_num_ulong2num(), bc_program_pushGlobal(), bc_program_stackLen() never ...Denys Vlasenko2018-12-051-42/+26
* bc: stop passing around pointers to G.prog, they are all constantDenys Vlasenko2018-12-051-293/+284
* bc: select parse_init() and parse_expr() using IS_BC, not function pointersDenys Vlasenko2018-12-051-25/+27
* bc: propagate fixed arguments into calleesDenys Vlasenko2018-12-051-111/+125
* bc: simplify ^C handlingDenys Vlasenko2018-12-051-80/+59
* bc: convert to "G trick" - this returns bc to zero bss increaseDenys Vlasenko2018-12-051-159/+133
* bc: simplify, and restore ^C, fix ^D handlingDenys Vlasenko2018-12-051-71/+34
* bc: simplify, stop testing for IO errors on every outputDenys Vlasenko2018-12-051-122/+81
* bc: fix warnings, initial cleanupsDenys Vlasenko2018-12-051-129/+124
* bc: new applet, throws warningGavin Howard2018-12-051-0/+7449