summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorredman <redman>1999-07-22 00:06:09 (GMT)
committerredman <redman>1999-07-22 00:06:09 (GMT)
commit412a279944001fc8316ea68284207a0036d8e2fd (patch)
treef66273d4c12b024bbda1fd3ba3b1a0f59bde23cc /ChangeLog
parentdaeda8f9c3accd378ab1fb67803abe9b35ab6ebc (diff)
downloadtcl-412a279944001fc8316ea68284207a0036d8e2fd.zip
tcl-412a279944001fc8316ea68284207a0036d8e2fd.tar.gz
tcl-412a279944001fc8316ea68284207a0036d8e2fd.tar.bz2
* doc/open.n: Added documentation of \\.\comX notation for opening
serial ports on Windows (alternative to comX:). * tests/ioCmd.test: * doc/open.n: * win/tclWinSerial.c: Applied patch from Rolf Schroedter to add -pollinterval option to fconfigure to modify the maxblocktime used in the fileevent polling. Added documentation and fixed the test case as well.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c5946c..45a3e8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
1999-07-21 <redman@scriptics.com>
-
+
+ * doc/open.n: Added documentation of \\.\comX notation for opening
+ serial ports on Windows (alternative to comX:).
+
+ * tests/ioCmd.test:
+ * doc/open.n:
+ * win/tclWinSerial.c: Applied patch from Rolf Schroedter to add
+ -pollinterval option to fconfigure to modify the maxblocktime used
+ in the fileevent polling. Added documentation and fixed the test
+ case as well.
+
* win/tclWinSock.c: Modified 8.1.0 version of the Win32 socket
driver to move the handling of the socket event window in a
separate thread. It also turned out that Win95 & Win98 were, in