summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-02-10 23:41:07 (GMT)
committerhobbs <hobbs>2005-02-10 23:41:07 (GMT)
commit862bc678a59d18ae7386cc88cef1909240641ba8 (patch)
tree0fc06a8ca6cec9d754ff9de8987c60b3f4389ed2 /ChangeLog
parent767ffd22849381d6abc8bd53097e43ee6e136cb1 (diff)
downloadtcl-862bc678a59d18ae7386cc88cef1909240641ba8.zip
tcl-862bc678a59d18ae7386cc88cef1909240641ba8.tar.gz
tcl-862bc678a59d18ae7386cc88cef1909240641ba8.tar.bz2
correct ChangeLog notes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e4d34f3..fa5ad09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,8 @@
* 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.
+ * unix/configure: branches in SC_CONFIG_CFLAGS.
+ Correct gcc builds for AIX-4+ and HP-UX-11.
2005-02-10 Miguel Sofer <msofer@users.sf.net>