Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/corlib/System.Diagnostics/ChangeLog')
-rw-r--r--mcs/class/corlib/System.Diagnostics/ChangeLog67
1 files changed, 0 insertions, 67 deletions
diff --git a/mcs/class/corlib/System.Diagnostics/ChangeLog b/mcs/class/corlib/System.Diagnostics/ChangeLog
deleted file mode 100644
index eb7ade24517..00000000000
--- a/mcs/class/corlib/System.Diagnostics/ChangeLog
+++ /dev/null
@@ -1,67 +0,0 @@
-2002-06-19 Dietmar Maurer <dietmar@ximian.com>
-
- * StackTrace.cs: impl. remaining constructors.
-
-2002-06-18 Dietmar Maurer <dietmar@ximian.com>
-
- * StackTrace.cs: use new internal call for constructors, use MS like
- trace format.
-
- * StackFrame.cs: impl. constructors using a new internal call.
-
-2002-05-01 Duncan Mak <duncan@ximian.com>
-
- * DebuggableAttribute.cs: Added missing AttributeUsage attribute.
-
-2002-04-08 Jonathan Pryor <jonpryor@vt.edu>
-
- * Debugger.cs: Added [MonoTODO] attribute to methods; modified IsLogging()
- and Log() so that System.Diagnostics.DefaultTraceListener could use them
- without having NotImplementedException's thrown, as the functionality
- DefaultTraceListener is using is non-critical.
-
-2002-04-08 Nick Drochak <ndrochak@gol.com>
-
- * ConditionalAttribute.cs: Add AttributeUsage attribute for methods.
-
-2002-01-23 Duncan Mak <duncan@ximian.com>
-
- * DebuggerStepThroughAttribute.cs:
- * DebuggerHiddenAttribte.cs: Add to CVS.
-
-2002-01-04 Ravi Pratap <ravi@ximian.com>
-
- * StackFrame.cs : Use the MonoTODO attribute to mark
- incomplete code.
-
- StackTrace.cs : Ditto.
-
-2002-01-04 John R. Hicks <angryjohn69@nc.rr.com>
- * Moved TraceListener, TextWriterTraceListener, and
- DefaultTraceListener to System assembly....oops.
-
-2002-01-04 John R. Hicks <angryjohn69@nc.rr.com>
-
- * Added TextWriterTraceListener.cs, TraceListener.cs, and
- DefaultTraceListener.cs to the build.
-
-2002-01-04 John R. Hicks <angryjohn69@nc.rr.com>
-
- * Added Debugger.cs to the build.
-
-2001-09-02 Miguel de Icaza <miguel@ximian.com>
-
- * Moved BooleanSwitch, Switch, TraceLevel and TraceSwitch to the
- System assembly.
-
- * Added StackFrame.cs and StackTrace.cs to the build.
-
-2001-08-21 Nick Drochak <ndrochak@gol.com>
-
- * Implemented ConditionalAttribute.cs and DebuggableAttribute.cs
-
-2001-08-29 Alexander Klyubin <klyubin@aqris.com>
-
- * Skeletal implementation of StackFrame and StackTrace classes.
- The classes must be somehow connected to runtime environment in
- order to generate proper traces.