ChangeLog 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. 2008-05-01 Jb Evain <[email protected]>
  2. * SortDirection.cs, SortContext.cs, SortSequenceContext.cs:
  3. new infrastructure files for nested orderby/thenby calls.
  4. * QuickSort.cs: refactored out of OrderedSequence.cs
  5. * OrderedEnumerable.cs, OrderedSequence.cs: refactoring
  6. to use the new SortContext infrastructure.
  7. 2008-04-30 Jb Evain <[email protected]>
  8. * Enumerable.cs: Average (int|long): properly compute
  9. average.
  10. 2008-04-22 Jb Evain <[email protected]>
  11. * Enumerable.cs (ToReadOnlyCollection): optimization, use
  12. a generic singleton for empty read only collections.
  13. 2008-03-31 Marek Safar <[email protected]>
  14. * Enumerable.cs: Use Math.Min and Math.Max where appropriate.
  15. 2008-03-27 Leonid Freydovich <[email protected]>
  16. * LambdaExpression.cs Add some TARGET_JVM specific code
  17. 2008-02-09 Miguel de Icaza <[email protected]>
  18. * Enumerable.cs (ToDictionary): Implement this overload.
  19. 2008-02-01 Jb Evain <[email protected]>
  20. * Queryable.cs, Check.cs: integrate GHOP work from
  21. Andreas Noever <[email protected]>.
  22. 2008-01-21 Jb Evain <[email protected]>
  23. * Enumerable.cs: fix Intersect.
  24. 2008-01-21 Jb Evain <[email protected]>
  25. * Enumerable.cs: fix Concat et SelectMany.
  26. 2008-01-21 Jb Evain <[email protected]>
  27. * Enumerable.cs: fix range.
  28. 2008-01-21 Jb Evain <[email protected]>
  29. * Enumerable.cs: more ArgumentNullExceptions.
  30. 2008-01-21 Jb Evain <[email protected]>
  31. * Enumerable.cs: fix some more ArgumentNullException.
  32. 2008-01-21 Jb Evain <[email protected]>
  33. * Enumerable.cs: correctly throw ArgumentNullException
  34. for Cast.
  35. 2008-01-21 Jb Evain <[email protected]>
  36. * Enumerable.cs (Iterate): protect against null selectors.
  37. 2008-01-21 Jb Evain <[email protected]>
  38. * Enumerable.cs: fix IterateNullable.
  39. 2008-01-15 Jb Evain <[email protected]>
  40. * Enumerable.cs: clean the ToReadOnlyCollection extension
  41. method.
  42. 2007-12-18 Jb Evain <[email protected]>
  43. * Enumerable.cs: refactor some Min.
  44. 2007-12-18 Jb Evain <[email protected]>
  45. * Enumerable.cs: refactor some more Max.
  46. 2007-12-12 Jb Evain <[email protected]>
  47. * Check.cs, Enumerable.cs: extract the checks to their
  48. own class, as they'll be used by Queryable as well.
  49. 2007-12-04 Marek Safar <[email protected]>
  50. * Enumerable.cs: Refactor some copy&paste blocks.
  51. 2007-11-28 Jb Evain <[email protected]>
  52. * Enumerable.cs: fix warnings.
  53. 2007-11-27 Scott Peterson <[email protected]>
  54. * InternalOrderedSequence.cs: updated Quicksort algorithm.
  55. 2007-11-22 Atsushi Enomoto <[email protected]>
  56. * Enumerable.cs : fixed Range(int,int) that iterated one less.
  57. Thanks to http://d.hatena.ne.jp/NyaRuRu/ .
  58. 2007-11-13 Jb Evain <[email protected]>
  59. * Enumerable.cs: make the new unit tests pass.
  60. 2007-11-09 Jb Evain <[email protected]>
  61. * Enumerable.cs: refactor the ArgumentNullException checks.
  62. 2007-11-08 Jb Evain <[email protected]>
  63. * Enumerable.cs: Implement SequenceEqual.
  64. 2007-11-08 Jb Evain <[email protected]>
  65. * Enumerable.cs: Complete Union.
  66. 2007-11-08 Jb Evain <[email protected]>
  67. * Enumerable.cs: correctly implement Intersect.
  68. 2007-11-08 Jb Evain <[email protected]>
  69. * Enumerable.cs: code cleanup.
  70. 2007-11-06 Jb Evain <[email protected]>
  71. * Enumerable.cs: Fix what we return on Except. Fix #324031.
  72. 2007-09-12 Marek Safar <[email protected]>
  73. * Enumerable.cs: Fixed GroupJoin logic. Reused DefaultIfEmpty
  74. implementation.
  75. 2007-09-11 Marek Safar <[email protected]>
  76. * Enumerable.cs: Fixed Join recursion.
  77. 2007-08-22 Marek Safar <[email protected]>
  78. * Enumerable.cs: More SelectionMany.
  79. 2007-08-21 Marek Safar <[email protected]>
  80. * AOrderedEnumerable: New abstract base.
  81. * Enumerable.cs, Queryable.cs: Public methods update.
  82. * InternalOrderedSequence.cs: Fixed ThenBy.
  83. 2007-08-21 Marek Safar <[email protected]>
  84. * Enumerable.cs, Queryable.cs: Public methods update.
  85. * InternalOrderedSequence.cs, OrderedSequence.cs: Derives from
  86. IOrderedEnumerable<TElement>.
  87. 2007-08-17 Michael Hutchinson <[email protected]>
  88. * Enumerable.cs: Fix Aggregate's counting code, and make it more
  89. efficient.
  90. 2007-06-08 Marek Safar <[email protected]>
  91. * Enumerable.cs: Fixed recursion in GroupBy.
  92. 2007-03-24 Antonello Provenzano <[email protected]>
  93. * Enumerable.cs: Migrated from QueryExpression
  94. - Implemented overload of method Aggregate
  95. - Method AsEnumerable implemented
  96. - Method Contains overloaded
  97. - 'Distinct' method refactored and overloaded
  98. - 'Except' method refactored and overloaded
  99. - Method IndexOf overloaded to be used with IEqualityComparer instances
  100. - Method Join overloaded to be used with IEqualityComparer instances
  101. - Method GroupJoin overloaded to be used with IEqualityComparer instances
  102. - Implemented internal method ToReadOnlyCollection for support
  103. to expressions.
  104. 2007-02-16 Marek Safar <[email protected]>
  105. * Enumerable.cs, Queryable.cs: Remove Extension attribute.
  106. 2007-02-03 Atsushi Enomoto <[email protected]>
  107. * IQueryable_T.cs : fixed type/member signatures (generic arguments).
  108. 2007-01-19 Marek Safar <[email protected]>
  109. * QueryExpression.cs,
  110. * Enumerable.cs: New files.
  111. * Small update to recent version.
  112. 2007-01-19 Marek Safar <[email protected]>
  113. * ChangeLog: Added