diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-09-19 10:57:32 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-09-19 10:57:32 (GMT) |
commit | dabb80c77773a5cd37944e37a8cca2e7f6265835 (patch) | |
tree | 044fc4599cbce5385565455b8d9fca781840284c /ChangeLog | |
parent | 000f29b52802a11b293d0629589c2a7aa652cda7 (diff) | |
download | tcl-dabb80c77773a5cd37944e37a8cca2e7f6265835.zip tcl-dabb80c77773a5cd37944e37a8cca2e7f6265835.tar.gz tcl-dabb80c77773a5cd37944e37a8cca2e7f6265835.tar.bz2 |
Socket documentation improvement.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |