diff options
author | redman <redman> | 1999-07-07 02:37:30 (GMT) |
---|---|---|
committer | redman <redman> | 1999-07-07 02:37:30 (GMT) |
commit | 75c5493d11453483097ff1c5d8808602534ec857 (patch) | |
tree | 84dd7036062da6e3fefd947b588e6d57c880cfb6 /ChangeLog | |
parent | 783338db2a8c129447827e4aff8cb679f0aeafad (diff) | |
download | tcl-75c5493d11453483097ff1c5d8808602534ec857.zip tcl-75c5493d11453483097ff1c5d8808602534ec857.tar.gz tcl-75c5493d11453483097ff1c5d8808602534ec857.tar.bz2 |
New windows serial port driver.
[Bug 1980 2217]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 13 insertions, 5 deletions
@@ -1,10 +1,18 @@ -1999-0706 <welch@scriptics.com> +1999-07-06 <redman@scriptics.com> + + * win/tclWinSerial.c: New implementation of serial port driver + from Rolf Shroedter (Rolf.Schroedter@dlr.de) that allows more than + one byte to be read from the port. Implemented using polling + instead of threads, there is a max. 10ms latency between checking the + port for file events. [Bug: 1980 2217] + +1999-07-06 <welch@scriptics.com> * library/http2.0/http.tcl: Fixed the -timeout option so it handles timeouts that occur during connection attempts to hosts that are down (the only case that really matters!) -1999-0703 <welch@scriptics.com> +1999-07-03 <welch@scriptics.com> * doc/ChnlStack.3: * generic/tcl.decls: @@ -12,7 +20,7 @@ from Andreas Kupres that adds new C APIs Tcl_StackChannel, Tcl_UnstackChannel, and Tcl_GetStackedChannel. -1999-0703 <welch@scriptics.com> +1999-07-03 <welch@scriptics.com> * generic/tclNotify.c: * unix/tclUnixNotfy.c: @@ -23,7 +31,7 @@ hook points in the notifiers to be able to replace the notifier calls at runtime The Xt notifier and test program use this hook. -1999-0703 <welch@scriptics.com> +1999-07-03 <welch@scriptics.com> * generic/tclParse.c: Changed parsing of variable names to allow empty array names. Now "$(foo)" is a variable reference! @@ -31,7 +39,7 @@ This change is requested by Jean-Luc Fontaine for his STOOOP package. -1999-0701 <redman@scriptics.com> +1999-07-01 <redman@scriptics.com> * generic/tclCmdAH.c: * generic/tclFCmd.c: Call TclStat instead of TclpStat in order to |