diff options
author | kupries <kupries> | 2000-04-05 19:00:40 (GMT) |
---|---|---|
committer | kupries <kupries> | 2000-04-05 19:00:40 (GMT) |
commit | 9981a09892b47d4fc698dbeb2c848635f045b86a (patch) | |
tree | a8ee6272acca327ae25eb2723099871f36756adc /ChangeLog | |
parent | a69e9645e4f689b1be8ff30844a9ff4dc5535ae4 (diff) | |
download | tcl-9981a09892b47d4fc698dbeb2c848635f045b86a.zip tcl-9981a09892b47d4fc698dbeb2c848635f045b86a.tar.gz tcl-9981a09892b47d4fc698dbeb2c848635f045b86a.tar.bz2 |
2000-04-05 Andreas Kupries <a.kupries@westend.com>
* generic/tclIO.c (Tcl_UnstackChannel, line 1831): Forcing interest
mask to the correct value after an unstack and re-initialization
of the notifier via the watchProc. Without this the first
fileevent after an unstack will come through and be processed,
but no more. [Bug: ??].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2000-04-05 Andreas Kupries <a.kupries@westend.com> + + * generic/tclIO.c (Tcl_UnstackChannel, line 1831): Force interest + mask to the correct value after an unstack and re-initializing + the notifier via the watchProc. Without this the first fileevent + after an unstack will come through and be processed, but no + more. [Bug: ??]. + 2000-03-04 Brent Welch <welch@scriptics.com> * {win,unix}/Makefile.in: added dependency of tclStubInit.c on tcl.decls |