Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
[mono.git] / mono / dis / ChangeLog
index 22c7e6638ca0ce611e07418ae866bb68041a13dc..960fb6c11d863c4bc066d874416d98fc043200e6 100644 (file)
@@ -1,3 +1,27 @@
+2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
+
+       * main.c: Output managed resources as well. Fixes #72033.
+
+2005-02-01  Raja R Harinath  <rharinath@novell.com>
+
+       * get.c (get_method_core): Use mono_method_signature (mh), not
+       mh->signature.
+
+2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
+
+       * get.c dis-cil.c dump.c: Fix 64 bit warnings.
+
+2004-12-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * dump.c:
+       * dis-cil.c: added isinf() for Solaris, that does not seem to have it.
+       Fixes the build on Solaris.
+
+2004-12-13  Miguel de Icaza  <miguel@ximian.com>
+
+       * dis-cil.c, dump.c: Encode special constant +Inf, -Inf and NaN
+       using hex constants instead of letting libc print the values.
+
 2004-12-11  Martin Baulig  <martin@ximian.com>
 
        * get.c (get_typespec): Added `gboolean is_def' argument; removed
@@ -7,7 +31,7 @@
 
 2004-12-11  Martin Baulig  <martin@ximian.com>
 
-       * get.c (get_token): Escape typedefs and typerefs.
+       * get.c (get_token): Escape typedefs.
 
 2004-12-11  Martin Baulig  <martin@ximian.com>
 
@@ -27,7 +51,7 @@
 
 2004-12-10  Martin Baulig  <martin@ximian.com>
 
-       * get.c (init_key_table): Added `type'.
+       * get.c (init_key_table): Added `type' and `strict'.
        (get_generic_param): Also escape the type parameter names.
        Correctly handle multiple constraints.