diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-12-07 09:30:08 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-12-07 09:30:08 (GMT) |
commit | cf19c60188b714ac2d1ff99555e8a7a22aecda95 (patch) | |
tree | ff67e52cbd7647ef4611da0a12937663865e6d59 /ChangeLog | |
parent | 5fac5e25b13ebc15e5a05c4d6969b87aae7ed7eb (diff) | |
download | tcl-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-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 |