2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / dis / ChangeLog
index 4cf43d0b8012414290c2375eac87245775309141..a77cc0c3d8c5be4a34c7441459433f6a95f9a598 100644 (file)
@@ -1,6 +1,28 @@
+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
+       the special case for MONO_TYPE_VAR/MVAR and pass `is_def' down to
+       dis_stringify_type().
+       (get_escaped_name): Allow `!'.  
+
 2004-12-11  Martin Baulig  <martin@ximian.com>
 
-       * get.c (get_token): Escape typedefs, typerefs and typespecs.
+       * get.c (get_token): Escape typedefs.
 
 2004-12-11  Martin Baulig  <martin@ximian.com>
 
@@ -20,7 +42,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.