diff options
author | mig <mig> | 2013-06-03 16:10:30 (GMT) |
---|---|---|
committer | mig <mig> | 2013-06-03 16:10:30 (GMT) |
commit | 312d727024ac9e43d8989d411361cb1d0b50b9b5 (patch) | |
tree | 171f6909641b121b6ba73916d01dc834d4a6141d /ChangeLog | |
parent | cd0b45e3e49b8571a05590350a80980f3cc2e1b3 (diff) | |
download | tcl-312d727024ac9e43d8989d411361cb1d0b50b9b5.zip tcl-312d727024ac9e43d8989d411361cb1d0b50b9b5.tar.gz tcl-312d727024ac9e43d8989d411361cb1d0b50b9b5.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 |