summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-06-09 13:51:51 (GMT)
committernijtmans <nijtmans>2010-06-09 13:51:51 (GMT)
commit47d68f982cf946a1cab3f9e7c45be564f63a9471 (patch)
treef56f282743fca4dedfd8694cbd5eb4409c8cf161 /ChangeLog
parent448358d7c20e186a62a2abcb7f32cc112205d142 (diff)
downloadtcl-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef00f24..456b24d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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