diff options
author | mig <mig> | 2011-04-13 13:19:36 (GMT) |
---|---|---|
committer | mig <mig> | 2011-04-13 13:19:36 (GMT) |
commit | 15b046014e5863f3e8e8d4275b46feb2bdfdbf98 (patch) | |
tree | 50deca2ecd704224e4a4b8b3630167516f3ef751 /ChangeLog | |
parent | ce6fbd8bb9c3fd5c8a26e3bc71ea22d0679fbd91 (diff) | |
download | tcl-15b046014e5863f3e8e8d4275b46feb2bdfdbf98.zip tcl-15b046014e5863f3e8e8d4275b46feb2bdfdbf98.tar.gz tcl-15b046014e5863f3e8e8d4275b46feb2bdfdbf98.tar.bz2 |
fix for [Bug 2662380], crash caused by appending to a variable with a write trace that unsets it
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2011-04-13 Miguel Sofer <msofer@users.sf.net> + + * generic/tclVar.c: fix for [Bug 2662380], crash caused by + appending to a variable with a write trace that unsets it. + 2011-04-12 Don Porter <dgp@users.sourceforge.net> * generic/tclStringObj.c: Repair corruption in [string reverse] |