summaryrefslogtreecommitdiff
path: root/lib/printf
AgeCommit message (Expand)Author
2023-09-20lib: random make-coverity-happy nitsDavid Lamparter
2023-09-03lib/printf: update READMEDavid Lamparter
2023-09-03lib/printf: Implement N2630.Dag-Erling Smørgrav
2023-09-03lib/printf: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-09-03lib/printf: drop "All rights reserved" from Foundation copyrightsEd Maste
2023-05-22lib: va_end must be calledDonald Sharp
2023-02-09*: manual SPDX License ID conversionsDavid Lamparter
2023-01-27*: no-warn pragmas for non-const format stringsDavid Lamparter
2022-01-14*: use semicolon after printfrr_ext_autoreg_{p,d}David Lamparter
2021-03-31Merge pull request #8350 from opensourcerouting/printfrr-revampMark Stapp
2021-03-30lib: add `%pFB` extension to print struct fbuf *David Lamparter
2021-03-30lib: add `%pVA` recursive printfrrDavid Lamparter
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-03-08*: Replace `sizeof something` to sizeof(something)Donatas Abraitis
2020-02-09*: Remove parenthesis on return for constantsDonatas Abraitis
2019-10-25lib: va_copy must have a va_end to free memoryDonald Sharp
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: 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