ChangeLog 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. 2007-11-08 Jb Evain <[email protected]>
  2. * Enumerable.cs: Complete Union.
  3. 2007-11-08 Jb Evain <[email protected]>
  4. * Enumerable.cs: correctly implement Intersect.
  5. 2007-11-08 Jb Evain <[email protected]>
  6. * Enumerable.cs: code cleanup.
  7. 2007-11-06 Jb Evain <[email protected]>
  8. * Enumerable.cs: Fix what we return on Except. Fix #324031.
  9. 2007-09-12 Marek Safar <[email protected]>
  10. * Enumerable.cs: Fixed GroupJoin logic. Reused DefaultIfEmpty
  11. implementation.
  12. 2007-09-11 Marek Safar <[email protected]>
  13. * Enumerable.cs: Fixed Join recursion.
  14. 2007-08-22 Marek Safar <[email protected]>
  15. * Enumerable.cs: More SelectionMany.
  16. 2007-08-21 Marek Safar <[email protected]>
  17. * AOrderedEnumerable: New abstract base.
  18. * Enumerable.cs, Queryable.cs: Public methods update.
  19. * InternalOrderedSequence.cs: Fixed ThenBy.
  20. 2007-08-21 Marek Safar <[email protected]>
  21. * Enumerable.cs, Queryable.cs: Public methods update.
  22. * InternalOrderedSequence.cs, OrderedSequence.cs: Derives from
  23. IOrderedEnumerable<TElement>.
  24. 2007-08-17 Michael Hutchinson <[email protected]>
  25. * Enumerable.cs: Fix Aggregate's counting code, and make it more
  26. efficient.
  27. 2007-06-08 Marek Safar <[email protected]>
  28. * Enumerable.cs: Fixed recursion in GroupBy.
  29. 2007-03-24 Antonello Provenzano <[email protected]>
  30. * Enumerable.cs: Migrated from QueryExpression
  31. - Implemented overload of method Aggregate
  32. - Method AsEnumerable implemented
  33. - Method Contains overloaded
  34. - 'Distinct' method refactored and overloaded
  35. - 'Except' method refactored and overloaded
  36. - Method IndexOf overloaded to be used with IEqualityComparer instances
  37. - Method Join overloaded to be used with IEqualityComparer instances
  38. - Method GroupJoin overloaded to be used with IEqualityComparer instances
  39. - Implemented internal method ToReadOnlyCollection for support
  40. to expressions.
  41. 2007-02-16 Marek Safar <[email protected]>
  42. * Enumerable.cs, Queryable.cs: Remove Extension attribute.
  43. 2007-02-03 Atsushi Enomoto <[email protected]>
  44. * IQueryable_T.cs : fixed type/member signatures (generic arguments).
  45. 2007-01-19 Marek Safar <[email protected]>
  46. * QueryExpression.cs,
  47. * Enumerable.cs: New files.
  48. * Small update to recent version.
  49. 2007-01-19 Marek Safar <[email protected]>
  50. * ChangeLog: Added