Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2012年04月16日 | use the new integer parser (FILE/shgetc based) for strtol, wcstol, etc. | Rich Felker | -38/+0 | |
2011年07月14日 | fix various bugs in new integer parser framework | Rich Felker | -1/+1 | |
1. my interpretation of subject sequence definition was wrong. adjust parser to conform to the standard. 2. some code for handling tail overflow case was missing (forgot to finish writing it). 3. typo (= instead of ==) caused ERANGE to wrongly behave like EINVAL | ||||
2011年07月14日 | new restartable integer parsing framework. | Rich Felker | -12/+25 | |
this fixes a number of bugs in integer parsing due to lazy haphazard wrapping, as well as some misinterpretations of the standard. the new parser is able to work character-at-a-time or on whole strings, making it easy to support the wide functions without unbounded space for conversion. it will also be possible to update scanf to use the new parser. | ||||
2011年02月14日 | more header fixes, minor warning fix | Rich Felker | -2/+2 | |
2011年02月12日 | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | -0/+25 | |