summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/xprintf.c
AgeCommit message (Expand)Author
3 dayslibc: drop NO_FP_LIBC supportXin LI
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2012-07-04The register_printf_render_std() function expects regular string.Pawel Jakub Dawidek
2010-03-11- Use an initializer macro to initialize fields in 'fake' FILE objects usedJohn Baldwin
2008-05-05Expose FILE's internals to the world again in all their glory. RestoreJohn Baldwin
2008-05-02Next round of stdio changes: Remove all inlining of stdio operations andJohn Baldwin
2008-04-17Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intoJohn Baldwin
2006-10-23Revert the rev. 1.4, it causes breakage on most arches except i386.Konstantin Belousov
2006-10-21Workaround for (what seems to be) compiler error for gcc 3.4.6. OnKonstantin Belousov
2006-04-01Add missing #if's for NO_FLOATING_POINTPoul-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