From 620e3d84e2caee43f4f3f401e9862a760fc3dc20 Mon Sep 17 00:00:00 2001 From: Atsushi Eno Date: Mon, 14 Jun 2004 08:54:31 +0000 Subject: 2004-06-14 Atsushi Enomoto * Double.cs : Use IFormatProvider.GetFormat() instead of literal '-'. * FloatingPointFormatter.cs : Use NumberFormatInfo.NegativeSign. This change saves many XSLT test failures. Format Permille pattern (It is undocumented but actually available, and used in xsl:format-number). svn path=/trunk/mcs/; revision=29483 --- mcs/class/corlib/System/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'mcs/class/corlib/System/ChangeLog') diff --git a/mcs/class/corlib/System/ChangeLog b/mcs/class/corlib/System/ChangeLog index 9940358cd51..ebc1a1eb8a9 100644 --- a/mcs/class/corlib/System/ChangeLog +++ b/mcs/class/corlib/System/ChangeLog @@ -1,3 +1,12 @@ +2004-06-14 Atsushi Enomoto + + * Double.cs : Use IFormatProvider.GetFormat() instead of literal '-'. + * FloatingPointFormatter.cs : + Use NumberFormatInfo.NegativeSign. This change saves many XSLT test + failures. + Format Permille pattern (It is undocumented but actually available, + and used in xsl:format-number). + 2004-06-14 Raja R Harinath * Console.cs (Console.Write, Console.WriteLine): Disable __arglist -- cgit v1.2.3