diff options
author | redman <redman> | 1999-07-22 00:06:09 (GMT) |
---|---|---|
committer | redman <redman> | 1999-07-22 00:06:09 (GMT) |
commit | 412a279944001fc8316ea68284207a0036d8e2fd (patch) | |
tree | f66273d4c12b024bbda1fd3ba3b1a0f59bde23cc /ChangeLog | |
parent | daeda8f9c3accd378ab1fb67803abe9b35ab6ebc (diff) | |
download | tcl-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-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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 |