2004-08-21 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / dis / ChangeLog
index dce71aca30d592adc730b882f2f80c7e0371a5ce..c4f6cb7db217c1e3fb707654aa35d981e4743df6 100644 (file)
@@ -1,3 +1,14 @@
+2004-08-18  Jambunathan K  <kjambunathan@novell.com>
+       * get.c: Changed dis_stringify_param to emit [opt] for parameters
+         that are marked as Optional.
+
+       * dump.c: Fixed dump_table_constant so that the parent field's
+         description is correctly displayed.
+
+2004-08-08  Zoltan Varga  <vargaz@freemail.hu>
+
+       * get.c (get_typespec): Append '*' to pointer types. Fixes #62331.
+
 2004-08-03  Martin Baulig  <martin@ximian.com>
 
        * dump.c (method_dor_to_token): Moved to get.c and made public.