Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |