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