2005-12-22 John Luke <john.luke@gmail.com>
[mono-project.git] / mcs / class / System / System.Collections.Generic / ChangeLog
blob2f6695a53655d48863c71d250814c8db09ca827d
1 2005-11-10  Zoltan Varga  <vargaz@gmail.com>
3         * SortedList.cs Queue.cs Stack.cs: Implement TrimExcess methods.
4         
5         * SortedList.cs: Fix build.
7         * Stack.cs SortedList.cs LinkedList.cs: Update to net 2.0 RTM.
9 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
11         * SortedList.cs: New file.
13 2005-09-04  David Waite  <mass@akuma.org>
15         * LinkedList.cs, LinkedListNode.cs: added implementation of LinkedList<T>
17 2005-08-08  Kamil Skalski  <nazgul@nemerle.org>
19         * Queue.cs, Stack.cs: remove implementation of ICollection<T>,
20         since it is no longer in b2 API
22 2005-06-20  David Waite  <mass@akuma.org>
24         * Collection.cs, ReadOnlyCollection.cs: removed as they are no longer in the b2 API
26 2005-05-13  Atsushi Enomoto  <atsushi@ximian.com>
28         * Queue.cs, Stack.cs: moved from mscorlib.dll
30 2005-02-35  Carlos Alberto Cortez <calberto.cortez@gmail.com>
32         * Collections.cs: Changed the code inside IndexOf, for
33         the use of Array.IndexOf<>, to keep clean the code.
34         
35 2004-11-17  Carlos Alberto Cortez Guevara <carlos@unixmexico.org>
37         * Collections.cs: Avoid the call to Array.Clear () in RemoveItem (),
38         now we only assign the last element (the deleted one) to its default
39         value.
40         
41 2004-09-20  Gert Driesen <drieseng@users.sourceforge.net>
43         * ReadOnlyCollection.cs: Moved over from corlib
44         * Collection.cs: Moved over from corlib