Author: zoltan
Date: 2005-11-09 20:04:34 -0500 (Wed, 09 Nov 2005)
New Revision: 52810

Added:
   
branches/mono-1-1-10/mcs/class/System/System.Collections.Generic/SortedList.cs
Modified:
   branches/mono-1-1-10/mcs/class/System/ChangeLog
   branches/mono-1-1-10/mcs/class/System/System.Collections.Generic/ChangeLog
   branches/mono-1-1-10/mcs/class/System/System.dll.sources
Log:
Merge from HEAD.


Modified: branches/mono-1-1-10/mcs/class/System/ChangeLog
===================================================================
--- branches/mono-1-1-10/mcs/class/System/ChangeLog     2005-11-10 00:07:13 UTC 
(rev 52809)
+++ branches/mono-1-1-10/mcs/class/System/ChangeLog     2005-11-10 01:04:34 UTC 
(rev 52810)
@@ -1,3 +1,7 @@
+2005-11-09  Zoltan Varga  <[EMAIL PROTECTED]>
+
+       * System.dll.sources: Add System.Collections.Generic/SortedList.cs.
+
 2005-11-08  Gert Driesen  <[EMAIL PROTECTED]>
 
        * System_test.dll.sources: Added CodeExpressionCollectionTest.cs,

Modified: 
branches/mono-1-1-10/mcs/class/System/System.Collections.Generic/ChangeLog
===================================================================
--- branches/mono-1-1-10/mcs/class/System/System.Collections.Generic/ChangeLog  
2005-11-10 00:07:13 UTC (rev 52809)
+++ branches/mono-1-1-10/mcs/class/System/System.Collections.Generic/ChangeLog  
2005-11-10 01:04:34 UTC (rev 52810)
@@ -1,3 +1,7 @@
+2005-11-09  Zoltan Varga  <[EMAIL PROTECTED]>
+
+       * SortedList.cs: New file.
+
 2005-09-04  David Waite  <[EMAIL PROTECTED]>
 
        * LinkedList.cs, LinkedListNode.cs: added implementation of 
LinkedList<T>

Copied: 
branches/mono-1-1-10/mcs/class/System/System.Collections.Generic/SortedList.cs 
(from rev 52800, 
trunk/mcs/class/System/System.Collections.Generic/SortedList.cs)

Modified: branches/mono-1-1-10/mcs/class/System/System.dll.sources
===================================================================
--- branches/mono-1-1-10/mcs/class/System/System.dll.sources    2005-11-10 
00:07:13 UTC (rev 52809)
+++ branches/mono-1-1-10/mcs/class/System/System.dll.sources    2005-11-10 
01:04:34 UTC (rev 52810)
@@ -138,6 +138,7 @@
 System.Collections.Generic/Stack.cs
 System.Collections.Generic/LinkedList.cs
 System.Collections.Generic/LinkedListNode.cs
+System.Collections.Generic/SortedList.cs
 System.Collections.Specialized/BitVector32.cs
 System.Collections.Specialized/CollectionsUtil.cs
 System.Collections.Specialized/HybridDictionary.cs

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to