Revert patch as it introduced a regression while building: ** ERROR **: file metadat...
[mono.git] / mono / metadata / ChangeLog
index 4547addc68eab8869cb4aacc9851836b1a4fb7ef..94b3be28f3703c42c2c45e03cef74f96a39834e5 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * socket-io.c: the field names were changed 3 months ago and no one
+       realized until bug #76077 got filed!
+
 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
 
        * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
@@ -8,59 +13,6 @@
        function.
        (mono_custom_attrs_construct_by_type): New helper function.
 
-2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
-
-       * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
-       terminate the resulting string. Fixes #76123.
-
-2005-09-16  Martin Baulig  <martin@ximian.com>
-
-       * mono-debug.c
-       (mono_debug_add_method): Ignore inflated methods for the moment.
-
-2005-09-14  Martin Baulig  <martin@ximian.com>
-
-       * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
-
-2005-09-13  Zoltan Varga  <vargaz@gmail.com>
-
-       * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
-       return a success/failure indication.
-       (mono_metadata_interfaces_from_typedef_full): Ditto.
-       (get_constraints): Ditto.
-
-2005-09-12  Zoltan Varga  <vargaz@gmail.com>
-
-       * marshal.c (emit_marshal_array): Fix handling of null arrays.
-       
-       * marshal.c (emit_marshal_array): Add support for returning string
-       arrays from delegates. Fixes #76063.
-
-       * marshal.c: Use the emit_ldloc/stloc macros where possible.
-
-2005-09-11  Zoltan Varga  <vargaz@gmail.com>
-
-       * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
-       icall.
-
-2005-09-09  Zoltan Varga  <vargaz@gmail.com>
-
-       * reflection.c icall.c: Fix after mono_get_exception_type_load
-       signature change.
-
-       * assembly.c (mono_assembly_get_assemblyref): New helper function.
-       (mono_assembly_load_reference): Use the new helper.
-
-       * class-internals.h (MonoLoaderError): New structure containing 
-       information about type loading errors.
-
-       * class-internals.h loader.c: Add APIs to store per-thread loader
-       error information.
-
-       * loader.c class.c: Set the loader error if needed.
-
-       * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
-
 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
 
        * decimal.c: fixed to handle the broken ARM fp format.