Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2017-01-04 | treat base 1 as an error in strtol-family functions | Rich Felker | -1/+1 |
2014-09-16 | fix overflow corner case in strtoul-family functions | Rich Felker | -0/+1 |
2012-11-08 | clean up stdio_impl.h | 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 failure of int parser to unget an initial mismatching character | Rich Felker | -0/+1 |
2012-04-16 | new scanf implementation and corresponding integer parser/converter | Rich Felker | -0/+97 |