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 | 2 | -21/+21 |
* | lib: va_copy must have a va_end to free memory | Donald Sharp | 2019-10-25 | 1 | -1/+5 |
* | *: 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: add extension support | David Lamparter | 2019-06-03 | 3 | -3/+128 |
* | lib/printf: fix some random warnings | David Lamparter | 2019-06-03 | 1 | -9/+11 |
* | lib/printf: integrate | David Lamparter | 2019-06-03 | 5 | -32/+186 |
* | lib/printf: rename & private __find_arguments | David Lamparter | 2019-06-03 | 3 | -6/+8 |
* | lib/printf: disable wchar_t support | David Lamparter | 2019-06-03 | 3 | -4/+16 |
* | lib/printf: add %Ld/%Lu for int64_t/uint64_t | David Lamparter | 2019-06-03 | 2 | -13/+19 |
* | lib/printf: use system printf for floats | David Lamparter | 2019-06-03 | 2 | -233/+25 |
* | lib/printf: cut down to size | David Lamparter | 2019-06-03 | 3 | -243/+29 |
* | lib: import FreeBSD's printf | David Lamparter | 2019-06-03 | 5 | -0/+2244 |