correct locking in stdio functions that tried to be lock-free
[musl] / src / stdio / vfscanf.c
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-06-08 Rich Felkerfix scanf bug reading literals after width-limited...
2012-04-19 Rich Felkerfix really bad breakage in strtol, etc.: failure to...
2012-04-18 Rich Felkerfix over-read in %ls with non-wide scanf
2012-04-17 Rich Felkerfix some bugs in scanf %[ handling detected while writi...
2012-04-17 Rich Felkeravoid null pointer dereference on %*p fields in scanf
2012-04-16 Rich Felkernew scanf implementation and corresponding integer...
2011-03-28 Rich Felkermajor stdio overhaul, using readv/writev, plus other...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0