fix %lf, etc. with printf
[musl] / src / stdio / vfprintf.c
2012-04-17 Rich Felkerfix %lf, etc. with printf
2011-09-29 Rich Felkerdon't crash on null strings in printf
2011-07-04 Rich Felkerprintf: "if a precision is specified, the '0' flag...
2011-07-04 Rich Felkerzero precision with zero value should not inhibit prefi...
2011-07-04 Rich Felkerprintf("%#x",0) should print 0 not 0x0
2011-05-11 Rich Felkerfix the last known rounding bug in floating point printing
2011-04-12 Rich Felkerfix printf("%.9g", 1.1) and similar not dropping traili...
2011-04-05 Rich Felkerfix overflow in printf %N$ argument handling
2011-04-05 Rich Felkerfix various floating point rounding and formatting...
2011-04-04 Rich Felkeruse a local temp buffer for unbuffered streams in vfprintf
2011-03-28 Rich Felkermajor stdio overhaul, using readv/writev, plus other...
2011-03-25 Rich Felkerfix all implicit conversion between signed/unsigned...
2011-02-20 Rich Felkerfix %n specifier, again. this time it was storing the...
2011-02-16 Rich Felkerfix printf %n specifier - missing breaks had it clobber...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0