| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- 2003-01-01 Jaime Anguiano Olarra <[email protected]>
- * Process.cs: skeleton for use in Remoting.
- 2002-06-19 Dietmar Maurer <[email protected]>
- * StackTrace.cs: impl. remaining constructors.
- 2002-06-18 Dietmar Maurer <[email protected]>
- * 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 <[email protected]>
- * DebuggableAttribute.cs: Added missing AttributeUsage attribute.
- 2002-04-08 Jonathan Pryor <[email protected]>
- * 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 <[email protected]>
- * ConditionalAttribute.cs: Add AttributeUsage attribute for methods.
- 2002-01-23 Duncan Mak <[email protected]>
- * DebuggerStepThroughAttribute.cs:
- * DebuggerHiddenAttribte.cs: Add to CVS.
- 2002-01-04 Ravi Pratap <[email protected]>
- * StackFrame.cs : Use the MonoTODO attribute to mark
- incomplete code.
- StackTrace.cs : Ditto.
- 2002-01-04 John R. Hicks <[email protected]>
- * Moved TraceListener, TextWriterTraceListener, and
- DefaultTraceListener to System assembly....oops.
- 2002-01-04 John R. Hicks <[email protected]>
- * Added TextWriterTraceListener.cs, TraceListener.cs, and
- DefaultTraceListener.cs to the build.
- 2002-01-04 John R. Hicks <[email protected]>
- * Added Debugger.cs to the build.
- 2001-09-02 Miguel de Icaza <[email protected]>
- * Moved BooleanSwitch, Switch, TraceLevel and TraceSwitch to the
- System assembly.
- * Added StackFrame.cs and StackTrace.cs to the build.
- 2001-08-21 Nick Drochak <[email protected]>
- * Implemented ConditionalAttribute.cs and DebuggableAttribute.cs
-
- 2001-08-29 Alexander Klyubin <[email protected]>
-
- * Skeletal implementation of StackFrame and StackTrace classes.
- The classes must be somehow connected to runtime environment in
- order to generate proper traces.
|