summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2001-09-19 10:57:32 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2001-09-19 10:57:32 (GMT)
commitdabb80c77773a5cd37944e37a8cca2e7f6265835 (patch)
tree044fc4599cbce5385565455b8d9fca781840284c /ChangeLog
parent000f29b52802a11b293d0629589c2a7aa652cda7 (diff)
downloadtcl-dabb80c77773a5cd37944e37a8cca2e7f6265835.zip
tcl-dabb80c77773a5cd37944e37a8cca2e7f6265835.tar.gz
tcl-dabb80c77773a5cd37944e37a8cca2e7f6265835.tar.bz2
Socket documentation improvement.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e27b4b..f11e877 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2001-09-19 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+ * doc/socket.n: Added documentation to mention what happens when a
+ server socket is created with port=0. Removed an old change bar,
+ and no new change bar because Tcl has always behaved this way as
+ it is really a poorly-documented standards-defined OS feature.
+
* tests/util.test (util-8.1): Test derived from code to detect the
problem, but the test always works in the C locale, so beware if
you are maintaining the code.