aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/bc.c
AgeCommit message (Expand)Author
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