X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FChangeLog;h=2b041d31c6b085b0690e6db4ac63720c545fc195;hb=15cc9902a1c23415f0c9a3b500960c87deab8a8b;hp=16df6014c13a3a82e63c244c7669a1a330a470a0;hpb=2a8259225695032220537b3c90a99d7a2686f214;p=mono.git diff --git a/mcs/class/corlib/ChangeLog b/mcs/class/corlib/ChangeLog index 16df6014c13..2b041d31c6b 100644 --- a/mcs/class/corlib/ChangeLog +++ b/mcs/class/corlib/ChangeLog @@ -1,3 +1,204 @@ +2005-11-15 Atsushi Enomoto + + * corlib_test.dll.sources: + Added EncoderReplacementFallbackBudderTest.cs. + +2005-11-15 Atsushi Enomoto + + * corlib_test.dll.sources: + Added DecoderReplacementFallbackBudderTest.cs. + +2005-11-15 Zoltan Varga + + * corlib.dll.sources: Readd NewConstraintAttribute.cs as gmcs depends on it. + + * corlib.dll.sources: Remove obsolete net 2.0 classes. + +2005-11-15 Atsushi Enomoto + + * corlib_test.dll.sources: added new tests for + DecoderReplacementFallback and EncoderReplacementFallback. + +2005-11-15 Atsushi Enomoto + + * corlib.dll.sources: Encoder support types in System.Text as well. + +2005-11-14 Atsushi Enomoto + + * corlib.dll.sources: added new .NET 2.0 Decoder support types in + System.Text. + +2005-11-06 Zoltan Varga + + * corlib.dll.sources: Add System.IO/SearchOption.cs. + +2005-11-05 Robert Jordan + + * corlib.dll.sources: Added System.Runtime.Remoting.Channels/ISecurableChannel.cs + +2005-10-26 Zoltan Varga + + * corlib.dll.sources: Add System.Runtime.InteropServices/IsCopyConstructed.cs. + + * corlib.dll.sources: Add/Remove some net 2.0 classes in System.Runtime.CompilerServices. + +2005-10-25 Atsushi Enomoto + + * corlib_test.dll.sources : added System.Collections.ObjectModel/KeyedCollectionTest.cs. + +2005-10-07 Zoltan Varga + + * corlib.dll.sources: Add System.Runtime.CompilerServices/{RuntimeCompatibilityAttribute.cs, RuntimeWrappedException.cs}. + + * corlib_test.dll.sources: Add System/DelegateTest.cs + +2005-08-13 Zoltan Varga + + * Makefile (EXTRA_DISTFILES): Add resource files. Fixes #75794. + +2005-08-10 Zoltan Varga + + * corlib.dll.sources: Add System.Runtime.InteropServices/SafeHandle.cs + and Microsoft.Win32.SafeHandles/SafeHandleZeroOrMinusOneIsInvalid.cs. + +2005-08-09 Zoltan Varga + + * corlib.dll.sources: Add System.Runtime.CompilerServices/SpecialNameAttribute.cs. + +2005-08-08 Atsushi Enomoto + + * corlib.dll.sources : added managed collation classes + * Makefile : added resources to build. + * resources : new directory for collation table resources. + +2005-08-06 Gert Driesen + + * corlib.dll.sources: Added System.Runtime.InteropServices/ + TypeLibImportClassAttribute.cs. + +2005-07-26 Zoltan Varga + + * corlib.dll.sources: Add System/StringSplitOptions.cs and System/MidpointRounding.cs. + +2005-07-26 Raja R Harinath + + * Makefile: Minor re-org for better readability. Remove an + outdated comment. + +2005-07-26 Marek Safar + + * corlib.dll.sources: Added System.StringComparer.cs. + +2005-07-25 Marek Safar + + * Makefile: `if' for 2.0 warnings only. + +2005-07-11 Marek Safar + + * Makefile: Disable warning 414. + +2005-06-29 Ben Maurer + + * Makefile (TEST_MCS_FLAGS): Remove bad dep on S.Data. + +2005-06-23 Sebastien Pouliot + + * corlib.dll.sources: Added System.Security.Policy.MonoTrustManager to + the build (for 2.0). + * corlib_test.dll.sources: Added unit tests (normal and CAS) for + System.Security.Policy.ApplicationSecurityManager. + +2005-06-22 Sebastien Pouliot + + * corlib_test.dll.sources: Added CAS unit tests for System.Security. + SecurityManager and CodeAccessPermission to the build. + +2005-06-21 David Waite + + * corlib_test.dll.sources: Added System.Collections.ObjectModel.Collection test + +2005-06-19 Zoltan Varga + + * corlib.dll.sources: Add System.Collections.ObjectModel classes. + + * System.Collections.ObjectModel: New directory. + +2005-06-12 David Waite + + * corlib.dll.sources: Add the non-generic IEqualityComparer interface + +2005-06-15 Martin Baulig + + * System/GenericParameterAttributes.cs: Move to System.Reflection; + thanks to Kamil Skalski for pointing this out. + +2005-06-10 Sebastien Pouliot + + * corlib_test.dll.sources: Added unit tests for System.Security. + Policy.StrongNameMembershipCondition. + +2005-06-07 Sebastien Pouliot + + * corlib_test.dll.sources: Added unit tests (normal and CAS) for + System.Runtime.InteropServices.RuntimeEnvironment. + +2005-06-06 Zoltan Varga + + * corlib.dll.sources: Some System.Reflection classes got renamed in net 2.0 + beta 2. + +2005-06-04 Ben Maurer + + * corlib.dll.sources: IEqualityComparer, etc + + * corlib.dll.sources: IEquatable + + * */*.cs: .NET 2.0 fixups + +2005-05-30 Sebastien Pouliot + + * corlib_test.dll.sources: Added (re-added?) the System.Activator unit + tests. + +2005-05-28 Sebastien Pouliot + + * corlib.dll.sources: Added System.Runtime.Hosting namespace with + ActivationArguments and ApplicationActivator classes. Removed + ApplicationActivator from System namespace. + +2005-05-27 Sebastien Pouliot + + * corlib.dll.sources: Added internal System.Security.PermissionBuilder + class to the build. + * corlib_test.dll.sources: Added CAS unit tests for System.Security. + PermissionSet class. + +2005-05-26 Sebastien Pouliot + + * corlib.dll.sources: Removed the *Switcher structures from the build + (NET_2_0) as they aren't part of the public API (beta2) anymore. + - System.Threading/CompressedStackSwitcher.cs + - System.Threading/ExecutionContextSwitcher.cs + - System.Threading/HostExecutionContextSwitcher.cs + -System.Threading/SynchronizationContextSwitcher.cs + Added System.Security.Policy/DefaultPolicies.cs + +2005-05-25 Zoltan Varga + + * corlib_test.dll.sources: Add System.Reflection.TypeDelegatorTest. + +2005-05-22 Sebastien Pouliot + + * corlib.dll.sources: Renamed CER to Cer to match 2.0 beta2. + +2005-05-18 Sebastien Pouliot + + * corlib_test.dll.sources: Added new CAS tests for System.IO.Stream. + +2005-05-15 Andreas Nahr + + * corlib.dll.sources: added various files for System.Runtime.InteropServices + 2005-05-13 Atsushi Enomoto * corlib_test.dll.sources,