Don't use iterators.
[mono.git] / mcs / class / corlib / System.Collections.Generic / ChangeLog
1 2004-08-02  Martin Baulig  <martin@ximian.com>
2
3         * IList.cs (IList.Add): Changed return type to void.
4
5         * List.cs (List.Add): Likewise.
6
7 2004-07-16  Martin Baulig  <martin@ximian.com>
8
9         * IComparable.cs: Removed, it's in System.
10
11 2004-07-12  Duncan Mak  <duncan@ximian.com>
12
13         * KeyNotFoundException.cs: Added.
14
15 2004-06-18  Ben Maurer  <bmaurer@ximian.com>
16
17         * Comparer.cs: v2 impl. Some workarounds for gmcs are enabled.
18
19 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
20
21         * Queue.cs: Fixed possible integer overflow in CopyTo methods.
22         * Stack.cs: Fixed possible integer overflow in CopyTo methods.
23
24 2004-03-13  Martin Baulig  <martin@ximian.com>
25
26         * Stack.cs, Queue.cs, List.cs: Implement the non-generic interfaces.
27
28 2004-03-11  Martin Baulig  <martin@ximian.com>
29
30         * List.cs: New file.
31
32 2004-03-11  Martin Baulig  <martin@ximian.com>
33
34         * Stack.cs, Queue.cs: Just use `Node' for the nested class, not
35         `Node<T>' (which would create another type parameter `T'
36         overriding `T' from the outer class).   
37
38 2004-02-23  Martin Baulig  <martin@ximian.com>
39
40         * Stack.cs, Queue.cs: New files.  Hmm, looks like I forgot to add
41         them to CVS; they're already on my hard disk since December or so.
42
43 2003-12-08  Martin Baulig  <martin@ximian.com>
44
45         * *.cs: require GENERICS.
46
47 2003-11-08 Ben Maurer  <bmaurer@users.sourceforge.net>
48
49         * *.cs: require NET_2_0 and GENERICS
50
51 2003-11-07 Ben Maurer  <bmaurer@users.sourceforge.net>
52
53         * IComparable.cs, IComparer.cs, IDictionary.cs, IKeyComparer.cs, KeyValuePair.cs
54         Added.
55
56 2003-11-06  Martin Baulig  <martin@ximian.com>
57
58         * ICollection.cs, IList.cs, IEnumerator.cs, IEnumerable.cs:
59         Started to implement the System.Collections.Generic classes.
60