| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- 2007-08-20 Marek Safar <[email protected]>
- * Makefile: Hardcoded 3.5 define for now.
- 2007-08-13 Federico Di Gregorio <[email protected]>
- * Added Test/ directory, modified Makefile to build and execute them.
- * Changed a couple of Expression methods to raise exceptions identicals to
- MS ones.
- * Added tests for AddExpression and ConstantExpression.
- * Implemented somme missing stuff in BinaryExpression.
- * The stuff in ExpressionUtils is very generic and does quite some
- redundant checks: I started splitting the stuff there into more
- "specific" methods that should be both understandable and fast.
- * Fixed the StringBuilder problem, added unique IDs to all tests,
- used Assert.IsNull where appropriate and fixed one more Expression
- method (AndAlso). Hope this is good enough for commit.
- 2007-07-12 Marek Safar <[email protected]>
- * System.Core.dll.sources: A few Beta 2 updates.
- 2007-07-11 Jb Evain <[email protected]>
- * Makefile: work on the 2.1 profile.
- 2007-05-11 Stephane Delcroix <[email protected]>
- * System/DateTimeOffset.cs:
- * System/InvalidTimeZoneException.cs:
- * System/TimeZoneInfo.AdjustmentRules.cs:
- * System/TimeZoneInfo.cs:
- * System/TimeZoneInfo.TransitionTime.cs
- * System/TimeZoneNotFoundException.cs: new TimeZoneInfo class
- * System.Core.dll.sources: Added the above files
- * Makefile: compile with -d:LIBC so TimeZoneInfo will look for libc
- defined timezones
- 2007-03-29 Miguel de Icaza <[email protected]>
- * Reapply the patch from Antonello, and rework the code to not use
- extension methods on Enumerable.
- 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
|