X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmonograph%2FChangeLog;h=b621d83355bcf2b13dc17f74b51dd4f9762791c5;hb=eae326c71c117db0c492fef7d18a221d6644f44e;hp=571dfcd2ddb1122c87c3fe185ba01361159d060a;hpb=59af8f7ea8cda07c5299ba160542ae075c9212ae;p=mono.git diff --git a/mono/monograph/ChangeLog b/mono/monograph/ChangeLog index 571dfcd2ddb..b621d83355b 100644 --- a/mono/monograph/ChangeLog +++ b/mono/monograph/ChangeLog @@ -1,4 +1,72 @@ +Wed Feb 24 15:56:52 CET 2010 Paolo Molaro + + * Makefile.am, monograph.c: update to the new API/ABI. + +2009-08-18 Christian Hergert + + * monograph.c: Fix printf warnings. + +Mon Sep 10 15:03:06 CEST 2007 Paolo Molaro + + * monograph.c: added --size option to collect size statistics + per-type (best used with a pipe to sort -n -k3). + +2007-03-13 Jonathan Chambers + + * monograph.vcproj: Move to msvc directory. + +2007-03-13 Jonathan Chambers + + * monograph.vcproj: Begin WIN64 port. + +Fri Jan 26 12:37:14 CET 2007 Paolo Molaro + + * monograph.c: warning fixes. + +Tue Mar 21 16:01:26 CET 2006 Paolo Molaro + + * monograph.c: fixes to be able to deal with 2.0 assemblies + and more stats. + +Wed Feb 22 15:11:37 CET 2006 Paolo Molaro + + * monograph.c: update after MonoMethodHeader changes. + +Tue Jan 24 18:57:46 CET 2006 Paolo Molaro + + * monograph.c: misc fixes and parent depth stats. + +2005-05-26 Sebastien Pouliot + + * monograph.vcproj: Project file for monograph. + +2005-03-29 Sebastien Pouliot + + * monograph.c: Add mono-compiler.h header to allow/ease compilation + with non-GCC compilers. Fix default loading of mscorlib.dll. + +2005-02-09 Ben Maurer + + * monograph.c (print_method): Don't use method->info, as this will + be removed soon. + +2005-02-03 Zoltan Varga + + * monograph.c: Fix warnings. + +Mon May 24 13:36:53 CEST 2004 Paolo Molaro + + * monograph.c: default assembly name is "mscorlib" now. + +2003-11-12 Jackson Harper + + * monograph.c: Change default assembly name to mscorlib.dll + +Thu Feb 6 02:43:23 PST 2003 Piers Haken + + * monograph.c: more warning cleanups + Tue Jan 28 18:53:08 CET 2003 Paolo Molaro * monograph.c: more stats added.