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