diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-02 14:37:31 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-02 14:37:31 (GMT) |
commit | 0d1f1a8625bcbfdb1e61661903623609561656ca (patch) | |
tree | 8b57866df9478d645b06ff1b17a252247c704c3e /ChangeLog | |
parent | 8f5dc1e77de5e36ec1ad418515793920f254a5c5 (diff) | |
download | tcl-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-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |