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:
authorGeoff Norton <grompf@sublimeintervention.com>2004-10-01 06:55:45 +0400
committerGeoff Norton <grompf@sublimeintervention.com>2004-10-01 06:55:45 +0400
commitd09f4446fa2be05ed6ca84b4d08e062428dda3ba (patch)
tree48939131147506bf791edcc5ae205eced79d11e8 /mcs/class/corlib/System/ChangeLog
parent6f302f55431afd87e1addd59e324b7657405fda4 (diff)
2004-09-30 Geoff Norton <gnorton@customerdna.com>
* Convert.cs: ConvertToBase* was not endian aware. Implemented EndianSwap and swapping of all values before going into the BitConverter so that values are returned with proper endianess. svn path=/branches/mono-1-0/mcs/; revision=34580
Diffstat (limited to 'mcs/class/corlib/System/ChangeLog')
-rw-r--r--mcs/class/corlib/System/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/corlib/System/ChangeLog b/mcs/class/corlib/System/ChangeLog
index 7e5bd75fa4a..7299da851de 100644
--- a/mcs/class/corlib/System/ChangeLog
+++ b/mcs/class/corlib/System/ChangeLog
@@ -1,3 +1,9 @@
+2004-09-30 Geoff Norton <gnorton@customerdna.com>
+
+ * Convert.cs: ConvertToBase* was not endian aware. Implemented EndianSwap
+ and swapping of all values before going into the BitConverter so that values
+ are returned with proper endianess.
+
2004-09-23 Martin Garton <martin@wrasse.demon.co.uk>
* Convert.cs: ToType was returning unconverted object when it should