Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-02 | Make our 'ascii_strtod()' helper more generic | Linus Torvalds | |
We'll want to do sane parsing of strings, but the C library makes it hard to handle user input sanely and the Qt toDouble() function interface was designed by a retarded chipmunk. So just extend our existing hacky "ascii_strtod()" to allow a more generic interface. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org> |