diff options
author | nijtmans <nijtmans> | 2010-06-09 13:51:51 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-06-09 13:51:51 (GMT) |
commit | 47d68f982cf946a1cab3f9e7c45be564f63a9471 (patch) | |
tree | f56f282743fca4dedfd8694cbd5eb4409c8cf161 /ChangeLog | |
parent | 448358d7c20e186a62a2abcb7f32cc112205d142 (diff) | |
download | tcl-47d68f982cf946a1cab3f9e7c45be564f63a9471.zip tcl-47d68f982cf946a1cab3f9e7c45be564f63a9471.tar.gz tcl-47d68f982cf946a1cab3f9e7c45be564f63a9471.tar.bz2 |
tsdPerf.c: Fix export of symbol Tsdperf_Init, when
using -fvisibility=hidden. Make two functions static,
eliminate some unnecessary type casts.
configure(.in)?: Update to Tcl 8.6
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2010-06-09 Jan Nijtmans <nijtmans@users.sf.net> + + * tools/tsdPerf.c: Fix export of symbol Tsdperf_Init, when + using -fvisibility=hidden. Make two functions static, eliminate + some unnecessary type casts. + * tools/configure.in: Update to Tcl 8.6 + * tools/configure: (regenerated) + * tools/.cvsignore new file + 2010-06-07 Alexandre Ferrieux <ferrieux@users.sourceforge.net> * generic/tclExecute.c: Ensure proper reset of [info errorstack] even |