merge -r 60814:60815
[mono.git] / mcs / class / System / System.Collections.Generic / ChangeLog
1 2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * SortedDictionary.cs : new file. The original code is mostly
4           from Kazuki Oikawa.
5
6 2006-03-11  Miguel de Icaza  <miguel@novell.com>
7
8         * Queue.cs: Flag as serializable.
9
10         * LinkedList.cs (OnDeserialization): Fix signature. 
11
12         * SortedList.cs: Implement explicitly a few methods that were
13         flagged by corcompare. 
14
15 2005-11-10  Zoltan Varga  <vargaz@gmail.com>
16
17         * SortedList.cs Queue.cs Stack.cs: Implement TrimExcess methods.
18         
19         * SortedList.cs: Fix build.
20
21         * Stack.cs SortedList.cs LinkedList.cs: Update to net 2.0 RTM.
22
23 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
24
25         * SortedList.cs: New file.
26
27 2005-09-04  David Waite  <mass@akuma.org>
28
29         * LinkedList.cs, LinkedListNode.cs: added implementation of LinkedList<T>
30
31 2005-08-08  Kamil Skalski  <nazgul@nemerle.org>
32
33         * Queue.cs, Stack.cs: remove implementation of ICollection<T>,
34         since it is no longer in b2 API
35
36 2005-06-20  David Waite  <mass@akuma.org>
37
38         * Collection.cs, ReadOnlyCollection.cs: removed as they are no longer in the b2 API
39
40 2005-05-13  Atsushi Enomoto  <atsushi@ximian.com>
41
42         * Queue.cs, Stack.cs: moved from mscorlib.dll
43
44 2005-02-35  Carlos Alberto Cortez <calberto.cortez@gmail.com>
45
46         * Collections.cs: Changed the code inside IndexOf, for
47         the use of Array.IndexOf<>, to keep clean the code.
48         
49 2004-11-17  Carlos Alberto Cortez Guevara <carlos@unixmexico.org>
50
51         * Collections.cs: Avoid the call to Array.Clear () in RemoveItem (),
52         now we only assign the last element (the deleted one) to its default
53         value.
54         
55 2004-09-20  Gert Driesen <drieseng@users.sourceforge.net>
56
57         * ReadOnlyCollection.cs: Moved over from corlib
58         * Collection.cs: Moved over from corlib