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:
authorDick Porter <dick@acm.org>2004-06-18 17:53:19 +0400
committerDick Porter <dick@acm.org>2004-06-18 17:53:19 +0400
commita31d67237528d3075ef0430011d023a30da24333 (patch)
treeb9a7b28a2de9b8ccdc5530c47d71eb4982752fce /mcs/class/corlib/System/ChangeLog
parente40302bd2b49a9a15d0096688dcd12bea44d8e5b (diff)
2004-06-18 Dick Porter <dick@ximian.com>
* String.cs: The icall can cope with embedded \0 now. svn path=/trunk/mcs/; revision=29876
Diffstat (limited to 'mcs/class/corlib/System/ChangeLog')
-rw-r--r--mcs/class/corlib/System/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/corlib/System/ChangeLog b/mcs/class/corlib/System/ChangeLog
index 6cb01f02351..781f440a885 100644
--- a/mcs/class/corlib/System/ChangeLog
+++ b/mcs/class/corlib/System/ChangeLog
@@ -1,3 +1,7 @@
+2004-06-18 Dick Porter <dick@ximian.com>
+
+ * String.cs: The icall can cope with embedded \0 now.
+
2004-06-18 Atsushi Enomoto <atsushi@ximian.com>
* DateTime.cs :