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