diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-05-07 09:07:06 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-05-07 09:07:06 (GMT) |
commit | 0c71b8fc46224d3797677aa37fcffe642bc13b72 (patch) | |
tree | ada928848c83fd43ae6fe68949af4e333ea92343 /ChangeLog | |
parent | 15ea311f9c6ca61c783cb383a9579b63e56aac83 (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |