summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2006-09-12 22:51:32 (GMT)
committerandreas_kupries <akupries@shaw.ca>2006-09-12 22:51:32 (GMT)
commitc5e2ae09424655cfb0a69b301ee78dcda43b63f4 (patch)
tree35d3635d12676b3d11fccc2db6014dcdeb49d22b /ChangeLog
parent0d1733cd6115eb7c1cb427a936de39f20ead4f23 (diff)
downloadtcl-c5e2ae09424655cfb0a69b301ee78dcda43b63f4.zip
tcl-c5e2ae09424655cfb0a69b301ee78dcda43b63f4.tar.gz
tcl-c5e2ae09424655cfb0a69b301ee78dcda43b63f4.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.59
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62ebf21..dca72e0 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.59
+
* 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.