ChangeLog 4.0 KB

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