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