Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The register_printf_render_std() function expects regular string. | pjd | 2012-07-04 | 1 | -1/+1 |
* | - Use an initializer macro to initialize fields in 'fake' FILE objects used | jhb | 2010-03-11 | 1 | -1/+2 |
* | Expose FILE's internals to the world again in all their glory. Restore | jhb | 2008-05-05 | 1 | -1/+0 |
* | Next round of stdio changes: Remove all inlining of stdio operations and | jhb | 2008-05-02 | 1 | -2/+3 |
* | Next stage of stdio cleanup: Retire __sFILEX and merge the fields back into | jhb | 2008-04-17 | 1 | -1/+2 |
* | Revert the rev. 1.4, it causes breakage on most arches except i386. | kib | 2006-10-23 | 1 | -4/+1 |
* | Workaround for (what seems to be) compiler error for gcc 3.4.6. On | kib | 2006-10-21 | 1 | -1/+4 |
* | Add missing #if's for NO_FLOATING_POINT | phk | 2006-04-01 | 1 | -0/+4 |
* | Make the %V{is} extension handle a NULL pointer like %s does: output "(null)" | phk | 2006-01-25 | 1 | -0/+10 |
* | Add an extensible version of our *printf(3) implementation to libc | phk | 2005-12-16 | 1 | -0/+674 |