summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2005-02-11 18:31:16 (GMT)
committerhobbs <hobbs@noemail.net>2005-02-11 18:31:16 (GMT)
commitee072873213f0de31105bf6fbfbdf73bff7b4562 (patch)
treeb34e3d3c68fcb864c20ee5a18fb47ec125a58361 /ChangeLog
parent1ad9b82429caa2378f0abab57e023ff9e9bb612a (diff)
downloadtk-ee072873213f0de31105bf6fbfbdf73bff7b4562.zip
tk-ee072873213f0de31105bf6fbfbdf73bff7b4562.tar.gz
tk-ee072873213f0de31105bf6fbfbdf73bff7b4562.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. FossilOrigin-Name: 266acbb536fa37c81aaab4d6458a725741e9a2dd
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.