diff options
author | vasiljevic <zv@archiware.com> | 2006-09-08 20:57:18 (GMT) |
---|---|---|
committer | vasiljevic <zv@archiware.com> | 2006-09-08 20:57:18 (GMT) |
commit | 22f04a9312703adbda93e367fc6af2064f1b14a3 (patch) | |
tree | 78f1996f41d82db81327beba3a896c4676db02c6 /ChangeLog | |
parent | 4fb991a000060da5d543e5b9408e22a85e8559b0 (diff) | |
download | tcl-22f04a9312703adbda93e367fc6af2064f1b14a3.zip tcl-22f04a9312703adbda93e367fc6af2064f1b14a3.tar.gz tcl-22f04a9312703adbda93e367fc6af2064f1b14a3.tar.bz2 |
Added special handling for Darwin where gethostbyname/addr are actually
MT-safe per-se.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2006-09-08 Zoran Vasiljevic <vasiljevic@users.sourceforge.net> + + * unix/tclUnixCompat.c: Added fallback to gethostbyname() + and gethostbyaddr() if the implementation is known to be + MT-safe (currently for Darwin 6 or later only). + + * unix/configure.in: Assume gethostbyname() and gethostbyaddr() + are MT-safe starting with Darwin 6 (Mac OSX 10.2). + + * unix/configure: Regenerated with autoconf V2.59 + 2006-09-08 Andreas Kupries <andreask@activestate.com> * unix/tclUnixCompat.c: Fixed conditions for CopyArray/CopyString, |