summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-12-07 09:30:08 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-12-07 09:30:08 (GMT)
commitcf19c60188b714ac2d1ff99555e8a7a22aecda95 (patch)
treeff67e52cbd7647ef4611da0a12937663865e6d59 /ChangeLog
parent5fac5e25b13ebc15e5a05c4d6969b87aae7ed7eb (diff)
downloadtcl-cf19c60188b714ac2d1ff99555e8a7a22aecda95.zip
tcl-cf19c60188b714ac2d1ff99555e8a7a22aecda95.tar.gz
tcl-cf19c60188b714ac2d1ff99555e8a7a22aecda95.tar.bz2
Improved documentation on topic of asynch sockets in response to queries on
the Tcler's Chat.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3cff2b5..b0fa742 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-12-07 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
+
+ * doc/socket.n: Cross-referenced the socket documentation better to
+ the fconfigure documentation on the topic of asynch sockets.
+ * doc/fconfigure.n: Added keyword to documentation of -blocking option
+ so that people looking for "asynch" can find it as well.
+
2005-12-05 Daniel Steffen <das@users.sourceforge.net>
* unix/tclUnixPort.h (Darwin): fix incorrect __DARWIN_UNIX03 configure
@@ -10,7 +17,7 @@
* library/tzdata: Regenerated from Olson's tzdata2005p.tar.gz -
the 'systemv' changes appear not to affect Tcl's processing of the
dates.
-
+
2005-12-05 Daniel Steffen <das@users.sourceforge.net>
* unix/configure.in: move check for fts API to configure.in and run it