summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2011-07-02 22:21:09 (GMT)
committerKevin B Kenny <kennykb@acm.org>2011-07-02 22:21:09 (GMT)
commit8f8741ac3a12f301cee5f84fd38210ef0527106c (patch)
tree0e0fc8aeb6d9ff4c348fd0c783d685c5061d8826
parentdc83b12bd6506975026827fb7329f66a211cd34a (diff)
parentab9198a4a8bfe2f03879c8fc4ae46b5f8eb64d60 (diff)
downloadtcl-8f8741ac3a12f301cee5f84fd38210ef0527106c.zip
tcl-8f8741ac3a12f301cee5f84fd38210ef0527106c.tar.gz
tcl-8f8741ac3a12f301cee5f84fd38210ef0527106c.tar.bz2
Dummy merge from rmax's commit for TCL_STACK_GROWS_UP, to avoid merge conflicts on the next merge.
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index de04d25..5bd1462 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,7 @@
posting of the writable fileevent at the end of an asynchronous
connection attempt. Improve comments for some of the trickery
around [socket -async]. [Bug 3325339]
-
+
* tests/socket.test: Adjust tests to the async code changes. Add
more tests for corner cases of async sockets.