diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-13 14:36:04 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-13 14:36:04 (GMT) |
commit | 4293fe3d97a3bba7761aa04873823fba5d1c8280 (patch) | |
tree | 5142878a2e2eab5fe9b4658d6c57a12c61b1382b /ChangeLog | |
parent | 5d052711ae7530bf551da8ecc89a3aa5614ae4f2 (diff) | |
download | tcl-4293fe3d97a3bba7761aa04873823fba5d1c8280.zip tcl-4293fe3d97a3bba7761aa04873823fba5d1c8280.tar.gz tcl-4293fe3d97a3bba7761aa04873823fba5d1c8280.tar.bz2 |
The six-argument form of getaddressbyname_r() uses the fifth argument to
indicate whether the lookup succeeded or not on at least one platform. [Bug
1618235]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-11-13 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * unix/tclUnixCompat.c (TclpGetHostByName): The six-argument form of + getaddressbyname_r() uses the fifth argument to indicate whether the + lookup succeeded or not on at least one platform. [Bug 1618235] + 2007-11-13 Don Porter <dgp@users.sourceforge.net> * generic/regcomp.c: Convert optst() from expensive no-op to a |