| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- 2004-06-18 Ben Maurer <[email protected]>
- * Comparer.cs: v2 impl. Some workarounds for gmcs are enabled.
- 2004-05-26 Sebastien Pouliot <[email protected]>
- * Queue.cs: Fixed possible integer overflow in CopyTo methods.
- * Stack.cs: Fixed possible integer overflow in CopyTo methods.
- 2004-03-13 Martin Baulig <[email protected]>
- * Stack.cs, Queue.cs, List.cs: Implement the non-generic interfaces.
- 2004-03-11 Martin Baulig <[email protected]>
- * List.cs: New file.
- 2004-03-11 Martin Baulig <[email protected]>
- * Stack.cs, Queue.cs: Just use `Node' for the nested class, not
- `Node<T>' (which would create another type parameter `T'
- overriding `T' from the outer class).
- 2004-02-23 Martin Baulig <[email protected]>
- * 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 <[email protected]>
- * *.cs: require GENERICS.
- 2003-11-08 Ben Maurer <[email protected]>
- * *.cs: require NET_2_0 and GENERICS
- 2003-11-07 Ben Maurer <[email protected]>
- * IComparable.cs, IComparer.cs, IDictionary.cs, IKeyComparer.cs, KeyValuePair.cs
- Added.
- 2003-11-06 Martin Baulig <[email protected]>
- * ICollection.cs, IList.cs, IEnumerator.cs, IEnumerable.cs:
- Started to implement the System.Collections.Generic classes.
|