(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / corlib / System.Diagnostics / ChangeLog
blob51535802545f46dba1d902e7c36c7df1976cf0d0
1 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
3         * StackTrace.cs: Added missing exceptions. Added globalization. Now 
4         using StringBuilder in ToString (fusioned FrameToString).
6 2004-08-04  Sebastien Pouliot  <sebastien@ximian.com>
8         * StackTrace.cs: Implemented GetFrames as public virtual for NET_2_0
9         and internal for NET_1_0/NET_1_1 so it can be used for CAS. Removed
10         XML documentation and mono-ized the source code.
12 2004-06-15  Gert Driesen <drieseng@users.sourceforge.net>
14         * StackTrace.cs: added TODO for serialization
15         * StackFrame.cs: added TODO for serialization
17 2004-05-19  Gert Driesen (drieseng@users.sourceforge.net)
19         * DebuggerHiddenAttribute.cs
20         * DebuggerStepThroughAttribute.cs : now that Inherited is 
21         false by default on AttributeUsageAttribute (as it 
22         should be) we need to explicitly set Inherited to false 
23         for those attributes where it should be false.
25 2003-09-18  Ravi Pratap  <ravi@ximian.com>
27         * ConditionalAttribute.cs: AllowMultiple should be true according
28         to bug #48598.
30 2003-09-02  Ravi Pratap  <ravi@ximian.com>
32         * DebuggerStepThroughAttribute.cs: Fix allowable targets to include class
33         and struct; remove property targets.
35 2003-07-01  Zoltan Varga  <vargaz@freemail.hu>
37         * StackFrame.cs: Obtain frame info for 'fake' frames too, since this is
38         what MS does.
40 2003-01-01  Jaime Anguiano Olarra <jaime@gnome.org>
42         * Process.cs: skeleton for use in Remoting.
44 2002-06-19  Dietmar Maurer  <dietmar@ximian.com>
46         * StackTrace.cs: impl. remaining constructors.
48 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
50         * StackTrace.cs: use new internal call for constructors, use MS like
51         trace format.
53         * StackFrame.cs: impl. constructors using a new internal call.
55 2002-05-01  Duncan Mak  <duncan@ximian.com>
57         * DebuggableAttribute.cs: Added missing AttributeUsage attribute.
59 2002-04-08  Jonathan Pryor  <jonpryor@vt.edu>
61         * Debugger.cs: Added [MonoTODO] attribute to methods; modified IsLogging() 
62                 and Log() so that System.Diagnostics.DefaultTraceListener could use them
63                 without having NotImplementedException's thrown, as the functionality
64                 DefaultTraceListener is using is non-critical.
66 2002-04-08  Nick Drochak  <ndrochak@gol.com>
68         * ConditionalAttribute.cs: Add AttributeUsage attribute for methods.
70 2002-01-23  Duncan Mak  <duncan@ximian.com>
72         * DebuggerStepThroughAttribute.cs:
73         * DebuggerHiddenAttribte.cs: Add to CVS.
75 2002-01-04  Ravi Pratap <ravi@ximian.com>
77         * StackFrame.cs : Use the MonoTODO attribute to mark
78         incomplete code.
80         StackTrace.cs : Ditto.
82 2002-01-04  John R. Hicks <angryjohn69@nc.rr.com>
83         * Moved TraceListener, TextWriterTraceListener, and
84         DefaultTraceListener to System assembly....oops.
86 2002-01-04  John R. Hicks  <angryjohn69@nc.rr.com>
88         * Added TextWriterTraceListener.cs, TraceListener.cs, and 
89         DefaultTraceListener.cs to the build.
91 2002-01-04  John R. Hicks  <angryjohn69@nc.rr.com>
93         * Added Debugger.cs to the build.
95 2001-09-02  Miguel de Icaza  <miguel@ximian.com>
97         * Moved BooleanSwitch, Switch, TraceLevel and TraceSwitch to the
98         System assembly.
100         * Added StackFrame.cs and StackTrace.cs to the build.
102 2001-08-21  Nick Drochak <ndrochak@gol.com>
104         * Implemented ConditionalAttribute.cs and DebuggableAttribute.cs
105         
106 2001-08-29  Alexander Klyubin <klyubin@aqris.com>
107   
108         * Skeletal implementation of StackFrame and StackTrace classes.
109         The classes must be somehow connected to runtime environment in
110         order to generate proper traces.