ChangeLog 2.1 KB

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