2001-08-20 Dietmar Maurer <dietmar@ximian.com>
[mono.git] / mono / dis / ChangeLog
index 88be511d2f7cdf1bcf58e58d0e040dd9c1282a1b..8ec4f384cdc148c5a6cb86f12ffaf49fd382e0fd 100644 (file)
@@ -1,3 +1,36 @@
+2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
+
+       * get.c (dis_stringify_type): support pinned values
+
+Sat Aug 18 11:24:07 CEST 2001 Paolo Molaro <lupus@ximian.com>
+
+       * dump.c, get.c, get.h, main.c: dis_stringify_method_signature()
+       gets an optional methodef_row index instead of a name, so it
+       can figure out also the names and attributes of params.
+       parse_method_signature() and free_method_signature() removed as
+       they are useless now.
+
+2001-08-17  Dietmar Maurer  <dietmar@ximian.com>
+
+       * main.c (pinvoke_info): bug fix - use the right column in the table
+
+2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
+
+       * get.c (dis_stringify_type): use strconcat instead of strjoin
+
+Sat Aug 4 12:36:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
+
+       * get.c, get.h, main.c, dump.c: implement dis_stringify_method_signature().
+       More magic constants replaced by enum values (spotted at least 3 real bugs
+       doing this). Print usage information if an unknown option is given.
+       Print the full signature when dumping the method table.
+       Changed method and field table dumps to show the typedef name the field
+       or method belongs to.
+
+Fri Aug 3 18:30:16 CEST 2001 Paolo Molaro <lupus@ximian.com>
+
+       * get.c (get_method): fix use of unitialized variable and
+       remove magic constants all over the place.
 
 Wed Aug 1 22:46:45 CEST 2001 Paolo Molaro <lupus@ximian.com>