2004-05-28 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / monograph / ChangeLog
1
2 Mon May 24 13:36:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
3
4         * monograph.c: default assembly name is "mscorlib" now.
5
6 2003-11-12  Jackson Harper  <jackson@ximian.com>
7
8         * monograph.c: Change default assembly name to mscorlib.dll
9         
10 Thu Feb  6 02:43:23 PST 2003 Piers Haken <piersh@friskit.com>
11
12         * monograph.c: more warning cleanups
13
14 Tue Jan 28 18:53:08 CET 2003 Paolo Molaro <lupus@ximian.com>
15
16         * monograph.c: more stats added.
17
18 Mon Oct 7 12:25:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
19
20         * monograph.c: added a --stats command line option to gather
21         statistics about the assembly code.
22
23 2002-08-28  Dick Porter  <dick@ximian.com>
24
25         * Makefile.am: Export HOST_CC for w32 builds
26
27 Fri Jul 19 14:23:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
28
29         * monograph.c: simple stats on opcode size.
30
31 Thu Mar 28 15:18:50 CET 2002 Paolo Molaro <lupus@ximian.com>
32
33         * monograph.c: some warning cleanups.
34
35 Mon Mar 11 11:58:27 CET 2002 Paolo Molaro <lupus@ximian.com>
36
37         * monograph.c: update --help output, Make error messages less
38         intimidating and more informative.
39
40 Mon Mar 11 11:16:53 CET 2002 Paolo Molaro <lupus@ximian.com>
41
42         * monograph.c: removed method signature and searching helpers
43         that are now provided in libmetadata. Added --control-flow option to
44         create a control flow graph of a method, with basic blocks etc.
45
46 Wed Feb 20 17:53:59 CET 2002 Paolo Molaro <lupus@ximian.com>
47
48         * monograph.c: added -i option to create a graph of the types
49         implementing an interface.
50
51 Tue Feb 19 12:24:15 CET 2002 Paolo Molaro <lupus@ximian.com>
52
53         * monograph.c: fix typo. Update for changes in mono_init ().
54
55 Mon Feb 18 14:37:17 CET 2002 Paolo Molaro <lupus@ximian.com>
56
57         * monograph.c: First commit: program to generate call graphs
58         or type hierarchies from CIL programs.
59