prevent invalid reads of nl_arg in printf_core
[musl] / src / stdio / vfprintf.c
2022-12-14 Markus Wichmannprevent invalid reads of nl_arg in printf_core
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-08-30 Rich Felkermake vfprintf set stream orientation even for zero...
2018-08-30 Rich Felkerre-fix vfprintf temporary buffer logic
2018-08-23 Rich Felkerfix printf precision specifier for hex floats on non...
2018-01-11 Rich Felkerfix printf alt-form octal with value 0 and no explicit...
2017-07-04 Alexander Monakovremove ineffective compiler assist from printf
2017-04-22 Rich Felkerremove va_arg hacks in printf core with undefined behavior
2016-10-20 Szabolcs Nagyfix float formatting of some exact halfway cases
2016-10-20 Rich Felkerfix integer overflows and uncaught EOVERFLOW in printf...
2016-10-20 Rich Felkerfix integer overflow in float printf needed-precision...
2016-09-16 Rich Felkerfix printf regression with alt-form octal, zero flag...
2014-12-18 Rich Felkerdon't suppress sign output for NANs in printf
2014-12-17 Rich Felkercorrectly handle write errors encountered by printf...
2014-11-15 Rich Felkerfix behavior of printf with alt-form octal, zero precis...
2014-05-30 Szabolcs Nagyuse cleaner code for handling float rounding in vfprintf
2014-04-07 Rich Felkerfix printf rounding with %g for some corner case midpoints
2014-04-07 Rich Felkerfix failure of printf %g to strip trailing zeros in...
2014-04-07 Rich Felkerfix carry into uninitialized slots during printf floati...
2014-03-09 Rich Felkerfix incorrect rounding in printf floating point corner...
2014-03-09 Rich Felkerfix buffer overflow in printf formatting of denormals...
2013-10-07 Szabolcs Nagyminor vfprintf and vfwprintf changes to please static...
2013-08-02 Rich Felkerprotect against long double type mismatches (mainly...
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-08 Rich Felkerclean up stdio_impl.h
2012-10-19 Rich Felkeravoid raising spurious division-by-zero exception in...
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