summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2002-07-22 09:11:45 +0000
committerCorinna Vinschen <corinna@vinschen.de>2002-07-22 09:11:45 +0000
commit780c42b43aa89a9f54c05c3c6b53e2c8b27b8bad (patch)
tree7debe97fb72e9bf29321a2c08aa47c361558fff2 /winsup/cygwin/ChangeLog
parent6b2ba9ad490102eb0514bb1b2580cdfd5c0135da (diff)
downloadcygnal-780c42b43aa89a9f54c05c3c6b53e2c8b27b8bad.tar.gz
cygnal-780c42b43aa89a9f54c05c3c6b53e2c8b27b8bad.tar.bz2
cygnal-780c42b43aa89a9f54c05c3c6b53e2c8b27b8bad.zip
* fhandler.h (class fhandler_serial): Add new members of
the class - rts,dtr and method ioctl(). Variables rts and dtr important for Win 9x only. * fhandler_serial.cc (fhandler_serial::open): Add initial setting of dtr and rts. Important for Win 9x only. (fhandler_serial::ioctl): New function. Implements commands TIOCMGET, TIOCMSET and TIOCINQ. (fhandler_serial::tcflush): Fixed found error. (fhandler_serial::tcsetattr): Add settings of rts and dtr. Important for Win 9x only. * termios.h: Add new defines as a support for ioctl() function on serial device.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 01a2b09e0..66f13c834 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,18 @@
+2002-07-22 Jacek Trzcinski <jacek@certum.pl>
+
+ * fhandler.h (class fhandler_serial): Add new members of
+ the class - rts,dtr and method ioctl(). Variables rts and dtr
+ important for Win 9x only.
+ * fhandler_serial.cc (fhandler_serial::open): Add initial setting
+ of dtr and rts. Important for Win 9x only.
+ (fhandler_serial::ioctl): New function. Implements commands TIOCMGET,
+ TIOCMSET and TIOCINQ.
+ (fhandler_serial::tcflush): Fixed found error.
+ (fhandler_serial::tcsetattr): Add settings of rts and dtr. Important
+ for Win 9x only.
+ * termios.h: Add new defines as a support for ioctl() function
+ on serial device.
+
2002-07-20 Christopher Faylor <cgf@redhat.com>
* autoload.cc (LoadDLLprime): Add jmp call to allow streamlining of