summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-10-17 16:32:57 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-10-17 16:32:57 (GMT)
commitc7737419286a172921b8edcbf3b4f40c02e02dae (patch)
tree28220fcac63f741bcf4e0650f857498e526120b2 /ChangeLog
parent842e3ff91428c72a2ce0d4df4889778af82f4b12 (diff)
downloadtcl-c7737419286a172921b8edcbf3b4f40c02e02dae.zip
tcl-c7737419286a172921b8edcbf3b4f40c02e02dae.tar.gz
tcl-c7737419286a172921b8edcbf3b4f40c02e02dae.tar.bz2
* generic/tclCompile.h: Declare the internal tclInstructionTable
* generic/tclExecute.c: to simply be "const", not CONST86. * generic/tclCmdAH.c: whitespace. * generic/tclCmdIL.c: Uninitialized variable warning. * generic/tclTest.c: const correctness warning.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f1e0cba..68f0d8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-10-17 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclCompile.h: Declare the internal tclInstructionTable
+ * generic/tclExecute.c: to simply be "const", not CONST86.
+
+ * generic/tclCmdAH.c: whitespace.
+ * generic/tclCmdIL.c: Uninitialized variable warning.
+ * generic/tclTest.c: const correctness warning.
+
2008-10-17 Donal K. Fellows <dkf@users.sf.net>
* doc/*: Many very small formatting fixes.