2002-07-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mono / metadata / ChangeLog
index a2afc04809e2680372113d589d844165b3ee8771..0dca5e655a1bc03e8a4acffbd3d0edc39eaadba9 100644 (file)
@@ -1,3 +1,53 @@
+2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * icall.c:
+       (ves_icall_TypeGetProperties): fixed bug #27473. 
+
+2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * reflection.c: display image name and token when cannot find the
+       .ctor for an attribute.
+
+2002-07-05  Martin Baulig  <martin@gnome.org>
+
+       * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
+
+2002-07-04  Dick Porter  <dick@ximian.com>
+
+       * threads.c (mono_thread_cleanup): Nasty kludge to get this to
+       compile on mingw.  This will cause mingw builds to not wait for
+       subthreads to terminate after the main thread does.  I've lodged a
+       bug with the mingw developers for them to wrap OpenThread().
+
+2002-07-03  Dick Porter  <dick@ximian.com>
+
+       * threads.c: Store thread IDs instead of handles, because
+       GetCurrentThread() returns a pseudohandle and therefore stores
+       useless values.  mono_thread_cleanup() continues checking the
+       array of threads until it is empty, to cope with subthreads
+       spawning new threads after the main thread has finished.
+
+       * profiler.h:
+       * profiler.c:
+       * profiler-private.h: Pass the thread ID to thread profiler
+       functions, instead of a handle
+
+Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
+
+       * verify.c: fixes to make it more usable.
+       * pedump.c: added --verify code to verify IL code in an assembly.
+
+Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
+
+       * reflection.c: turn errors into warnings to allow compiling corlib.
+
+Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
+
+       * reflection.c: add special cases to compile corlib.
+
+Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
+
+       * reflection.c: handle properties with only a set method.
 
 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>