Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2012-06-07 | fix scanf bug reading literals after width-limited field | Rich Felker | -0/+1 |
2012-04-19 | fix really bad breakage in strtol, etc.: failure to accept leading spaces | Rich Felker | -1/+1 |
2012-04-17 | fix over-read in %ls with non-wide scanf | Rich Felker | -0/+1 |
2012-04-17 | fix some bugs in scanf %[ handling detected while writing the wide version | Rich Felker | -4/+4 |
2012-04-17 | avoid null pointer dereference on %*p fields in scanf | Rich Felker | -1/+1 |
2012-04-16 | new scanf implementation and corresponding integer parser/converter | Rich Felker | -16/+322 |
2011-03-28 | major stdio overhaul, using readv/writev, plus other changes | Rich Felker | -10/+3 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+43 |