[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:42 -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 20:08:05 2002
+++ shadow/24658.tmp.6714	Mon May 13 22:23:42 2002
@@ -33,6 +33,9 @@
 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.