ChangeLog 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. 2005-11-10 Zoltan Varga <[email protected]>
  2. * SortedList.cs Queue.cs Stack.cs: Implement TrimExcess methods.
  3. * SortedList.cs: Fix build.
  4. * Stack.cs SortedList.cs LinkedList.cs: Update to net 2.0 RTM.
  5. 2005-11-09 Zoltan Varga <[email protected]>
  6. * SortedList.cs: New file.
  7. 2005-09-04 David Waite <[email protected]>
  8. * LinkedList.cs, LinkedListNode.cs: added implementation of LinkedList<T>
  9. 2005-08-08 Kamil Skalski <[email protected]>
  10. * Queue.cs, Stack.cs: remove implementation of ICollection<T>,
  11. since it is no longer in b2 API
  12. 2005-06-20 David Waite <[email protected]>
  13. * Collection.cs, ReadOnlyCollection.cs: removed as they are no longer in the b2 API
  14. 2005-05-13 Atsushi Enomoto <[email protected]>
  15. * Queue.cs, Stack.cs: moved from mscorlib.dll
  16. 2005-02-35 Carlos Alberto Cortez <[email protected]>
  17. * Collections.cs: Changed the code inside IndexOf, for
  18. the use of Array.IndexOf<>, to keep clean the code.
  19. 2004-11-17 Carlos Alberto Cortez Guevara <[email protected]>
  20. * Collections.cs: Avoid the call to Array.Clear () in RemoveItem (),
  21. now we only assign the last element (the deleted one) to its default
  22. value.
  23. 2004-09-20 Gert Driesen <[email protected]>
  24. * ReadOnlyCollection.cs: Moved over from corlib
  25. * Collection.cs: Moved over from corlib