[Mono-bugs] [Bug 24658] Changed - Single.Parse parses incorrectly floating point values.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
14 May 2002 02:23:57 -0000
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=24658
--- shadow/24658 Mon May 13 22:23:42 2002
+++ shadow/24658.tmp.6728 Mon May 13 22:23:57 2002
@@ -1,12 +1,12 @@
Bug#: 24658
Product: Mono/Runtime
Version: unspecified
OS: other
OS Details:
-Status: NEW
+Status: RESOLVED
Resolution:
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: miguel@ximian.com
@@ -33,9 +33,12 @@
While MCS with .NET encodes that as:
(DB 0F C9 40)
------- Additional Comments From miguel@ximian.com 2002-05-13 20:08 -------
This is not a bug in ILgenerator.Emit, it is a bug in Single.Parse
+
+------- Additional Comments From miguel@ximian.com 2002-05-13 22:23 -------
+I re-implemented Parse for Doubles and Singles.
------- Additional Comments From miguel@ximian.com 2002-05-13 22:23 -------
I re-implemented Parse for Doubles and Singles.