musl/src/internal/intparse.h, branch master musl - an implementation of the standard library for Linux-based systems use the new integer parser (FILE/shgetc based) for strtol, wcstol, etc. 2012年04月16日T20:55:24+00:00 Rich Felker dalias@aerifal.cx 2012年04月16日T20:55:24+00:00 96e9773eb764afa649b099a6e283dba4c69389a9
new restartable integer parsing framework. 2011年07月14日T04:51:45+00:00 Rich Felker dalias@aerifal.cx 2011年07月14日T04:51:45+00:00 ecc9c5fcfa4831b290cc1a63c0346cbb0c1fcf42 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.
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.

AltStyle によって変換されたページ (->オリジナル) /