2004-07-05 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / metadata / ChangeLog
index 6ea2a3bb4d66bb981f67803c9f693301dfb33397..21aee2df2d1958b7d45979427f85b9481bd814e9 100644 (file)
@@ -1,3 +1,109 @@
+2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
+
+       * metadata-internals.h image.c: Add a cache for helper signatures.
+
+       * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
+
+2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
+
+       * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
+       delegates from a delegate. Fixes #61033.
+       
+       * marshal.c: Fix managed->native stringbuilder marshalling. Implement
+       marshalling of stringbuilder arrays. Fixes #59900.
+
+2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
+
+       * icall.c: Add EnumBuilder:setup_enum_type icall.
+
+2004-06-30  Ben Maurer  <bmaurer@ximian.com>
+
+       * icall.c: Added a new icall for the property version of
+       OffsetOfStringData.
+
+2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
+
+       * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
+       it has a constant size across platforms.
+
+       * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
+       stack trace.
+
+2004-06-29  Martin Baulig  <martin@ximian.com>
+
+       * mono-debug.c (mono_debug_add_method): Protect the whole function
+       in mono_debugger_lock(), not just parts of it.
+
+Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
+
+       * reflection.c: make sure padding bytes in heaps are zeroed.
+
+2004-06-24  David Waite  <mass@akuma.org>
+
+       * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
+       image.c, loader.c, locales.c, marshal.c, metadata.c,
+       mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
+       string-icalls.c, threads.c: change to C90-style comments from C99 /
+       C++ -style
+
+2004-06-24  Dick Porter  <dick@ximian.com>
+
+       * threads.c
+       (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
+       return createdNew.  Fixes bug 60412.
+
+       * threads-types.h: 
+       * icall.c: Add createdNew parameter to CreateMutex icall
+
+Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
+
+       * reflection.c, object-internals.h: save default value in params.
+
+2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * appdomain.c: for paths in PrivateBinPath that are absolute, there's
+       no need to build a new path combining that with the application base.
+       Fixes bug #60442.
+
+Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
+
+       * reflection.c: fixed minor standard compliance issues.
+
+Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
+
+       * reflection.c: fixed issue with encoding some custom attributes
+       (arrays in properties and fields, bug #60411).
+
+2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * reflection.c: fix start address when copying the public key token.
+
+2004-06-23  Martin Baulig  <martin@ximian.com>
+
+       * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
+       the `exc' object in a static object to put it into the GC's root set.
+
+Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
+
+       * reflection.c: make mono_reflection_setup_internal_class ()
+       callable a second time to setup a new parent class.
+
+2004-06-23  Dick Porter  <dick@ximian.com>
+
+       * threads.c: Check for WAIT_IO_COMPLETION return values.
+
+2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * appdomain.c: Removed the g_free on the public key token. Now copy 
+       the pk token string into the MonoAssemblyName buffer using g_strlcpy.
+       * assembly.c: Added public key token string value when loading 
+       assemblies. Fix bug #60439.
+       * icall.c: Added missing informations (like public key) in 
+       GetReferencedAssemblies. Fix #60519.
+       * image.h: Changed definition for public key token from const char*
+       public_tok_value to guchar public_key_token [17];
+       * reflection.c: Updated for changes to public key token.
+
 2004-06-22  Lluis Sanchez Gual
 
        * icall.c: In ves_icall_InternalExecute, when setting a filed, also look