summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvasiljevic <zv@archiware.com>2006-09-08 11:15:12 (GMT)
committervasiljevic <zv@archiware.com>2006-09-08 11:15:12 (GMT)
commit960a7f375c3d5f2f1caa761289f6f2470b9cd227 (patch)
treea4016e0af21e44d3704ec35ce062207611844550 /ChangeLog
parentb98d8af767943c732d5b80448d159a9a6cbb1b09 (diff)
downloadtcl-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--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f43fe01..864c3e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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