diff options
author | andreas_kupries <akupries@shaw.ca> | 2006-09-12 22:52:08 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2006-09-12 22:52:08 (GMT) |
commit | 481c3e966dec813f857ea8fe0608e4f46c46a606 (patch) | |
tree | b2447f62f43e94549c64f35e6855d2f5bac7e582 /ChangeLog | |
parent | b45164f6b072a2793e896f53449f81ba6f73f981 (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |