summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-11-02 14:37:31 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-11-02 14:37:31 (GMT)
commit0d1f1a8625bcbfdb1e61661903623609561656ca (patch)
tree8b57866df9478d645b06ff1b17a252247c704c3e /ChangeLog
parent8f5dc1e77de5e36ec1ad418515793920f254a5c5 (diff)
downloadtcl-0d1f1a8625bcbfdb1e61661903623609561656ca.zip
tcl-0d1f1a8625bcbfdb1e61661903623609561656ca.tar.gz
tcl-0d1f1a8625bcbfdb1e61661903623609561656ca.tar.bz2
Removed unnecessary casts and reworked some loops for more clarity.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d6bc175..57795ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2006-11-02 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
- * generic/tclCmdAH.c: Clean up uses of cast NULLs.
+ * generic/tclEncoding.c, generic/tclCmdAH.c: Clean up uses of cast
+ NULLs.
* generic/tclInterp.c (AliasObjCmd): Added more explanatory comments.