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:
authorNick Drochak <nickd@mono-cvs.ximian.com>2001-09-14 05:57:07 +0400
committerNick Drochak <nickd@mono-cvs.ximian.com>2001-09-14 05:57:07 +0400
commitf541c605cc7a9c5c02616e6cc2cc8e69c2ad1835 (patch)
tree6a9990005d149bf392f5e1320515f5b5d12b5cfa /mcs/class/System/System.Collections.Specialized
parent0c6144f4fae9d6614019390e5188b5ff14b10157 (diff)
2001-09-14 Nick Drochak <ndrochak@gol.com>
* /mcs/class/makefile: /mcs/class/corlib/makefile: /mcs/mcs/makefile: /toos/makefile: use /cygdrive/ instead of //. Old method of accessing drives under cygwin is now obsolete with version 1.3.3 of the cygwin DLL * /mcs/System/System.Collections.Specialized/ChangeLog: Forgot to commit this for a while. Sorry 'bout that. svn path=/trunk/mcs/; revision=815
Diffstat (limited to 'mcs/class/System/System.Collections.Specialized')
-rwxr-xr-xmcs/class/System/System.Collections.Specialized/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/System/System.Collections.Specialized/ChangeLog b/mcs/class/System/System.Collections.Specialized/ChangeLog
index eb70fb59a41..cf3165e430d 100755
--- a/mcs/class/System/System.Collections.Specialized/ChangeLog
+++ b/mcs/class/System/System.Collections.Specialized/ChangeLog
@@ -1,3 +1,9 @@
+2001-08-24 Nick Drochak <ndrochak@gol.com>
+ * NameObjectCollectionBase.cs: Add stub implementation
+ * common.src: Add NameObjectCollectionBase to the build
+ * NameValueCollection.cs: add 'override' to CopyTo(). Maybe
+ this code actually belongs in the superclass.
+
2001-08-24 Miguel de Icaza <miguel@ximian.com>
* common.src: Add NameValueCollection.cs to the build