2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / corlib / ChangeLog
index 7cc965f54c7f37b1c081fc03c9cf1482dd43ff2d..946133a21df5611873acf8a180caef0d4da401ec 100644 (file)
@@ -1,5 +1,122 @@
+2005-01-31  Kazuki Oikawa <kazuki@panicode.com>
+
+       * Patch from Kazuki Oikawa <kazuki@panicode.com> that replaces the
+       old Integer and Floating point number string formatter with a new
+       formatter that is more compliant. 
+
+2005-01-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * corlib.dll.sources : added CharUnicodeInfo.cs.
+
+2005-01-10  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * corlib.dll.sources: Added System.Security.AccessControl/
+       CryptoKeySecurity.cs (2.0) to the build.
+
+2005-01-09  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * corlib_test.dll.sources : Added Test/System.Security/
+       HostSecurityManagerTest.cs and PermissionSetCollectionTest,cs
+       unit tests (2.0) to the build.
+
+2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * corlib.dll.sources: Added System.Security/SecurityCriticalAttribute
+       and SecurityTransparentAttribute (2.0) to the build.
+
+2005-01-05  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * corlib.dll.sources: Removed System.Security.Permissions/
+       DataProtectionPermission.cs, DataProtectionPermissionAttribute.cs and
+       DataProtectionFlags.cs as they are now part of the System.Security
+       assembly.
+       * corlib_test.dll.sources : Removed Test/System.Security.Permissions/
+       DataProtectionPermissionAttributeTest.cs for the same reason.
+
+2004-12-27  Ben Maurer  <bmaurer@ximian.com>
+
+       * corlib_test.dll.sources: Add s.col.gen.stack test
+
+2004-12-23  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * corlib.dll.sources: Removed System.Security.Cryptography/
+       ProtectedData.cs, ProtectedMemory.cs, DataProtectionScope.cs and
+       MemoryProtectionScope.cs as they are now part of the System.Security
+       assembly.
+       * corlib_test.dll.sources : Removed Test/System.Security.Cryptography/
+       ProtectedDataTest.cs and ProtectedMemoryTest.cs for the same reason.
+
+2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * corlib.dll.sources: Added System.Security/SecurityFrame.cs to the build.
+
+2004-12-06  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * corlib_test.dll.sources : added TextWriterTest.cs.
+
+2004-11-28  Zoltan Varga  <vargaz@freemail.hu>
+
+       * corlib.dll.sources: Added some missing 2.0 exception classes.
+
+2004-11-19  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (LIBRARY_COMPILE): Simplify.
+
+2004-10-29  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile: Move support for building net_2_0_bootstrap libraries
+       to gmcs.
+
+2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
+
+       * corlib.dll.sources: Add more 2.0 classes under System.Runtime.InteropServices.
+
+       * corlib.dll.sources: Add new 2.0 classes under System.Runtime.InteropServices.
+
+2004-09-29  Zoltan Varga  <vargaz@freemail.hu>
+
+       * corlib.dll.sources: Add System.Runtime.InteropServices/UnmanagedFunctionPointerAttribute.cs.
+
+2004-09-27  Zoltan Varga  <vargaz@freemail.hu>
+
+       * corlib.dll.sources: Add more 2.0 System.Reflection classes.
+       
+       * corlib.dll.sources: Add some 2.0 System.Reflection classes.
+
+2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
+
+       * corlib_test.dll.sources: Add System.Reflection/FieldInfoTest.
+       
+       * corlib_test.dll.sources: Add System.Reflection/MethodInfoTest.
+
+2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
+
+       * corlib_test.dll.sources: Add System.Reflection/ParameterInfoTest.
+
+2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
+
+       * corlib.dll.sources: Add System.Reflection.ObfuscateAssemblyAttribute
+       and System.Reflection.ObfuscationAttribute.
+
+2004-09-21  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (net20bootstrapcorlib): Rename from net20bootstraplib.
+       Build 'mscorlib.dll' using the 'net_2_0_bootstrap' profile.
+       (net20bootstrapSystem): New.  Build 'System.dll' using the
+       'net_2_0_bootstrap' profile.
+       ($(gmcs)): Depend on both the above.
+       (CLEAN_FILES) [PROFILE=net_2_0]: Clean the 'net_2_0_bootstrap'
+       profile and 'gmcs' too.
+
+2004-09-20  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * corlib.dll.sources: Removed ReadOnlyCollections.cs and Collection.cs
+       from corlib System.Collections.Generics to System assembly
+
 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
 
+       * corlib_test.dll.sources: Added System/ModuleHandleTest.
+
        * corlib.dll.sources: Added System/ModuleHandle.
 
 2004-09-14  Tim Coleman <tim@timcoleman.com>