2010-07-08 Mark Probst <mark.probst@gmail.com>
[mono.git] / mono / metadata / ChangeLog
index 09afcb15725a98dbbcdc61093c9dac622fe4fff3..16f9e2fee3f65c8984191e9318da8ccfd725b27c 100644 (file)
@@ -1,3 +1,43 @@
+2010-07-08  Mark Probst  <mark.probst@gmail.com>
+
+       * sgen-gc.c (OBJ_COMPLEX_ARR_FOREACH_PTR): Don't load the vtable
+       from the object because it might have pinned/forwarding bits set.
+
+2010-07-06  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile.am (sgen_sources): Add missing sgen files.
+
+2010-06-07  Martin Baulig  <martin@ximian.com>
+
+       * mono-debug-debugger.c (mono_debugger_get_thread_abort_signal):
+       New helper function since mono_thread_get_abort_signal() is now
+       internal.
+
+2010-06-07  Martin Baulig  <martin@ximian.com>
+
+       * mono-debug.h, debug-mono-symfile.h: Kill glib dependencies.
+
+2010-07-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * file-io.c: don't prepend anything to the names returned
+       from FindFirst/FindNext.
+
+2010-07-02  Michael Hutchinson  <mhutchinson@novell.com>
+
+       * object-internals.h, object.h: Make mono_string_to_utf_8_checked 
+       public, as mono_string_to_utf_8 is deprecated.
+
+       * object.(c|h): Added mono_object_to_string, a public helper function 
+       that calls ToString on a MonoObject and returns a MonoString.
+
+       * object.c (mono_print_unhandled_exception): Use mono_object_to_string.
+
+2010-07-01  Zoltan Varga  <vargaz@gmail.com>
+
+       * filewatcher.h filewatcher.h decimal.c threads-types.h: Applied patch
+       from Elijah Taylor (elijahtaylor@google.com). Fix some definitions to
+       match their declarations and vice-versa.
+
 
 Wed Jun 30 12:08:36 CEST 2010 Paolo Molaro <lupus@ximian.com>