use MOONLIGHT symbol
[mono.git] / mcs / class / corlib / System.Diagnostics / ChangeLog
index eca1cc5c3b2e0184654655aac175d0c64bac02bb..e30a01a1843a16044f7c7931e8124d77cfa96690 100644 (file)
@@ -1,7 +1,124 @@
+2010-03-16  Jb Evain  <jbevain@novell.com>
+
+       * StackFrame.cs: use MOONLIGHT symbol to disambiguate
+       MonoTouch and Moonlight code.
+
+2010-03-07 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * Debugger.cs: Add Obsolete attribute to .ctor().
+
+2009-10-24  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * StackFrame.cs: Relax GetSecureFileName when the coreclr is not 
+       active (i.e. show full path when compiling with smcs)
+
+2009-10-08  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * StackFrame.cs: Introduce a new GetSecureFileName method that
+       will deal with CAS (regular framework) and will remove the path
+       (for Moonlight) on a stack frame.
+       * StackTrace.cs: Use the new StackFrame.GetSecureFileName to
+       simplify logic
+
+2009-09-18  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * StackFrame.cs: Avoid imperative CAS checks for NET_2_1
+
+2009-01-24  Zoltan Varga  <vargaz@gmail.com>
+
+       * StackFrame.cs: Fix warnings.
+
+2008-10-20  Cedric Vivier  <cedricv@neonux.com>
+
+       * Debugger.cs: Implement Debugger.IsAttached
+
+2008-04-03  Andreas Nahr  <ClassDevelopment@A-SoftTech.com>
+
+       * StackTrace.cs: Fix parameter names
+       * DebuggerVisualizerAttribute.cs: Fix parameter names, fix wrong constructors (parameters
+         were incorrectly used, maybe result of the wrong parameter names), 
+         remove unaccessible parameters, remove useless NET_2_0
+
+2008-04-02  Andreas Nahr  <ClassDevelopment@A-SoftTech.com>
+
+       * DebuggerTypeProxyAttribute.cs
+       * StackFrame.cs: Fix parameter names
+
+2007-11-05  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * DebuggableAttribute.cs: Don't throw on DebuggingFlags property.
+       Fix part of #322850.
+
+2007-05-16  Dick Porter  <dick@ximian.com>
+
+       * ConditionalAttribute.cs: 
+       * DebuggableAttribute.cs: 
+       * Debugger.cs: 
+       * DebuggerBrowsableAttribute.cs: 
+       * DebuggerDisplayAttribute.cs: 
+       * DebuggerHiddenAttribute.cs: 
+       * DebuggerNonUserCodeAttribute.cs: 
+       * DebuggerStepperBoundaryAttribute.cs: 
+       * DebuggerStepThroughAttribute.cs: 
+       * DebuggerTypeProxyAttribute.cs: 
+       * DebuggerVisualizerAttribute.cs: 
+       * StackFrame.cs: 
+       * StackTrace.cs: 
+       * DebuggerBrowsableState.cs: Update to 2.0 profile
+
+2007-05-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * DebuggerDisplayAttribute.cs: Default Type, Name and Value is an empty string. 
+       Fix name setter. Can't set a null TargetType, and use AssemblyQualifiedName 
+       for the TargetTypeName.
+
+2007-04-27  Zoltan Varga  <vargaz@gmail.com>
+
+       * StackTrace.cs: Fix ToString () to be compatible with MS. Fixes #81207.
+
+2006-07-24  Miguel de Icaza  <miguel@novell.com>
+
+       * DebuggerDisplayAttribute.cs: Update the targets
+
+2006-01-26  Zoltan Varga  <vargaz@gmail.com>
+
+       * DebuggerNonUserCodeAttribute.cs: New file.
+
+2005-12-16  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * StackTrace.cs: Added, if avilable, the filename/lineno debug 
+       information in ToString() like it's done on the 2.0 framework (i.e. 
+       Mono will display it for all profile, MS only in 2.0). Fix bug #75932.
+
+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