summaryrefslogtreecommitdiff
path: root/lib/printf/vfprintf.c
AgeCommit message (Expand)Author
2025-04-08lib: fix -Wshadow warnings in the lib modulesMark Stapp
2024-03-10lib/printf: Implement N2680.Dag-Erling Smørgrav
2023-10-12build: add -Wimplicit-fallthroughIgor Ryzhov
2023-09-03lib/printf: Implement N2630.Dag-Erling Smørgrav
2023-09-03lib/printf: drop "All rights reserved" from Foundation copyrightsEd Maste
2023-01-27*: no-warn pragmas for non-const format stringsDavid Lamparter
2021-03-31Merge pull request #8350 from opensourcerouting/printfrr-revampMark Stapp
2021-03-30lib: allow discerning unspec width in printfrr extDavid Lamparter
2021-03-30lib: put printfrr extension args into structDavid Lamparter
2021-03-27lib: record output positions in printfrrDavid Lamparter
2021-03-27lib: rework printfrr extensions to output directlyDavid Lamparter
2021-03-23lib: enlarge the local buffer for printfrr extension tokensMark Stapp
2021-02-01lib/printf: disable `%n` specifierDavid Lamparter
2020-02-09*: Remove parenthesis on return for constantsDonatas Abraitis
2019-06-03lib/printf: add extension supportDavid Lamparter
2019-06-03lib/printf: fix some random warningsDavid 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: use system printf for floatsDavid Lamparter
2019-06-03lib/printf: cut down to sizeDavid Lamparter
2019-06-03lib: import FreeBSD's printfDavid Lamparter