use restrict everywhere it's required by c99 and/or posix 2008
[musl] / src / stdio / vfprintf.c
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/exp'
2012-08-11 Rich Felkerminor but worthwhile optimization in printf: avoid...
2012-06-20 Rich Felkerfix another oob pointer arithmetic issue in printf...
2012-06-20 Rich Felkerfix pointer overflow bug in floating point printf
2012-06-08 Rich Felkerfix %ls breakage in last printf fix
2012-06-08 Rich Felkerfix printf %ls with precision limit over-read issue
2012-04-17 Rich Felkerfix buffer overflow in vfprintf on long writes to unbuf...
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