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 14:08:10 +0400
committerAtsushi Eno <atsushieno@gmail.com>2004-06-14 14:08:10 +0400
commitacb6944ecf136ecbf16cd11529737690f786dae9 (patch)
treef966e358fcfcf4b1588e995af6f648b67f4c778c /mcs/class/corlib/System/ChangeLog
parent39782ca42a0584398dc0da7795dec1438ee11e64 (diff)
2004-06-14 Atsushi Enomoto <atsushi@ximian.com>
* FloatingPointFormatter.cs : Recognize '%' and '\u2030' and replace them with matching NumberFormatInfo properties. svn path=/trunk/mcs/; revision=29487
Diffstat (limited to 'mcs/class/corlib/System/ChangeLog')
-rw-r--r--mcs/class/corlib/System/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/corlib/System/ChangeLog b/mcs/class/corlib/System/ChangeLog
index ebc1a1eb8a9..a9da4bd7be4 100644
--- a/mcs/class/corlib/System/ChangeLog
+++ b/mcs/class/corlib/System/ChangeLog
@@ -1,5 +1,10 @@
2004-06-14 Atsushi Enomoto <atsushi@ximian.com>
+ * FloatingPointFormatter.cs : Recognize '%' and '\u2030' and replace
+ them with matching NumberFormatInfo properties.
+
+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