summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-28 16:24:22 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-28 16:24:22 +0000
commitde46a5f46f72885d5e37fb12f713528f430cac42 (patch)
tree6cf4d5d007123c033b7f2a8c1a37d0296d1bcb2b /ChangeLog
parentfd9248fbc6a38fd40fc5639dd563d6b08b681593 (diff)
downloadATCD-de46a5f46f72885d5e37fb12f713528f430cac42.tar.gz
ChangeLogTag:Thu Sep 28 11:14:29 2000 Martin Stack <mstack@cambertx.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bd8f7eba91..af76696e075 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+Thu Sep 28 11:14:29 2000 Martin Stack <mstack@cambertx.com>
+
+ * ace/config-freebsd.h:
+ * ace/config-freebsd-pthread.h:
+ * ace/config-linux-common.h:
+ * ace/config-irix6.x-common.h: Added/Renamed to
+ ACE_USES_NEW_TERMIOS_STRUCT.
+
+ * ace/TTY_IO.h:
+ * ace/TTY_IO.cpp: The Win32 section was modified to implement a
+ non-blocking read when read-timeout=0 is set. Also, it was
+ modified to ensure proper operations when a read_timeout is
+ required.
+
+ Code was added to enable the DTR line on both Win32 and unix
+ platforms when the port is opened.
+
+ Several new flags where added to give proper access to the
+ serial device.
+
+ Relabled macro "ACE_USES_OLD_TERMIOS_STRUCT" to
+ "ACE_USES_NEW_TERMIOS_STRUCT" to properly indicate its purpose.
+
Thu Sep 28 09:01:19 2000 Ossama Othman <ossama@uci.edu>
* ace/config-g++-common.h: