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:
Diffstat (limited to 'mcs/class/corlib/System/ChangeLog')
-rw-r--r--mcs/class/corlib/System/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/mcs/class/corlib/System/ChangeLog b/mcs/class/corlib/System/ChangeLog
index a1be7b6e78e..e360292865c 100644
--- a/mcs/class/corlib/System/ChangeLog
+++ b/mcs/class/corlib/System/ChangeLog
@@ -1,3 +1,15 @@
+2004-06-01 Miguel de Icaza <miguel@ximian.com>
+
+ * String.cs: Flag concat with four arguments internal.
+
+2004-05-31 Sebastien Pouliot <sebastien@ximian.com>
+
+ * Array.cs: Fixed legal case where value is null.
+ * Byte.cs: Fixed ToString when format is an empty string (use "G").
+ * Guid.cs: Renamed private fields (and changed some to signed) to
+ match MS implementation and allow serialization to work. Fix
+ bug #59113.
+
2004-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* DateTime.cs: adjust milliseconds for fraction specifier ('f').