summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vdprintf.c
AgeCommit message (Expand)Author
2024-09-20printf(): Save errno earlier.Dag-Erling Smørgrav
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-08-04libc: drop "All rights reserved" from Foundation copyrightsEd Maste
2017-11-25libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2011-11-20Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall
2010-03-11- Use an initializer macro to initialize fields in 'fake' FILE objects usedJohn Baldwin
2009-03-04Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(),David Schultz