[corlib] Improve CancellationTokenSource test
[mono.git] / tools / monograph / ChangeLog
1
2 Wed Feb 24 15:56:52 CET 2010 Paolo Molaro <lupus@ximian.com>
3
4         * Makefile.am, monograph.c: update to the new API/ABI.
5
6 2009-08-18  Christian Hergert  <chris@dronelabs.com>
7
8         * monograph.c: Fix printf warnings.
9
10 Mon Sep 10 15:03:06 CEST 2007 Paolo Molaro <lupus@ximian.com>
11
12         * monograph.c: added --size option to collect size statistics
13         per-type (best used with a pipe to sort -n -k3).
14
15 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
16
17         * monograph.vcproj: Move to msvc directory.
18         
19 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
20
21         * monograph.vcproj: Begin WIN64 port.
22         
23 Fri Jan 26 12:37:14 CET 2007 Paolo Molaro <lupus@ximian.com>
24
25         * monograph.c: warning fixes.
26
27 Tue Mar 21 16:01:26 CET 2006 Paolo Molaro <lupus@ximian.com>
28
29         * monograph.c: fixes to be able to deal with 2.0 assemblies
30         and more stats.
31
32 Wed Feb 22 15:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
33
34         * monograph.c: update after MonoMethodHeader changes.
35
36 Tue Jan 24 18:57:46 CET 2006 Paolo Molaro <lupus@ximian.com>
37
38         * monograph.c: misc fixes and parent depth stats.
39
40 2005-05-26  Sebastien Pouliot  <sebastien@ximian.com>
41
42         * monograph.vcproj: Project file for monograph.
43
44 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
45
46         * monograph.c: Add mono-compiler.h header to allow/ease compilation
47         with non-GCC compilers. Fix default loading of mscorlib.dll.
48
49 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
50
51         * monograph.c (print_method): Don't use method->info, as this will
52         be removed soon.
53
54 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
55
56         * monograph.c: Fix warnings.
57
58 Mon May 24 13:36:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
59
60         * monograph.c: default assembly name is "mscorlib" now.
61
62 2003-11-12  Jackson Harper  <jackson@ximian.com>
63
64         * monograph.c: Change default assembly name to mscorlib.dll
65         
66 Thu Feb  6 02:43:23 PST 2003 Piers Haken <piersh@friskit.com>
67
68         * monograph.c: more warning cleanups
69
70 Tue Jan 28 18:53:08 CET 2003 Paolo Molaro <lupus@ximian.com>
71
72         * monograph.c: more stats added.
73
74 Mon Oct 7 12:25:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
75
76         * monograph.c: added a --stats command line option to gather
77         statistics about the assembly code.
78
79 2002-08-28  Dick Porter  <dick@ximian.com>
80
81         * Makefile.am: Export HOST_CC for w32 builds
82
83 Fri Jul 19 14:23:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
84
85         * monograph.c: simple stats on opcode size.
86
87 Thu Mar 28 15:18:50 CET 2002 Paolo Molaro <lupus@ximian.com>
88
89         * monograph.c: some warning cleanups.
90
91 Mon Mar 11 11:58:27 CET 2002 Paolo Molaro <lupus@ximian.com>
92
93         * monograph.c: update --help output, Make error messages less
94         intimidating and more informative.
95
96 Mon Mar 11 11:16:53 CET 2002 Paolo Molaro <lupus@ximian.com>
97
98         * monograph.c: removed method signature and searching helpers
99         that are now provided in libmetadata. Added --control-flow option to
100         create a control flow graph of a method, with basic blocks etc.
101
102 Wed Feb 20 17:53:59 CET 2002 Paolo Molaro <lupus@ximian.com>
103
104         * monograph.c: added -i option to create a graph of the types
105         implementing an interface.
106
107 Tue Feb 19 12:24:15 CET 2002 Paolo Molaro <lupus@ximian.com>
108
109         * monograph.c: fix typo. Update for changes in mono_init ().
110
111 Mon Feb 18 14:37:17 CET 2002 Paolo Molaro <lupus@ximian.com>
112
113         * monograph.c: First commit: program to generate call graphs
114         or type hierarchies from CIL programs.
115