[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/32701] (VM)Double.parseDouble doesn't handle hexadecimal
From: |
robilad at kaffe dot org |
Subject: |
[Bug classpath/32701] (VM)Double.parseDouble doesn't handle hexadecimal form |
Date: |
15 Jan 2008 15:34:36 -0000 |
------- Comment #1 from robilad at kaffe dot org 2008-01-15 15:34 -------
strtod can handle hex since c99, so we'd have to use that instead of fdlibm, I
guess, or to handle hex literals similar to glib's g_ascii_strtod function (or
to just use it directly, I guess).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32701
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug classpath/32701] (VM)Double.parseDouble doesn't handle hexadecimal form,
robilad at kaffe dot org <=