diff options
author | das <das> | 2007-02-04 02:51:47 (GMT) |
---|---|---|
committer | das <das> | 2007-02-04 02:51:47 (GMT) |
commit | 9e82d733ad8686a5be07242f19d30fd459df5bd9 (patch) | |
tree | be519e1bca00c1b4656352770ac97a0c25aaa048 /ChangeLog | |
parent | 564a18890f8852cc78182cfec2cabfb6cb61b2e7 (diff) | |
download | tk-9e82d733ad8686a5be07242f19d30fd459df5bd9.zip tk-9e82d733ad8686a5be07242f19d30fd459df5bd9.tar.gz tk-9e82d733ad8686a5be07242f19d30fd459df5bd9.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 check.
* unix/configure: autoconf-2.59
* unix/tkConfig.h.in: autoheader-2.59
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 check. + * unix/configure: autoconf-2.59 + * unix/tkConfig.h.in: autoheader-2.59 + 2007-02-03 Joe Mistachkin <joe@mistachkin.com> * win/rules.vc: Fix platform specific file copy macros for downlevel |