ChangeLog 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. 2003-01-01 Jaime Anguiano Olarra <[email protected]>
  2. * Process.cs: skeleton for use in Remoting.
  3. 2002-06-19 Dietmar Maurer <[email protected]>
  4. * StackTrace.cs: impl. remaining constructors.
  5. 2002-06-18 Dietmar Maurer <[email protected]>
  6. * StackTrace.cs: use new internal call for constructors, use MS like
  7. trace format.
  8. * StackFrame.cs: impl. constructors using a new internal call.
  9. 2002-05-01 Duncan Mak <[email protected]>
  10. * DebuggableAttribute.cs: Added missing AttributeUsage attribute.
  11. 2002-04-08 Jonathan Pryor <[email protected]>
  12. * Debugger.cs: Added [MonoTODO] attribute to methods; modified IsLogging()
  13. and Log() so that System.Diagnostics.DefaultTraceListener could use them
  14. without having NotImplementedException's thrown, as the functionality
  15. DefaultTraceListener is using is non-critical.
  16. 2002-04-08 Nick Drochak <[email protected]>
  17. * ConditionalAttribute.cs: Add AttributeUsage attribute for methods.
  18. 2002-01-23 Duncan Mak <[email protected]>
  19. * DebuggerStepThroughAttribute.cs:
  20. * DebuggerHiddenAttribte.cs: Add to CVS.
  21. 2002-01-04 Ravi Pratap <[email protected]>
  22. * StackFrame.cs : Use the MonoTODO attribute to mark
  23. incomplete code.
  24. StackTrace.cs : Ditto.
  25. 2002-01-04 John R. Hicks <[email protected]>
  26. * Moved TraceListener, TextWriterTraceListener, and
  27. DefaultTraceListener to System assembly....oops.
  28. 2002-01-04 John R. Hicks <[email protected]>
  29. * Added TextWriterTraceListener.cs, TraceListener.cs, and
  30. DefaultTraceListener.cs to the build.
  31. 2002-01-04 John R. Hicks <[email protected]>
  32. * Added Debugger.cs to the build.
  33. 2001-09-02 Miguel de Icaza <[email protected]>
  34. * Moved BooleanSwitch, Switch, TraceLevel and TraceSwitch to the
  35. System assembly.
  36. * Added StackFrame.cs and StackTrace.cs to the build.
  37. 2001-08-21 Nick Drochak <[email protected]>
  38. * Implemented ConditionalAttribute.cs and DebuggableAttribute.cs
  39. 2001-08-29 Alexander Klyubin <[email protected]>
  40. * Skeletal implementation of StackFrame and StackTrace classes.
  41. The classes must be somehow connected to runtime environment in
  42. order to generate proper traces.