* test-9.il: New test, test instaniating a class
[mono.git] / mono / metadata / ChangeLog
index 5b2c149e895b5f1922fe1cf3762091938911145b..3bfb6a2d95f4e4bf6a25deeda263051a9924fb55 100644 (file)
@@ -1,3 +1,75 @@
+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
+       a domain. Added internal call for getting the default context.
+       * appdomain.h: Added context variable in MonoDomain struct.
+       * domain.c: mono_domain_set also sets the default context of the domain
+       * icall.c: Mapped internal method InternalGetDefaultContext.
+       * object.c: mono_object_get_virtual_method returns always a remoting
+       wrapper if the object is a transparent proxy.
+       mono_runtime_invoke_array: when creating an object by calling the\r
+       constructor, if the created object is a proxy, then the constructor should\r
+       be called using the a remoting wrapper.\r
+
 2003-03-03  Dick Porter  <dick@ximian.com>
 
        * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un