Commit Graph

4 Commits

Author SHA1 Message Date
ecc9c5fcfa new restartable integer parsing framework.
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-07-14 00:51:45 -04:00
4095f8338d fix broken unsigned comparison in wcstoumax 2011-04-07 16:13:47 -04:00
c247ebdd98 more header fixes, minor warning fix 2011-02-14 19:33:11 -05:00
0b44a0315b initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00