summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-10-27 12:33:17 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-10-27 12:33:17 (GMT)
commit9a9b87ca71f8790e35c76118128a219d7936cf44 (patch)
tree3b11147e8457a1cbd27f581a04adf7a852f19150 /ChangeLog
parent69ba11554c721b6f8f3cc0fd8b033dc5e287ccea (diff)
downloadtcl-9a9b87ca71f8790e35c76118128a219d7936cf44.zip
tcl-9a9b87ca71f8790e35c76118128a219d7936cf44.tar.gz
tcl-9a9b87ca71f8790e35c76118128a219d7936cf44.tar.bz2
Fixed a spot where CONSTness had been forgotten.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a804dd..f1b1dfa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-10-27 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclBasic.c (TclRenameCommand): Change to take CONST args;
+ they were only ever used in a constant way anyway, so this appears to
+ be a spot that was missed during TIP#27 work.
+
2006-10-26 Miguel Sofer <msofer@users.sf.net>
* generic/tclProc.c (SetLambdaFromAny): minor change, eliminate