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:
authorMiguel de Icaza <miguel@gnome.org>2001-08-27 06:42:30 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-08-27 06:42:30 +0400
commit144b21b88bf653ca6fcaa1700d784bfcfe6262b0 (patch)
tree25877e1e820246f589148341b946207ca27ffc4b /mcs/class/System/System.Collections.Specialized
parent92d3c11183cf2fa4b1783adb562302d2d68f977b (diff)
Add a couple of new errors and a compiler roadmap.
svn path=/trunk/mcs/; revision=635
Diffstat (limited to 'mcs/class/System/System.Collections.Specialized')
-rwxr-xr-xmcs/class/System/System.Collections.Specialized/ChangeLog4
-rwxr-xr-xmcs/class/System/System.Collections.Specialized/common.src1
2 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System/System.Collections.Specialized/ChangeLog b/mcs/class/System/System.Collections.Specialized/ChangeLog
index bc349c8bbd7..eb70fb59a41 100755
--- a/mcs/class/System/System.Collections.Specialized/ChangeLog
+++ b/mcs/class/System/System.Collections.Specialized/ChangeLog
@@ -1,3 +1,7 @@
+2001-08-24 Miguel de Icaza <miguel@ximian.com>
+
+ * common.src: Add NameValueCollection.cs to the build
+
2001-08-22 John Barnette <jbarn@httcb.net>
* StringDictionary.cs:
Initial working implementation.
diff --git a/mcs/class/System/System.Collections.Specialized/common.src b/mcs/class/System/System.Collections.Specialized/common.src
index 5695cbc5315..84a73c1cc50 100755
--- a/mcs/class/System/System.Collections.Specialized/common.src
+++ b/mcs/class/System/System.Collections.Specialized/common.src
@@ -1,5 +1,6 @@
BitVector32.cs
ListDictionary.cs
+NameValueCollection.cs
StringCollection.cs
StringDictionary.cs
StringEnumerator.cs