2008-02-03 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / metadata / ChangeLog
index 67b69de328c49346262a8ec092638fb457d2e041..16b2cf8dfb1a8a3a621b76287bffe63f8980a6d0 100644 (file)
@@ -1,5 +1,39 @@
+2008-02-03  Zoltan Varga  <vargaz@gmail.com>
+
+       * marshal.c (mono_marshal_get_runtime_invoke): Fix sharing of runtime wrappers
+       between methods for non-corlib types.
+
+2008-02-02  Geoff Norton  <gnorton@novell.com>
+
+       * loader.c (mono_method_get_param_names): Populate the parameter name for 
+       generic parameters as well. (Fixes #342536)
+
+2008-01-31 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * verify.c (is_valid_bool_arg): Allow boxed values and null literals as well.
+
+       * verify.c (do_invoke_method): Fix for calling with byref structs.
+
+       * verify.c (do_cast): push a boxed value type based on the type token and not
+       the type of stack.
+
+2008-01-31  William Holmes  <billholmes54@gmail.com>
+
+       * process.c (process_module_string_read): Check the size returned form 
+         VerQueryValue to avoid out of memory exception. 
+
+2008-01-30  Zoltan Varga  <vargaz@gmail.com>
+
+       * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
+       Handle properly modules which are not in the moduleref table. Fixes
+       #356938.
+
 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
 
+       * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Remove
+       the dynamic case which is now in managed code.
+       (ves_icall_System_Reflection_Assembly_GetTypes): Ditto.
+
        * marshal.c (mono_string_to_bstr): Fix a warning.
        (init_com_provider_ms): Ditto.