diff options
author | andreas_kupries <akupries@shaw.ca> | 2010-02-02 20:51:46 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2010-02-02 20:51:46 (GMT) |
commit | a5d1f04218f4616cb7cb69db45ea255a0ffed1fc (patch) | |
tree | 3ca1c2995c8b6641353777becad5e1ee42dd781a /ChangeLog | |
parent | f887621bde119a1d5212ed918da217dd3aef2588 (diff) | |
download | tcl-a5d1f04218f4616cb7cb69db45ea255a0ffed1fc.zip tcl-a5d1f04218f4616cb7cb69db45ea255a0ffed1fc.tar.gz tcl-a5d1f04218f4616cb7cb69db45ea255a0ffed1fc.tar.bz2 |
* generic/tclCompile.c: [Bug 2933089]: A literal sharing problem with
* generic/tclCompile.h: 'info frame' affects not only 8.6 but 8.5 as
* generic/tclExecute.h: well. Backported the fix done in 8.6, without
* tests/info.test: changes. New testcase info-39.1.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2010-02-02 Andreas Kupries <andreask@activestate.com> + + * generic/tclCompile.c: [Bug 2933089]: A literal sharing problem with + * generic/tclCompile.h: 'info frame' affects not only 8.6 but 8.5 as + * generic/tclExecute.h: well. Backported the fix done in 8.6, without + * tests/info.test: changes. New testcase info-39.1. + 2010-02-02 Donal K. Fellows <dkf@users.sf.net> * generic/tclVar.c (Tcl_ArrayObjCmd): [Bug 2939073]: Stop the [array |