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