| 123456789101112131415161718192021222324252627 |
- 2007-02-04 Marek Safar <[email protected]>
- * System.Core.dll.sources: Added common constants.
- * Makefile: An assembly is 2.0 only.
- 2007-02-03 Atsushi Enomoto <[email protected]>
- * System.Core.dll.sources : added LambdaExpression.cs.
- 2006-11-01 Alejandro Serrano "Serras" <[email protected]>
- * Add IOrderedSequence, IQueryable
- * Change Sequence.Join and Sequence.GroupJoin to use Lookup<K, T>
- as stated on the Standard Query Operators paper
- 2006-06-05 Alejandro Serrano "Serras" <[email protected]>
- * Updates as of LINQ May 2006 release
- 2006-01-31 Alejandro Serrano "Serras" <[email protected]>
- * Fix bug in SkipWhile<T>, where the first element was never yielded
- 2006-01-30 Alejandro Serrano "Serras" <[email protected]>
- * Initial commit
|