Moved ProviderCollectionTest.cs from System assembly to System.Configuration.
[mono.git] / mcs / class / corlib / System.Reflection / ChangeLog
index 5db0f325f4d4658dce8110c60b7291ee160ce778..42a84e8043b70f990241b6957663c367ab78fac8 100644 (file)
@@ -1,8 +1,50 @@
+2008-09-07  Zoltan Varga  <vargaz@gmail.com>
+
+       * MonoField.cs: Add check to GetValue/SetValue () to avoid crashes when it is
+       called on fields of open types. Fixes #424077.
+
+2008-08-12  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ReflectionSerializationHolder.cs: Removed.
+       * common.src: Removed.
+
+2008-08-04  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Assembly.cs : return UnmanagedMemoryStream from 
+         GetManifestResourceStream(). Fixed bug #322241.
+
+2008-07-30  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * MonoGenericClass.cs (InflateType): Guard against null types.
+       Fixes #412965.
+
+2008-07-23  Marek Safar  <marek.safar@gmail.com>
+
+       * MethodBase.cs (GetMethodFromHandle): Needed for bootraping.
+
+2008-07-22  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * MonoGenericClass.cs (GetMethod): Under compiler mode allow
+       MethodOnTypeBuilderInst to be used..
+
+2008-07-17  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * MonoGenericClass.cs (GetMethod): Revert to old code
+       path as the new one broke System.Core.
+
+2008-07-16  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * MonoGenericClass.cs (GetMethod): Use the new codepath for compiler
+       context.
+
+       * MonoGenericClass.cs: New InflateType method, used to inflate
+       managed types.
+
 2008-07-11  Marek Safar  <marek.safar@gmail.com>
 
        * MonoGenericClass.cs (GetField): Put back removed code.
 
-2008-07-04  Rodrigo Kumpera  <rkumpera@n ovell.com>
+2008-07-04  Rodrigo Kumpera  <rkumpera@novell.com>
 
        * MethodBase.cs (GetMethodFromHandle): Fix a warning in
        the 1.0 build.
@@ -24,7 +66,7 @@
        * MonoGenericClass.cs (GetConstructor): Put back removed code due to obscure
        System.Reflection.MonoGenericCMethod.
 
-2008-06-19  Kornél Pál  <kornelpal@gmail.com>
+2008-06-19  Kornel Pal  <kornelpal@gmail.com>
 
        * Module.cs: Add internal GetHINSTANCE.
 
        * Binder.cs: Applied patch from Yves Bastide (doc.formatique@gmail.com). Add 
        support for converting integers to enums. Fixes #380361.
 
-2008-04-02  Andreas Nahr  <ClassDevelopment@A-SoftTech.com>
+?2008-04-02  Andreas Nahr  <ClassDevelopment@A-SoftTech.com>
 
        * IReflect.cs
        * MethodInfo.cs: Fix parameter names
@@ -392,7 +434,7 @@ Tue Dec 12 19:45:26 CET 2006 Paolo Molaro <lupus@ximian.com>
        absolute path before passing it to Assembly.InternalGetAssemblyName
        as the CodeBase is not set in that case.
 
-2006-10-17  Kornél Pál  <kornelpal@gmail.com>
+2006-10-17  Kornel Pal  <kornelpal@gmail.com>
 
        * FieldInfo.cs: Added GetRawConstantValue (). Note that throwing a
          NotSupportedException is the proper implementation.
@@ -1578,7 +1620,7 @@ Sat Jul 10 15:48:34 CEST 2004 Paolo Molaro <lupus@ximian.com>
        abstract; use an interncall in MonoMethod and a custom
        implementation in MethodBuilder.        
 
-2003-10-17  Pedro Martínez Juliá  <yoros@wanadoo.es>
+2003-10-17  Pedro Martinez Julia  <yoros@wanadoo.es>
 
        * MonoEvent.cs: implement ToString method as in MS.NET.