summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2009-04-28 16:42:04 (GMT)
committerhobbs <hobbs>2009-04-28 16:42:04 (GMT)
commit04ea78ea6abac1b67cda877f32c8a79a0496b44b (patch)
treef227279fb3c68c967e32a000e1a72122b03fbc25 /ChangeLog
parent4ce9fe53dec6acb9baef9825f09cccd3d2984204 (diff)
downloadtcl-04ea78ea6abac1b67cda877f32c8a79a0496b44b.zip
tcl-04ea78ea6abac1b67cda877f32c8a79a0496b44b.tar.gz
tcl-04ea78ea6abac1b67cda877f32c8a79a0496b44b.tar.bz2
* unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check
to add _r to CC on AIX with threads.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e4ca6a..07dc8bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-04-28 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check
+ to add _r to CC on AIX with threads.
+
2009-04-27 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
* generic/tclInt.h: Backport fix for [Bug 1028264]: WSACleanup() too early.