summaryrefslogtreecommitdiff
path: root/include/printf.h
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2017-11-25include: General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2012-07-04The register_printf_render_std() function expects regular string.Pawel Jakub Dawidek
2011-03-06Include stdio.h, so we can include printf.h in any order, as it needs FILE.Pawel Jakub Dawidek
2006-03-02Add nested include of <wchar.h>Poul-Henning Kamp
2006-02-04Remove spurious "union arg" from printf.hPoul-Henning Kamp
2006-01-25Make the %V{is} extension handle a NULL pointer like %s does: output "(null)"Poul-Henning Kamp
2005-12-16Add an extensible version of our *printf(3) implementation to libcPoul-Henning Kamp