* test-9.il: New test, test instaniating a class
[mono.git] / mono / metadata / ChangeLog
index 06cb8aaa918ca37d2b359e36dc0e4eee9c3e572c..3bfb6a2d95f4e4bf6a25deeda263051a9924fb55 100644 (file)
@@ -1,3 +1,62 @@
+2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * Makefile.am:
+       * assembly.c:
+       * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
+
+       * appdomain.c:
+       * appdomain.h:
+       * marshal.c:
+       * object.c: remove warnings.
+
+2003-03-13  Martin Baulig  <martin@ximian.com>
+
+       * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
+       (MonoDebugLexicalBlockEntry): New types.
+
+       * debug-mono-symfile.c
+       (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
+
+2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * process.c: ret can be any non-zero value accroding to MS doc.
+
+2003-03-07  Miguel de Icaza  <miguel@ximian.com>
+
+       * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
+       fixing a warning for a miss-used prototype, would have cause
+       random memory corruption.
+
+2003-03-07  Martin Baulig  <martin@ximian.com>
+
+       * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
+       getting really annoying ....
+
+2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
+
+       * reflection.c (fixup_method): added support for array methods.
+
+Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
+
+       * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
+       (pointed out by Michael Adams).
+
+2003-03-04  Dick Porter  <dick@ximian.com>
+
+       * icall.c: Temporarily reverted the Double and Single ToString()
+       change, because it broke nunit.
+
+Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
+
+       * object.h, threads.h: make include files compatible with C++
+       (patch by Jerome Laban <jlaban@wanadoo.fr>).
+
+2003-03-04  Pedro Martínez Juliá  <yoros@wanadoo.es>
+
+       * icall.c: Erased ToString helper functions for Double and Single.
+       Now, that implementations ar all in managed code (Double and Single
+       Formatters).
+
 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
 
        * appdomain.c: Added method for initializing the default context of