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