fix uninitialized/stale use of alloc (%m modifier) flag in scanf
[musl] / src / stdio / vfwscanf.c
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