summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-02-11 18:31:16 (GMT)
committerhobbs <hobbs>2005-02-11 18:31:16 (GMT)
commitf4f3da529e46b07a8d26d9ab621b9359bdfc0f0f (patch)
treeb34e3d3c68fcb864c20ee5a18fb47ec125a58361 /ChangeLog
parent90397dff7078de0f2ac63ea4f4ef82268cda6466 (diff)
downloadtk-f4f3da529e46b07a8d26d9ab621b9359bdfc0f0f.zip
tk-f4f3da529e46b07a8d26d9ab621b9359bdfc0f0f.tar.gz
tk-f4f3da529e46b07a8d26d9ab621b9359bdfc0f0f.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. Correct gcc builds for AIX-4+ and HP-UX-11. autoconf-2.59 gen'd.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0dec4fd..0c850be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-02-11 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.
+ Correct gcc builds for AIX-4+ and HP-UX-11. autoconf-2.59 gen'd.
+
2005-02-09 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
* tests/wm.test: Convert to use more tcltest2 features.