summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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