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