aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/bc.c
AgeCommit message (Expand)Author
2019-03-25Fix bc_vec_concatDaniel Rosenberg
2019-03-16bc: fix an overflow bug in bc_num_ulong()Gavin Howard
2019-02-11Inline more functions only called once, unwrap wrappers, etc.Rob Landley
2019-02-10Remove unnecessary macros and typedefs, multipliation by sizeof(char), etc.Rob Landley
2019-02-10Inline more macros only used once, replace BcId with struct str_len from lib,Rob Landley
2019-02-09Remove more unnecessary macros. Inline bc_parse_exprs[] with the bit orderRob Landley
2019-02-09Remove more useless typecasts, wrappers, and inline a function.Rob Landley
2019-02-09Remove some unnecessary wrappers, indirection, and typecasts.Rob Landley
2019-01-28bc: Update to upstream version 1.1.0Gavin Howard
2018-11-17Remove the "const" and "restrict" nonsense so it compiles without tainting lib.cRob Landley
2018-11-17Update bc for 1.1 releaseGavin Howard
2018-08-08Add bc (and its tests) to pendingGavin Howard
2018-03-18The author of that bc.c says it won't be ready for 6 months and I'm notRob Landley
2018-03-12bc cleanup: a few obvious inlines.Rob Landley
2018-03-12bc cleanup: move for(int i;) declarations to int i; for(i;).Rob Landley
2018-03-11Add bc to pendingGavin Howard