Files
musl/src
Rich Felker 18efeb320b new scanf implementation and corresponding integer parser/converter
advantages over the old code:
- correct results for floating point (old code was bogus)
- wide/regular scanf separated so scanf does not pull in wide code
- well-defined behavior on integers that overflow dest type
- support for %[a-b] ranges with %[ (impl-defined by widely used)
- no intermediate conversion of fmt string to wide string
- cleaner, easier to share code with strto* functions
- better standards conformance for corner cases

the old code remains in the source tree, as the wide versions of the
scanf-family functions are still using it. it will be removed when no
longer needed.
2012-04-16 16:03:45 -04:00
..
2011-10-14 23:31:04 -04:00
2011-10-09 22:51:03 -04:00
2011-04-17 11:43:03 -04:00
2012-03-23 00:28:20 -04:00
2012-04-04 17:34:28 +02:00
2011-06-25 09:23:36 -04:00
2011-06-29 15:29:52 -04:00
2012-02-06 18:23:11 -05:00
2011-04-17 11:43:03 -04:00
2011-09-18 16:44:54 -04:00
2011-04-17 11:43:03 -04:00