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-04-03 21:47:08 +0400
committerCarlos Alberto Cortez <calberto.cortez@gmail.com>2006-04-03 21:47:08 +0400
commitd60560548e30d70565a6bad5095fd8c66a1ce4ec (patch)
treecae6843fedb38690c60b65cc0f9900f08de69c55 /mcs/class/System/System.IO.Ports/ChangeLog
parent75454c629d1be261692cb42aed7ac9f1730cdbbc (diff)
2006-04-03 Carlos Alberto Cortez <calberto.cortez@gmail.com>
* SerialPort.cs: * SerialPortStream.cs: Remove the buffers from the SerialPort class, and take them to SerialPortStream. We need them for storing the internal read (pass the buffer sizes to SerialPortStream ctor by now, and use those numbers when we support them). svn path=/trunk/mcs/; revision=58968
Diffstat (limited to 'mcs/class/System/System.IO.Ports/ChangeLog')
-rw-r--r--mcs/class/System/System.IO.Ports/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mcs/class/System/System.IO.Ports/ChangeLog b/mcs/class/System/System.IO.Ports/ChangeLog
index 589b57cf1d7..a99f16e8794 100644
--- a/mcs/class/System/System.IO.Ports/ChangeLog
+++ b/mcs/class/System/System.IO.Ports/ChangeLog
@@ -1,3 +1,11 @@
+2006-04-03 Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+ * SerialPort.cs:
+ * SerialPortStream.cs: Remove the buffers from the SerialPort
+ class, and take them to SerialPortStream. We need them for
+ storing the internal read (pass the buffer sizes to SerialPortStream
+ ctor by now, and use those numbers when we support them).
+
2006-03-27 Carlos Alberto Cortez <calberto.cortez@gmail.com>
* SerialPort.cs: Inherit from Component, and use protected