diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-09-11 15:01:47 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-09-11 15:01:47 (GMT) |
commit | 7ad8b091dd878126106f9c18e855d17909f1068c (patch) | |
tree | 57dae2da1e69e7b62d5896839ec28864974e766d /ChangeLog | |
parent | 73411875edcb48f3c01f4a0212a59401469abdbb (diff) | |
download | tcl-7ad8b091dd878126106f9c18e855d17909f1068c.zip tcl-7ad8b091dd878126106f9c18e855d17909f1068c.tar.gz tcl-7ad8b091dd878126106f9c18e855d17909f1068c.tar.bz2 |
Changelog incompat warning for precompiled scripts
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ * generic/tclCompile.c (tclInstructionTable): * generic/tclExecute.c (INST_DICT_UPDATE_END): fix stack management in [dict update] [Bug 1786481]. + + ***POTENTIAL INCOMPATIBILITY*** + Scripts that were precompiled on earlier versions of 8.5 and use + [dict update] will crash. Workaround: recompile. 2007-09-11 Kevin B. Kenny <kennykb@acm.org> |