| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust errno on failed prepwrite. | pfg | 2014-07-20 | 1 | -1/+3 |
* | Renumber clauses to reduce diffs to other versions | emaste | 2013-04-23 | 1 | -1/+1 |
* | If the size passed to {,v}s{w,n}printf is larger than INT_MAX+1 | das | 2012-04-21 | 1 | -0/+3 |
* | Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a | theraven | 2011-11-20 | 1 | -34/+46 |
* | In __mbsconv(), if prec was zero, nconv could have been used | wollman | 2009-11-25 | 1 | -1/+1 |
* | Replace a dozen lines of code with a call to strnlen() / wcsnlen(). | das | 2009-02-28 | 1 | -17/+1 |
* | Make sure %zd treats negative arguments properly on 32-bit platforms. | das | 2009-02-28 | 1 | -1/+1 |
* | Add support for multibyte thousands_sep encodings, e.g., U+066C. | das | 2009-01-22 | 1 | -62/+116 |
* | Add support for multibyte decimal_point encodings, e.g., U+066B. | das | 2009-01-19 | 1 | -16/+26 |
* | When f[w]printf() is called on an unbuffered file like stdout, it | das | 2009-01-17 | 1 | -7/+11 |
* | Reduce code duplication by moving functions that are identical in both | das | 2009-01-15 | 1 | -214/+0 |
* | Convert the insidious macros that handle printf()'s buffering into | das | 2009-01-15 | 1 | -38/+58 |
* | Consolidate some variable initializations. No substantive change. | das | 2008-12-11 | 1 | -6/+6 |
* | Initialize "nconv" to a reasonable value in all code paths. Prior to | cperciva | 2008-08-04 | 1 | -1/+3 |
* | Correctly handle malloc() failure. While here, reduce the code size a | das | 2008-06-29 | 1 | -3/+9 |
* | Reduce the level of duplication between vfprintf() and vfwprintf() | das | 2008-06-29 | 1 | -488/+3 |
* | Begin de-spaghettifying the code that handles positional arguments. | das | 2008-06-29 | 1 | -94/+153 |
* | Next stage of stdio cleanup: Retire __sFILEX and merge the fields back into | jhb | 2008-04-17 | 1 | -1/+2 |
* | Catch up with vfprintf.c,v 1.77. | das | 2007-12-18 | 1 | -0/+1 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 1 | -4/+0 |
* | Use correct type in va_arg argument. | kan | 2006-09-21 | 1 | -1/+1 |
* | Add missing #if's for NO_FLOATING_POINT | phk | 2006-04-01 | 1 | -2/+4 |
* | Be bug-for-bug compatible with the C standard with respect to | das | 2005-04-16 | 1 | -2/+8 |
* | Don't forget to va_end() the va_list we get from va_copy(). | des | 2004-08-26 | 1 | -0/+1 |
* | The third operand of the conditional operator should have type void too. | stefanf | 2004-06-08 | 1 | -1/+1 |
* | Rename cantwrite() to prepwrite(). The latter is less confusing, | das | 2004-06-08 | 1 | -1/+1 |
* | Fix damaged FBSDID. | obrien | 2004-05-02 | 1 | -3/+1 |
* | Merge vfprintf.c, v1.65: | das | 2004-05-02 | 1 | -24/+17 |
* | Use the correct size to allocate, copy and clear argument type tables | tjr | 2004-04-22 | 1 | -6/+9 |
* | Prepare to handle trivial state-dependent encodings. Full support for | tjr | 2004-04-07 | 1 | -3/+10 |
* | Merge vfprintf.c, v1.61 and 1.62. For compatibility with __hdtoa() | das | 2004-01-23 | 1 | -19/+25 |
* | Remove unused variables and function declarations. Add missing headers. | nectar | 2004-01-06 | 1 | -2/+1 |
* | Use __sfvwrite() instead of __sputc() via __fputwc() to write to fake | tjr | 2003-11-12 | 1 | -1/+30 |
* | Pass NULL instead of a pointer to a zeroed mbstate_t object. | tjr | 2003-11-05 | 1 | -5/+2 |
* | %E-like %g and %G conversions should remove trailing zeroes unless | das | 2003-04-19 | 1 | -0/+7 |
* | Merge in vfprintf.c rev. 1.58. | tjr | 2003-04-14 | 1 | -9/+11 |
* | Catch up with recent vfprintf.c changes. | tjr | 2003-04-07 | 1 | -175/+215 |
* | Add missing #include to unbreak previous commit. | das | 2003-04-05 | 1 | -0/+1 |
* | Correct some buffer sizes. | das | 2003-04-05 | 1 | -9/+15 |
* | Merge vfprintf.c revision 1.52. | tjr | 2003-03-14 | 1 | -2/+2 |
* | Unexpand RCS tag. | tjr | 2003-03-14 | 1 | -1/+1 |
* | MFp4: Catch up to recent __dtoa() interface changes and removal of cvt()'s | tjr | 2003-03-13 | 1 | -11/+10 |
* | Set the error bit on the stream if an encoding error occurs. Improve | tjr | 2002-10-16 | 1 | -1/+3 |
* | Add support for the XSI %C and %S formats, which are the same as %lc | tjr | 2002-10-16 | 1 | -0/+12 |
* | Use the new va_copy macro to copy variable argument lists instead of | tjr | 2002-09-24 | 1 | -1/+1 |
* | Add implementations of the wprintf() family of functions, which perform | tjr | 2002-09-21 | 1 | -0/+1538 |