summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-09-24 12:53:32 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-09-24 12:53:32 (GMT)
commiteecec49335f0d2337be70d531e45388e516a3553 (patch)
tree8d1d95ce1f23411ccbc34e67f4f0aa76908519f8 /ChangeLog
parent12a1147d92f1b9f9f75f2340701430d18f970795 (diff)
downloadtcl-eecec49335f0d2337be70d531e45388e516a3553.zip
tcl-eecec49335f0d2337be70d531e45388e516a3553.tar.gz
tcl-eecec49335f0d2337be70d531e45388e516a3553.tar.bz2
Removing more CONST-related warnings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d8f9447..e020dcc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2002-09-24 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+ * generic/tclCompile.c (TclPrintSource): More CONSTifying.
+ * generic/tclExecute.c (EvalStatsCmd): Object-ify to reduce
+ warnings. Thanks to 'CoderX2' on the chat for bringing this to my
+ attention...
+
* unix/tcl.m4: Forgot to define TCL_WIDE_INT_IS_LONG at the
appropriate moment. I believe this is the cause of [Bug 613117]