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