2004-08-02 Martin Baulig * IList.cs (IList.Add): Changed return type to void. * List.cs (List.Add): Likewise. 2004-07-16 Martin Baulig * IComparable.cs: Removed, it's in System. 2004-07-12 Duncan Mak * KeyNotFoundException.cs: Added. 2004-06-18 Ben Maurer * Comparer.cs: v2 impl. Some workarounds for gmcs are enabled. 2004-05-26 Sebastien Pouliot * Queue.cs: Fixed possible integer overflow in CopyTo methods. * Stack.cs: Fixed possible integer overflow in CopyTo methods. 2004-03-13 Martin Baulig * Stack.cs, Queue.cs, List.cs: Implement the non-generic interfaces. 2004-03-11 Martin Baulig * List.cs: New file. 2004-03-11 Martin Baulig * Stack.cs, Queue.cs: Just use `Node' for the nested class, not `Node' (which would create another type parameter `T' overriding `T' from the outer class). 2004-02-23 Martin Baulig * Stack.cs, Queue.cs: New files. Hmm, looks like I forgot to add them to CVS; they're already on my hard disk since December or so. 2003-12-08 Martin Baulig * *.cs: require GENERICS. 2003-11-08 Ben Maurer * *.cs: require NET_2_0 and GENERICS 2003-11-07 Ben Maurer * IComparable.cs, IComparer.cs, IDictionary.cs, IKeyComparer.cs, KeyValuePair.cs Added. 2003-11-06 Martin Baulig * ICollection.cs, IList.cs, IEnumerator.cs, IEnumerable.cs: Started to implement the System.Collections.Generic classes.