diff options
author | mig <mig> | 2013-06-03 16:52:48 (GMT) |
---|---|---|
committer | mig <mig> | 2013-06-03 16:52:48 (GMT) |
commit | fdf63d1e285c4bb5da40ff754910c139e983984f (patch) | |
tree | 0538ed9c955879fe921c239527c88bfab0677094 /ChangeLog | |
parent | 79f58ebfb3445ba140101573254e03e711497059 (diff) | |
parent | 17f4b04d101612d86e9aa09917a613a3a5e2496a (diff) | |
download | tcl-fdf63d1e285c4bb5da40ff754910c139e983984f.zip tcl-fdf63d1e285c4bb5da40ff754910c139e983984f.tar.gz tcl-fdf63d1e285c4bb5da40ff754910c139e983984f.tar.bz2 |
fix for perf bug detected by Kieran (https://groups.google.com/forum/?fromgroups#!topic/comp.lang.tcl/vfpI3bc-DkQ)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2013-06-03 Miguel Sofer <msofer@users.sf.net> + + * generic/tclExecute.c: fix for perf bug detected by Kieran + (https://groups.google.com/forum/?fromgroups#!topic/comp.lang.tcl/vfpI3bc-DkQ), + diagnosed by dgp to be a close relative of [Bug 781585], which was + fixed by commit [f46fb50cb3]. This bug was introduced by myself in + commit [cbfe055d8c]. + 2013-06-03 Donal K. Fellows <dkf@users.sf.net> * generic/tclCompCmds.c (TclCompileBreakCmd, TclCompileContinueCmd): |