summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2007-09-15 06:00:48 (GMT)
committerdas <das>2007-09-15 06:00:48 (GMT)
commit5a2a95ecd2db2b546fb4787526508aa3da7eae4e (patch)
tree871ec73a8b256ead180472b9ecd4befc18edddf2 /ChangeLog
parent941ed744af07b52dc23da037860e97af77df042f (diff)
downloadtcl-5a2a95ecd2db2b546fb4787526508aa3da7eae4e.zip
tcl-5a2a95ecd2db2b546fb4787526508aa3da7eae4e.tar.gz
tcl-5a2a95ecd2db2b546fb4787526508aa3da7eae4e.tar.bz2
* unix/tcl.m4: replace all direct references to compiler by ${CC} to
enable CC overriding at configure & make time; run check for visibility "hidden" with all compilers; quoting fixes from TEA tcl.m4. (SunOS-5.1x): replace direct use of '/usr/ccs/bin/ld' in SHLIB_LD by 'cc' compiler driver. * unix/configure: autoconf-2.59
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec48e4f..0a258ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-09-15 Daniel Steffen <das@users.sourceforge.net>
+
+ * unix/tcl.m4: replace all direct references to compiler by ${CC} to
+ enable CC overriding at configure & make time; run
+ check for visibility "hidden" with all compilers;
+ quoting fixes from TEA tcl.m4.
+ (SunOS-5.1x): replace direct use of '/usr/ccs/bin/ld' in SHLIB_LD by
+ 'cc' compiler driver.
+ * unix/configure: autoconf-2.59
+
2007-09-14 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tclBasic.c (Tcl_CreateObjCommand): Only invalidate along the