clean up dns_parse_callback
[musl] / src / stdio / vfwscanf.c
2018-09-16 Rich Felkerfix null pointer subtraction and comparison in stdio
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2017-09-04 Bartosz Brachaczekhandle whitespace before %% in scanf
2017-03-14 Rich Felkerfix wide scanf's use of a compound literal past its...
2015-06-13 Rich Felkerfix idiom for setting stdio stream orientation to wide
2014-07-02 Rich Felkerfix failure of wide printf/scanf functions to set wide...
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-09-01 Rich Felkerfix invalid %m format crash in wide scanf variants
2013-07-20 Rich Felkerfix uninitialized/stale use of alloc (%m modifier)...
2013-06-22 Rich Felkerfix scanf %c conversion wrongly storing a terminating...
2013-06-06 Rich Felkerimplement 'm' modifier for wide scanf variants
2013-06-05 Rich Felkerrefactor wide-char scanf string handling
2013-04-06 Isaac DunhamAdd ABI compatability aliases.
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-04-18 Rich Felkerfix wide scanf's handling of input failure on %c, and...
2012-04-18 Rich Felkerfix failure to distinguish input/match failure in wide...
2012-04-18 Rich Felkerfix broken %s and %[ with no width specifier in wide...
2012-04-18 Rich Felkermake wide scanf %[ respect width
2012-04-17 Rich Felkerfix wide scanf to respect field width for strings
2012-04-17 Rich Felkerintroduce new wide scanf code and remove the last remna...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0