Woops - wrong filename in ChangeLog entry
[mono.git] / mcs / class / corlib / System.Diagnostics / ChangeLog
1 2003-09-02  Ravi Pratap  <ravi@ximian.com>
2
3         * DebuggerStepThroughAttribute.cs: Fix allowable targets to include class
4         and struct; remove property targets.
5
6 2003-07-01  Zoltan Varga  <vargaz@freemail.hu>
7
8         * StackFrame.cs: Obtain frame info for 'fake' frames too, since this is
9         what MS does.
10
11 2003-01-01  Jaime Anguiano Olarra <jaime@gnome.org>
12
13         * Process.cs: skeleton for use in Remoting.
14
15 2002-06-19  Dietmar Maurer  <dietmar@ximian.com>
16
17         * StackTrace.cs: impl. remaining constructors.
18
19 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
20
21         * StackTrace.cs: use new internal call for constructors, use MS like
22         trace format.
23
24         * StackFrame.cs: impl. constructors using a new internal call.
25
26 2002-05-01  Duncan Mak  <duncan@ximian.com>
27
28         * DebuggableAttribute.cs: Added missing AttributeUsage attribute.
29
30 2002-04-08  Jonathan Pryor  <jonpryor@vt.edu>
31
32         * Debugger.cs: Added [MonoTODO] attribute to methods; modified IsLogging() 
33                 and Log() so that System.Diagnostics.DefaultTraceListener could use them
34                 without having NotImplementedException's thrown, as the functionality
35                 DefaultTraceListener is using is non-critical.
36
37 2002-04-08  Nick Drochak  <ndrochak@gol.com>
38
39         * ConditionalAttribute.cs: Add AttributeUsage attribute for methods.
40
41 2002-01-23  Duncan Mak  <duncan@ximian.com>
42
43         * DebuggerStepThroughAttribute.cs:
44         * DebuggerHiddenAttribte.cs: Add to CVS.
45
46 2002-01-04  Ravi Pratap <ravi@ximian.com>
47
48         * StackFrame.cs : Use the MonoTODO attribute to mark
49         incomplete code.
50
51         StackTrace.cs : Ditto.
52
53 2002-01-04  John R. Hicks <angryjohn69@nc.rr.com>
54         * Moved TraceListener, TextWriterTraceListener, and
55         DefaultTraceListener to System assembly....oops.
56
57 2002-01-04  John R. Hicks  <angryjohn69@nc.rr.com>
58
59         * Added TextWriterTraceListener.cs, TraceListener.cs, and 
60         DefaultTraceListener.cs to the build.
61
62 2002-01-04  John R. Hicks  <angryjohn69@nc.rr.com>
63
64         * Added Debugger.cs to the build.
65
66 2001-09-02  Miguel de Icaza  <miguel@ximian.com>
67
68         * Moved BooleanSwitch, Switch, TraceLevel and TraceSwitch to the
69         System assembly.
70
71         * Added StackFrame.cs and StackTrace.cs to the build.
72
73 2001-08-21  Nick Drochak <ndrochak@gol.com>
74
75         * Implemented ConditionalAttribute.cs and DebuggableAttribute.cs
76         
77 2001-08-29  Alexander Klyubin <klyubin@aqris.com>
78   
79         * Skeletal implementation of StackFrame and StackTrace classes.
80         The classes must be somehow connected to runtime environment in
81         order to generate proper traces.