summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2006-09-12 22:52:08 (GMT)
committerandreas_kupries <akupries@shaw.ca>2006-09-12 22:52:08 (GMT)
commit481c3e966dec813f857ea8fe0608e4f46c46a606 (patch)
treeb2447f62f43e94549c64f35e6855d2f5bac7e582 /ChangeLog
parentb45164f6b072a2793e896f53449f81ba6f73f981 (diff)
downloadtcl-481c3e966dec813f857ea8fe0608e4f46c46a606.zip
tcl-481c3e966dec813f857ea8fe0608e4f46c46a606.tar.gz
tcl-481c3e966dec813f857ea8fe0608e4f46c46a606.tar.bz2
* unix/configure.in (HAVE_MTSAFE_GETHOST*): Modified to recognize
HP-UX 11.00 and beyond as having mt-safe implementations of the gethost functions. * unix/configure: Regenerated, using autoconf 2.13
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 029620a..08820de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-09-12 Andreas Kupries <andreask@activestate.com>
+ * unix/configure.in (HAVE_MTSAFE_GETHOST*): Modified to recognize
+ HP-UX 11.00 and beyond as having mt-safe implementations of the
+ gethost functions.
+ * unix/configure: Regenerated, using autoconf 2.13
+
* unix/tclUnixCompat.c (PadBuffer): Fixed bug in calculation of
the increment needed to align the pointer, and added
documentation explaining why the macro is implemented as it is.