diff options
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,10 +1,10 @@ 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: ??]. + * 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: ??]. 2000-03-04 Brent Welch <welch@scriptics.com> |