| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace a dozen lines of code with a call to strnlen() / wcsnlen(). | David Schultz | 2009-02-28 | 1 | -16/+1 |
| * | Make sure %zd treats negative arguments properly on 32-bit platforms. | David Schultz | 2009-02-28 | 1 | -1/+1 |
| * | Add support for multibyte thousands_sep encodings, e.g., U+066C. | David Schultz | 2009-01-22 | 1 | -61/+104 |
| * | Add support for multibyte decimal_point encodings, e.g., U+066B. | David Schultz | 2009-01-19 | 1 | -7/+9 |
| * | When f[w]printf() is called on an unbuffered file like stdout, it | David Schultz | 2009-01-17 | 1 | -7/+12 |
| * | Reduce code duplication by moving functions that are identical in both | David Schultz | 2009-01-15 | 1 | -213/+0 |
| * | Convert the insidious macros that handle printf()'s buffering into | David Schultz | 2009-01-15 | 1 | -48/+16 |
| * | Consolidate some variable initializations. No substantive change. | David Schultz | 2008-12-11 | 1 | -7/+7 |
| * | Move the xprintf hook to where it belongs; it shouldn't be in the | David Schultz | 2008-12-10 | 1 | -6/+4 |
| * | Correctly handle malloc() failure. While here, reduce the code size a | David Schultz | 2008-06-29 | 1 | -3/+9 |
| * | Reduce the level of duplication between vfprintf() and vfwprintf() | David Schultz | 2008-06-29 | 1 | -486/+1 |
| * | Begin de-spaghettifying the code that handles positional arguments. | David Schultz | 2008-06-29 | 1 | -94/+153 |
| * | Next stage of stdio cleanup: Retire __sFILEX and merge the fields back into | John Baldwin | 2008-04-17 | 1 | -1/+2 |
| * | We should never zero-pad INF or NaN (yielding silly strings like "00inf") | David Schultz | 2007-05-08 | 1 | -0/+1 |
| * | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh | 2007-01-09 | 1 | -4/+0 |
| * | Fix rounding of 0xf for hex fp formats. | David Schultz | 2007-01-03 | 1 | -2/+2 |
| * | Use correct type in va_arg argument. | Alexander Kabaev | 2006-09-21 | 1 | -1/+1 |
| * | Add missing #if's for NO_FLOATING_POINT | Poul-Henning Kamp | 2006-04-01 | 1 | -2/+4 |
| * | Add an extensible version of our *printf(3) implementation to libc | Poul-Henning Kamp | 2005-12-16 | 1 | -0/+7 |
| * | /* You're not supposed to hit this problem */ | Poul-Henning Kamp | 2005-12-13 | 1 | -2/+2 |
| * | Speed up __wcsconv() (and hence the printf() %ls format): | Tim J. Robbins | 2005-07-24 | 1 | -34/+30 |
| * | Be bug-for-bug compatible with the C standard with respect to | David Schultz | 2005-04-16 | 1 | -2/+8 |
| * | Don't forget to va_end() the va_list we get from va_copy(). | Dag-Erling Smørgrav | 2004-08-26 | 1 | -0/+1 |
| * | The third operand of the conditional operator should have type void too. | Stefan Farfeleder | 2004-06-08 | 1 | -1/+1 |
| * | Rename cantwrite() to prepwrite(). The latter is less confusing, | David Schultz | 2004-06-08 | 1 | -1/+1 |
| * | - To make it easier to compile *printf() and *scanf() without | David Schultz | 2004-05-02 | 1 | -24/+16 |
| * | Use the correct size to allocate, copy and clear argument type tables | Tim J. Robbins | 2004-04-22 | 1 | -6/+9 |
| * | Prepare to handle trivial state-dependent encodings. Full support for | Tim J. Robbins | 2004-04-07 | 1 | -4/+12 |
| * | Implement __hdtoa() and __hldtoa() and enable printf() support for %a | David Schultz | 2004-01-18 | 1 | -5/+2 |
| * | Fix some bugs affecting the %a and %A format specifiers. Since | David Schultz | 2004-01-18 | 1 | -6/+16 |
| * | Pass NULL instead of a pointer to a zeroed mbstate_t object. | Tim J. Robbins | 2003-11-05 | 1 | -9/+4 |
| * | %E-like %g and %G conversions should remove trailing zeroes unless | David Schultz | 2003-04-19 | 1 | -0/+7 |
| * | Fix a bug where printf was erroneously printing a decimal point for | David Schultz | 2003-04-14 | 1 | -8/+10 |
| * | __wcsconv(): free(convbuf) before returning NULL | Andrey A. Chernov | 2003-04-07 | 1 | -2/+4 |
| * | Today just isn't my day. Remove some old commented out code that snuck | David Schultz | 2003-04-07 | 1 | -1/+1 |
| * | - %e conversions with precision 0 should not cause a decimal point to | David Schultz | 2003-04-07 | 1 | -18/+22 |
| * | Rework the floating point code in printf(). Significant changes: | David Schultz | 2003-04-05 | 1 | -151/+189 |
| * | Correct some buffer sizes. | David Schultz | 2003-04-05 | 1 | -10/+16 |
| * | Kludge around a bug that results from printf() assuming that | David Schultz | 2003-03-14 | 1 | -1/+1 |
| * | Replace our ancient dtoa/strtod implementation with the gdtoa | David Schultz | 2003-03-12 | 1 | -9/+10 |
| * | Set the error bit on the stream if an encoding error occurs. Improve | Tim J. Robbins | 2002-10-16 | 1 | -2/+6 |
| * | Add support for the XSI %C and %S formats, which are the same as %lc | Tim J. Robbins | 2002-10-16 | 1 | -0/+12 |
| * | Use the new va_copy macro to copy variable argument lists instead of | Tim J. Robbins | 2002-09-24 | 1 | -1/+1 |
| * | Implement the %ls and %lc conversions for printing wide character strings | Tim J. Robbins | 2002-09-19 | 1 | -6/+110 |
| * | Convert eight space indents to tabs in the "*" format handling code. | Tim J. Robbins | 2002-09-16 | 1 | -43/+43 |
| * | Style: One space between "restrict" qualifier and "*". | Tim J. Robbins | 2002-09-06 | 1 | -1/+1 |
| * | Print a '-' sign for negative zero. Tested with | Jens Schweikhardt | 2002-08-27 | 1 | -7/+2 |
| * | - For compliance with IEEE Std 1003.1-2001, add the 'restrict' | Robert Drehmel | 2002-08-15 | 1 | -1/+2 |
| * | Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), | Tim J. Robbins | 2002-08-13 | 1 | -0/+1 |
| * | Assume __STDC__, remove non-__STDC__ code. | Alfred Perlstein | 2002-05-28 | 1 | -4/+0 |