2005-08-11 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / corlib / System.Diagnostics / ChangeLog
index eca1cc5c3b2e0184654655aac175d0c64bac02bb..9c7bbf81677b043e0b96c7396017625a4a68fb2a 100644 (file)
@@ -1,7 +1,32 @@
+2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
+
+       * StackTrace.cs: Add an internal ctor which skips unmanaged frames.
+
+2005-04-16  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * StackFrame.cs: Moved documentation comments (XML) to monodoc. 
+       Removed unused method ObjectsEqual.
+
+2005-03-14  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * StackFrame.cs: Fix CAS unit tests for NET_1_1.
+       * StackTrace.cs: Fix CAS unit tests for NET_1_1.
+
+2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
+
+       * StackFrame.cs: Add an internalMethodName field to return info about
+       the various runtime wrappers.
+
+2005-03-02  Chris Toshok  <toshok@ximian.com>
+
+       * DebuggerTypeProxyAttribute.cs, DebuggerBrowsableState.cs,
+       DebuggerDisplayAttribute.cs, DebuggerBrowsableAttribute: first cut
+       at 3/4 of the .net 2.0 debugger attributes.
+
 2005-02-12  Marek Safar  <marek.safar@seznam.cz>
 
        * ConditionalAttribute.cs: NET_2_0 extension.
-\r
+
 2005-01-27  Sebastien Pouliot  <sebastien@ximian.com>
 
        * StackFrame.cs: Add path discovery permission check for GetFilename