Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2004-06-14 12:54:31 +0400
committerAtsushi Eno <atsushieno@gmail.com>2004-06-14 12:54:31 +0400
commit620e3d84e2caee43f4f3f401e9862a760fc3dc20 (patch)
treec1b657aa99f14c76c16fdbc1c4444dc4ac8c153f /mcs/class/corlib/System/ChangeLog
parentf5d2c69c7ac3c9beb6e0b4c50225ba131e4e4c83 (diff)
2004-06-14 Atsushi Enomoto <atsushi@ximian.com>
* 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
Diffstat (limited to 'mcs/class/corlib/System/ChangeLog')
-rw-r--r--mcs/class/corlib/System/ChangeLog9
1 files changed, 9 insertions, 0 deletions
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 <atsushi@ximian.com>
+
+ * 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 <rharinath@novell.com>
* Console.cs (Console.Write, Console.WriteLine): Disable __arglist