In System.Diagnostics:
[mono.git] / mcs / class / System / System.Diagnostics / ChangeLog
1 2008-06-21  Robert Jordan  <robertj@gmx.net>
2
3         * Process.cs (Start_common): UserName may be null or empty.
4         Fixes bug  #350543.
5
6 2008-06-19  Dick Porter  <dick@ximian.com>
7
8         * Process.cs: Match the buffer sizes of StreamReader and
9         MonoSyncFileStream for redirected stdout and stderr.  Fixes bug
10         401225.
11
12 2008-05-02  Zoltan Varga  <vargaz@gmail.com>
13
14         * TraceImpl.cs: Update the IndentLevel property of this class when Indent ()
15         or Unindent () are called. Fixes #385666.
16
17 2008-03-26  Dick Porter  <dick@ximian.com>
18
19         * FileVersionInfo.cs: Patch from Gert Driesen
20         (gert.driesen@pandora.be) for bug 355717.
21
22 2008-03-19  Zoltan Varga  <vargaz@gmail.com>
23
24         * Stopwatch.cs: Fix visibility of GetTimestamp () method.
25
26 Thu Feb 28 19:52:30 CET 2008 Paolo Molaro <lupus@ximian.com>
27
28         * CounterCreationData.cs, PerformanceCounterCategory.cs,
29         PerformanceCounter.cs: bugfixes, icalls for categories,
30         more methods implemented.
31
32 Wed Feb 27 20:00:04 CET 2008 Paolo Molaro <lupus@ximian.com>
33
34         * CounterSample.cs, CounterSampleCalculator.cs, PerformanceCounter.cs,
35         PerformanceCounterCategory.cs, PerformanceCounterCategoryType.cs:
36         beginning of the performance counter implementation.
37
38 Tue Feb 26 18:37:13 CET 2008 Paolo Molaro <lupus@ximian.com>
39
40         * Stopwatch.cs: use an hires monotonic clock.
41
42 2008-01-23  Gert Driesen  <drieseng@users.sourceforge.net>
43
44         * FileVersionInfo.cs (GetVersionInfo): Resolve filename to absolute
45         path, and throw FileNotFoundException if it does not exist.
46
47 2007-12-22  Gert Driesen  <drieseng@users.sourceforge.net>
48
49         * Process.cs: In PriorityClass setter, first check whether value is
50         valid and remove LAMESPEC since the documentation has been corrected
51         for .NET 3.5. Code formatting.
52
53 2007-12-19  Dick Porter  <dick@ximian.com>
54
55         * Process.cs: Check that the process has been started before
56         getting or setting the priority class.  Fixes bug 348415.
57
58 2007-12-10  Miguel de Icaza  <miguel@novell.com>
59
60         * DefaultTraceListener.cs: By default set the AssertUiEnabled to
61         false, as this is what we had previously and some broken
62         applications (Tomboy) are too trigger happy with Debug.Assert. 
63
64         Also, we now load the Windows.Forms code on demand, instead of
65         preloading it on the static ctor to reduce memory usage.
66
67 2007-12-08  Gert Driesen  <drieseng@users.sourceforge.net>
68
69         * LocalFileEventLog.cs: To allow entry to be fully written before
70         attempting to read it, added small sleep period in the Created event
71         of the FSW.
72
73 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
74
75         * Process.cs: Modified StartInfo to throw ArgumentNullException when
76         value is set to null, instead of ArgumentException. Remove check if
77         file name is rooted and exists when UseShellExecute is false, and let
78         runtime handle this. Fixes bug #3455655. When a process cannot be
79         started, do not access ProcessStartInfo.EnvironmentVariables since that
80         would not allow us to re-use the instance when changing
81         UseShellExecute. Added argument check in Start (ProcessStartInfo).
82         Code formatting.
83
84 2007-11-16  Jb Evain  <jbevain@novell.com>
85
86         * Debug_2_1.cs: simply write debug messages to the
87         console.
88
89 2007-11-15  Dick Porter  <dick@ximian.com>
90
91         * Process.cs: Pass the process handle to GetModules_internal();
92
93 2007-11-13  Atsushi Enomoto  <atsushi@ximian.com>
94
95         * Process.cs : ... and it exposed some missing attributes.
96
97 2007-11-13  Atsushi Enomoto  <atsushi@ximian.com>
98
99         * Process.cs : oops, SessionId was int.
100
101 2007-11-13  Atsushi Enomoto  <atsushi@ximian.com>
102
103         * Process.cs : added missing SessionId (NIE).
104
105 2007-10-30  Robert Jordan  <robertj@gmx.net>
106
107         * Process.cs: Wrap the redirected streams with a stream
108         that provides real async Begin/Read|Write operations.
109         Fixes bug #319829.
110
111 2007-09-25  Miguel de Icaza  <miguel@novell.com>
112
113         * Process.cs: Return an empty collection to prevent crashes;
114         Fixes #319946
115
116 Tue Sep 25 18:03:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
117
118         * Process.cs: eliminate the console encoding logic which was
119         duplicated from System.Console and just use Console.Out.Encoding
120         (bug #328162).
121
122 2007-09-21  Gert Driesen  <drieseng@users.sourceforge.net>
123
124         * DiagnosticsConfigurationHandler.cs: Rename ValidateIntegralValue
125         to GetSwitchValue. On 2.0 profile, leave the type conversion to
126         Switch implementations. Minor corrections to exception messages to
127         match MS.
128         * Switch.cs: Avoid unnecessary inits. On 2.0 profile, catch and
129         rethrow exceptions in setter for Value. Do not hide exceptions thrown
130         in GetConfigFileSetting. Only set value from config file if switch is
131         actually defined.
132         * SourceSwitch.cs: Use SwitchSetting for getting/storing value instead
133         of new field. In OnValueChanged, parse enum value.
134         * TraceSwitch.cs: If SwitchSetting is changed to value > 4, then set
135         it to Verbose. In OnValueChanged, parse value case-insensitively, and
136         assign it to SwitchSetting (to allow other integral values).
137
138 2007-09-05  Atsushi Enomoto  <atsushi@ximian.com>
139
140         * EventLog.cs : added cosmetic 2.0 attributes on newly added members.
141
142 2007-09-05  Atsushi Enomoto  <atsushi@ximian.com>
143
144         * EventLog.cs, EventLogImpl.cs, LocalFileEventLog.cs, NullEventLog.cs,
145           Win32EventLog.cs : added missing members, will be left unsupported
146           in non-Win32 impl and left unimplemented in Win32.
147         * CounterCreationDataCollection.cs : in 2.0 OnValidate() is overriden
148           instad of OnInsert().
149         * Process.cs : removed StandardErrorEncoding and
150           StandardOutputEncoding. They do not exist anymore.
151
152 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
153
154         * ProcessStartInfo.cs : Implemented Verbs. It is done.
155
156 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
157
158         * Process.cs, ProcessStartInfo.cs : user info support (on windows).
159
160 2007-08-23  Robert Jordan  <robertj@gmx.net>
161
162         * Process.cs: implement PriorityClass. Fixes #81756.
163
164 Mon Aug 20 12:41:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
165
166         * Process.cs: implemented icall for system/user times.
167
168 2007-08-14  Gert Driesen  <drieseng@users.sourceforge.net>
169
170         * EventLog.cs: Do not allow all whitespace machine name. Do nothing
171         when setting the same value for EnableRaisingEvents, and only modify
172         value of field when enable/disable succeeded. Treats log name case
173         insensitively on all platforms, and perform reset when the log name
174         is changed. Validate new machine name in property, and treat it
175         case-insensitively. Perform reset when source is modified, and log
176         name was not explicitly set. When EventLog is closed, also disable
177         event watcher.
178         * LocalEventLog.cs: In Close, clean-up the FileSystemWatcher. Add
179         locking to Created eventhandler to avoid duplicate notifications.
180         * Win32EventLog.cs: Cache handle for reading from eventlog. In Close,
181         close the read handle. Implement support for watching win32 eventlog.
182         Fixes bug #82436.
183
184 2007-08-08  Gonzalo Paniagua Javier <gonzalo.mono@gmail.com>
185
186         * Process.cs: added StandardOutputEncoding and StandardErrorEncoding
187         properties. Bug #82262 fixed.
188
189 2007-08-06  Atsushi Enomoto  <atsushi@ximian.com>
190
191         * Process.cs, ProcessStartInfo.cs : added StandardOutputEncoding
192           and StandardErrorEncoding.
193
194 2007-08-06  Atsushi Enomoto  <atsushi@ximian.com>
195
196         * PerformanceCounterCategory.cs PerformanceCounter.cs :
197           added missing 2.0 stuff (unimplemented, where things are anyways
198           unimplemented in 1.x layer).
199
200 2007-08-06  Atsushi Enomoto  <atsushi@ximian.com>
201
202         * PerformanceCounterInstanceLifetime.cs
203           PerformanceCounterCategoryType.cs : new.
204         * ICollectData.cs ProcessStartInfo.cs
205           InstanceDataCollectionCollection.cs PerformanceCounter.cs
206           InstanceDataCollection.cs Process.cs :
207           cosmetic attributes cleanup.
208
209 2007-08-03  Jb Evain  <jbevain@novell.com>
210
211         * FileVersionInfo.cs: force the use of the params
212         AppendFormat method of StringBuilder as it is the only
213         one accessible in 2.1 and in the previous versions.
214
215 2007-08-03  Jb Evain  <jbevain@novell.com>
216
217         * FileVersionInfo.cs: remove CAS checks for 2.1.
218
219 2007-08-03  Jb Evain  <jbevain@novell.com>
220
221         * Process.cs: disable StartExistCallbackIfNeeded in 2.1.
222
223 2007-08-03  Jb Evain  <jbevain@novell.com>
224
225         * ProcessThreadCollection.cs
226           ProcessModuleCollection.cs: use our own collection base
227           for the 2.1 profile, as ReadOnlyCollectionBase does not exist
228           in 2.1, and they are internalized by the linker.
229
230 2007-08-02  Atsushi Enomoto  <atsushi@ximian.com>
231
232         * EventLogTraceListener.cs : fixed wrong 2.0 dependency in 1.x.
233
234 2007-08-02  Atsushi Enomoto  <atsushi@ximian.com>
235
236         * EventLogTraceListener.cs : implemented.
237
238 2007-08-02  Atsushi Enomoto  <atsushi@ximian.com>
239
240         * EventLogImpl.cs
241           EventLog.cs
242           LocalFileEventLog.cs : Implemented EntryWritten event support.
243         * Win32EventLog.cs, NullEventLog.cs : they need stub overrides.
244         * EventLogEntry.cs : [MonitoringDescription].
245         * DiagnosticsConfigurationHandler.cs : [Obsolete]
246
247 2007-08-01  Atsushi Enomoto  <atsushi@ximian.com>
248
249         * DefaultTraceListener.cs : implemented AssertUiEnabled using MWF.
250
251 2007-08-01  Atsushi Enomoto  <atsushi@ximian.com>
252
253         * CounterSample.cs : implemented missing 2.0 equality stuff.
254         * CounterSampleCalculator.cs : static in 2.0.
255
256 2007-07-24 Gonzalo Paniagua Javier <gonzalo.mono@gmail.com>
257
258         * Process.cs: use the default encoding or the windows input/output
259         encodings for the process input/output/error streams. Bug #80838 fixed.
260
261 2007-07-14 Gonzalo Paniagua Javier <gonzalo.mono@gmail.com>
262
263         * Process.cs: don't send empty lines that are not in the input. Fixes
264         bug #79529.
265
266 2007-07-11  Ankit Jain  <jankit@novell.com>
267
268         * ProcessStartInfo.cs (WorkingDirectory.set): Don't set
269         working_directory to null.
270
271 2007-05-18  Atsushi Enomoto  <atsushi@ximian.com>
272
273         * TraceSourceInfo.cs : new class for storing configuration data.
274         * TraceSource.cs : TraceEventCache arguments should be null (they are
275           nullable). Use TraceSourceInfo above.
276         * DiagnosticsConfigurationHandler.cs : removed hack to store listeners
277           in named sources, not traceimpl. Create TraceSource objects from
278           configuration data.
279
280 2007-05-18  Marek Safar  <marek.safar@gmail.com>
281
282         * DiagnosticsConfigurationHandler.cs: Fixed 1.1 build.
283
284 2007-05-18  Atsushi Enomoto  <atsushi@ximian.com>
285
286         * XmlWriterTraceListener.cs : open file in shared r/w mode.
287         * DiagnosticsConfigurationHandler.cs : process <sharedListeners>
288           elements first, so that named listeners work fine.
289         * EventLogTraceListener.cs : added 2.0 stubs.
290         * CorrelationManager.cs : removed todo.
291
292 2007-05-18  Atsushi Enomoto  <atsushi@ximian.com>
293
294         * TraceListener.cs : in TraceTransfer(), use TraceEvent() (some
295           derived classes depend on this change).
296         * DelimitedListTraceListener.cs : implemented.
297
298 2007-05-18  Atsushi Enomoto  <atsushi@ximian.com>
299
300         * EventLogPermissionAccess.cs ProcessPriorityClass.cs
301           ProcessWindowStyle.cs ThreadWaitReason.cs TraceImpl.cs
302           Trace.cs ThreadPriorityLevel.cs EventLogEntryType.cs
303           PerformanceCounterPermissionAccess.cs PerformanceCounterType.cs
304           TraceListener.cs ThreadState.cs : cosmetic API fixes.
305         * SwitchAttribute.cs : implemented GetAll().
306
307 2007-05-17  Atsushi Enomoto  <atsushi@ximian.com>
308
309         * TraceOptions.cs : new enum.
310         * TraceListener.cs : support TraceOutputOptions. Fixed missing
311           NET_2_0 condition in TARGET_JVM section.
312         * TraceSwitch.cs, BooleanSwitch.cs :
313           Added missing constructors and OnValueChanged().
314         * Trace.cs, TraceImpl.cs :
315           Added CorrelationManager and UseGlobalLock.
316         * TraceEventCache.cs : initialize property values at construction.
317         * Switch.cs : added XmlIgnore on Attributes.
318
319 2007-05-15 Adar Wesley <adarw@mainsoft.com>
320
321         * Trace.cs: added missing method Refresh.
322
323 2007-05-14  Atsushi Enomoto  <atsushi@ximian.com>
324
325         * EventTypeFilter.cs
326           TraceFilter.cs
327           SourceFilter.cs
328           SwitchLevelAttribute.cs
329           DelimitedListTraceListener.cs
330           SwitchAttribute.cs : new files in 2.0.
331         * DiagnosticsConfigurationHandler.cs : partial support for named
332           shared listeners.
333         * XmlWriterTraceListener.cs : cosmetic corcompare fixes. Added
334           missing todos.
335         * TraceListener.cs : added missing 2.0 stuff. Implemented Filter.
336         * DefaultTraceListener.cs : trivial ComVisible fix.
337
338 2007-05-10  Atsushi Enomoto  <atsushi@ximian.com>
339
340         * TextWriterTraceListener.cs : open log file in readwrite share mode.
341           This fixes bug #81296.
342
343 2007-05-08 Igor Zelmanovich <igorz@mainsoft.com>
344
345         * TraceImpl.cs:
346         * TraceListener.cs:
347         for TARGET_JVM used Thread Local Storage istead 
348         Thread-Relative Static Fields 
349
350 2007-05-02  Jonathan Chambers  <joncham@gmail.com>
351
352         * Stopwatch.cs : Implement high performance stopwatch on windows.
353
354 2007-04-19  Atsushi Enomoto  <atsushi@ximian.com>
355
356         * XmlWriterTraceListener.cs : new file, implementated.
357         * TraceListener.cs : implemented 2.0 members.
358
359 2007-03-04  Vladimir Krasnov  <vlaimdirk@mainsoft.com>
360
361         * DiagnosticsConfigurationHandler.cs: removed configuration init in
362         TARGET_JVM since not supported
363
364 2007-02-02  Gert Driesen  <drieseng@users.sourceforge.net>
365
366         * EventLogImpl.cs: When no log name is specified, return zero-length
367         string for LogDisplayName.
368
369 2007-01-28 Ilya Kharmatsky <ilyak -at- mainsoft.com>
370
371         * TraceEventCache.jvm.cs: added as a stub class.
372
373 Tue Jan 23 17:19:13 CET 2007 Paolo Molaro <lupus@ximian.com>
374
375         * ProcessStartInfo.cs: put the fields in the order expected
376         by the runtime code.
377
378 2007-01-18  Atsushi Enomoto  <atsushi@ximian.com>
379
380         * Switch.cs : added missing .ctor(), Attributes, Value, 
381           GetSupportedAttributes() and OnValueChanged().
382         * DiagnosticsConfigurationHandler.cs : added some hacky handler for
383           new "sources" element. Don't wrap another ConfigurationException.
384         * TraceListener.cs : added missing trace methods.
385         * TraceSource.cs, SourceLevels.cs, CorrelationManager.cs,
386           TraceEventCache.cs, TraceEventType.cs, SourceSwitch.cs:
387           added missing 2.0 stuff, mostly just stubs.
388
389 2007-01-12  Miguel de Icaza  <miguel@novell.com>
390
391         * Trace.cs: Add a number of 2.0 overloads.
392
393 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
394
395         * Process.cs: Allow GetProcesses and GetProcessById overloads with 
396         machine name to work for local machine.
397
398 2006-12-29  Robert Jordan  <robertj@gmx.net>
399
400         * TraceImpl.cs (Assert): Include line numbers in the stack trace
401         emitted by Assert (). Fixes bug #80400.
402
403 Thu Dec 14 20:24:09 CET 2006 Paolo Molaro <lupus@ximian.com>
404
405         * Process.cs: if a process object is restarted, close the
406         previous process handle (bug #80143).
407
408 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
409
410         * Process.cs: the Process returned by the static Start method never had
411         the right ProcessStartInfo. Fixes bug #80019.
412
413 2006-10-13  Atsushi Enomoto  <atsushi@ximian.com>
414
415         * DiagnosticsConfigurationHandler.cs : be more skeptic on
416           broken configuration file.
417
418 2006-09-28 Andrew Skiba <andrews@mainsoft.com>
419
420         * DefaultTraceListener.cs: TARGET_JVM
421
422 2006-09-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
423
424         * Process.cs: fix operation number to be 8. The other one was working
425         because the default is to wait for input on the file descriptor.
426
427 2006-09-05  Gert Driesen  <drieseng@users.sourceforge.net>
428
429         * Win32EventLog.cs: Removed workarounds for bug #79152 and bug #79117
430         now that these have been fixed. Release unmanaged memory that was
431         allocated for replacement strings.
432
433 2006-08-27  Gert Driesen  <drieseng@users.sourceforge.net>
434
435         * NullEventLog.cs: Added dummy GetLogNames implementation.
436         * EventLogImpl.cs: Moved GetEventLogs implementation to base class.
437         Added abstract GetLogNames method. Added ValidateCustomerLogName
438         method which should be called by eventlog providers when creating a
439         new log to ensure the significant part of the log name is unique, does
440         not match any of the special log names and does not match an exist event
441         source.
442         * Win32EventLog.cs: Validate customer log name when creating new log.
443         Moved GetEventLogs implementation to base class. Added GetLogNames
444         method.
445         * LocalFileEventLog.cs: Merged CreateLogStore into CreateEventSource.
446         Validate customer log name when creating new log. Moved GetEventLogs
447         implementation to base class. Added GetLogNames method.
448
449 2006-08-26  Gert Driesen  <drieseng@users.sourceforge.net>
450
451         * Win32EventLog.cs: Fixed error messages. Use RegisterEventSource
452         pinvoke when opening eventlog for writing entries.
453
454 2006-08-26  Gert Driesen  <drieseng@users.sourceforge.net>
455
456         * Win32EventLog.cs: Added and documented workarounds for bug #79117
457         and bug #79152.
458
459 2006-08-25  Gert Driesen  <drieseng@users.sourceforge.net>
460
461         * LocalFileEventLog.cs: When event log store does not exist, then we
462         do not need to perform a case-insensitive lookup of the log name.
463
464 2006-08-20  Gert Driesen  <drieseng@users.sourceforge.net>
465
466         * EventLog.cs: Removed namespace import.
467         * EventInstance.cs: Added range checks and check whether specified
468         entry type is defined.
469
470 2006-08-20  Gert Driesen  <drieseng@users.sourceforge.net>
471
472         * EventLogEntry.cs: Added InstanceId property (2.0 only). Moved
473         Obsolete attribute to correct property.
474         * EventSourceCreationData.cs: Updated copyright. For internal ctor,
475         set log name to "Application" if value is null or zero-length string.
476         * EventLogImpl.cs: EventImpl now acts as base class for event log 
477         implemenations.
478         * NullEventLog.cs: Modified to implement new abstract methods of base
479         class. Removed factory class.
480         * EventLog.cs: EventLog implementation that delegates just about 
481         everything to individual eventlog providers. To specify the event log
482         implementation to use, the MONO_EVENTLOG_TYPE environment variable can
483         be used. Possible values are:
484         - win32 : read/write entries using the native win32 eventlog
485         - local[:path] : read/write entries as files to a local directory
486         - null : silently ignore all entries
487         The default is "null" on unix (and versions of Windows before NT,
488         meaning Windows 98, ...), and "win32" on Windows NT (and higher).
489         When "the local" implementation is used, the directory in which to 
490         store the event logs, event sources and entries can be specified as 
491         part of MONO_EVENTLOG_TYPE environment variable using the syntax 
492         "local:<path>" (eg. local:/home/myuser/mono/eventlog).
493         * LocalFileEventLog.cs: Event log implementation which uses a local
494         file store. The directory to use for persistence can be specified
495         as part of the MONO_EVENTLOG_TYPE environment variable (see above).
496         If that directory is not explicitly set, then the following directory
497         will be used for storing eventlog entries:
498         - windows       : %APPDATA%\mono\eventlog
499         - unix          : /var/lib/mono/eventlog
500         On unix, the directory permission for individual eventlog log 
501         directories will be set to 777 (with +t bit) allowing everyone to
502         read and write eventlog entries while only allowing entries to be
503         deleted by the user(s) that created them.
504         Format of log files was modified to allow it contain all necessary
505         information for an event log entry.
506         * Win32EventLog.cs: Event log implementation for Windows NT and 
507         higher which uses the Win32 native event log for reading/writing
508         eventlog entries, and which uses the registry to store event log and
509         event source registration information.
510         * EventLogEntryCollection.cs: Delegate implementation to event log
511         implementation. Use lazy init for enumerating entries. Cache current
512         item in 2.0 profile.
513
514 2006-08-14  Atsushi Enomoto  <atsushi@ximian.com>
515
516         * LocalFileEventLog.cs : change lengthy environment variable name.
517           MONO_LOCAL_EVENTLOG_PATH -> MONO_EVENTLOG_PATH.
518
519 2006-08-14  Atsushi Enomoto  <atsushi@ximian.com>
520
521         * EventLogImpl.cs, EventLogEntryCollection.cs, EventLog.cs :
522           some rework to support actual event log implementations.
523         * NullEventLog.cs, LocalFileEventLog.cs :
524           new files. The former (default) implementation does nothing for
525           any event log features. The latter implements local file based
526           event logs.
527
528 2006-08-14  Atsushi Enomoto  <atsushi@ximian.com>
529
530         * UnixEventLog.cs, EventLogEntry.cs, EventSourceCreationData.cs,
531           EventLogImpl.cs, Win32EventLog.cs, EventLogEntryCollection.cs,
532           EventLog.cs:
533           Reverted previous two changes that does not work at all.
534
535 2006-08-11  Gert Driesen  <drieseng@users.sourceforge.net>
536
537         * EventLog.cs: For now, Use null implementation.
538
539 2006-08-11  Gert Driesen  <drieseng@users.sourceforge.net>
540
541         * EventLogEntry.cs: Added InstanceId property (2.0 only). Moved
542         Obsolete attribute to correct property.
543         * EventSourceCreationData.cs: Updated copyright. For internal ctor,
544         set log name to "Application" if value is null or zero-length string.
545         * EventLogImpl.cs: EventImpl now acts as base class for event log 
546         implemenations. Added NullEventLog implementation, which is not used
547         at the moment.
548         * EventLog.cs: EventLog implementation that uses registry for
549         keeping track of logs and sources to match .NET (and Windows). When
550         running on Windows NT (and higher), event entries are written to
551         the native win32 event log.  Reading event entries is not yet working
552         for Windows. On linux, we use a local file store (based on patch by 
553         Atsushi).
554         * UnixEventLog.cs: Event log implementation for linux which uses a
555         local file store.
556         * Win32EventLog.cs: Event log implementation for Windows NT and 
557         higher which uses the Win32 native event log.
558         * EventLogEntryCollection.cs: Delegate implementation to event log
559         implemenation. Use lazy init for enumerating entries.
560
561 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
562
563         * Process.cs: reset the 'start' time if we wait for stdout reading to
564         be completed.
565
566 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
567
568         * Process.cs: add support for 2.0 asynchronous reads on stdout and
569         stderr.
570
571 2006-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
572
573         * EventSourceCreationData.cs: Marked ctor internal, and removed ctor.
574         Throw ArgumentOutOfRangeException if negative value for CategoryCount
575         is set.
576
577 2006-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
578
579         * EventInstance.cs: Added 2.0 class.
580         * EventSourceCreationData.cs: Added 2.0 class.
581         * OverflowAction.cs: Added 2.0 enum.
582
583 2006-07-31  Sebastien Pouliot  <sebastien@ximian.com>
584
585         * EventLogEntry.cs: Add a linkdemand for unrestricted on class.
586         * EventLogTraceListener.cs: Add a linkdemand for unrestricted on class
587         * FileVersionInfo.cs: Add a linkdemand for unrestricted on class. Add
588         an imperative demand for FileIOPermission.Read on GetVersionInfo 
589         method. Change ToString method to use a StringBuilder.
590         * PerformanceCounterCategory.cs: Add a linkdemand for unrestricted on
591         class.
592         * PerformanceCounterManager.cs: Add a linkdemand for unrestricted on 
593         class. Add [Obsolete] for NET_2_0 profile.
594         * Process.cs: Add a linkdemand and an inheritancedemand for 
595         unrestricted on class.
596         * ProcessStartInfo.cs: Add a linkdemand for unrestricted on class.
597
598 2006-07-16  Andrew Skiba <andrews@mainsoft.com>
599
600         * Process.cs: throw FileNotFoundException earlier; give more
601         diagnostics.
602
603 2006-05-16  Dick Porter  <dick@ximian.com>
604
605         * Process.cs: Dispose the handle from a destructor too
606
607 2006-04-04  Atsushi Enomoto  <atsushi@ximian.com>
608
609         * Stopwatch.cs:
610           Zoltan was quicker to add it, here I put my implementation ;-)
611         * Process.cs :
612           Added some missing long members (not implemented anyways).
613         * DataReceivedEventHandler.cs DataReceivedEventArgs.cs :
614           added new 2.0 types.
615
616 2006-04-01  Zoltan Varga  <vargaz@gmail.com>
617
618         * Stopwatch.cs: New file.
619
620 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
621
622         * Debug.cs: Add net 2.0 Print methods.
623
624 2006-03-03  Dick Porter  <dick@ximian.com>
625
626         * Process.cs: Close redirected pipes on errors.  Fixes bug 77514.
627
628 2006-01-12  Ben Maurer  <bmaurer@andrew.cmu.edu>
629
630         * ConsoleTraceListener.cs: New 2.0 class
631
632 2005-11-17  Dick Porter  <dick@ximian.com>
633
634         * Process.cs: Split Start_common into Start_shell and
635         Start_noshell, which call ShellExecuteEx and CreateProcess
636         respectively.  Fixes bug 76670.
637
638 2005-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
639
640         * Process.cs: deal with the fact that someone can enable raising events
641         and/or registed a Exited delegate before and *after* Start is called for
642         the process. Only queue the exit callback in the threadpool when it's
643         possible and requested. Fixes bug #76129.
644
645 2005-08-09  Gert Driesen <drieseng@users.sourceforge.net>
646
647         * EventLog.cs: Fixed Designer attribute to match MS.NET.
648         * ICollectData.cs: Added marshalling attribute to match MS.NET.
649         * PerformanceCounter.cs: Fixed Designer attribute to match MS.NET.
650         * Process.cs: Fixed Designer attribute to match MS.NET, modified
651         * ProcessModule.cs: Fixed Designer attribute to match MS.NET.
652         * ProcessThread.cs: Fixed Designer attribute to match MS.NET.
653         DesignerSerializationVisibility on StartInfo to match MS.NET, changed
654         Category attribute on Exited event to match MS.NET.
655
656 2005-06-09  Gert Driesen <drieseng@users.sourceforge.net>
657
658         * TraceImpl.cs: Adjust internal indentlevel and indentsize before 
659         passing on to listeners. Fixes some test failures.
660
661 2005-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
662
663         * DefaultTraceListener.cs: s/MONO_TRACE/MONO_TRACE_LISTENER/. The
664         runtime uses MONO_TRACE too...
665
666 2005-05-31  Sebastien Pouliot  <sebastien@ximian.com>
667
668         * PerformanceCounterPermissionEntry.cs: Added more 2.0 validations for
669         machine names and PerformanceCounterPermissionAccess.
670
671 2005-02-22 Jonathan Pryor  <jonpryor@vt.edu>
672
673         * TraceImpl.cs: More Thread-safety fixes.  I have to lock on
674           Listeners.SyncRoot as we're traversing the collection and can't let the
675           collection change from underneath us while we're iterating over it
676           (alternately, we could clone the collection and iterate over the clone
677           without having locking issues -- assuming we had a lock-free clone -- 
678           but this would kill the GC).  Fixes 69964.  Only define lock_ if we're 
679           using the lock-free initialization routine; it's not used otherwise.
680
681 2005-01-18 Jonathan Pryor  <jonpryor@vt.edu>
682
683         * DiagnosticsConfigurationHandler.cs (DiagnosticsConfiguration): 
684           Use a lock-free algorithm for creating the settings information.
685         * TraceImpl.cs (InitOnce): Use a lock-free algorithm for creating the
686           listeners collection and initializing the world.
687
688 2005-01-18 Jonathan Pryor  <jonpryor@vt.edu>
689
690         * DiagnosticsConfigurationHandler.cs (DiagnosticsConfiguration): Don't 
691           read the .config file from the static ctor (again), as if it fails we'll 
692           get a TypeLoadException -- bad!  Instead, lazy-read the .config file.
693         * DiagnosticsConfigurationHandler.cs (DiagnosticsConfigurationHandler): 
694           Require that the /switch/add/@value attribute contains only numeric values.
695         * TraceImpl.cs: Don't initialize everything in the static ctor, as if it
696           fails (due to an invalid .confg file) we get a TypeLoadException, while
697           .NET generates a ConfigurationException.  Instead, initialize everything
698           the first time the Listeners property is accessed, which allows the static
699           ctor to run without chance of failure, avoiding the TypeLoadException.
700         * TraceListenerCollection.cs: This should be thread-safe, as it's accessible
701           from a static member of TraceImpl (available through the public Debug and 
702           Trace classes).
703         * Switch.cs: Leave the original switch value alone.  If it isn't valid 
704           (i.e. numeric), the DiagnosticsConfigurationHandler will catch it.
705
706 2005-01-17 Jonathan Pryor  <jonpryor@vt.edu>
707
708         * DiagnosticsConfigurationHandler.cs: The /switch/add/@value attribute 
709           isn't optional under .NET 1.1, so make sure it exists.
710
711 2005-01-13 Jonathan Pryor  <jonpryor@vt.edu>
712
713         * DiagnosticsConfigurationHandler.cs: Make DiagnosticsConfiguration.Settings
714           thread-safe (double-checked locking isn't thread safe on .NET without
715           using a volatile variable, and setting the variable in the static
716           constructor is easier anyway).
717         * Switch.cs (GetConfigFileSetting): If the setting is non-numeric, set the
718           attribute value to the string "0".  This is apparently what .NET 1.1 does,
719           and allows the SwitchTest NUnit test to work w/o failures.
720
721 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
722
723         * Process.cs: always pass the same arguments to the runtime.
724
725 2004-09-11  Sebastien Pouliot  <sebastien@ximian.com>
726
727         * EventLogPermission.cs: Completed implementation.
728         * EventLogPermissionAccess.cs: Fixed enum values.
729         * EventLogPermissionEntry.cs: Added validation for machine names.
730         * EventLogPermissionEntryCollection.cs: Added synchronization
731         of entries with the base permission class.
732         * PerformanceCounterPermission.cs: Completed implementation.
733         * PerformanceCounterPermissionAccess.cs: Fixed enum values.
734         * PerformanceCounterPermissionEntry.cs: Added validations for machine
735         and category names.
736         * PerformanceCounterPermissionEntryCollection.cs: Added synchronization
737         of entries with the base permission class.
738
739 2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>
740
741         * EventLogPermission.cs: Fixed initialization (TagNames and
742         PermissionAccessType).
743         * EventLogPermissionAccess.cs: Added new enums for NET_2_0 and added 
744         [Obsolete] to some existing elements.
745         * EventLogPermissionAttribute.cs: Added missing validation to property
746         MachineName. Fixed changes for NET_2_0.
747         * PerformanceCounterPermission.cs: Fixed initialization (TagNames and
748         PermissionAccessType).
749         * PerformanceCounterPermissionAccess.cs: Added new enums for NET_2_0
750         and added [Obsolete] to some existing elements.
751         * PerformanceCounterPermissionAttribute.cs: Added missing validations
752         to properties (Path, MachineName). Fixed changes for NET_2_0.
753
754 2004-09-07  Dick Porter  <dick@ximian.com>
755
756         * Process.cs: Throw documented exceptions when getting stdin,
757         stdout or stderr and they haven't been redirected.  Check that
758         CreatePipe didn't fail, throw exceptions if it did.  Close
759         redirected streams when the process is disposed, rather than rely
760         on the GC disposing them later.  Makes timeline much happier,
761         because it could run out of file descriptors between GC
762         collections.
763
764 2004-09-06  Dick Porter  <dick@ximian.com>
765
766         * Process.cs: Make Dispose() actually dispose things.
767
768 2004-06-24  Atsushi Enomoto  <atsushi@ximian.com>
769
770         * Process.cs : quick fix for UseShellExecute=false on windows. See
771           the code comment.
772
773 2004-06-17  Lluis Sanchez Gual  <lluis@ximian.com>
774
775         * Process.cs: Added missing check in HasExited property.
776
777 2004-05-20  Gert Driesen (drieseng@users.sourceforge.net)
778
779         * EventLogPermissionAttribute.cs:
780         * PerformanceCounterPermissionAttribute.cs: adjust AllowMultiple
781         and Inherited to match .NET
782
783 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
784
785         * Process.cs: separate the command and the arguments when calling
786         Start_internal.
787
788 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
789
790         * Process.cs: redirecting I/O is not permitted if UseShellExecute is
791         true. Also throw if FileName is null.
792
793 2004-04-06  Lluis Sanchez Gual  <lluis@ximian.com>
794
795         * DiagnosticsConfigurationHandler.cs: If initializeData is provided,
796         use the constructor that only takes one string as parameter to
797         construct the listener. The name is set using the Name property, not the
798         constructor.
799         
800         * TextWriterTraceListener.cs: In Write*, do nothing if no writer was 
801         provided.
802
803 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
804
805         * Process.cs: use the ISynchronizeInvoke object to invoke the event.
806         Implemented Close, CloseMainWindow and Kill.
807
808 2004-03-23 Ben Maurer  <bmaurer@users.sourceforge.net>
809
810         * Switch.cs: Don't throw when there is no switches section.
811
812 2004-03-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
813
814         * Process.cs: support EnableRaisingEvents + Exited event.
815
816 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
817
818         * Process.cs: patch by Gert Driesen that fixes WaitForExit when the
819         timeout is int.MaxValue.
820
821 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
822
823         * Process.cs: added environment variables setting support and also
824         send useShellExecute to the runtime.
825
826         * ProcessStartInfo.cs: support EnvironmentVariables.  MS uses
827         StringDictionary, which turns keys into lowercase. We don't do that.
828
829 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
830
831         * Process.cs: ExitCode and ExitTime check that the process is finished.
832
833 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
834
835         * Process.cs: if there's an error when starting the process, the 'pid'
836         field contains the GetLastError code. Use that for the Win32Exception.
837
838 2003-12-06  Martin Baulig  <martin@ximian.com>
839
840         * DefaultTraceListener: Don't use `where' in variable names.
841
842 2003-11-13  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
843
844         * ICollectData.cs: Fixed signature
845
846 2003-11-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
847
848         * ICollectData.cs: Added missing attribute
849
850 2003-07-27  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
851
852         * SRDescriptionAttribute.cs: Moved to System directory
853
854 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
855
856         * EventLog.cs: Implementation handling
857         * EventLogImpl.cs: Added, contains an platform independent empty implementation
858         for EventLog
859
860 2003-07-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
861
862         * AlphabeticalEnumConverter.cs: Added
863         * EventLogEntry.cs: Implemented
864         * EventLogPermissionEntryCollection.cs: Fixed signature and implementation of indexer
865         * EventLogTraceListener.cs: Fixed signature
866         * PerformanceCounter.cs: Added missing attribute
867         * PerformanceCounterType.cs: Added missing attribute
868         * SRDescriptionAttribute.cs: Added and implemented
869
870 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
871
872         * CounterCreationData.cs:
873         * EventLog.cs:
874         * EventLogEntry.cs:
875         * PerformanceCounter.cs:
876         * Process.cs:
877         * ProcessModule.cs:
878         * ProcessStartInfo.cs:
879         * ProcessThread.cs: Reworked attributes based on the new Consts scheme
880
881 2003-07-14  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
882
883         * PerformanceCounterCategory.cs: Fixed signatures
884
885 2003-07-13  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
886
887         * PerformanceCounter.cs: Implemented or implementation added
888
889 2003-07-13  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
890
891         * DiagnosticsConfigurationHandler.cs: Removed a never used variable
892         * EventLog.cs: Small update to prevent a warning
893         * EventLogPermission.cs: Implemented or implementation added
894         * EventLogPermissionAttribute.cs: Implemented or implementation added
895         * EventLogPermissionEntry.cs: Implemented or implementation added
896         * EventLogPermissionEntryCollection.cs: Implemented or implementation added
897         * EventLogTraceListener.cs: Implemented or implementation added
898         * PerformanceCounterManager.cs: Implemented or implementation added
899         * PerformanceCounterInstaller.cs: Made internal
900         * PerformanceCounterCategory.cs: Implemented few members
901         * PerformanceCounterPermission.cs: Implemented or implementation added
902         * PerformanceCounterPermissionAttribute.cs: Implemented or implementation added
903         * PerformanceCounterPermissionEntry.cs: Implemented or implementation added
904         * PerformanceCounterPermissionEntryCollection.cs: Implemented or implementation added
905         
906 2003-07-07  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
907
908         * EventLog.cs: Removed unneccesary attribute according to corecompare
909         * EventLogEntry.cs: Removed unneccesary attribute according to corecompare
910         * Process.cs: Removed unneccesary attributes according to corecompare, added attribute
911         * ProcessModule.cs: Removed unneccesary attribute according to corecompare
912         * ProcessStartInfo.cs: Removed unneccesary attribute according to corecompare
913         * ProcessThread.cs: Removed unneccesary attribute according to corecompare, fixed signature
914
915 2003-07-05  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
916
917         * InstanceDataCollectionCollection.cs: Corrected wrong signature
918         * EventLog.cs: Missing attributes added, redirected some class members
919         * EventLogEntry.cs: Missing attributes added
920         * EventLogInstaller.cs: Made internal
921         
922 2003-07-02  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
923
924         * CounterCreationData.cs: Added missing attributes
925         * CounterSample.cs: Implemented missing rest, fixed signature
926         * CounterSampleCalculator.cs: Added private constructor, redirected function
927         * Process.cs: Added attributes, added event mechanism
928         * ProcessModule.cs: Added missing attributes
929         * ProcessModuleCollection.cs: Redone using the already inherited-from ArrayList. Simplifies this a LOT
930         * ProcessStartInfo.cs: Added missing attributes, moved internal fields to the begining of the file, restyling
931         * ProcessThread.cs: Added missing attributes, added pseudo constructor
932         * ProcessThreadCollection.cs: Implemented
933         * PerformanceCounterPermission.cs: Fixed typo in class name
934         * PerformanceCounterPermissionAccess.cs: Added attributes, fixed wrong member
935         
936 2003-03-19  Dick Porter  <dick@ximian.com>
937
938         * Process.cs: Implement HasExited, fixes bug 39267
939
940 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
941
942         * Process.cs: throw an exception when the executable cannot be found.
943
944 2002-12-20  Jonathan Pryor <jonpryor@vt.edu>
945         * DiagnosticsConfigurationHandler.cs: 
946           - Don't assume that optional attributes are always present
947           - <assert/> can't have any child nodes
948           - Change in semantics: if the attribute isn't present,
949             GetAttribute() returns null, not "".  This allows us to
950             differentiate between an attribute not being present and an
951             attribute with an empty value.
952           - Translate exceptions if a TraceListener type is invalid
953
954 2002-12-19  Jonathan Pryor <jonpryor@vt.edu>
955         * TraceListenerCollection.cs: IndentLevel and IndentSize shouldn't be 
956           hardcoded; they should be set to whatever TraceImpl is using (which
957           in turn may have been set by the .config file, so we should get the
958           user-specified values in added listeners).
959         * TraceListener.cs: Make sure that indents are initially written.  This 
960           allows code that uses Trace.Indent() before a Trace.WriteLine() to be 
961           indented properly.
962         * TraceImpl.cs: provide a static constructor to explicitly specify the
963           ordering of initialization, in particular the ordering of
964           TraceImpl.Listeners and the reading of the .config file (by
965           accessing DiagnosticsConfiguration.Settings).  This (hopefully)
966           ensures that the Listeners collection is initialized before the
967           .config file is read in, as the DiagnosticsConfigurationHandler will
968           directly modify the listeners collection.
969           The DiagnosticsConfigurationHandler assumes this so that it can
970           <add/> and <remove/> trace listeners and set the logfile for the
971           DefaultTraceListener.
972
973
974 2002-12-18  Jonathan Pryor <jonpryor@vt.edu>
975         * BooleanSwitch.cs: Complete re-write.  It works now.
976         * DefaultTraceListener.cs:
977           - Use `const' strings, so I don't worry about copy/paste errors
978           - Give `AssertUiEnabled' an actual backing member
979         * DiagnosticsConfigurationHandler.cs: To avoid race conditions, let the
980           configuration handler set .config-specified properties on
981           DefaultTraceListener (AssertUiEnabled, LogFileName) and TraceImpl
982           (AutoFlush, IndentSize).
983         * Switch.cs: Near complete re-write.  Actually works, and is (should be)
984           comformant with .NET behavior.  Changed member names because they
985           were confusing me.  (Yes, that doesn't say much about my memory.)
986         * TextWriterTraceListener.cs: Append text to already existing files,
987           don't overwrite them.
988         * TraceImpl.cs:
989           - Added private destructor, to ensure no instances are created.
990           - Move members declarations to be closer to each other.
991         * TraceSwitch.cs: Complete re-write.  It works now.
992
993 2002-12-17  Jonathan Pryor <jonpryor@vt.edu>
994         * DiagnosticsConfigurationHandler.cs: Implement so that .config files
995         support <system.diagnostics> sections.
996
997 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
998
999         * DefaultTraceListener.cs: now OutputDebugStringW is called from an
1000         internal call (update your runtime!). No more warnings in linux.
1001
1002 2002-10-31  Dick Porter  <dick@ximian.com>
1003
1004         * Process.cs: MonoIO methods now have an error parameter
1005
1006 2002-10-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1007
1008         * DefaultTraceListener.cs: changed OutputDebugString to
1009         OutputDebugStringW (no more warnings under windows). Also a few style
1010         fixes.
1011
1012 2002-10-23  Dick Porter  <dick@ximian.com>
1013
1014         * Process.cs: Redirected standard input needs to have AutoFlush set
1015
1016 2002-09-27  Dick Porter  <dick@ximian.com>
1017
1018         * Process.cs: Implemented {get_,set_}{Min,Max}WorkingSet,
1019         ProcessName, GetProcessById, GetProcesses, GetProcessesByName.
1020         Pass the working directory to Start.  Pass the program and args in
1021         one string to be used with the second arg of CreateProcess, so it
1022         will search the path.
1023
1024 2002-09-19  Nick Drochak <ndrochak@gol.com>
1025
1026         * TraceImpl.cs: Remove debug prints
1027
1028 2002-09-19  Nick Drochak <ndrochak@gol.com>
1029
1030         * TraceListenerCollection.cs: Set Indet level and size to default 
1031         values.  The values from TraceImpl might have been changed.
1032
1033 2002-08-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1034
1035         * Process.cs:
1036         * TextWriterTraceListener.cs: IDisposable fixes.
1037
1038 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1039
1040         * Process.cs: class status based fixes.
1041
1042 2002-07-20  Dick Porter  <dick@ximian.com>
1043
1044         * Process.cs: Implement file handle redirection
1045
1046 2002-07-13  Jonathan Pryor <jonpryor@vt.edu>
1047         * CounterCreationData.cs: Implemented
1048         * CounterCreationDataCollection.cs: Implemented
1049         * CounterSample.cs: Stubbed Out
1050         * CounterSampleCalculator.cs: Stubbed Out
1051         * InstanceData.cs: Implemented
1052         * InstanceDataCollection.cs: Implemented
1053         * InstanceDataCollectionCollection.cs: Implemented
1054         * MonitoringDescriptionAttribute.cs: Implemented
1055         * PerformanceCounter.cs: Stubbed Out
1056         * PerformanceCounterCategory.cs: Stubbed Out
1057         * PerformanceCounterInstaller.cs: Stubbed Out
1058         * PerformanceCounterManager.cs: Stubbed Out
1059         * PerformanceCounterPermission.cs: Stubbed Out
1060         * PerformanceCounterPermissionAccess.cs: Implemented
1061         * PerformanceCounterPermissionAttribute.cs: Stubbed Out
1062         * PerformanceCounterPermissionEntry.cs: Stubbed Out
1063         * PerformanceCounterPermissionEntryCollection.cs: Implemented
1064         * PerformanceCounterType.cs: Implemented
1065
1066
1067 2002-06-25  Dick Porter  <dick@ximian.com>
1068
1069         * Process.cs: Process forking and waiting, and some support functions
1070
1071         * ProcessStartInfo.cs: Implemented the bits needed for basic
1072         Process forking
1073
1074         * ProcessModule.cs: Implemented
1075
1076         * ProcessModuleCollection.cs: Mostly implemented
1077
1078         * FileVersionInfo.cs: Implemented
1079
1080 2002-06-16  Jonathan Pryor <jonpryor@vt.edu>
1081         * ICollectData.cs: Implemented
1082         * TraceImpl.cs: Setting IndentLevel, IndentSize should change the
1083                 corresponding properties on all current TraceListeners.
1084                 Also, to answer the FIXME message: Yes, the properties in TraceListener
1085                 need to be [ThreadStatic] as well.
1086         * TraceListenerCollection.cs: When adding a TraceListener, the TraceListener
1087                 should have its properties set to the current TraceImpl property values.
1088         * TraceListener.cs: Make indentSize, lndentLevel [ThreadStatic].
1089
1090 2002-06-09  Jonathan Pryor <jonpryor@vt.edu>
1091         * EntryWrittenEventArgs.cs: Implemented
1092         * EntryWrittenEventHandler.cs: Implemented
1093         * EventLog.cs: Stubbed out
1094         * EventLogEntry.cs: Stubbed out
1095         * EventLogEntryCOllection.cs: Implemented.
1096         * EventLogEntryType.cs: Implemented
1097         * EventLogInstaller.cs: Stubbed out
1098         * EventLogPermission.cs: Stubbed out
1099         * EventLogPermissionAccess.cs: Implemented
1100         * EventLogPermissionAttribute.cs: Stubbed out
1101         * EventLogPermissionEntry.cs: Stubbed out
1102         * EventLogPermissionEntryCollection.cs: Stubbed out
1103         * EventLogTraceListener.cs: Stubbed out
1104
1105 2002-05-29  Jonathan Pryor <jonpryor@vt.edu>
1106   * DefaultTraceListener.cs: Implemented MONO_TRACE support
1107
1108 2002-05-27  Jonathan Pryor <jonpryor@vt.edu>
1109   * Moved public API documentation for the following files to the
1110     /mcs/docs/apidocs/xml/en/System.Diagnostics directory:
1111     - Debug.cs
1112     - DefaultTraceListener.cs
1113     - DiagnosticsConfigurationHandler.cs
1114     - Switch.cs
1115     - TextWriterTraceListener.cs
1116     - Trace.cs
1117     - TraceLevel.cs
1118     - TraceListener.cs
1119     - TraceListenerCollection.cs
1120     - TraceSwitch.cs
1121
1122 2002-04-10  Jonathan Pryor <jonpryor@vt.edu>
1123
1124         * TraceListenerCollection.cs: Corrected indexer property to provide the
1125                 correct return value and implement the IList indexer property correctly.
1126
1127 2002-04-07  Jonathan Pryor <jonpryor@vt.edu>
1128
1129         * TraceListener.cs: Fix stack overflow bug
1130         * DefaultTraceListener.cs: Implement log file support
1131
1132 2002-04-04  Dick Porter  <dick@ximian.com>
1133
1134         * ThreadWaitReason.cs:
1135         * ThreadState.cs:
1136         * ThreadPriorityLevel.cs:
1137         * ProcessWindowStyle.cs:
1138         * ProcessThreadCollection.cs
1139         * ProcessThread.cs:
1140         * ProcessStartInfo.cs:
1141         * ProcessModuleCollection.cs: Stub out more classes needed for Process
1142
1143 2002-03-31  Dick Porter  <dick@ximian.com>
1144
1145         * Process.cs: 
1146         * ProcessPriorityClass.cs: 
1147         * ProcessModule.cs: 
1148         * FileVersionInfo.cs: Stub out classes needed for Process
1149
1150 2002-03-08  Jonathan Pryor <jonpryor@vt.edu>
1151
1152         * Debug.cs: Clean up (lots of code can be shared with Trace.cs, which 
1153                 is why TraceImpl.cs is introduced), "DEBUG" conditional support
1154         * TraceListener.cs: Proper implementation of Dispose pattern;
1155                 implementatino of non-abstract methods in terms of abstract methods
1156         * TraceListenerCollection.cs: check 'object' types before adding
1157         * TextWriterTraceListener.cs: properly implement Dispose pattern;
1158                 handle NeedIndent and WriteIndent
1159         * Trace.cs: new file; provides Trace functionality, "TRACE" conditional
1160                 support
1161         * DefaultTraceListener.cs: new file; the default trace listener
1162
1163 2002-01-17  Miguel de Icaza  <miguel@ximian.com>
1164         * TraceListenerCollection.cs: Remove Warnings.
1165
1166 2002-01-06  Ravi Pratap  <ravi@ximian.com>
1167         * Switch.cs, TraceListenerCollection.cs : Decorate incomplete bits
1168         with the MonoTODO attribute.
1169
1170 2002-01-04  John R. Hicks <angryjohn69@nc.rr.com>
1171         * Added Debug.cs to the build.
1172
1173 2002-01-04  John R. Hicks <angryjohn69@nc.rr.com>
1174         * Added preliminary TraceListenerCollection.cs to the build.
1175
1176 2002-01-04  John R. Hicks <angryjohn69@nc.rr.com>
1177         * Added TraceListener.cs, TextWriterTraceListener.cs, and
1178         DefaultTraceListener.cs to the build and moved them into the
1179         proper assembly.
1180
1181 2002-01-04  John R. Hicks <angryjohn69@nc.rr.com>
1182         * Added DiagnosticsConfigurationHandler.cs to the build.
1183
1184 2001-09-09  Nick Drochak <ndrochak@gol.com>
1185         * BooleanSwitch.cs: Make this class use it's parent class's features.  Namely, use SwitchSetting
1186         so that we can get OnSwitchSettingChanged() to fire for free.
1187
1188 2001-09-09  Nick Drochak <ndrochak@gol.com>
1189         * ChangeLog: added this file
1190         * Switch.cs: call OnSwitchSettingChanged() when the switch setting is, yes you gessed it, changed.