| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- 2006-03-11 Miguel de Icaza <[email protected]>
- * Queue.cs: Flag as serializable.
- * LinkedList.cs (OnDeserialization): Fix signature.
- * SortedList.cs: Implement explicitly a few methods that were
- flagged by corcompare.
- 2005-11-10 Zoltan Varga <[email protected]>
- * SortedList.cs Queue.cs Stack.cs: Implement TrimExcess methods.
-
- * SortedList.cs: Fix build.
- * Stack.cs SortedList.cs LinkedList.cs: Update to net 2.0 RTM.
- 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>
- 2005-08-08 Kamil Skalski <[email protected]>
- * Queue.cs, Stack.cs: remove implementation of ICollection<T>,
- since it is no longer in b2 API
- 2005-06-20 David Waite <[email protected]>
- * Collection.cs, ReadOnlyCollection.cs: removed as they are no longer in the b2 API
- 2005-05-13 Atsushi Enomoto <[email protected]>
- * Queue.cs, Stack.cs: moved from mscorlib.dll
- 2005-02-35 Carlos Alberto Cortez <[email protected]>
- * Collections.cs: Changed the code inside IndexOf, for
- the use of Array.IndexOf<>, to keep clean the code.
-
- 2004-11-17 Carlos Alberto Cortez Guevara <[email protected]>
- * Collections.cs: Avoid the call to Array.Clear () in RemoveItem (),
- now we only assign the last element (the deleted one) to its default
- value.
-
- 2004-09-20 Gert Driesen <[email protected]>
- * ReadOnlyCollection.cs: Moved over from corlib
- * Collection.cs: Moved over from corlib
|