summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2007-02-04 02:51:21 (GMT)
committerdas <das>2007-02-04 02:51:21 (GMT)
commit88cd3810ef18b4e05cae8aebda92c41155ce7f1a (patch)
tree588a7081570533689fad036167d1fa5ff4ed5537 /ChangeLog
parent42d8740f9f7ffd03e3785f6a99f7ce57fe0cd1b5 (diff)
downloadtcl-88cd3810ef18b4e05cae8aebda92c41155ce7f1a.zip
tcl-88cd3810ef18b4e05cae8aebda92c41155ce7f1a.tar.gz
tcl-88cd3810ef18b4e05cae8aebda92c41155ce7f1a.tar.bz2
* unix/tcl.m4: use gcc4's __attribute__((__visibility__("hidden"))) if
available to define MODULE_SCOPE effective on all platforms. * unix/configure.in: add caching to -pipe and zoneinfo checks. * unix/configure: autoconf-2.59 * unix/tclConfig.h.in: autoheader-2.59
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8708415..56d18d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-02-04 Daniel Steffen <das@users.sourceforge.net>
+
+ * unix/tcl.m4: use gcc4's __attribute__((__visibility__("hidden"))) if
+ available to define MODULE_SCOPE effective on all platforms.
+ * unix/configure.in: add caching to -pipe and zoneinfo checks.
+ * unix/configure: autoconf-2.59
+ * unix/tclConfig.h.in: autoheader-2.59
+
2007-02-03 Joe Mistachkin <joe@mistachkin.com>
* win/rules.vc: Fix platform specific file copy macros for downlevel