|
Message-ID: <20110714052405.GJ16618@brightrain.aerifal.cx> Date: Thu, 14 Jul 2011 01:24:05 -0400 From: Rich Felker <dalias@...ifal.cx> To: musl@...ts.openwall.com Subject: integer parser fixed/replaced thanks to cluts Thanks to cluts' numeric tests, I've tracked down the errors in musl's integer parsing routines and rewritten them as wrappers around a unified core parser that can handle char-by-char or whole-string input (or any mix). Eventually scanf will also use the new parser, reducing code size and most likely improving correctness. I also plan to write a new floating point parser based on the same principles, which will facilitate adding the currently-missing wcstof/wcstod/wcstold functions, and at the same time I hope to address inexactness issues. Rich
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.