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:
authorMartin Baulig <martin@novell.com>2004-06-11 13:21:55 +0400
committerMartin Baulig <martin@novell.com>2004-06-11 13:21:55 +0400
commit4d7c7a1f87816dd405d580b63bc4488d5229b8f3 (patch)
tree57f84fa36a5e77ceb64e390a4c3d6d2d56b0a8d4 /mcs/class/corlib/System/ChangeLog
parent40766886ac889ba6addd2039c4ab2e0a2aafba05 (diff)
2004-06-11 Martin Baulig <martin@ximian.com>
* String.cs (Concat): Implemented the varargs version. svn path=/trunk/mcs/; revision=29294
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 efa0c182ce9..e55ab3bba9a 100644
--- a/mcs/class/corlib/System/ChangeLog
+++ b/mcs/class/corlib/System/ChangeLog
@@ -1,3 +1,7 @@
+2004-06-11 Martin Baulig <martin@ximian.com>
+
+ * String.cs (Concat): Implemented the varargs version.
+
2004-06-10 Sebastien Pouliot <sebastien@ximian.com>
* Decimal.cs: Hacked the Parse method to allow the runtime C code to