ChangeLog 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. 2008-09-05 Marek Safar <[email protected]>
  2. * System.Core.dll.sources: Add System.Threading
  3. 2008-08-05 Sebastien Pouliot <[email protected]>
  4. * System.Core.dll.sources: Add new files for crypto.
  5. * System.Core_test.dll.sources: Add crypto unit tests.
  6. 2008-05-01 Jb Evain <[email protected]>
  7. * System.Core-2008.csproj, System.Core.dll.sources: add new files.
  8. 2008-03-27 Leonid Freydovich <[email protected]>
  9. * Add some TARGET_JVM specific code
  10. 2008-01-09 Jb Evain <[email protected]>
  11. * Makefile: remove -langversion:linq which is
  12. default now.
  13. 2007-12-04 Marek Safar <[email protected]>
  14. * System.Core.dll.sources: System.Linq.Expression refresh.
  15. 2007-08-20 Marek Safar <[email protected]>
  16. * Makefile: Hardcoded 3.5 define for now.
  17. 2007-08-13 Federico Di Gregorio <[email protected]>
  18. * Added Test/ directory, modified Makefile to build and execute them.
  19. * Changed a couple of Expression methods to raise exceptions identicals to
  20. MS ones.
  21. * Added tests for AddExpression and ConstantExpression.
  22. * Implemented somme missing stuff in BinaryExpression.
  23. * The stuff in ExpressionUtils is very generic and does quite some
  24. redundant checks: I started splitting the stuff there into more
  25. "specific" methods that should be both understandable and fast.
  26. * Fixed the StringBuilder problem, added unique IDs to all tests,
  27. used Assert.IsNull where appropriate and fixed one more Expression
  28. method (AndAlso). Hope this is good enough for commit.
  29. 2007-07-12 Marek Safar <[email protected]>
  30. * System.Core.dll.sources: A few Beta 2 updates.
  31. 2007-07-11 Jb Evain <[email protected]>
  32. * Makefile: work on the 2.1 profile.
  33. 2007-05-11 Stephane Delcroix <[email protected]>
  34. * System/DateTimeOffset.cs:
  35. * System/InvalidTimeZoneException.cs:
  36. * System/TimeZoneInfo.AdjustmentRules.cs:
  37. * System/TimeZoneInfo.cs:
  38. * System/TimeZoneInfo.TransitionTime.cs
  39. * System/TimeZoneNotFoundException.cs: new TimeZoneInfo class
  40. * System.Core.dll.sources: Added the above files
  41. * Makefile: compile with -d:LIBC so TimeZoneInfo will look for libc
  42. defined timezones
  43. 2007-03-29 Miguel de Icaza <[email protected]>
  44. * Reapply the patch from Antonello, and rework the code to not use
  45. extension methods on Enumerable.
  46. 2007-02-04 Marek Safar <[email protected]>
  47. * System.Core.dll.sources: Added common constants.
  48. * Makefile: An assembly is 2.0 only.
  49. 2007-02-03 Atsushi Enomoto <[email protected]>
  50. * System.Core.dll.sources : added LambdaExpression.cs.
  51. 2006-11-01 Alejandro Serrano "Serras" <[email protected]>
  52. * Add IOrderedSequence, IQueryable
  53. * Change Sequence.Join and Sequence.GroupJoin to use Lookup<K, T>
  54. as stated on the Standard Query Operators paper
  55. 2006-06-05 Alejandro Serrano "Serras" <[email protected]>
  56. * Updates as of LINQ May 2006 release
  57. 2006-01-31 Alejandro Serrano "Serras" <[email protected]>
  58. * Fix bug in SkipWhile<T>, where the first element was never yielded
  59. 2006-01-30 Alejandro Serrano "Serras" <[email protected]>
  60. * Initial commit