summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2009-08-16 12:25:06 (GMT)
committernijtmans <nijtmans>2009-08-16 12:25:06 (GMT)
commit7224aab4417a253cc7246233a59a1a0e368ce191 (patch)
treed272c48e1074c07f1288cbee9a4e169a53707e45 /ChangeLog
parent03f782be0e25217842dcc317a1055d15054f2ca6 (diff)
downloadtcl-7224aab4417a253cc7246233a59a1a0e368ce191.zip
tcl-7224aab4417a253cc7246233a59a1a0e368ce191.tar.gz
tcl-7224aab4417a253cc7246233a59a1a0e368ce191.tar.bz2
Change ForIterData, make it const-safe.
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>