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