diff options
author | vasiljevic <zv@archiware.com> | 2006-09-08 11:15:12 (GMT) |
---|---|---|
committer | vasiljevic <zv@archiware.com> | 2006-09-08 11:15:12 (GMT) |
commit | 960a7f375c3d5f2f1caa761289f6f2470b9cd227 (patch) | |
tree | a4016e0af21e44d3704ec35ce062207611844550 /ChangeLog | |
parent | b98d8af767943c732d5b80448d159a9a6cbb1b09 (diff) | |
download | tcl-960a7f375c3d5f2f1caa761289f6f2470b9cd227.zip tcl-960a7f375c3d5f2f1caa761289f6f2470b9cd227.tar.gz tcl-960a7f375c3d5f2f1caa761289f6f2470b9cd227.tar.bz2 |
For Darwin, assume gethostbyname() and gethostbyaddr() are MT-safe
starting with Dariwn 6 (Mac OSX 10.2) or later.
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.13 + 2006-09-07 Zoran Vasiljevic <vasiljevic@users.sourceforge.net> * unix/tclUnixFCmd.c: Removed some false tests added |