5194a8e66669254df00fc6535b932bbf35dbed61
[mono.git] / mono / dis / ChangeLog
1 2010-03-30  Raja R Harinath  <harinath@hurrynot.org>
2
3         Make util.c:flags() stricter
4         * get.c (field_flags_map): Add empty entries for
5         HAS_FIELD_MARSHAL, HAS_DEFAULT and HAS_FIELD_RVA.
6         * main.c (method_flags_map): Add empty entry for HAS_SECURITY.
7         * util.c (flags): Remove known flags from 'code' in loop.  Any
8         leftover flags are printed as "unknown-flag-xx".
9
10         Prepare for util.c:flags() to be stricter
11         * main.c (pinvoke_flags): Remove cset and cconv flags before
12         passing onto flags().
13         (method_flags): Likewise with access flags.
14         * get.c (field_flags): Likewise.
15         (get_method_impl_flags): Likewise, with code_type and managed_type
16         flags.
17
18         * get.c (managed_impl_flags): Add 'nooptimization' flag.
19
20 2010-03-12  Jb Evain  <jbevain@novell.com>
21
22         * dump.c (dump_table_exported): dump the type flags as well.
23
24
25 Wed Feb 24 16:00:56 CET 2010 Paolo Molaro <lupus@ximian.com>
26
27         * Makefile.am: link to the new libmono version.
28
29 2010-02-10  Miguel de Icaza  <miguel@novell.com>
30
31         * main.c (dis_method_list): Show method implementation flags as
32         well when calling --method.
33
34         get.c: Moved some code here from main.c so it could be reused by
35         dump.c
36
37 2009-12-21  Rodrigo Kumpera  <kumpera@gmail.com>
38
39         * get.c (get_type): Don't crash if the type is not found.
40
41 2009-08-18  Christian Hergert  <chris@dronelabs.com>
42
43         * dis-cil.c:
44         * main.c: Fix printf warnings.
45
46 2009-07-16  Raja R Harinath  <harinath@hurrynot.org>
47
48         * get.c (get_type): Make robust to invalid types.
49
50 2009-07-16  Marek Habersack  <mhabersack@novell.com>
51
52         * main.c: added new --presources option which prints manifest
53         resource offsets and names.
54
55         * monodis.1: added documentation of the --presources option.
56
57 2009-06-10  Jb Evain  <jbevain@novell.com>
58
59         * main.c: add support for extern types. Fixes #511672.
60
61 2009-06-03  Jb Evain  <jbevain@novell.com>
62
63         * main.c (dis_code): don't try to locate invalid entry points.
64
65 2009-06-03  Jb Evain  <jbevain@novell.com>
66
67         * main.c (dis_type): espace namespaces.
68
69 2009-04-24  Rodrigo Kumpera  <kumpera@gmail.com>
70
71         * get.c (dis_stringify_method_signature_full): Don't assert
72         if no marshal info is found.
73
74 2009-04-16  Rodrigo Kumpera  <kumpera@gmail.com>
75
76         * dump.c: Add dump_table_fieldrva.
77
78         * dump.h: Same.
79
80         * main.c: Add the option to dump the field rva table.
81
82 2009-04-09  Raja R Harinath  <harinath@hurrynot.org>
83
84         * get.c: Use new MonoGenericParamInfo accessors.
85
86 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
87
88         * get.c: Use new MonoGenericParam accessors.
89
90 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
91
92         * get.c: Use MonoGenericContainer accessor to get the contained
93         MonoGenericParam.
94
95 2009-03-12  Jb Evain  <jbevain@novell.com>
96
97         * get.c (get_token): add support for METHOD_SPEC tokens.
98
99 2009-01-12  Jb Evain  <jbevain@novell.com>
100
101         * main.c: update reference to METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE
102         with METHOD_ATTRIBUTE_STRICT.
103
104 2008-12-30  Marek Safar  <marek.safar@gmail.com>
105
106         * main.c: Add METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE.
107
108 2008-12-01  Rodrigo Kumpera  <kumpera@gmail.com>
109
110         * main.c (get_uninitialized_data_type): Make crappy static analyzers happy.
111
112 2008-10-29 Gonzalo Paniagua Javier <gonzalo@novell.com>
113
114         * main.c: don't crash when the method is in an assembly that can't be
115         loaded. Just prints the warnings now instead of 'segfaulting'.
116         Bug #436989 fixed.
117
118 2008-10-29 Gonzalo Paniagua Javier <gonzalo@novell.com>
119
120         * main.c: when loading the image, use mono_assembly_load_from_full
121         instead of mono_assembly_load_references so that monodis mimics the
122         way the runtime loads assemblies in the real world.
123         Bug #439404 fixed.
124
125 2008-06-05  Jb Evain  <jbevain@novell.com>
126
127         * get.c (get_token): properly stringify tokens that
128         are methoddefs.
129
130 2008-05-26  Zoltan Varga  <vargaz@gmail.com>
131
132         * get.c: Use accessor functions for accessing method->generic_container.        
133
134 2008-04-15  Zoltan Varga  <vargaz@gmail.com>
135
136         * main.c (disassemble_file): Do not use mono_assembly_open () to load an image,
137         since it does not allow loading a different mscorlib. Fixes #379866.
138
139 2008-03-05  Ankit Jain  <jankit@novell.com>
140
141         * dis-cil.c (disassemble_cil): For catch clause, emit stringified class
142         with prefix.
143
144 2008-02-04  Zoltan Varga  <vargaz@gmail.com>
145
146         * get.c (get_escaped_name): Escape the name if it begins with a dot. Fixes
147         #358564.
148
149 2007-12-06  Jb Evain  <jbevain@novell.com>
150
151         * main.c: fix regression #346283.
152
153 2007-11-20  Jb Evain  <jbevain@novell.com>
154
155         * main.c: support for uninitialized .data.
156
157 2007-11-05  Jackson Harper  <jackson@ximian.com>
158
159         * declsec.c (declsec_20_write_type): support for strings.
160
161 2007-10-02  Jb Evain  <jbevain@novell.com>
162
163         * declsec.c (declsec_20_write_type): support for bools.
164
165 2007-09-22  Zoltan Varga  <vargaz@gmail.com>
166
167         * main.c (dis_property_signature): Remove some calls to mono_metadata_free_type ().
168
169         * get.c (get_type): Ditto.      
170
171 Mon Jul 16 19:45:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
172
173         * get.c: mono_get_inflated_method () is obsolete, removed.
174
175 2007-06-15  Raja R Harinath  <rharinath@novell.com>
176
177         * get.c (dis_stringify_object_with_class): Update to changes in
178         MonoGenericClass.
179         (dis_stringify_type): Likewise.
180
181 2007-06-05  Rodrigo Kumpera  <kumpera@gmail.com>
182
183         * get.c: Support for variance related generics modifiers: <+T> and <-T>
184
185 2007-03-22  Jb Evain  <jbevain@gmail.com>
186
187         * dump.c, dump.h, main.c: Implement dumping of Strings
188         and UserStrings heap.
189
190 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
191
192         * monodis.vcproj: Move to msvc directory.
193         
194 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
195
196         * monodis.vcproj: Begin Win64 port.
197         
198 Fri Jan 26 12:30:22 CET 2007 Paolo Molaro <lupus@ximian.com>
199
200         * get.c, dis-cil.c: warning fixes.
201
202 Wed Jan 17 17:26:08 CET 2007 Paolo Molaro <lupus@ximian.com>
203
204         * main.c: if a file can't be loaded as an assembly, load it as a
205         modules, so monodis can be used also for netmodules.
206
207 2007-01-04  Raja R Harinath  <rharinath@novell.com>
208
209         * get.c (get_method_core): Pick generic container from the
210         declaring method.
211
212 2006-12-27  Raja R Harinath  <rharinath@novell.com>
213
214         Avoid MonoGenericContext
215         * dis-cil.c, dump.c, get.c, get.h, main.c: Replace all instances
216         of MonoGenericContext with MonoGenericContainer, except for calls
217         to mono_class_get_full and mono_get_method_full.  Use a top-down
218         pass to propagate the original argument type from 'dis_method_list'.
219
220         * dis-cil.c, dump.c, get.c, get.h, main.c: Replace several
221         instances of MonoGenericContext with MonoGenericContainer.
222         Use a bottom-up pass to propagate the "demand" parameter type from
223         metadata type parsing.
224
225 2006-11-09  Ankit Jain  <jankit@novell.com>
226
227         * dump.c (dump_table_assemblyref): Dump Flags also.
228         * main.c (assembly_ref_flags): New. Stringify AssemblyRef flags.
229         (dis_directive_assemblyref): Emit flags also.
230         (dis_directive_assembly): Likewise.
231
232 2006-10-06  Miguel de Icaza  <miguel@novell.com>
233
234         * main.c (dis_directive_assembly): Fix the rendering of .locale to
235         be a data dump.
236
237 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
238
239         * dump.c main.c: Applied patch from Jb. Allow dumping the PropertyPtr table.
240
241 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
242
243         * dump.c main.c: Allow dumping the *Ptr tables.
244
245 2006-09-12  Zoltan Varga  <vargaz@gmail.com>
246
247         * declsec.c: Fix windows VC build.
248
249 2006-08-09  Alp Toker  <alp@atoker.com>
250
251         * dis-cil.c:
252         * dis-cil.h:
253         * main.c:
254         * monodis.1:
255         * push-pop.h:
256         * util.c: Typofix 'dissasemble' to 'disassemble'.
257
258 2006-06-27  Ankit Jain  <jankit@novell.com>
259
260         * get.c (get_assemblyref): Escape name.
261         (get_moduleref): Likewise.
262         (get_module): Likewise.
263
264 2006-06-02  Ankit Jain  <jankit@novell.com>
265
266         * get.c (dis_stringify_method_signature_full): Fix two memory leaks.
267
268 2006-06-02  Ankit Jain  <jankit@novell.com>
269
270         * main.c (dis_method_list): Print only the method name in "{ // end
271         of.."
272
273 2006-06-02  Ankit Jain  <jankit@novell.com>
274
275         * get.c (get_typedef): Return NULL for <Module> type.
276         (get_escaped_class_name): Likewise.
277         (dis_stringify_object_with_class): Likewise.
278
279         (dis_stringify_type): Return NULL if the type name is NULL.
280         (get_escaped_name): Don't try to escape a NULL name.
281
282         (get_fieldref_signature): Type name can be null.
283         (get_field): Likewise.
284         (get_method_core): Likewise.
285         (get_methoddef): Likewise.
286         
287         * main.c (dis_method_list): Print correct message for global methods.
288         (dis_globals): Don't print '<Module>' for global methods/fields.
289
290 2006-06-01  Ankit Jain  <jankit@novell.com>
291
292         * declsec.c (dump_declsec_entry20): Fix a warning.
293
294 2006-05-28  Zoltan Varga  <vargaz@gmail.com>
295
296         * declsec.c (dump_declsec_entry20): Fix a warning.
297
298 2006-05-26  Ankit Jain  <jankit@novell.com>
299
300         Patch from Sebastien Pouliot.
301         * declsec.h: New. 
302         * declsec.c: New. Support for new declarative security attribute
303         metadata format (2.0)
304         * dump.c (dump_table_declsec): Support the new 2.0 format.
305         * main.c (dump_declarative_security): Support the new 2.0 format.
306         * Makefile.am : Add declsec.c & declsec.h .
307
308 2006-05-15  Ankit Jain  <jankit@novell.com>
309
310         * dis-cil.c (disassemble_cil): Exception clauses can be unordered,
311         handle that.
312
313 2006-05-11  Ankit Jain  <jankit@novell.com>
314
315         * get.c (get_custom_mod): Fix printing of custom modifiers.
316         (dis_stringify_type): Likewise.
317         (get_field_signature): Likewise.
318         (get_ret_type): Likewise.
319         (get_param): Likewise.
320
321 2006-05-11  Ankit Jain  <jankit@novell.com>
322
323         * get.c (dis_stringify_method_signature): Rename to .. 
324         (dis_stringify_method_signature_full): .. this. Add 'with_marshal_info'
325         param.
326         * get.h (dis_stringify_method_signature_full): Add new function.
327         * main.c (dis_property_methods): Update to use
328         dis_stringify_method_signature_full.
329         (dis_event_methods): Likewise.
330
331 2006-05-10  Ankit Jain  <jankit@novell.com>
332
333         * get.c (init_key_table): Add keyword 'switch'.
334
335 2006-05-10  Ankit Jain  <jankit@novell.com>
336
337         * get.c (init_key_table): Add keyword 'property'.
338
339 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
340
341         * main.c (typedef_flags): Decode TYPE_ATTRIBUTE_FORWARDER.
342
343 2006-02-21  Ankit Jain  <jankit@novell.com>
344
345         * get.c (can_print_generic_param_name): Rename to ..
346         (cant_print_generic_param_name): .. this, to match function name with behavior.
347
348 2006-02-21  Ankit Jain  <jankit@novell.com>
349
350         * get.c (mono_generic_params_with_ambiguous_names): New.
351         (generic_containers): New. Hashtable of all generic containers that have
352         been checked for ambiguous params.
353         (check_ambiguous_genparams): New. Walk a MonoGenericContainer
354         and fill mono_generic_params_with_ambiguous_names table.
355         (can_print_generic_param_name): New. Check whether a MonoGenericParam has
356         ambiguous names.
357         (dis_stringify_type): Use new is_ambiguous_generic_param to determine
358         whether to print number or name for VAR/MVAR.
359
360 2006-02-18  Raja R Harinath  <harinath@gmail.com>
361
362         * get.c (get_typespec): Don't use mono_type_create_from_typespec_full().
363         Use get_type() instead.
364         (get_type): Add 'is_def' parameter.
365         (get_field_signature, get_ret_type, get_param): Update.
366         * dump.c (dump_table_property): Likewise.
367         * get.h (get_type): Update prototype.
368
369 2006-02-16  Raja R Harinath  <rharinath@novell.com>
370
371         * get.c (get_typespec): Pass MonoGenericContainer to
372         mono_type_create_from_typespec_full.
373         (get_type): Likewise.
374         * main.c (dis_code): Likewise.
375         (dis_property_signature): Likewise.
376
377 2006-02-15  Ankit Jain  <jankit@novell.com>
378
379         * get.c (get_array_shape): Use mono_metadata_decode_signed_value to get
380         lower bounds.
381
382 2006-02-09  Ankit Jain  <jankit@novell.com>
383
384         * get.c (stringify_array): New. Returns the stringified representation
385         of an array.
386         (dis_stringify_array): Use stringify_array.
387         (get_array_shape): Likewise. Also, allow lo_bounds to be signed.
388
389 2006-02-03  Sebastien Pouliot  <sebastien@ximian.com>
390
391         * get.c: Added #include <mono/utils/mono-compiler.h> so VS.NET
392         can compile monodis.
393
394 2006-01-28  Ankit Jain  <jankit@novell.com>
395
396         * get.c (get_method_core): Emit generic arity for a MemberRef.
397         (get_method_override): Emit full sig only if its a generic type.
398
399 2006-01-27  Ankit Jain  <jankit@novell.com>
400
401         * get.c (get_methodref_signature): Remove 'context' parameter.
402         Update call sites.
403         * get.h (get_methodref_signature): Update.
404         * dump.c (dump_table_memberref): Update.
405
406 2006-01-26  Raja R Harinath  <harinath@gmail.com>
407
408         * get.c (stringify_double): Simplify, and avoid 'E' too.
409
410 2006-01-26  Ankit Jain  <jankit@novell.com>
411
412         * get.c (stringify_double): Remove trailing '.' if it has 'e'.
413
414 2006-01-25  Ankit Jain  <jankit@novell.com>
415
416         * get.c (stringify_double): New. Fix printing of float/doubles to enable
417         roundtripping.
418         * get.h (stringify_double): Add new function.
419         (get_constant): Use stringify_double.
420         * dis-cil.c (disassemble_cil): Likewise.
421         
422 2006-01-25  Ankit Jain  <jankit@novell.com>
423             Raja R Harinath  <rharinath@novell.com>
424
425         * get.c (dis_stringify_type): For MVAR/VAR, print number if the generic param
426         is in the mono_generic_params_with_ambiguous_names table.
427
428 2006-01-20  Raja R Harinath  <rharinath@novell.com>
429
430         * main.c (monodis_assembly_load_hook): New.
431         (monodis_assembly_search_hook): New.
432         (main): Install them as hooks into the assembly loading core.
433
434 2006-01-19  Ankit Jain  <jankit@novell.com>
435
436         * main.c (dis_type): Dump custom attributes for a type before doing the same
437         for its type parameters.
438
439 2006-01-18  Ankit Jain  <jankit@novell.com>
440
441         * main.c (typedef_flags): Change 'special-name' to 'specialname'.
442
443 2006-01-17  Ankit Jain  <jankit@novell.com>
444
445         * get.c (get_method_override): Use '.override method' syntax if the class or
446         or the method itself is generic.
447         * main.c (dis_code): Emit '.override' only, 'method' gets handled by get_method_override.
448
449 2006-01-17  Ankit Jain  <jankit@novell.com>
450
451         * get.c (init_key_table): Add keywords 'bestfit', 'charmaperror', 'off' & 'on'.
452
453 2006-01-16  Ankit Jain  <jankit@novell.com>
454
455         * get.c (get_method_core): Handle a MemberRef with a TypeSpec parent.
456         Inflate MonoMethod after getting it from mono_get_method_full.
457
458 2006-01-15  Ankit Jain  <jankit@novell.com>
459
460         * get.c (get_method_override): Get full signature of the method.
461         * main.c (dis_code): Emit ".override method" for full signature
462         of the method.
463
464 2006-01-06  Ankit Jain  <jankit@novell.com>
465
466         * get.c (get_generic_param): Generic param attributes can be any combination
467         of .ctor, valuetype and class, emit correctly.
468
469 2006-01-03  Ankit Jain  <jankit@novell.com>
470
471         * get.c (init_key_table): Add keywords uint8, uint16, uint32 and uint64.
472
473 2005-12-24  Jb Evain  <jbevain@gmail.com>
474
475         * main.c (dis_property_signature): read the hasthis flag.
476
477 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
478
479         * get.c (get_constant): Use finite() instead of isnormal () since the
480         latter is not available on solaris.
481
482 2005-11-23  Ankit Jain  <jankit@novell.com>
483
484         * get.c (get_methodspec): Use mono_get_method_full so as to handle
485         methodspecs that refer to generic methods in other assemblies.
486
487 2005-11-23  Ankit Jain  <jankit@novell.com>
488
489         * dump.c (has_cattr_get_table): Handle GenericParam.
490         * get.c (dis_get_custom_attrs): Likewise.
491         * main.c (dump_cattrs_for_type_params): New. Dump custom attributes
492         for type parameters.
493         (dis_method_list): Call dump_cattrs_for_type_params.
494         (dis_type): Likewise.
495
496 2005-11-17  Ankit Jain  <jankit@novell.com>
497
498         * get.c (dis_stringify_type): Escape generic type parameter names.
499
500 2005-11-17  Ankit Jain  <jankit@novell.com>
501
502         * get.c (str_escape): New. Escape a given list of characters.
503           (get_escaped_name): Escape ' and \ using str_escape, and 
504         allow ` .
505
506 2005-11-10  Ankit Jain  <jankit@novell.com>
507
508         * dump.c (dump_table_method): Load generic param constraints.
509         * get.c (dis_stringify_method_signature): Likewise.
510         * main.c (dis_method_list): Likewise.
511           (dis_type): Likewise.
512
513 2005-11-10  Ankit Jain  <jankit@novell.com>
514
515         * get.c (init_key_table): Add keyword - uint.
516
517 2005-11-08  Ankit Jain  <jankit@novell.com>
518
519         * dump.c (dump_table_method): Get the type/method context required for parsing
520           method signature and dis_stringify'ing it.
521
522 2005-11-08  Ankit Jain  <jankit@novell.com>
523
524         * get.c (init_key_table): Add keywords - callconv and flags.
525
526 2005-10-28  Ankit Jain  <jankit@novell.com>
527
528         * dis_stringify_method_signature: Add detail for 'returns:' in the comment.
529
530 2005-10-28  Ankit Jain  <jankit@novell.com>
531
532         * tests: Add new directory for test cases.
533
534 2005-10-28  Ankit Jain  <jankit@novell.com>
535
536         * get.c (dis_stringify_method_signature): Use context instead of container
537           as container can be NULL.
538
539 2005-10-20  Ankit Jain  <jankit@novell.com>
540
541         * get.c (get_method_core): Use the parent context for get_methodspec
542           instead of the inflated method's context.
543           (get_methodspec): Get the context for the generic method.
544           Use parent_context for getting the method's type parameters. 
545
546 2005-10-20  Ankit Jain  <jankit@novell.com>
547
548         * main.c (dis_method_list): Oops. Check method_context for null.
549
550 2005-10-19  Ankit Jain  <jankit@novell.com>
551
552         * main.c (dis_method_list): Fix warning introduced by my last patch.
553
554 2005-10-19  Ankit Jain  <jankit@novell.com>
555
556         * main.c (dis_method_list): Use 'method_context' instead of 'container' for 
557           mono_metadata_parse_method_signature_full.
558
559 2005-10-02  Zoltan Varga  <vargaz@freemail.hu>
560
561         * get.h get.c main.c: Fix some warnings and bugs.
562
563 2005-09-20  Ankit Jain  <jankit@novell.com>
564
565         * monodis.1: Update documentation for --output.
566
567 2005-09-20  Ankit Jain  <jankit@novell.com>
568
569         * main.c (table_list): Add --mresources to the table.
570           (usage): Don't add "--mresources" explicitly for usage output.
571           (main): Remove explicit handling for --mresources.
572
573 2005-09-20  Ankit Jain  <jankit@novell.com>
574
575         * main.c (main): Dump managed resources when --output is specified.
576
577 2005-09-08  Ankit Jain  <jankit@novell.com>
578
579         * monodis.1: Document --customattr, --declsec, --forward-decls, --implmap,
580           --marshal, --methodimpl, --methodspec, --mresources, --nested, --standalonesig,
581           and --typespec.
582
583 2005-09-08  Ankit Jain  <jankit@novell.com>
584
585         * main.c (dis_nt_header): New. Dump pe_stack_reserve if different from the
586           default value (0x100000).
587           (disassemble_file): Call dis_nt_header.
588
589 2005-09-06  Ankit Jain  <jankit@novell.com>
590
591         * main.cs (dis_directive_assemblyref): Use the row id into the AssemblyRef
592           table instead of 1 for dump_cattrs.
593           Spotted by Harinath.
594
595 2005-09-05  Atsushi Enomoto  <atsushi@ximian.com>
596
597         quick build fix.
598         * get.cs : (dis_get_custom_attrs) added assembly reference support.
599         * main.cs: (dis_directive_assemblyref) use MONO_TOKEN_ASSEMBLY_REF.
600
601 2005-09-05  Ankit Jain  <jankit@novell.com>
602
603         * main.c (dis_directive_assemblyref): Dump custom attributes.
604
605 2005-08-29  Ankit Jain  <jankit@novell.com>
606
607         * get.c (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_CUSTOM.
608         
609 2005-08-27  Ankit Jain  <jankit@novell.com>
610
611         * get.c (init_key_table): Add keywords - ldelem, stelem, stloc, stobj,
612           stsfld, sub, sub.ovf, sub.ovf.un, unbox to the table.
613
614 2005-08-25  Ankit Jain  <jankit@novell.com>
615
616         * get.c (get_encoded_user_string_or_bytearray): Add len param.
617           (get_constant): Pass len param to get_encoded_user_string_or_bytearray.
618         * dis-cil.c (dissasemble_cil): Calculate len of the userstring and pass to
619           get_encoded_user_string_or_bytearray.
620         * get.h (get_encoded_user_string_or_bytearray): Add len param.
621
622 2005-08-23  Ankit Jain  <jankit@novell.com>
623
624         Fix #75186.
625         * get.c (get_ret_type): Use '&' instead of '[out]' for return type.
626
627 2005-08-23  Ankit Jain  <jankit@novell.com>
628
629         * get.c (get_encoded_user_string_or_bytearray): New. Print a string if possible
630           or else a bytearray from the US heap.
631           (get_encoded_user_string_bytearray): New. Print a bytearray from the US heap.
632           (get_constant): Use get_encoded_user_string_or_bytearray for MONO_TYPE_STRING.
633         * get.h (get_encoded_user_string_or_bytearray): Add the new function. 
634         * dis-cil.c (get_encoded_user_string): Move to get.c .
635           (disassemble_cil): Use get_encoded_user_string_or_bytearray instead of 
636           get_encoded_user_string.
637
638 2005-08-20  Ankit Jain  <jankit@novell.com>
639
640         * dis-cil.c (dissasemble_cil): Specify precision to enable
641           roundtripping of floats.
642         * get.c (get_constant): Likewise.  
643
644 2005-08-13  Jb Evain  <jbevain@gmail.com>
645
646         * get.c (get_token): handle the case when
647           the token is a member ref pointing to a method.
648
649 2005-08-12  Ankit Jain  <jankit@novell.com>
650
651         * get.c (init_key_table): Add "xor" to the table.
652
653 2005-08-12  Jb Evain  <jbevain@gmail.com>
654
655         * get.c (dis_stringify_method_signature): handle case when a method
656           has parameters but no corresponding Param row.
657           Patch forged with Ankit.
658
659 2005-08-12  Ankit Jain <jankit@novell.com>
660
661         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
662           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
663
664 2005-08-11  Ankit Jain <jankit@novell.com>
665
666         * get.c (element_type_map): Use "typedref" instead of "TypedByRef" for
667           MONO_TYPE_TYPEDBYREF.
668           (get_ret_type): Use "typedref" instead of "typedbyref".
669           (get_param): Likewise.
670           
671 Wed Aug 10 17:15:52 CEST 2005 Paolo Molaro <lupus@ximian.com>
672
673         * dump.c: dump the marshal signature blob on --marshal.
674
675 2005-08-04  Ankit Jain <jankit@novell.com>
676
677         * main.c (dis_directive_moduleref): Always escape module ref names.
678
679 2005-08-03  Ankit Jain <jankit@novell.com>
680
681         * main.c (call_conv_map): Oops. Add a sentinel entry (-1, NULL).
682
683 2005-08-03  Ankit Jain <jankit@novell.com>
684
685         * main.c (call_conv_map): Map call conv value of 0 to "".
686
687 2005-08-02  Ankit Jain <jankit@novell.com>
688
689         * main.c (dis_directive_moduleref): Escape module ref names.
690
691 2005-08-01  Ankit Jain <jankit@novell.com>
692
693         * get.c (field_flags_map): Use C comments instead of C#.
694
695 2005-08-01  Ankit Jain <jankit@novell.com>
696
697         * get.c (dis_stringify_marshal_spec): Include "marshal (..)" as part of the
698           returned string. And fix memory leak.
699           (dis_stringify_method_signature): Fix usage of dis_stringify_marshal_spec
700           accordingly.
701         * main.c (dis_field_list): Fix usage of dis_stringify_marshal_spec. Cleanup
702           output of spaces.
703
704 2005-08-01  Ankit Jain <jankit@novell.com>
705
706         * get.c (dis_stringify_marshal_spec): Make it non-static.
707         * main.c (dis_field_list): Print marshal info for fields.
708         
709 2005-07-29  Ankit Jain <jankit@novell.com>
710
711         * get.c (get_constant): Fix printing of some constant types and make it consistent.
712
713 2005-07-28  Ankit Jain <jankit@novell.com>
714
715         * get.c (dis_stringify_method_signature): Fix handling of marshal info for
716           method params. Also, handle possible gaps in the PARAM table.
717
718 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
719
720         * main.c: Fix noinline->noinlining.
721
722 2005-05-26  Sebastien Pouliot  <sebastien@ximian.com>
723
724         * monodis.vcproj: Project file for monodis.
725
726 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
727
728         * main.c: Respect MONO_PATH when loading assemblies.
729
730 2005-04-23  Ankit Jain  <ankit@corewars.org>
731
732         * get.c : Revert Atsushi's earlier patch. Its already been fixed with r43342.
733
734 2005-04-22  Atsushi Enomoto  <atsushi@ximian.com>
735
736         * get.c : arraytype[,] should not be wrapped as 'arraytype[]'.
737
738 2005-04-20  Ankit Jain  <ankit@corewars.org>
739
740         Fix #74521.
741         * get.c (get_generic_param, get_method_core, get_methoddef): Dont use
742         dis_stringify_object_with_class directly, use dis_stringify_type instead.
743
744 2005-04-20  Ankit Jain  <ankit@corewars.org>
745
746         Fix #74657.
747         * main.c (dis_field_list): Print default value if field has
748         HAS_DEFAULT flag set.
749
750 2005-04-12  Ankit Jain  <ankit@corewars.org>
751         
752         Fix #74579.
753         * main.c (dis_mresource): New. Dump embedded managed resources.
754         (main, usage): Add '--mresources' argument.
755
756 2005-04-08  Ankit Jain  <radical@corewars.org>
757
758         Fix #74374.
759         * main.c (dis_type): Add 'is_nested' and 'forward' arguments.  If
760         'is_nested', don't emit .namespace directive even if namespace is
761         set.  If 'forward', print only types.
762         (dis_types): Update to allow emitting forward declarations.
763         (disassemble_file): Emit forward declarations if requested.
764         (main, usage): Add '--forward-decls' argument.
765         * get.c (get_typedef): When printing a nested type, don't include
766         the namespace again, even if it is set.
767
768 2005-04-05  Zoltan Varga  <vargaz@freemail.hu>
769
770         * dump.c dis-cil.c: Apply patches from freebsd ports collection.
771
772 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
773
774         * get.c (get_constant): Applied patch from Ankit Jain (radical@gmail.com). Fixes #74367.
775
776 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
777
778         * dis-cil.c, dump.c: Add mono-compiler.h header to allow/ease 
779         compilation with non-GCC compilers.
780
781 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
782
783         * get.c (dis_stringify_marshal_spec): Fix this after recent runtime
784         changes.
785
786 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
787
788         * get.c: Output marshal info for parameters.
789
790 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
791
792         * main.c: Output managed resources as well. Fixes #72033.
793
794 2005-02-01  Raja R Harinath  <rharinath@novell.com>
795
796         * get.c (get_method_core): Use mono_method_signature (mh), not
797         mh->signature.
798
799 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
800
801         * get.c dis-cil.c dump.c: Fix 64 bit warnings.
802
803 2004-12-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
804
805         * dump.c:
806         * dis-cil.c: added isinf() for Solaris, that does not seem to have it.
807         Fixes the build on Solaris.
808
809 2004-12-13  Miguel de Icaza  <miguel@ximian.com>
810
811         * dis-cil.c, dump.c: Encode special constant +Inf, -Inf and NaN
812         using hex constants instead of letting libc print the values.
813
814 2004-12-11  Martin Baulig  <martin@ximian.com>
815
816         * get.c (get_typespec): Added `gboolean is_def' argument; removed
817         the special case for MONO_TYPE_VAR/MVAR and pass `is_def' down to
818         dis_stringify_type().
819         (get_escaped_name): Allow `!'.  
820
821 2004-12-11  Martin Baulig  <martin@ximian.com>
822
823         * get.c (get_token): Escape typedefs.
824
825 2004-12-11  Martin Baulig  <martin@ximian.com>
826
827         * get.c (get_escaped_name): Correctly escape nested classes.
828
829 2004-12-11  Martin Baulig  <martin@ximian.com>
830
831         * get.c (get_class_name): Renamed to get_escaped_class_name() and
832         return an escaped class name; correctly escape nested classes.
833
834 2004-12-11  Martin Baulig  <martin@ximian.com>
835
836         * get.c (dis_stringify_type): Added `gboolean is_def' argument; if
837         false, display type parameters as numbers and not as names.
838         (dis_stringify_object_with_class): Added `gboolean is_def' argument.
839         (dis_stringify_array): Likewise.
840
841 2004-12-10  Martin Baulig  <martin@ximian.com>
842
843         * get.c (init_key_table): Added `type' and `strict'.
844         (get_generic_param): Also escape the type parameter names.
845         Correctly handle multiple constraints.
846
847 2004-12-10  Martin Baulig  <martin@ximian.com>
848
849         * get.c (get_fieldref_signature): Escape the field type and name
850         here, too.
851
852 2004-12-10  Martin Baulig  <martin@ximian.com>
853
854         Started to add generics support to monodis.
855
856         * get.c (get_typedef_or_ref): Added `MonoGenericContext *'.
857         (get_field_signature, get_field): Likewise.
858         (get_methodref_signature, get_methodspec): Likewise.
859         (get_token, get_token_type, get_typespec): Likewise.
860         (get_method, get_method_type_param): Likewise.
861         (get_method_override, dis_stringify_method_signature): Likewise.
862         (get_type, get_ret_type, get_param): Likewise.
863
864         * dis-cil.c (disasemble_cil): Added `MonoGenericContext *'.
865
866 2004-12-09  Martin Baulig  <martin@ximian.com>
867
868         * get.c (get_generic_param): Take a `MonoGenericContainer *' and
869         use it to print things instead of manually parsing the metadata.
870
871         * main.c (dis_generic_param_and_constraints): Removed, use
872         get_generic_param() instead.
873         (dis_method_list): Added `MonoGenericContext *' argument.
874
875 Mon Dec 6 13:31:48 CET 2004 Paolo Molaro <lupus@ximian.com>
876
877         * main.c: add a --filter=filename option to load a file
878         with a list of types, fields, methods to disassemble.
879
880 2004-12-02  Miguel de Icaza  <miguel@ximian.com>
881
882         * main.c: Rename compilercontrolled to privatescope
883
884         * get.c (get_class_name): Correct implementation that correctly
885         handles nested classes.
886
887 2004-11-26  Miguel de Icaza  <miguel@ximian.com>
888
889         * main.c: Better implementation of the quote keyword, list all of
890         the known keywords to ildasm here. 
891
892         * get.c (dis_stringify_object_with_class): Take an argument
893         `prefix' that controls whether the `class', `valuetype' labels are
894         used.  This is needed for the catch clause that takes the type
895         directly. 
896         (get_method_core): Rename get_method to get_method_core, and allow
897         for only part of the signature to be specified, so we can produce
898         .override signatures correctly.
899         (get_method_override): Pass false as the `fullsig' argument.
900
901         (get_typedef): no longer quote the type, we quote in the call site
902         elsewhere.   Avoids double quotes.
903         
904         * main.c (quote_keyword): Quote keywords.
905
906 Tue Nov 9 17:29:28 CET 2004 Paolo Molaro <lupus@ximian.com>
907
908         * dis-cil.c, get.c, get.h: update to exception clause structure changes.
909
910 2004-11-08  Ben Maurer  <bmaurer@ximian.com>
911
912         * get.c, dump.c: warning free.
913
914 2004-10-21  Jackson Harper  <jackson@ximian.com>
915
916         * get.c: Escape typedef names.
917
918 2004-10-19    <vargaz@freemail.hu>
919
920         * main.c: Applied patch from Alexandre Rocha Lima e Marcondes  (alexandremarcondes@psl-pr.softwarelivre.org). Really fix 2.95 build.
921
922 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
923
924         * dump.c: Added new "internal" security actions for non-CAS demands:
925         NonCasDemand, NonCasLinkDemand and NonCasInheritance.
926         * main.c: Added new "internal" security actions for non-CAS demands:
927         noncasdemand, noncaslinkdemand and noncasinheritance.
928
929 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
930
931         * main.c: Add support for pinvoke flags BestFit and 
932         ThrowOnUnmappableChar.
933
934 2004-09-23  Miguel de Icaza  <miguel@ximian.com>
935
936         * main.c (dis_directive_assemblyref): Dump the locale and public
937         key tokens 
938
939         * get.c (dis_stringify_object_with_class): Escape assembly name. 
940
941         * main.c (dis_directive_assemblyref): Escape assembly name
942
943 2004-09-21  Martin Baulig  <martin@ximian.com>
944
945         * main.c (main): If just a single assembly was specified, use the
946         runtime version it requires.
947
948 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
949
950         * dump.c: Added new security actions added in 2.0: LinkDemandChoice,
951         InheritanceDemandChoice and DemandChoice.
952         * main.c: Added ".permissionset" to output IL. Removed "hassecurity"
953         as MS ilasm can't compile it.
954
955 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
956
957         * get.c (get_token): Add support for memberrefs.
958
959 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
960
961         * main.c: Fix build && warnings.
962
963 2004-09-05  Jambunathan K  <kjambunathan@novell.com>
964         * main.c (dump_cattrs_list): Newly carved out of dump_cattrs.
965         
966         Renamed cattrs_for_method() to more meaningful
967         dump_cattrs_for_method_params()
968         
969         (dump_cattrs_for_method_params): Fixed so that ".param[]" gets
970         dumped only when necessary. i.e., when a method parameter has
971         either a default value and/or when it has a custom attribute.
972
973 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
974
975         * get.c: Fix printing of unmanaged calling conventions.
976         (get_constant): Fix warning.
977
978 2004-08-28  Jambunathan K  <kjambunathan@novell.com>
979         * main.c: modified cattrs_for_method so that
980           emitting of ".param[] = ..." is complete.
981         
982         * get.c: Modified get_constant() so that
983           1. MONO_TYPE_CHAR now handles unicode characters
984           2. MONO_TYPE_I8 now emits int64(...)
985           3. MONO_TYPE_STRING emits a bytearray()
986
987 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
988         * get.c: Changed dis_stringify_param to emit [opt] for parameters
989           that are marked as Optional.
990
991         * dump.c: Fixed dump_table_constant so that the parent field's
992           description is correctly displayed.
993
994 2004-08-08  Zoltan Varga  <vargaz@freemail.hu>
995
996         * get.c (get_typespec): Append '*' to pointer types. Fixes #62331.
997
998 2004-08-03  Martin Baulig  <martin@ximian.com>
999
1000         * dump.c (method_dor_to_token): Moved to get.c and made public.
1001
1002         * get.c (get_method_override): New public function.
1003
1004         * main.c (dis_code): Added `.override' for override methods.
1005
1006 2004-08-02  Martin Baulig  <martin@ximian.com>
1007
1008         * get.c (dis_stringify_object_with_class): Include our generic
1009         arguments in the method's class name.
1010
1011         * main.c (dis_generic_param_and_constraints): Use the new
1012         constraints syntax.
1013
1014 2004-08-02  Martin Baulig  <martin@ximian.com>
1015
1016         * dump.c (dump_stream_blob): Format this nicely.
1017         (dump_table_standalonesig): New public function.
1018
1019         * main.c (dis_locals): If --show-tokens was requested, print the
1020         standalone signature token.
1021         (table_list): Added "--standalonesig".
1022
1023 2004-07-09  Jackson Harper  <jackson@ximian.com>
1024
1025         * get.c: Make "class" the default so only valuetypes get the
1026         "valuetype" modifier. Otherwise object, string, int,... will get
1027         it.
1028         
1029 2004-07-08  Jackson Harper  <jackson@ximian.com>
1030
1031         * main.c: Spaces after visibility types.
1032         
1033 2004-07-06  Jackson Harper  <jackson@ximian.com>
1034
1035         * get.c: Add float cast for outputing floats. Patch by Steve Brown.
1036         
1037 2004-06-25  Jackson Harper  <jackson@ximian.com>
1038
1039         * get.c: Add a few more keywords to be escaped.
1040         * main.c: MS's ildasm writes '// end of class' not '// end of
1041         type'. The python.net tool searches for this string.
1042         
1043 2004-06-24  David Waite  <mass@akuma.org>
1044
1045         * dump.c: change to C90-style comments from C99/C++-style
1046         
1047 2004-06-23  Raja R Harinath  <rharinath@novell.com>
1048
1049         * main.c (dis_event_signature): Decode and print event_flags.
1050
1051 2004-06-20  Jackson Harper  <jackson@ximian.com>
1052
1053         * dis-cil.c: Handle switch statements with no labels.
1054         
1055 2004-06-19  Jackson Harper  <jackson@ximian.com>
1056
1057         * dump.c/h: New function to dump the contents of the blob
1058         stream. I found it useful for debugging so I will share.
1059         * main.c: Add --blob switch to dump the blob stream.
1060         * monodis.1: Document --blob
1061         
1062 2004-06-19  Jackson Harper  <jackson@ximian.com>
1063
1064         * get.c/h: New function to stringify function pointers.
1065         
1066 2004-06-19  Jackson Harper  <jackson@ximian.com>
1067
1068         * get.c: Fix name escaping so we dont escape everything in the
1069         world anymore.
1070         
1071 2004-06-11  Martin Baulig  <martin@ximian.com>
1072
1073         * get.c (get_methodref_signature): Include "vararg " in the
1074         signature of a varargs method.
1075
1076 2004-06-11  Martin Baulig  <martin@ximian.com>
1077
1078         * get.c (get_methodref_signature): If we're a varargs method,
1079         print "..." for the sentinel followed by the actual types.
1080
1081 2004-06-08  Martin Baulig  <martin@ximian.com>
1082
1083         * dump.c (dump_table_memberref): Added support for MethodDef
1084         parents.        
1085
1086 2004-05-06  Bernie Solomon  <bernard@ugsolutions.com>
1087
1088         * dump.c:
1089         * get.c:
1090         * main.c:
1091         * util.c:
1092         * util.h: rename map_t dis_map_t to avoid AIX symbol clash
1093
1094 2004-04-01  Martin Baulig  <martin@ximian.com>
1095
1096         * dump.c (dump_table_memberref): Added support for TypeDef's.
1097
1098 2004-03-29  Jackson Harper  <jackson@ximian.com>
1099
1100         * main.c: Handle pinvoke info where there is not an impl_map
1101         entry.
1102         
1103 2004-03-27  Vladimir Vukicevic  <vladimir@pobox.com>
1104
1105        * get.c (get_constant): output bool consts as bool(true) or
1106        bool(false)  (to be same as ildasm, also what mono and ms
1107        ilasm expect)
1108
1109 2004-01-31  Martin Baulig  <martin@ximian.com>
1110
1111         * get.c (get_methodspec): It's a methoddef or ref token.
1112
1113 2004-01-26  Martin Baulig  <martin@ximian.com>
1114
1115         * main.cs (--show-tokens): New command line argument to show
1116         type tokens in the disassembly.
1117
1118         * get.c (get_typedef, get_typespec, get_typeref): If
1119         `show_tokens', include the token in the type name.
1120         (get_type): Do some type parsing here and include the token in the
1121         returned type name if requested.
1122         (get_method): Include tokens if requested.
1123
1124 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
1125
1126         * main.c get.c: Add support for dumping the custom attributes of
1127         modules.
1128
1129 2004-01-09  Jackson Harper  <jackson@ximian.com>
1130
1131         * monodis.1: Add --show-method-tokens switch
1132         * get.c: When stringifying methods show the method token if the
1133         show-method-tokens flag is set.
1134         * get.h: Add show_method_tokens flag
1135         * main.c: Add --show-method-tokens switch
1136         
1137 2004-01-09  Jackson Harper  <jackson@ximian.com>
1138
1139         * monodis.1: Add typespec switch
1140         
1141 2004-01-08  Jackson Harper  <jackson@ximian.com>
1142
1143         * main.c: Add switch to dump typespec table.
1144         * dump.c/dump.h: Add function for dumping typespec table.
1145         
1146 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
1147
1148         * dump.c (dump_table_exported): Fix output.
1149
1150 2003-12-08  Jackson Harper <jackson@ximian.com>
1151
1152         * main.cs: escape module names.
1153         
1154 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
1155
1156         * main.c (dis_field_list): Update after changes to 
1157         mono_metadata_get_constant_index ().
1158
1159 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
1160
1161         * dump.c dump.h main.c: Added support for dumping the ImplMap table
1162         (--implmap).
1163
1164         * main.c (dis_method_list): Avoid disassembling native code.
1165
1166 2003-11-19  Zoltan Varga  <vargaz@freemail.hu>
1167
1168         * get.c (dis_stringify_modifiers): Fix display of modreq and modopt.
1169
1170 Thu Nov 13 16:12:09 CET 2003 Paolo Molaro <lupus@ximian.com>
1171
1172         * util.h, dump.c: get rid of ugly CSIZE macro.
1173
1174 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
1175
1176         * main.c: Add disassembly of module, moduleref and file tables.
1177
1178         * get.h get.c: Add support for modulerefs.
1179
1180         * dump.c: Avoid crash on empty assembly table.
1181
1182 2003-10-22 Jackson Harper <jackson@ximian.com>
1183
1184         * main.c: Use escaped names for method, and type names. Initialize
1185         the name table.
1186         * main.c (visibility_map): Fix typo, should be nested family not
1187         family
1188         * main.c (dis_data): Use uppercase hex to avoid name conflicts.
1189         * get.c/get.h: New method to get an escaped name. This method will
1190         take a name and escape it if it is an ilasm keyword, or uses a non
1191         id char. Use escaped names for type, method, field, and parameter names.
1192         * get.c (get_typespec): A typespec can be used for anything, so we
1193         need to handle all types not just modified types.
1194         * get.c (dis_stringify_object_with_class): Handle nested classes
1195         * get.c (get_token): Add field keyword to field tokens.
1196         
1197 2003-10-21 Jackson Harper <jackson@ximian.com>
1198
1199         * get.c (get_fieldref_signature): Use MONO_MEMBERREF_SIGNATURE in
1200         the member ref table.
1201         
1202 2003-10-21  Martin Baulig  <martin@ximian.com>
1203
1204         * get.c (get_typespec): Add MONO_TYPE_VAR and MONO_TYPE_MVAR.
1205
1206 2003-10-18 Jackson Harper <jackson@ximian.com>
1207
1208         * dis-cil.c (get_encoded_user_string): use g_strescape instead of
1209         escaping manually.
1210         * util.c (hex_dump): Use uppercase hex so there are no conflicts
1211         with ilasm keywords ie cf
1212         
1213 2003-10-17 Jackson Harper <jackson@ximian.com>
1214
1215         * dis-cil.c (get_encoded_user_string): Escape user strings when
1216         loading. ie ""quote"" should be "\"quote\"".
1217         * dis-cil.c (dissasemble_cil): Write SEH debug info into a comment
1218         block. Combine SEH blocks that have the same offset and length,
1219         this prevents creating invalid SEH blocks. 
1220         
1221 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
1222
1223         * get.c (get_ret_type): Remove needless warning message.
1224
1225 2003-10-13 Jackson Harper <jackson@ximian.com>
1226
1227         * get.c: stringify nested types properly ie Outer/Inner.
1228         
1229 2003-10-10 Jackson Harper <jackson@ximian.com>
1230
1231         * dump.c: When dumping methodspecs dump the full methodspec with
1232         signature, and dump the signature.
1233         
1234 2003-10-10 Jackson Harper <jackson@ximian.com>
1235
1236         * get.c/get.h: Add methods to get stringified methodspecs and
1237         method type parameters. 
1238         
1239 2003-10-09 Jackson Harper <jackson@ximian.com>
1240
1241         * main.c/get.c: Remove magic numbers, use constants.
1242         
1243 2003-10-08 Jackson Harper <jackson@ximian.com>
1244
1245         * main.c (dis_genericparam): renamed to
1246         dis_generic_param_and_constraints, allow a table type to be passed
1247         to the method so this could be used with generic methods (It is
1248         not though).
1249         * get.c/get.h (get_generic_param): method to stringify generic
1250         type and method parameters.
1251         * get.c (dis_stringify_method_signature): Add generic parameters.
1252         
1253 2003-10-08 Jackson Harper <jackson@ximian.com>
1254
1255         * main.c (dis_type): NULL cnst_block so we dont explode on
1256         interfaces.
1257         * main.c (dis_genericparam): oops, fix off-by-one error.
1258         
1259 2003-10-08 Jackson Harper <jackson@ximian.com>
1260
1261         * get.c/get.h add method to get a methoddef from an index, simplify
1262         get_typd_or_methdef, use new get_methoddef to get the method
1263         because we have a method index not a method token.
1264         
1265 2003-10-07 Jackson Harper <jackson@ximian.com>
1266
1267         * main.c: When dis. generic parameters the TypeOrMethodDef token
1268         only needs to be shifted 1 bit. Added dis of generic constraints.
1269         * get.c/get.h: New method for getting a TypeOrMethodDef token
1270         * dump.c: When dumping generic parameters and generic constraints
1271         output readable names instead of just tokens.
1272         
1273 2003-10-01 Jackson Harper <jackson@latitudegeo.com>
1274         
1275         * main.c: Fix visibility level names, when outputing pinvoke info
1276         quote the module and method names, properties have specialname,
1277         and rtspecialname flags (nothing else), dis global methods and
1278         fields FIXME: indentation issues.
1279         * get.h: declare get_fieldref_signature
1280         * get.c: Fix unsigned ints (not uint), single quote argument names
1281         (this is kinda a hack, ildasm will only single quote arg names
1282         that are ilasm keywords), remove fixme, we know what typedbyref
1283         means, output fieldref signatures instead of their token value.
1284         
1285 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
1286
1287         * dis-cil.c: Output fault blocks, and filter blocks. If in a
1288         filter block outptut 0xDC as endfilter if in a fault output as
1289         endfault.
1290         
1291 2003-08-22  Zoltan Varga  <vargaz@freemail.hu>
1292
1293         * main.c (dis_event_list): Same for event methods.
1294
1295         * get.c (dis_stringify_method_signature): New argument specifying
1296         whenever to return a fully qualified method name.
1297         * dump.c main.c: Updated to work with the new function.
1298
1299         * main.c (dis_property_methods): Print fully qualified method names 
1300         for property methods. Fixes #46221.
1301
1302 2003-07-22 Jackson Harper <jackson@latitudegeo.com>
1303
1304         * main.c: Dissasemble generic type parameters for type
1305         definitions. TODO: Sort type parameters by index, and
1306         auto-generate names for parameters that have no name.
1307         
1308 Fri Jul 18 13:12:38 CEST 2003 Paolo Molaro <lupus@ximian.com>
1309
1310         * get.c: updates for array type representation changes.
1311
1312 2003-06-16 Jackson Harper <jackson@latitudegeo.com>
1313
1314         * get.c: Fix modopt and modreq
1315                 
1316 Thu May 29 12:21:47 CEST 2003 Paolo Molaro <lupus@ximian.com>
1317
1318         * dump.c, get.c: misc fixes.
1319
1320 Wed May 7 16:50:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
1321
1322         * main.c: output custom attributes for method parameters.
1323
1324 Wed May 7 16:24:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
1325
1326         * main.c: output nested types inside their nesting class.
1327
1328 2003-04-12  Zoltan Varga  <vargaz@freemail.hu>
1329
1330         * get.c (dis_stringify_modifiers): Print a space between custom modifers.
1331         * get.c (get_custom_mod): Handle multiple custom modifiers aka bug #30812.
1332         * main.c: Print klass name at the end of each method to make it easier
1333         to find a given method.
1334
1335 2003-03-31  Miguel de Icaza  <miguel@ximian.com>
1336
1337         * main.c: Sorted command line options table by name.
1338
1339         * dump.c: Add support for dumping the new generic tables. 
1340
1341         * monodis.1: Update man page.
1342         
1343 2003-03-09 Jackson Harper <jackson@latitudegeo.com>
1344
1345         * main.c: Ouput implements clause as a comma seperated list.
1346
1347 Thu Feb  6 02:43:23 PST 2003 Piers Haken <piersh@friskit.com>
1348
1349         * dump.c: more warning cleanups
1350
1351 Mon Jan 27 17:16:50 CET 2003 Paolo Molaro <lupus@ximian.com>
1352
1353         * get.c: decode also the size info in get_marshal_info()
1354         for ByValStr and ByValArray.
1355
1356 Tue Sep 24 11:48:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
1357
1358         * main.c: use mono_type_size () to get the size of
1359         a blob of data for a type (Zoltan Varga spotted the bug).
1360
1361 2002-09-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1362
1363         * get.c: closes bug #30814. Thanks to Zoltan Varga.
1364
1365 Mon Sep 16 18:49:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
1366
1367         * main.c, get.c, dump.c: updates for changes in libmetadata.
1368
1369 Fri Sep 13 15:39:41 CEST 2002 Paolo Molaro <lupus@ximian.com>
1370
1371         * main.c: dump public key.
1372         * get.c, util.h, util.c: prettyfy data dumps.
1373
1374 2002-08-28  Dick Porter  <dick@ximian.com>
1375
1376         * Makefile.am: Export HOST_CC for w32 builds
1377
1378 Tue Aug 6 12:40:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
1379
1380         * main.c: use mono_image_get_entry_point ().
1381
1382 Fri Jul 26 11:41:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
1383
1384         * main.c, dump.h, dump.c: output hash value in File table.
1385         Add dumper function for DeclSecurity table.
1386
1387 Fri Jul 19 14:20:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
1388
1389         * main.c: handle null parent.
1390
1391 2002-07-02  Martin Baulig  <martin@gnome.org>
1392
1393         * get.c (dis_stringify_object_with_class): New static function to
1394         stringify an object when we already have its class.
1395         (dis_stringify_object): Get the class and call dis_stringify_object().
1396         (get_method): Call dis_stringify_object_with_class() since we already
1397         have the object's class.
1398
1399 Thu Jun 20 11:50:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
1400
1401         * main.c, dump.c, dump.h: code to dump the MethodImpl table.
1402
1403 Mon Jun 17 17:31:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
1404
1405         * get.h, get.c: get_marshal_info() to get a marshal descriptor.
1406         * main.c, dump.h, dump.c: added code to dump the FieldMarshl table.
1407
1408 Tue Jun 11 14:11:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
1409
1410         * get.c: handle modulerefs.
1411         * main.c: fix --mscorlib argument handling.
1412
1413 Fri Jun 7 19:39:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
1414
1415         * get.c: handle typerefs of nested types. Don't print "."
1416         with an empty namespace.
1417
1418 Sat Jun 1 13:57:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
1419
1420         * main.c: print byte values correctly.
1421
1422 2002-05-20  Martin Baulig  <martin@gnome.org>
1423
1424         * main.c: Added `--output=FILENAME' command line option.
1425
1426         * monodis.1: Documented it here.
1427
1428 Thu May 16 17:21:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
1429
1430         * main.c, dump,c, get.h, get.c: diassemble custom attributes.
1431
1432 Wed May 15 16:02:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
1433
1434         * main.c: output field RVA data.
1435
1436 Fri May 10 21:00:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
1437
1438         * main.c: print field offset info if needed.
1439
1440 Wed May 1 17:07:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
1441
1442         * dump.c, dump.h, main.c: dump ExportedTypes table.
1443         * get.c: fix get_module (), remove magic numbers.
1444         * monodis.1: update manpage (hi miguel!:)
1445
1446 Mon Apr 29 12:12:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
1447
1448         * dump.c, dump.h, main.c: support for dumping the manifest resource table.
1449
1450 Mon Apr 15 11:35:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
1451
1452         * dump.c, dump.h, get.c, get.h, main.c: support for dumping the
1453         module table and guid values.
1454
1455 Mon Apr 8 17:15:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
1456
1457         * main.c: removed unneeded runtime invoke support.
1458
1459 Thu Mar 28 16:52:11 CET 2002 Paolo Molaro <lupus@ximian.com>
1460
1461         * dis-cil.c, dump.c, get.c, main.c, util.h: spring warning cleanup.
1462
1463 Thu Mar 28 11:29:58 CET 2002 Paolo Molaro <lupus@ximian.com>
1464
1465         * util.c: when an invalid flags combination is seen,
1466         return the string "invalid-flags", so disassembly can continue.
1467
1468 Tue Mar 19 18:15:29 CET 2002 Paolo Molaro <lupus@ximian.com>
1469
1470         * dis-cil.c: use unsigned for variables.
1471
1472 Sat Mar 16 19:13:57 CET 2002 Paolo Molaro <lupus@ximian.com>
1473
1474         * dump.c: handle TypeSpec token in memberref table dump.
1475
1476 2002-03-08  Nick Drochak  <ndrochak@gol.com>
1477
1478         * monodis.1: Add info about new parameter
1479         * main.c: Add flag to remember if user wants to us mscorlib for
1480         non-corilb assembly names
1481         * get.c(get_typedef): use mscorlib for assembly name only
1482         if user specifies it with a command line parameter. Default
1483         behavior is now to use actual assembly name.
1484  
1485 Tue Mar 5 18:11:01 CET 2002 Paolo Molaro <lupus@ximian.com>
1486
1487         * dump.c: print index of the methodsemantics table.
1488         * main.cs: print event information.
1489
1490 Wed Feb 20 22:10:48 CET 2002 Paolo Molaro <lupus@ximian.com>
1491
1492         * dump.c: fix the fix and more complete custom attribute decoder.
1493
1494 Tue Feb 19 20:20:15 CET 2002 Paolo Molaro <lupus@ximian.com>
1495
1496         * dump.c: the prolog is before each arg in the custom attribute blob.
1497
1498 Mon Feb 18 15:48:38 CET 2002 Paolo Molaro <lupus@ximian.com>
1499
1500         * get.c: include last param.
1501
1502 Thu Feb 14 18:59:37 CET 2002 Paolo Molaro <lupus@ximian.com>
1503
1504         * main.c: output pack and size info if needed.
1505
1506 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
1507
1508         * *.c: s/MonoMetadata/MonoImage/ 
1509
1510 Tue Feb 12 14:33:53 CET 2002 Paolo Molaro <lupus@ximian.com>
1511
1512         * dump.c: make all the indexes printed starting from 1.
1513
1514 Fri Feb 8 19:28:31 CET 2002 Paolo Molaro <lupus@ximian.com>
1515
1516         * get.c: don't abort if a methodref is not found, usa alternative way
1517         to get the method name.
1518
1519 Fri Feb 8 12:29:41 CET 2002 Paolo Molaro <lupus@ximian.com>
1520
1521         * Makefile.am: correct linking order.
1522         * dis-cil.c: use opcode info from opcodes.h instead of a copy of the data.
1523
1524 Thu Jan 31 18:21:12 CET 2002 Paolo Molaro <lupus@ximian.com>
1525
1526         * dis-cil.c: reverse order when outputting start try blocks.
1527
1528 Mon Jan 14 17:00:23 CET 2002 Paolo Molaro <lupus@ximian.com>
1529
1530         * dump.c: more info in method table dump.
1531
1532 Mon Dec 24 17:24:13 CET 2001 Paolo Molaro <lupus@ximian.com>
1533
1534         * main.c, dump.h, dump.c: add dump_table_nestedclass().
1535         * dis-cil.c: output int64 as hex.
1536
1537 Tue Dec 18 18:48:00 CET 2001 Paolo Molaro <lupus@ximian.com>
1538
1539         * main.c: use mono_metadata_methods_from_property() and
1540         mono_metadata_properties_from_typedef() from metadata instead of
1541         custom code.
1542
1543 Tue Nov 27 16:31:52 CET 2001 Paolo Molaro <lupus@ximian.com>
1544
1545         * main.c: output a marker for method (used in debug support).
1546
1547 Mon Nov 19 11:32:28 CET 2001 Paolo Molaro <lupus@ximian.com>
1548
1549         * main.c: remove arch_create_jit_trampoline().
1550
1551 Thu Nov 15 17:42:03 CET 2001 Paolo Molaro <lupus@ximian.com>
1552
1553         * dump.c: decode more info in the constant table.
1554         * get.c: show literals the same way ildasm does.
1555         * main.c: decode literal values for fields.
1556
1557 Fri Nov 2 19:04:21 CET 2001 Paolo Molaro <lupus@ximian.com>
1558
1559         * main.c, dump, dump.c: decode the customattr table.
1560         * dump.c: handle also field signature when dumping the memberref
1561         table.
1562
1563 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
1564
1565         * main.c (dis_property_methods): Added missing colon which avoided
1566         setting loc.t
1567
1568 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
1569
1570         * main.c (arch_compile_method):  added to compute vtable entry
1571
1572 Mon Oct 8 16:13:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
1573
1574         * get.c, get.h: MonoArray changed in MonoArrayType.
1575         * main.c: guard against calling bsearch with a NULL pointer
1576         (pointed out by Laurent Rioux, smoux).
1577
1578 Thu Oct 4 19:05:56 CEST 2001 Paolo Molaro <lupus@ximian.com>
1579
1580         * dis-cil.c: fix printing of exception stuff.
1581         * dump.c: display some more info in the typedef table dump.
1582         * main.c: typo fix and method list fix.
1583
1584 2001-10-04  Dick Porter  <dick@ximian.com>
1585
1586         * meta.h: include mono-endian.h not endian.h
1587
1588 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
1589
1590         * get.c (get_method): always write namespace and class name.
1591
1592 2001-09-06  Miguel de Icaza  <miguel@ximian.com>
1593
1594         * monodis.1: Update man page.
1595
1596 Tue Aug 28 15:54:45 CEST 2001 Paolo Molaro <lupus@ximian.com>
1597
1598         * main.c, dump.c, dump.h, get.c: added dump_table_interfaceimpl ().
1599         Output info about interfaces when disassembling a type. Many small
1600         changes to make the output correct assembler.
1601
1602 Mon Aug 27 20:13:49 CEST 2001 Paolo Molaro <lupus@ximian.com>
1603
1604         * dis-cil.c, get.c: some endian fixes.
1605         * main.c: colon-separate version numbers. Print also namespace
1606         when outputting class information.
1607
1608 Fri Aug 24 16:10:12 CEST 2001 Paolo Molaro <lupus@ximian.com>
1609
1610         * get.c, main.c, get.h: updates for MonoParam merge in MonoType.
1611
1612 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
1613
1614         * main.c (disassemble_file): use assembly_open instead of image_open
1615
1616 Wed Aug 22 16:22:22 CEST 2001 Paolo Molaro <lupus@ximian.com>
1617
1618         * dis-cil.c: add a newline after branch instructions. Move
1619         end of exception handler code at the end.
1620
1621 Tue Aug 21 18:51:05 CEST 2001 Paolo Molaro <lupus@ximian.com>
1622
1623         * dis-cil.c: correctly print the label for multi-byte opcodes.
1624
1625 Mon Aug 20 19:33:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
1626
1627         * util.c: add a space when decoding multiple flags.
1628         * dump.c, dump.h, main.c: decode the property map and
1629         methodsemantics tables. Disassemble property information
1630         to .property IL directives.
1631         * get.c: allow passing a NULL as method in dis_stringify_method ()
1632         if a methoddef_row is given.
1633         
1634 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
1635
1636         * get.c (dis_stringify_type): support pinned values
1637
1638 Sat Aug 18 11:24:07 CEST 2001 Paolo Molaro <lupus@ximian.com>
1639
1640         * dump.c, get.c, get.h, main.c: dis_stringify_method_signature()
1641         gets an optional methodef_row index instead of a name, so it
1642         can figure out also the names and attributes of params.
1643         parse_method_signature() and free_method_signature() removed as
1644         they are useless now.
1645
1646 2001-08-17  Dietmar Maurer  <dietmar@ximian.com>
1647
1648         * main.c (pinvoke_info): bug fix - use the right column in the table
1649
1650 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
1651
1652         * get.c (dis_stringify_type): use strconcat instead of strjoin
1653
1654 Sat Aug 4 12:36:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
1655
1656         * get.c, get.h, main.c, dump.c: implement dis_stringify_method_signature().
1657         More magic constants replaced by enum values (spotted at least 3 real bugs
1658         doing this). Print usage information if an unknown option is given.
1659         Print the full signature when dumping the method table.
1660         Changed method and field table dumps to show the typedef name the field
1661         or method belongs to.
1662
1663 Fri Aug 3 18:30:16 CEST 2001 Paolo Molaro <lupus@ximian.com>
1664
1665         * get.c (get_method): fix use of unitialized variable and
1666         remove magic constants all over the place.
1667
1668 Wed Aug 1 22:46:45 CEST 2001 Paolo Molaro <lupus@ximian.com>
1669
1670         * dis-cil.c: properly decode the switch opcode.
1671         
1672 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
1673
1674         * get.c (get_token): decode typedef and typeref tokens
1675
1676         * main.c (dis_method_list): don't decode the next row, that is
1677         totally unnecessary
1678
1679 Tue Jul 31 17:48:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
1680
1681         * dis-cil.c, dis-cil.h, dump.c, dump.h, get.c, get.h, main.c, push-pop.h:
1682         massive namespace cleanup.
1683         * main.c: dis_locals() now just strigifies a MonoMethodHeader.
1684
1685 2001-07-31  Dietmar Maurer  <dietmar@ximian.com>
1686
1687         * main.c (pinvoke_flags): impl.
1688
1689 Mon Jul 30 20:08:37 CEST 2001 Paolo Molaro <lupus@ximian.com>
1690
1691         * dis-cil.c, dis-cil.h, main.c: changes to disassemble also
1692         the information about try/catch/finally blocks.
1693
1694 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
1695
1696         * get.c (dis_stringify_type): return "void" if !type
1697         (dis_stringify_type): print type* instead of *type
1698
1699 Thu Jul 26 13:22:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
1700
1701         * dis-cil.c, dump.c, get.c, main.c: updates to match changes in metadata.
1702         Removed dead code.
1703
1704 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
1705
1706         * main.c (usage): Print out all the arguments.
1707
1708         * get.c, main.c, dump.c: Remove `expand', `get_encoded_value',
1709         `get_blob_encoded_size' and replaced with the proper functions
1710         from metadata.c
1711
1712 2001-07-15  Miguel de Icaza  <miguel@ximian.com>
1713
1714         * main.c (dis_code): Only display .entrypoint when we are dealing
1715         with a module that contains an entry point.  This removes a bunch
1716         of warnings for .dll dumping
1717
1718 Sun Jul 15 17:29:10 CEST 2001 Paolo Molaro <lupus@ximian.com>
1719
1720         * get.h,get.c: added some dis_stringify_object() functions:
1721         metadata decoding is now done in libmetadata. Still need to use
1722         them throughhout the code (and move other decode code to
1723         metadata). Fix also field decoding (band-aid until we load
1724         also referenced assemblies).
1725         * dis/main.c: start using the new routines.
1726
1727 2001-07-13  Miguel de Icaza  <miguel@ximian.com>
1728
1729         * get.c (get_method): GOOD. Implemented this other bad boy.
1730
1731 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
1732
1733         * get.c (get_token_type): Implement TOKEN_TYPE_TYPE_SPEC.
1734         (get_typespec): Implement.
1735         (get_typedef_or_ref): Use get_typespec.
1736
1737         * dis-cil.c (dissasemble_cil): Implement InlineField
1738         (dissasemble_cil): Implement InlineTok.
1739
1740         * get.c (get_token, get_field): Implemented.  Worked around lame
1741         tables in the spec.
1742
1743 Wed Jul 11 18:52:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
1744
1745         * dis-cil.c: output real name of local var.
1746         * dump.c: output more info about fields (flags and type). Properly decode
1747         Property signatures. Decode also method table.
1748         * main.c: Fix local variable info. Hopefully fix field and property list.
1749
1750 Mon Jul  9 16:39:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
1751
1752         * dump.c: write stuff to output, not stderr. Give more info for properties.
1753         * dump.c,dump.h,main.c: implement dump_table_event(), dump_table_file(),
1754         dump_table_moduleref().
1755         * get.c: first attempt to decode string constants, need to find if and where
1756         this is actually specified.
1757
1758 Fri Jul  6 19:49:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
1759
1760         * dump.c,dump.h: implement dump_table_property().
1761         * main.c: implement local variable info disassembling.
1762         Annotate entrypoint method. Remove memory leak in 
1763         parse_method_signature ().
1764
1765 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
1766         
1767         * get.c (get_methodref_signature): Implement.
1768
1769         * dump.c (dump_table_memberref): Add memberref dumping.
1770
1771 Tue,  3 Jul 2001 18:32:10 +0200 Paolo Molaro <lupus@ximian.com>
1772
1773         * main.c: return on failure.
1774
1775 2001-07-02  Miguel de Icaza  <miguel@ximian.com>
1776
1777         * dis-cil.c (get_encoded_user_string): Return a string from the
1778         #US heap. o
1779
1780         * get.c (get_blob_encoded_size): Implement 23.1.4 decoding.
1781
1782 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
1783
1784         * dis-cil.c: New file.  CIL opcode dissasembler.
1785
1786 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
1787
1788         * main.c: Split code.
1789
1790 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
1791
1792         * main.c: More work on the disassembler and on the understanding
1793         of the metadata file format.   
1794