summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-02-10 23:40:08 (GMT)
committerhobbs <hobbs>2005-02-10 23:40:08 (GMT)
commit767ffd22849381d6abc8bd53097e43ee6e136cb1 (patch)
treee1abe8f0ebdc2480b19b31119ab30e8bb026b5bd /ChangeLog
parent79cafbd6c0706fdb54e160111eb9a04bfcd5da64 (diff)
downloadtcl-767ffd22849381d6abc8bd53097e43ee6e136cb1.zip
tcl-767ffd22849381d6abc8bd53097e43ee6e136cb1.tar.gz
tcl-767ffd22849381d6abc8bd53097e43ee6e136cb1.tar.bz2
* unix/Makefile.in: remove SHLIB_LD_FLAGS (only for AIX, inlined
* unix/tcl.m4: into SHLIB_LD). Combine AIX-* and AIX-5 * unix/configure: branches in SC_CONFIG_CFLAGS. Enable 64-bit gcc builds for AIX-4+, correct gcc builds for HP-UX-11.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6ee926..e4d34f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-02-10 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * unix/Makefile.in: remove SHLIB_LD_FLAGS (only for AIX, inlined
+ * unix/tcl.m4: into SHLIB_LD). Combine AIX-* and AIX-5
+ * unix/configure: branches in SC_CONFIG_CFLAGS. Enable 64-bit
+ gcc builds for AIX-4+, correct gcc builds for HP-UX-11.
+
2005-02-10 Miguel Sofer <msofer@users.sf.net>
* generic/tclBasic.c (Tcl_EvalObjEx):