summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/xprintf.c
Commit message (Expand)AuthorAgeFilesLines
* The register_printf_render_std() function expects regular string.pjd2012-07-041-1/+1
* - Use an initializer macro to initialize fields in 'fake' FILE objects usedjhb2010-03-111-1/+2
* Expose FILE's internals to the world again in all their glory. Restorejhb2008-05-051-1/+0
* Next round of stdio changes: Remove all inlining of stdio operations andjhb2008-05-021-2/+3
* Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intojhb2008-04-171-1/+2
* Revert the rev. 1.4, it causes breakage on most arches except i386.kib2006-10-231-4/+1
* Workaround for (what seems to be) compiler error for gcc 3.4.6. Onkib2006-10-211-1/+4
* Add missing #if's for NO_FLOATING_POINTphk2006-04-011-0/+4
* Make the %V{is} extension handle a NULL pointer like %s does: output "(null)"phk2006-01-251-0/+10
* Add an extensible version of our *printf(3) implementation to libcphk2005-12-161-0/+674
OpenPOWER on IntegriCloud