Apply patch from Zoltan on this branch too: Bug #62331.
[mono.git] / mono / dis / ChangeLog
index 24cad53c9d6a77a9ca0c8e2785588b5b645b26e1..0732ba7e868720ca4eadd97d00fc14e6bf2068cf 100644 (file)
@@ -1,34 +1,3 @@
-2004-08-02  Martin Baulig  <martin@ximian.com>
-
-       * get.c (dis_stringify_object_with_class): Include our generic
-       arguments in the method's class name.
-
-       * main.c (dis_generic_param_and_constraints): Use the new
-       constraints syntax.
-
-2004-08-02  Martin Baulig  <martin@ximian.com>
-
-       * dump.c (dump_stream_blob): Format this nicely.
-       (dump_table_standalonesig): New public function.
-
-       * main.c (dis_locals): If --show-tokens was requested, print the
-       standalone signature token.
-       (table_list): Added "--standalonesig".
-
-2004-07-09  Jackson Harper  <jackson@ximian.com>
-
-       * get.c: Make "class" the default so only valuetypes get the
-       "valuetype" modifier. Otherwise object, string, int,... will get
-       it.
-       
-2004-07-08  Jackson Harper  <jackson@ximian.com>
-
-       * main.c: Spaces after visibility types.
-       
-2004-07-06  Jackson Harper  <jackson@ximian.com>
-
-       * get.c: Add float cast for outputing floats. Patch by Steve Brown.
-       
 2004-06-25  Jackson Harper  <jackson@ximian.com>
 
        * get.c: Add a few more keywords to be escaped.