diff options
author | bch <brad.harder@gmail.com> | 2014-11-25 19:25:27 (GMT) |
---|---|---|
committer | bch <brad.harder@gmail.com> | 2014-11-25 19:25:27 (GMT) |
commit | 829eeaf7be8c43d5616693d0da4a864c1c6a6807 (patch) | |
tree | c090ec0f06b1552b2a3bab56272ef6ba3eb69103 /changes | |
parent | ed2bce56ae44d9652b33027388381c4ea867453a (diff) | |
parent | 33eb2510ff53b7fd3b32ea1c84b4ef85d00c10f8 (diff) | |
download | tcl-bch_coverity.zip tcl-bch_coverity.tar.gz tcl-bch_coverity.tar.bz2 |
merge [e11d223695c5468b1bfb3db35ebf54856501fdf0], specifically for ./generic/tclExecute.c work (properly addresses coverity bug). Thx dgp.bch_coverity
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8303,11 +8303,11 @@ reported usage of large expressions (porter) Many optmizations, improvements, and tightened stack management in bytecode. ---- Released 8.6.1, September 20, 2013 --- http://core.tcl.tk/tcl/ for details +--- Released 8.6.1, September 20, 2013 --- http://core.tcl.tk/tcl/ for details 2013-09-27 (enhancement) improved ::env synchronization (fellows) -2013-10-20 (bug fix)[2835313] segfault from +2013-10-20 (bug fix)[2835313] segfault from [apply {{} {while 1 {a {*}[return -level 0 -code continue]}}}] (fellows) 2013-10-22 (bug fix)[3556215] [scan %E%G%X] support (fellows) @@ -8451,7 +8451,7 @@ include ::oo::class (fellows) 2014-08-25 (TIP 429) New command [string cat] (leitgeb,ferrieux) ---- Released 8.6.2, August 27, 2014 --- http://core.tcl.tk/tcl/ for details +--- Released 8.6.2, August 27, 2014 --- http://core.tcl.tk/tcl/ for details 2014-08-28 (bug)[b9e1a3] Correct Method Search Order (nadkarni,fellows) => TclOO 1.0.3 |