2006-09-27 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / metadata / ChangeLog
index 7cfd7062c4b819d03fac37a0528eff732a652f25..a6e7ebe6766c0c333760db4b5dac89db30411b77 100644 (file)
@@ -1,3 +1,63 @@
+2006-09-27  Zoltan Varga  <vargaz@gmail.com>
+
+       * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
+
+       * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
+       #79217.
+
+2006-09-26  Zoltan Varga  <vargaz@gmail.com>
+
+       * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
+       could be generated from it.
+
+Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
+
+       * rand.c: fix read loop to correctly handle EINTR.
+
+Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
+
+       * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
+       internal calls are defined to keep methods closer to the declaring
+       type and allow a significant reduction in runtime relocations and
+       memory usage.
+
+2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
+
+        * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
+        exception message to have FileNotFoundException use the default
+        assembly load error message. Fixes bug #79426.
+        * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
+
+2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * threadpool.c: (start_thread_or_queue) use the root domain when
+       creating the thread instead of the async object one.
+
+Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
+
+       * class.c, object.c, class-internals.h, reflection.c:
+       for arrays, store element_size inside MonoClass (speedup
+       for array object creation).
+
+Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
+
+       * icall.c: fixed CodeBase to use the file name and not the module
+       name (bug #79365).
+
+Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
+
+       * mono-debug.c, mono-debug.h: export find_method as
+       mono_debug_find_method ().
+
+Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
+
+       * debug-helpers.c, class-internals.h: added a few functions useful
+       when debugging under gdb.
+
+2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
+       characters that need special handling.
 
 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>