diff options
author | mig <mig> | 2013-06-03 16:10:30 (GMT) |
---|---|---|
committer | mig <mig> | 2013-06-03 16:10:30 (GMT) |
commit | 17f4b04d101612d86e9aa09917a613a3a5e2496a (patch) | |
tree | 171f6909641b121b6ba73916d01dc834d4a6141d /ChangeLog | |
parent | 2a26edf602ceae0ddf8b308e3915c78e38b977f4 (diff) | |
download | tcl-17f4b04d101612d86e9aa09917a613a3a5e2496a.zip tcl-17f4b04d101612d86e9aa09917a613a3a5e2496a.tar.gz tcl-17f4b04d101612d86e9aa09917a613a3a5e2496a.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-05-28 Harald Oehlmann <oehhar@users.sf.net> * library/msgcat/msgcat.tcl: [Bug 3036566]: Also get locale from |