Age | Commit message (Expand) | Author |
2019-02-11 | Inline more functions only called once, unwrap wrappers, etc. | Rob Landley |
2019-02-10 | Remove unnecessary macros and typedefs, multipliation by sizeof(char), etc. | Rob Landley |
2019-02-10 | Inline more macros only used once, replace BcId with struct str_len from lib, | Rob Landley |
2019-02-09 | Remove more unnecessary macros. Inline bc_parse_exprs[] with the bit order | Rob Landley |
2019-02-09 | Remove more useless typecasts, wrappers, and inline a function. | Rob Landley |
2019-02-09 | Remove some unnecessary wrappers, indirection, and typecasts. | Rob Landley |
2019-01-28 | bc: Update to upstream version 1.1.0 | Gavin Howard |
2018-11-17 | Remove the "const" and "restrict" nonsense so it compiles without tainting lib.c | Rob Landley |
2018-11-17 | Update bc for 1.1 release | Gavin Howard |
2018-08-08 | Add bc (and its tests) to pending | Gavin Howard |
2018-03-18 | The author of that bc.c says it won't be ready for 6 months and I'm not | Rob Landley |
2018-03-12 | bc cleanup: a few obvious inlines. | Rob Landley |
2018-03-12 | bc cleanup: move for(int i;) declarations to int i; for(i;). | Rob Landley |
2018-03-11 | Add bc to pending | Gavin Howard |