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