diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-13 14:39:14 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-13 14:39:14 (GMT) |
commit | a4ad9e9083662f62f8f3df8f9901a114be5cbf24 (patch) | |
tree | d1972ae9fb8411771a5ca0f5d5a6f44025f6ab44 /ChangeLog | |
parent | 14dffaee29a638e2bb45cb3a9d747315b1fd9f74 (diff) | |
download | tcl-a4ad9e9083662f62f8f3df8f9901a114be5cbf24.zip tcl-a4ad9e9083662f62f8f3df8f9901a114be5cbf24.tar.gz tcl-a4ad9e9083662f62f8f3df8f9901a114be5cbf24.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-10-30 Donal K. Fellows <donal.k.fellows@man.ac.uk> * generic/regc_lex.c (lexescape): Ensure that backreference numbers |