Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
[mono.git] / mono / metadata / ChangeLog
index 0e795f6b5b025e61830d0f71da18430b972435f3..70bc40832cff090db1a316ca5bcbfcbb2dccc35f 100644 (file)
@@ -1,3 +1,70 @@
+
+Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
+
+       * icall.c: ValueType_GetHashCode() initialize local var.
+
+Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
+
+       * reflection.c: sort custom attributes table.
+
+Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
+
+       * reflection.c: support named args in custom attributes (write support).
+
+Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
+
+       * reflection.c: fix finally position calculation.
+
+2002-05-15  Radek Doulik  <rodo@ximian.com>
+
+       * reflection.c: fixed endianess at many places
+
+       * icall.c (ves_icall_InitializeArray): comment out debug msg
+
+2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
+
+       * object.c (mono_unhandled_exception): new function to handle
+       unhandled exceptions.
+       (mono_unhandled_exception): call the UnhandledException event.
+       (mono_runtime_delegate_invoke): impl.
+
+Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
+
+       * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
+       returns the RVA, not the direct pointer to the data. Handle the case
+       when the class size is fixed.
+
+Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
+
+       * reflection.c: fix some endianess issues.
+
+2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
+
+       * object.c (mono_runtime_invoke): is now able to catch exceptions.
+
+       * threads.c (mono_thread_init): added a callback which is invoked
+       at thread start.
+
+2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
+       
+       * icall.c: make GetHashCode return non-negative values.
+
+2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
+
+       * object.c, icall.c, gc.c: revert to address-based hashcode.
+
+2002-05-13  Miguel de Icaza  <miguel@ximian.com>
+
+       * icall.c (mono_double_ParseImpl): Added ParseImpl method.
+
+Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
+
+       * icall.c, class.c: special case <Module>.
+
+2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
+
+       * icall.c: fix bug in GetNow().
+
 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
 
        * object.c (mono_runtime_class_init): make sure that we call all