| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -486/+1 |
* | 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 |
* | We should never zero-pad INF or NaN (yielding silly strings like "00inf") | das | 2007-05-08 | 1 | -0/+1 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 1 | -4/+0 |
* | Fix rounding of 0xf for hex fp formats. | das | 2007-01-03 | 1 | -2/+2 |
* | 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 |
* | Add an extensible version of our *printf(3) implementation to libc | phk | 2005-12-16 | 1 | -0/+7 |
* | /* You're not supposed to hit this problem */ | phk | 2005-12-13 | 1 | -2/+2 |
* | Speed up __wcsconv() (and hence the printf() %ls format): | tjr | 2005-07-24 | 1 | -34/+30 |
* | 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 |
* | - To make it easier to compile *printf() and *scanf() without | das | 2004-05-02 | 1 | -24/+16 |
* | 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 | -4/+12 |
* | Implement __hdtoa() and __hldtoa() and enable printf() support for %a | das | 2004-01-18 | 1 | -5/+2 |
* | Fix some bugs affecting the %a and %A format specifiers. Since | das | 2004-01-18 | 1 | -6/+16 |
* | Pass NULL instead of a pointer to a zeroed mbstate_t object. | tjr | 2003-11-05 | 1 | -9/+4 |
* | %E-like %g and %G conversions should remove trailing zeroes unless | das | 2003-04-19 | 1 | -0/+7 |
* | Fix a bug where printf was erroneously printing a decimal point for | das | 2003-04-14 | 1 | -8/+10 |
* | __wcsconv(): free(convbuf) before returning NULL | ache | 2003-04-07 | 1 | -2/+4 |
* | Today just isn't my day. Remove some old commented out code that snuck | das | 2003-04-07 | 1 | -1/+1 |
* | - %e conversions with precision 0 should not cause a decimal point to | das | 2003-04-07 | 1 | -18/+22 |
* | Rework the floating point code in printf(). Significant changes: | das | 2003-04-05 | 1 | -151/+189 |
* | Correct some buffer sizes. | das | 2003-04-05 | 1 | -10/+16 |
* | Kludge around a bug that results from printf() assuming that | das | 2003-03-14 | 1 | -1/+1 |
* | Replace our ancient dtoa/strtod implementation with the gdtoa | das | 2003-03-12 | 1 | -9/+10 |
* | Set the error bit on the stream if an encoding error occurs. Improve | tjr | 2002-10-16 | 1 | -2/+6 |
* | 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 |
* | Implement the %ls and %lc conversions for printing wide character strings | tjr | 2002-09-19 | 1 | -6/+110 |
* | Convert eight space indents to tabs in the "*" format handling code. | tjr | 2002-09-16 | 1 | -43/+43 |
* | Style: One space between "restrict" qualifier and "*". | tjr | 2002-09-06 | 1 | -1/+1 |
* | Print a '-' sign for negative zero. Tested with | schweikh | 2002-08-27 | 1 | -7/+2 |
* | - For compliance with IEEE Std 1003.1-2001, add the 'restrict' | robert | 2002-08-15 | 1 | -1/+2 |
* | Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), | tjr | 2002-08-13 | 1 | -0/+1 |
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 1 | -4/+0 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -4/+2 |
* | Remove multi-line __P() usage. | obrien | 2002-03-22 | 1 | -5/+5 |
* | Remove __P() usage. | obrien | 2002-03-21 | 1 | -6/+6 |
* | Remove 'register' keyword. | obrien | 2002-03-21 | 1 | -2/+2 |
* | Fix some style bugs | phantom | 2001-12-17 | 1 | -15/+18 |
* | Also fix cases when thousands separator should be put before number. For | phantom | 2001-12-13 | 1 | -2/+4 |
* | Respect locale while handling of \' flag. | phantom | 2001-12-13 | 1 | -22/+63 |
* | * localeconv() usage is not FLOATING_POINT specific anymore (due to "'" flag | phantom | 2001-12-07 | 1 | -3/+3 |
* | Implement several of the c99 updates to printf(3): | fenner | 2001-11-30 | 1 | -115/+233 |