| Commit message (Expand) | Author | Age | Files | Lines |
* | fix printf regression with alt-form octal, zero flag, and field width | Rich Felker | 2016-09-16 | 1 | -1/+1 |
* | don't suppress sign output for NANs in printf | Rich Felker | 2014-12-18 | 1 | -1/+1 |
* | correctly handle write errors encountered by printf-family functions | Rich Felker | 2014-12-17 | 1 | -1/+6 |
* | fix behavior of printf with alt-form octal, zero precision, zero value | Rich Felker | 2014-11-15 | 1 | -1/+1 |
* | use cleaner code for handling float rounding in vfprintf | Szabolcs Nagy | 2014-05-30 | 1 | -3/+1 |
* | fix printf rounding with %g for some corner case midpoints | Rich Felker | 2014-04-07 | 1 | -1/+1 |
* | fix failure of printf %g to strip trailing zeros in some cases | Rich Felker | 2014-04-07 | 1 | -1/+1 |
* | fix carry into uninitialized slots during printf floating point rounding | Rich Felker | 2014-04-07 | 1 | -1/+1 |
* | fix incorrect rounding in printf floating point corner cases | Rich Felker | 2014-03-09 | 1 | -2/+2 |
* | fix buffer overflow in printf formatting of denormals with low bit set | Rich Felker | 2014-03-09 | 1 | -1/+2 |
* | minor vfprintf and vfwprintf changes to please static code analyzers | Szabolcs Nagy | 2013-10-07 | 1 | -2/+5 |
* | protect against long double type mismatches (mainly powerpc for now) | Rich Felker | 2013-08-02 | 1 | -0/+7 |
* | clean up stdio_impl.h | Rich Felker | 2012-11-08 | 1 | -0/+9 |
* | avoid raising spurious division-by-zero exception in printf | Rich Felker | 2012-10-18 | 1 | -1/+1 |
* | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | 2012-09-06 | 1 | -1/+1 |
* | minor but worthwhile optimization in printf: avoid expensive strspn | Rich Felker | 2012-08-10 | 1 | -4/+2 |
* | fix another oob pointer arithmetic issue in printf floating point | Rich Felker | 2012-06-20 | 1 | -1/+1 |
* | fix pointer overflow bug in floating point printf | Rich Felker | 2012-06-19 | 1 | -3/+3 |
* | fix %ls breakage in last printf fix | Rich Felker | 2012-06-08 | 1 | -2/+2 |
* | fix printf %ls with precision limit over-read issue | Rich Felker | 2012-06-08 | 1 | -2/+2 |
* | fix buffer overflow in vfprintf on long writes to unbuffered files | Rich Felker | 2012-04-17 | 1 | -1/+2 |
* | fix %lf, etc. with printf | Rich Felker | 2012-04-16 | 1 | -0/+2 |
* | don't crash on null strings in printf | Rich Felker | 2011-09-28 | 1 | -1/+1 |
* | printf: "if a precision is specified, the '0' flag shall be ignored." | Rich Felker | 2011-07-04 | 1 | -1/+1 |
* | zero precision with zero value should not inhibit prefix/width printing | Rich Felker | 2011-07-04 | 1 | -1/+4 |
* | printf("%#x",0) should print 0 not 0x0 | Rich Felker | 2011-07-04 | 1 | -1/+1 |
* | fix the last known rounding bug in floating point printing | Rich Felker | 2011-05-11 | 1 | -3/+4 |
* | fix printf("%.9g", 1.1) and similar not dropping trailing zeros | Rich Felker | 2011-04-12 | 1 | -1/+3 |
* | fix overflow in printf %N$ argument handling | Rich Felker | 2011-04-05 | 1 | -2/+2 |
* | fix various floating point rounding and formatting errors in *printf | Rich Felker | 2011-04-05 | 1 | -17/+25 |
* | use a local temp buffer for unbuffered streams in vfprintf | Rich Felker | 2011-04-04 | 1 | -0/+13 |
* | major stdio overhaul, using readv/writev, plus other changes | Rich Felker | 2011-03-28 | 1 | -1/+1 |
* | fix all implicit conversion between signed/unsigned pointers | Rich Felker | 2011-03-25 | 1 | -1/+1 |
* | fix %n specifier, again. this time it was storing the wrong value. | Rich Felker | 2011-02-20 | 1 | -7/+7 |
* | fix printf %n specifier - missing breaks had it clobbering memory | Rich Felker | 2011-02-16 | 1 | -7/+7 |
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+640 |