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