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