summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-05-07 09:07:06 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-05-07 09:07:06 (GMT)
commit0c71b8fc46224d3797677aa37fcffe642bc13b72 (patch)
treeada928848c83fd43ae6fe68949af4e333ea92343 /ChangeLog
parent15ea311f9c6ca61c783cb383a9579b63e56aac83 (diff)
downloadtcl-0c71b8fc46224d3797677aa37fcffe642bc13b72.zip
tcl-0c71b8fc46224d3797677aa37fcffe642bc13b72.tar.gz
tcl-0c71b8fc46224d3797677aa37fcffe642bc13b72.tar.bz2
Fix off-by-one error that caused crashes. D'oh!
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 679d0cd..411943c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-05-07 Donal K. Fellows <dkf@cspool38.cs.man.ac.uk>
+
+ * generic/tclCompCmds.c (TclCompileDictAppendCmd): Fix silly
+ off-by one error that caused a crash every time a compiled 'dict
+ append' with more than one argument was used. Found by Colin
+ McCormack.
+
2008-05-02 Pat Thoyts <patthoyts@users.sourceforge.net>
* generic/tclBasic.c: Converted the [binary] command into an