[Mono-bugs] [Bug 25682] Changed - Double.ToString not fully implemented
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
4 Jun 2002 07:21:19 -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 duncan@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=25682
--- shadow/25682 Mon Jun 3 07:17:50 2002
+++ shadow/25682.tmp.3785 Tue Jun 4 03:21:19 2002
@@ -1,13 +1,13 @@
Bug#: 25682
Product: Mono/Runtime
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: duncan@ximian.com
QAContact: mono-bugs@ximian.com
@@ -54,6 +54,9 @@
%g is just 6 decimal places (currently Double.ToString is implemented
with a simple sprintf("%g, value")).
------- Additional Comments From lupus@ximian.com 2002-06-03 07:17 -------
I changed the default precision to 15 in cvs (it's the same value
implied by the default "G" format).
+
+------- Additional Comments From duncan@ximian.com 2002-06-04 03:21 -------
+This is fixed, but bug 25692 is still there.