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:
authorGert Driesen <drieseng@users.sourceforge.net>2008-09-20 15:44:57 +0400
committerGert Driesen <drieseng@users.sourceforge.net>2008-09-20 15:44:57 +0400
commit4e8990566500469b2fdc8c3be6bfbbfef3b663a9 (patch)
tree44a26655590db1033967c7cbf66a0edcb0addd11 /mcs/class/System/System.Diagnostics/ChangeLog
parenta21deeae6ab51d520d17508c274b79ebef772e09 (diff)
* PerformanceCounter.cs:
* Stopwatch.cs: * TraceImpl.cs: Fixed line endings. svn path=/trunk/mcs/; revision=113630
Diffstat (limited to 'mcs/class/System/System.Diagnostics/ChangeLog')
-rw-r--r--mcs/class/System/System.Diagnostics/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/System/System.Diagnostics/ChangeLog b/mcs/class/System/System.Diagnostics/ChangeLog
index 89f46549966..896b5d98c89 100644
--- a/mcs/class/System/System.Diagnostics/ChangeLog
+++ b/mcs/class/System/System.Diagnostics/ChangeLog
@@ -1,5 +1,11 @@
2008-09-20 Gert Driesen <drieseng@users.sourceforge.net>
+ * PerformanceCounter.cs:
+ * Stopwatch.cs:
+ * TraceImpl.cs: Fixed line endings.
+
+2008-09-20 Gert Driesen <drieseng@users.sourceforge.net>
+
* DiagnosticsConfigurationHandler.cs (AddTraceAttributes): Avoid
wrapping configuration errors thrown during initialization of
TraceImpl. Fixed line endings.