* ResourceReaderTest.cs: Add a little logic for finding
[mono.git] / mono / jit / ChangeLog
index 1821d8626de3391b0c6c07d54b3ad00d416ae1d2..11096730d60037b7a111a8a5919c01cdd95adbe5 100644 (file)
@@ -1,3 +1,68 @@
+2003-07-21  Miguel de Icaza  <miguel@ximian.com>
+
+       * jit.c: Remove definition of metadata_section mutex from here
+
+2003-05-19  Dick Porter  <dick@ximian.com>
+
+       * jit.c: Netbsd build fix by marc@informatik.uni-bremen.de.
+
+Thu Apr 24 17:11:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
+
+       * Makefile.am: rename mono and libmono to oldmono and liboldmono.
+
+2003-04-23  Martin Baulig  <martin@ximian.com>
+
+       * mono.c: The `--debug' command line argument doesn't take any
+       arguments anymore, removed the `--debug-args' argument.
+
+       * debug-jit.c (mono_debug_add_method): Renamed this to
+       mono_debug_jit_add_method(); create the JIT-specific data
+       structure and pass it to mono_debug_add_method().
+
+       * debug.[ch]: Removed.  The code is now in
+       ../metadata/mono-debug.[ch] and mono-debug-debugger.[ch].
+
+       * debug-stabs.c, debug-dwarf2.c: Removed; nobody used this for the
+       last six months.
+
+2003-04-21  Martin Baulig  <martin@ximian.com>
+
+       * debug.c (mono_debug_open): Splitted into mono_debug_init() and
+       mono_debug_init_2().
+       (mono_debug_open_image): Don't open referenced assemblies; this is
+       done automatically by the code in assembly.c.
+
+       * mono.c (main_thread_handler): Call mono_debug_init() before
+       opening the assembly because we need to install the assembly load
+       hook before doing so.
+
+2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * jit.c:
+       (mono_jit_cleanup): moved mono_runtime_cleanup call after the call to
+       mono_domain_finalize.
+
+2003-04-05  Miguel de Icaza  <miguel@ximian.com>
+
+       * jit.c (check_inlining): honor the NOINLING atttribute.
+
+2003-03-31  Martin Baulig  <martin@ximian.com>
+
+       * debug.h (MonoDebuggerEvent): Removed
+       MONO_DEBUGGER_EVENT_THREAD_CREATED.
+
+       * jit.c (mono_thread_start_cb): Don't send the
+       MONO_DEBUGGER_EVENT_THREAD_CREATED event.
+
+2003-03-13  Martin Baulig  <martin@ximian.com>
+
+       * debug.c (_mono_debug_address_from_il_offset): Moved to
+       ../metadata/debug-mono-symfile.c
+
+2003-03-07  Martin Baulig  <martin@ximian.com>
+
+       * debug-jit.c: #include <config.h>.
+
 2003-03-05  Martin Baulig  <martin@ximian.com>
 
        * debug-jit.c, debug-jit.h: New files.  Moved all JIT-specific