summaryrefslogtreecommitdiff
path: root/lib/printf/printf-pos.c
AgeCommit message (Expand)Author
2023-10-12build: add -Wimplicit-fallthroughIgor Ryzhov
2021-02-01lib/printf: disable `%n` specifierDavid Lamparter
2020-03-08*: Replace `sizeof something` to sizeof(something)Donatas Abraitis
2020-02-09*: Remove parenthesis on return for constantsDonatas Abraitis
2019-09-30*: strip trailing whitespaceQuentin Young
2019-06-07lib: Include proper headerDonald Sharp
2019-06-03lib/printf: ditch reallocarrayDavid Lamparter
2019-06-03lib/printf: integrateDavid Lamparter
2019-06-03lib/printf: rename & private __find_argumentsDavid Lamparter
2019-06-03lib/printf: disable wchar_t supportDavid Lamparter
2019-06-03lib/printf: add %Ld/%Lu for int64_t/uint64_tDavid Lamparter
2019-06-03lib/printf: cut down to sizeDavid Lamparter
2019-06-03lib: import FreeBSD's printfDavid Lamparter