* ResourceReaderTest.cs: Add a little logic for finding
[mono.git] / mono / jit / ChangeLog
index aa3664c80286bab50c75bd05345c652af7b66968..11096730d60037b7a111a8a5919c01cdd95adbe5 100644 (file)
@@ -1,3 +1,41 @@
+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: