summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-07-26 19:14:47 (GMT)
committerhobbs <hobbs>2004-07-26 19:14:47 (GMT)
commit35fff5c7b6a7b36c6bac13cc62965fb3b671910e (patch)
tree30330d4aeea4cd691d13ac279a956817335a99bb
parent5327bbab5cd5b9befa30513fd9450a40149b1356 (diff)
downloadtcl-35fff5c7b6a7b36c6bac13cc62965fb3b671910e.zip
tcl-35fff5c7b6a7b36c6bac13cc62965fb3b671910e.tar.gz
tcl-35fff5c7b6a7b36c6bac13cc62965fb3b671910e.tar.bz2
note 8.4.7 tag date
-rw-r--r--ChangeLog23
-rw-r--r--changes4
2 files changed, 14 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 27612ee..a461743 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-07-26 Jeff Hobbs <jeffh@ActiveState.com>
+
+ *** 8.4.7 TAGGED FOR RELEASE ***
+
2004-07-25 Pat Thoyts <patthoyts@users.sourceforge.net>
* generic/tclThreadAlloc.c: Moved the tclInt.h include to provide
@@ -316,17 +320,14 @@
* generic/tclIO.c: Fixed [SF Tcl Bug 943274]. This is the same problem
* generic/tclIO.h: as [SF Tcl Bug 462317], see ChangeLog entry
- 2001-09-26. The fix done at that time is incomplete. It
- is possible to get around it if the actual read
- operation is defered and not executed in the event
- handler itself. Instead of tracking if we are in an
- read caused by a synthesized fileevent we now track if
- the OS has delivered a true event = actual data and
- bypass the driver if a read finds that there is no
- actual data waiting. The flag is cleared by a short or
- full read.
-
- ***POTENTIAL INCOMPATIBILITY*** for channel drivers.
+ 2001-09-26. The fix done at that time is incomplete. It is
+ possible to get around it if the actual read operation is defered
+ and not executed in the event handler itself. Instead of tracking
+ if we are in an read caused by a synthesized fileevent we now
+ track if the OS has delivered a true event = actual data and
+ bypass the driver if a read finds that there is no actual data
+ waiting. The flag is cleared by a short or full read.
+ [[this bug amended 2004-07-14]]
2004-05-18 Kevin B. Kenny <kennykb@acm.org>
diff --git a/changes b/changes
index c0cbbb5..31c21d0 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.79.2.10 2004/07/23 16:02:26 kennykb Exp $
+RCS: @(#) $Id: changes,v 1.79.2.11 2004/07/26 19:15:03 hobbs Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -6042,4 +6042,4 @@ Corrects Tcl_StatBuf definition issues. (hobbs)
2004-07-20 (bug fix)[736426] plug leaky allocator reinit (mistachkin, kenny)
---- Released 8.4.7, July 22, 2004 --- See ChangeLog for details ---
+--- Released 8.4.7, July 26, 2004 --- See ChangeLog for details ---