ChangeLog 2.2 KB

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