Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new restartable integer parsing framework. | Rich Felker | 2011-07-14 | 1 | -27/+14 |
| | | | | | | | | | 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. | ||||
* | fix broken unsigned comparison in wcstoumax | Rich Felker | 2011-04-07 | 1 | -1/+1 |
| | |||||
* | more header fixes, minor warning fix | Rich Felker | 2011-02-14 | 1 | -0/+1 |
| | |||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+47 |