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:
authorMiguel de Icaza <miguel@gnome.org>2006-08-14 02:13:18 +0400
committerMiguel de Icaza <miguel@gnome.org>2006-08-14 02:13:18 +0400
commit18159ff05420d671f71a45d7b15249dbea16956a (patch)
treeabf2058d201a329028ba169e64bca55aa1232851 /mcs/class/System/System.IO.Ports/ChangeLog
parent9d72c873566d0550f68a83cc80e18208c86cb417 (diff)
2006-08-13 Miguel de Icaza <miguel@novell.com>
* SerialPortStream.cs (BytesToRead, BytesToWrite): Implement. * SerialPort.cs (ReadByte): Go directly to the stream, no need to call the wrapper code. (ReadChar): implement. (ReadLine): implement. Add DefaultValueAttributes to various methods. * SerialPortStream.cs, WinSerialStream.cs: Use the same checking we use elsewhere for parameters. svn path=/trunk/mcs/; revision=63688
Diffstat (limited to 'mcs/class/System/System.IO.Ports/ChangeLog')
-rw-r--r--mcs/class/System/System.IO.Ports/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/mcs/class/System/System.IO.Ports/ChangeLog b/mcs/class/System/System.IO.Ports/ChangeLog
index 63884803344..373af021547 100644
--- a/mcs/class/System/System.IO.Ports/ChangeLog
+++ b/mcs/class/System/System.IO.Ports/ChangeLog
@@ -1,3 +1,19 @@
+2006-08-13 Miguel de Icaza <miguel@novell.com>
+
+ * SerialPortStream.cs (BytesToRead, BytesToWrite): Implement.
+
+ * SerialPort.cs (ReadByte): Go directly to the stream, no need to
+ call the wrapper code.
+
+ (ReadChar): implement.
+
+ (ReadLine): implement.
+
+ Add DefaultValueAttributes to various methods.
+
+ * SerialPortStream.cs, WinSerialStream.cs: Use the same checking
+ we use elsewhere for parameters.
+
2005-05-12 Carlos Alberto Cortez <calberto.cortez@gmail.com>
* ISerialStream.cs: Add support for break state.