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:
authorCarlos Alberto Cortez <calberto.cortez@gmail.com>2006-05-08 17:44:25 +0400
committerCarlos Alberto Cortez <calberto.cortez@gmail.com>2006-05-08 17:44:25 +0400
commitfc71db5a36f6d8ebe8d8e259b18c74cdf6d0181f (patch)
treecaee644570a6c627ce53b164e86c0ce72ed5254a /mcs/class/System/System.IO.Ports/ChangeLog
parent083ccb79d8b9ab80822ce8c762a78e810fc3a8f0 (diff)
* SerialPort.cs:
* WinSerialStream.cs: Actually plug the Win serial stream in the SerialPort and use it if we are on Windows (use std stream otherwise). 2005-05-08 Carlos Alberto Cortez <calberto.cortez@gmail.com> svn path=/trunk/mcs/; revision=60402
Diffstat (limited to 'mcs/class/System/System.IO.Ports/ChangeLog')
-rw-r--r--mcs/class/System/System.IO.Ports/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mcs/class/System/System.IO.Ports/ChangeLog b/mcs/class/System/System.IO.Ports/ChangeLog
index a655e2087d8..fcdc44301e1 100644
--- a/mcs/class/System/System.IO.Ports/ChangeLog
+++ b/mcs/class/System/System.IO.Ports/ChangeLog
@@ -1,5 +1,12 @@
2005-05-08 Carlos Alberto Cortez <calberto.cortez@gmail.com>
+ * SerialPort.cs:
+ * WinSerialStream.cs: Actually plug the Win serial stream
+ in the SerialPort and use it if we are on Windows (use std
+ stream otherwise).
+
+2005-05-08 Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
* WinSerialStream.cs: Implement some bits needed for
the backend thing.