ChangeLog 5.2 KB

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