Added 'Debugger.cs', which is used by 'DefaultTraceListener'.
[mono.git] / mcs / class / System / System.Diagnostics / ChangeLog
1 2002-04-08  Jonathan Pryor <jonpryor@vt.edu>
2
3         * Debugger.cs: Added new file; used by DefaultTraceListener
4
5 2002-04-07  Jonathan Pryor <jonpryor@vt.edu>
6
7         * TraceListener.cs: Fix stack overflow bug
8         * DefaultTraceListener.cs: Implement log file support
9
10 2002-04-04  Dick Porter  <dick@ximian.com>
11
12         * ThreadWaitReason.cs:
13         * ThreadState.cs:
14         * ThreadPriorityLevel.cs:
15         * ProcessWindowStyle.cs:
16         * ProcessThreadCollection.cs
17         * ProcessThread.cs:
18         * ProcessStartInfo.cs:
19         * ProcessModuleCollection.cs: Stub out more classes needed for Process
20
21 2002-03-31  Dick Porter  <dick@ximian.com>
22
23         * Process.cs: 
24         * ProcessPriorityClass.cs: 
25         * ProcessModule.cs: 
26         * FileVersionInfo.cs: Stub out classes needed for Process
27
28 2002-03-08  Jonathan Pryor <jonpryor@vt.edu>
29
30         * Debug.cs: Clean up (lots of code can be shared with Trace.cs, which 
31                 is why TraceImpl.cs is introduced), "DEBUG" conditional support
32         * TraceListener.cs: Proper implementation of Dispose pattern;
33                 implementatino of non-abstract methods in terms of abstract methods
34         * TraceListenerCollection.cs: check 'object' types before adding
35         * TextWriterTraceListener.cs: properly implement Dispose pattern;
36                 handle NeedIndent and WriteIndent
37         * Trace.cs: new file; provides Trace functionality, "TRACE" conditional
38                 support
39         * DefaultTraceListener.cs: new file; the default trace listener
40
41 2002-01-17  Miguel de Icaza  <miguel@ximian.com>\r
42 \r
43         * TraceListenerCollection.cs: Remove Warnings.\r
44 \r
45 2002-01-06  Ravi Pratap  <ravi@ximian.com>\r
46 \r
47         * Switch.cs, TraceListenerCollection.cs : Decorate incomplete bits\r
48         with the MonoTODO attribute.\r
49 \r
50 2002-01-04  John R. Hicks <angryjohn69@nc.rr.com>\r
51         * Added Debug.cs to the build.\r
52 2002-01-04  John R. Hicks <angryjohn69@nc.rr.com>\r
53         * Added preliminary TraceListenerCollection.cs to the build.\r
54 2002-01-04  John R. Hicks <angryjohn69@nc.rr.com>\r
55         * Added TraceListener.cs, TextWriterTraceListener.cs, and\r
56         DefaultTraceListener.cs to the build and moved them into the\r
57         proper assembly.\r
58 2002-01-04  John R. Hicks <angryjohn69@nc.rr.com>\r
59         * Added DiagnosticsConfigurationHandler.cs to the build.\r
60 \r
61 2001-09-09  Nick Drochak <ndrochak@gol.com>\r
62 \r
63         * BooleanSwitch.cs: Make this class use it's parent class's features.  Namely, use SwitchSetting\r
64                 so that we can get OnSwitchSettingChanged() to fire for free.\r
65 \r
66 2001-09-09  Nick Drochak <ndrochak@gol.com>\r
67 \r
68         * ChangeLog: added this file\r
69         \r
70         * Switch.cs: call OnSwitchSettingChanged() when the switch setting is, yes you gessed it, changed.\r
71         \r