Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System/System.Diagnostics/ChangeLog')
-rw-r--r--mcs/class/System/System.Diagnostics/ChangeLog14
1 files changed, 0 insertions, 14 deletions
diff --git a/mcs/class/System/System.Diagnostics/ChangeLog b/mcs/class/System/System.Diagnostics/ChangeLog
index 7496fda092e..392c500d5fc 100644
--- a/mcs/class/System/System.Diagnostics/ChangeLog
+++ b/mcs/class/System/System.Diagnostics/ChangeLog
@@ -1,17 +1,3 @@
-2004-09-07 Dick Porter <dick@ximian.com>
-
- * Process.cs: Throw documented exceptions when getting stdin,
- stdout or stderr and they haven't been redirected. Check that
- CreatePipe didn't fail, throw exceptions if it did. Close
- redirected streams when the process is disposed, rather than rely
- on the GC disposing them later. Makes timeline much happier,
- because it could run out of file descriptors between GC
- collections.
-
-2004-09-06 Dick Porter <dick@ximian.com>
-
- * Process.cs: Make Dispose() actually dispose things.
-
2004-06-24 Atsushi Enomoto <atsushi@ximian.com>
* Process.cs : quick fix for UseShellExecute=false on windows. See