Mon Aug 20 19:33:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
authorPaolo Molaro <lupus@oddwiz.org>
Mon, 20 Aug 2001 13:46:59 +0000 (13:46 -0000)
committerPaolo Molaro <lupus@oddwiz.org>
Mon, 20 Aug 2001 13:46:59 +0000 (13:46 -0000)
commitcfd0ebeef7cc4f49e09058b2f03b9746c284bbd1
treed24bdac7635c53db76f966edc1399867eac1d69f
parent74efe882e5043ff2507ca07e7af781b959507ee9
Mon Aug 20 19:33:34 CEST 2001 Paolo Molaro <lupus@ximian.com>

* util.c: add a space when decoding multiple flags.
* dump.c, dump.h, main.c: decode the property map and
methodsemantics tables. Disassemble property information
to .property IL directives.
* get.c: allow passing a NULL as method in dis_stringify_method ()
if a methoddef_row is given.

Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>

* blob.h: fix MONO_TYPE_TYPEDBYREF value.
* cil-coff.h: split MonoMSDOSHeader and add size info.
* image.c: add some consistency checks.
* metadata.c: fix row size computation: one programmer
error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
add explanation for the locator routine.
Fix decoding of size in method header.

svn path=/trunk/mono/; revision=511
12 files changed:
mono/dis/ChangeLog
mono/dis/dis-cil.c
mono/dis/dump.c
mono/dis/dump.h
mono/dis/get.c
mono/dis/main.c
mono/dis/util.c
mono/metadata/ChangeLog
mono/metadata/blob.h
mono/metadata/cil-coff.h
mono/metadata/image.c
mono/metadata/metadata.c