aboutsummaryrefslogtreecommitdiff
path: root/miscutils/bc.c
AgeCommit message (Expand)Author
2018-12-05bc: select parse_init() and parse_expr() using IS_BC, not function pointersDenys Vlasenko
2018-12-05bc: propagate fixed arguments into calleesDenys Vlasenko
2018-12-05bc: simplify ^C handlingDenys Vlasenko
2018-12-05bc: convert to "G trick" - this returns bc to zero bss increaseDenys Vlasenko
2018-12-05bc: simplify, and restore ^C, fix ^D handlingDenys Vlasenko
2018-12-05bc: simplify, stop testing for IO errors on every outputDenys Vlasenko
2018-12-05bc: fix warnings, initial cleanupsDenys Vlasenko
2018-12-05bc: new applet, throws warningGavin Howard