Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: Replace `sizeof something` to sizeof(something) | Donatas Abraitis | 2020-03-08 | 1 | -1/+1 |
* | *: Remove parenthesis on return for constants | Donatas Abraitis | 2020-02-09 | 1 | -18/+18 |
* | *: strip trailing whitespace | Quentin Young | 2019-09-30 | 1 | -3/+3 |
* | lib: Include proper header | Donald Sharp | 2019-06-07 | 1 | -0/+1 |
* | lib/printf: ditch reallocarray | David Lamparter | 2019-06-03 | 1 | -1/+1 |
* | lib/printf: integrate | David Lamparter | 2019-06-03 | 1 | -0/+6 |
* | lib/printf: rename & private __find_arguments | David Lamparter | 2019-06-03 | 1 | -2/+2 |
* | lib/printf: disable wchar_t support | David Lamparter | 2019-06-03 | 1 | -0/+4 |
* | lib/printf: add %Ld/%Lu for int64_t/uint64_t | David Lamparter | 2019-06-03 | 1 | -8/+14 |
* | lib/printf: cut down to size | David Lamparter | 2019-06-03 | 1 | -7/+1 |
* | lib: import FreeBSD's printf | David Lamparter | 2019-06-03 | 1 | -0/+776 |