summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 85e9fbe..e93139b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
* unix/tclUnixThrd.c: Use <pthread.h> in stead of "pthread.h"
* win/tclWinDde.c: Eliminate some more gcc warnings
* win/tclWinReg.c
+ * generic/tclInt.h Change ForIterData, make it const-safe.
+ * generic/tclCmdAH.c
2009-08-12 Don Porter <dgp@users.sourceforge.net>