ChangeLog 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. 2010-04-06 Jb Evain <[email protected]>
  2. * net_4_0_System.Core.dll.sources: add files to support ToQueryable.
  3. 2010-03-16 Jb Evain <[email protected]>
  4. * net_2_1_*.dll.sources: rename to moonlight_*.dll.sources.
  5. 2009-12-17 Marek Safar <[email protected]>
  6. * Makefile: Compile itself using bootstrap System.Core.
  7. 2009-09-23 Sebastien Pouliot <[email protected]>
  8. * net_2_1_raw_System.Core.dll.sources: Remove some extra classes
  9. from NET_2_1
  10. 2009-08-30 Zoltan Varga <[email protected]>
  11. * System.Core_test.dll.sources: Add MemoryMappedFileTest.cs.
  12. * Makefile: Pass -unsafe to gmcs.
  13. 2009-08-29 Zoltan Varga <[email protected]>
  14. * net_4_0_System.Core.dll.sources: Add System.IO.MemoryMappedFiles/*.cs
  15. and Microsoft.Win32.SafeHandles/SafeMemoryMappedFileHandle.cs.
  16. 2009-08-27 Atsushi Enomoto <[email protected]>
  17. * Makefile : add -r:Mono.Posix on required profiles.
  18. 2009-08-18 Atsushi Enomoto <[email protected]>
  19. * net_2_1_raw_System.Core.dll.sources : now it should be created.
  20. 2009-08-18 Atsushi Enomoto <[email protected]>
  21. * System.Core.dll.sources : added a couple of sys.io.pipes files.
  22. 2009-07-20 Jb Evain <[email protected]>
  23. * Makefile: filter the valid profile on the framework version,
  24. to make it easier to have custom variants.
  25. 2009-07-02 Marek Safar <[email protected]>
  26. * net_4_0_System.Core.dll.sources: New file.
  27. 2009-06-04 Jb Evain <[email protected]>
  28. * Makefile: fix the 2.1 profile version.
  29. 2008-09-05 Marek Safar <[email protected]>
  30. * System.Core.dll.sources: Add System.Threading
  31. 2008-08-05 Sebastien Pouliot <[email protected]>
  32. * System.Core.dll.sources: Add new files for crypto.
  33. * System.Core_test.dll.sources: Add crypto unit tests.
  34. 2008-05-01 Jb Evain <[email protected]>
  35. * System.Core-2008.csproj, System.Core.dll.sources: add new files.
  36. 2008-03-27 Leonid Freydovich <[email protected]>
  37. * Add some TARGET_JVM specific code
  38. 2008-01-09 Jb Evain <[email protected]>
  39. * Makefile: remove -langversion:linq which is
  40. default now.
  41. 2007-12-04 Marek Safar <[email protected]>
  42. * System.Core.dll.sources: System.Linq.Expression refresh.
  43. 2007-08-20 Marek Safar <[email protected]>
  44. * Makefile: Hardcoded 3.5 define for now.
  45. 2007-08-13 Federico Di Gregorio <[email protected]>
  46. * Added Test/ directory, modified Makefile to build and execute them.
  47. * Changed a couple of Expression methods to raise exceptions identicals to
  48. MS ones.
  49. * Added tests for AddExpression and ConstantExpression.
  50. * Implemented somme missing stuff in BinaryExpression.
  51. * The stuff in ExpressionUtils is very generic and does quite some
  52. redundant checks: I started splitting the stuff there into more
  53. "specific" methods that should be both understandable and fast.
  54. * Fixed the StringBuilder problem, added unique IDs to all tests,
  55. used Assert.IsNull where appropriate and fixed one more Expression
  56. method (AndAlso). Hope this is good enough for commit.
  57. 2007-07-12 Marek Safar <[email protected]>
  58. * System.Core.dll.sources: A few Beta 2 updates.
  59. 2007-07-11 Jb Evain <[email protected]>
  60. * Makefile: work on the 2.1 profile.
  61. 2007-05-11 Stephane Delcroix <[email protected]>
  62. * System/DateTimeOffset.cs:
  63. * System/InvalidTimeZoneException.cs:
  64. * System/TimeZoneInfo.AdjustmentRules.cs:
  65. * System/TimeZoneInfo.cs:
  66. * System/TimeZoneInfo.TransitionTime.cs
  67. * System/TimeZoneNotFoundException.cs: new TimeZoneInfo class
  68. * System.Core.dll.sources: Added the above files
  69. * Makefile: compile with -d:LIBC so TimeZoneInfo will look for libc
  70. defined timezones
  71. 2007-03-29 Miguel de Icaza <[email protected]>
  72. * Reapply the patch from Antonello, and rework the code to not use
  73. extension methods on Enumerable.
  74. 2007-02-04 Marek Safar <[email protected]>
  75. * System.Core.dll.sources: Added common constants.
  76. * Makefile: An assembly is 2.0 only.
  77. 2007-02-03 Atsushi Enomoto <[email protected]>
  78. * System.Core.dll.sources : added LambdaExpression.cs.
  79. 2006-11-01 Alejandro Serrano "Serras" <[email protected]>
  80. * Add IOrderedSequence, IQueryable
  81. * Change Sequence.Join and Sequence.GroupJoin to use Lookup<K, T>
  82. as stated on the Standard Query Operators paper
  83. 2006-06-05 Alejandro Serrano "Serras" <[email protected]>
  84. * Updates as of LINQ May 2006 release
  85. 2006-01-31 Alejandro Serrano "Serras" <[email protected]>
  86. * Fix bug in SkipWhile<T>, where the first element was never yielded
  87. 2006-01-30 Alejandro Serrano "Serras" <[email protected]>
  88. * Initial commit