New test.
[mono.git] / mcs / class / corlib / System.Diagnostics / ChangeLog
1 2006-07-24  Miguel de Icaza  <miguel@novell.com>
2
3         * DebuggerDisplayAttribute.cs: Update the targets
4
5 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
6
7         * DebuggerNonUserCodeAttribute.cs: New file.
8
9 2005-12-16  Sebastien Pouliot  <sebastien@ximian.com>
10
11         * StackTrace.cs: Added, if avilable, the filename/lineno debug 
12         information in ToString() like it's done on the 2.0 framework (i.e. 
13         Mono will display it for all profile, MS only in 2.0). Fix bug #75932.
14
15 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
16
17         * StackTrace.cs: Add an internal ctor which skips unmanaged frames.
18
19 2005-04-16  Sebastien Pouliot  <sebastien@ximian.com>
20
21         * StackFrame.cs: Moved documentation comments (XML) to monodoc. 
22         Removed unused method ObjectsEqual.
23
24 2005-03-14  Sebastien Pouliot  <sebastien@ximian.com>
25
26         * StackFrame.cs: Fix CAS unit tests for NET_1_1.
27         * StackTrace.cs: Fix CAS unit tests for NET_1_1.
28
29 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
30
31         * StackFrame.cs: Add an internalMethodName field to return info about
32         the various runtime wrappers.
33
34 2005-03-02  Chris Toshok  <toshok@ximian.com>
35
36         * DebuggerTypeProxyAttribute.cs, DebuggerBrowsableState.cs,
37         DebuggerDisplayAttribute.cs, DebuggerBrowsableAttribute: first cut
38         at 3/4 of the .net 2.0 debugger attributes.
39
40 2005-02-12  Marek Safar  <marek.safar@seznam.cz>
41
42         * ConditionalAttribute.cs: NET_2_0 extension.
43
44 2005-01-27  Sebastien Pouliot  <sebastien@ximian.com>
45
46         * StackFrame.cs: Add path discovery permission check for GetFilename 
47         method. Changed ToString to use a StringBuilder and report correctly
48         (i.e. without exception) if filename is restricted. Removed dead code
49         (Equals/GetHashCode).
50         * StackTrace.cs: Removed dead code (Equals/GetHashCode).
51
52 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
53
54         * StackTrace.cs: Added missing exceptions. Added globalization. Now 
55         using StringBuilder in ToString (fusioned FrameToString).
56
57 2004-08-04  Sebastien Pouliot  <sebastien@ximian.com>
58
59         * StackTrace.cs: Implemented GetFrames as public virtual for NET_2_0
60         and internal for NET_1_0/NET_1_1 so it can be used for CAS. Removed
61         XML documentation and mono-ized the source code.
62
63 2004-06-15  Gert Driesen <drieseng@users.sourceforge.net>
64
65         * StackTrace.cs: added TODO for serialization
66         * StackFrame.cs: added TODO for serialization
67
68 2004-05-19  Gert Driesen (drieseng@users.sourceforge.net)
69
70         * DebuggerHiddenAttribute.cs
71         * DebuggerStepThroughAttribute.cs : now that Inherited is 
72         false by default on AttributeUsageAttribute (as it 
73         should be) we need to explicitly set Inherited to false 
74         for those attributes where it should be false.
75
76 2003-09-18  Ravi Pratap  <ravi@ximian.com>
77
78         * ConditionalAttribute.cs: AllowMultiple should be true according
79         to bug #48598.
80
81 2003-09-02  Ravi Pratap  <ravi@ximian.com>
82
83         * DebuggerStepThroughAttribute.cs: Fix allowable targets to include class
84         and struct; remove property targets.
85
86 2003-07-01  Zoltan Varga  <vargaz@freemail.hu>
87
88         * StackFrame.cs: Obtain frame info for 'fake' frames too, since this is
89         what MS does.
90
91 2003-01-01  Jaime Anguiano Olarra <jaime@gnome.org>
92
93         * Process.cs: skeleton for use in Remoting.
94
95 2002-06-19  Dietmar Maurer  <dietmar@ximian.com>
96
97         * StackTrace.cs: impl. remaining constructors.
98
99 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
100
101         * StackTrace.cs: use new internal call for constructors, use MS like
102         trace format.
103
104         * StackFrame.cs: impl. constructors using a new internal call.
105
106 2002-05-01  Duncan Mak  <duncan@ximian.com>
107
108         * DebuggableAttribute.cs: Added missing AttributeUsage attribute.
109
110 2002-04-08  Jonathan Pryor  <jonpryor@vt.edu>
111
112         * Debugger.cs: Added [MonoTODO] attribute to methods; modified IsLogging() 
113                 and Log() so that System.Diagnostics.DefaultTraceListener could use them
114                 without having NotImplementedException's thrown, as the functionality
115                 DefaultTraceListener is using is non-critical.
116
117 2002-04-08  Nick Drochak  <ndrochak@gol.com>
118
119         * ConditionalAttribute.cs: Add AttributeUsage attribute for methods.
120
121 2002-01-23  Duncan Mak  <duncan@ximian.com>
122
123         * DebuggerStepThroughAttribute.cs:
124         * DebuggerHiddenAttribte.cs: Add to CVS.
125
126 2002-01-04  Ravi Pratap <ravi@ximian.com>
127
128         * StackFrame.cs : Use the MonoTODO attribute to mark
129         incomplete code.
130
131         StackTrace.cs : Ditto.
132
133 2002-01-04  John R. Hicks <angryjohn69@nc.rr.com>
134         * Moved TraceListener, TextWriterTraceListener, and
135         DefaultTraceListener to System assembly....oops.
136
137 2002-01-04  John R. Hicks  <angryjohn69@nc.rr.com>
138
139         * Added TextWriterTraceListener.cs, TraceListener.cs, and 
140         DefaultTraceListener.cs to the build.
141
142 2002-01-04  John R. Hicks  <angryjohn69@nc.rr.com>
143
144         * Added Debugger.cs to the build.
145
146 2001-09-02  Miguel de Icaza  <miguel@ximian.com>
147
148         * Moved BooleanSwitch, Switch, TraceLevel and TraceSwitch to the
149         System assembly.
150
151         * Added StackFrame.cs and StackTrace.cs to the build.
152
153 2001-08-21  Nick Drochak <ndrochak@gol.com>
154
155         * Implemented ConditionalAttribute.cs and DebuggableAttribute.cs
156         
157 2001-08-29  Alexander Klyubin <klyubin@aqris.com>
158   
159         * Skeletal implementation of StackFrame and StackTrace classes.
160         The classes must be somehow connected to runtime environment in
161         order to generate proper traces.