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 |