diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2006-10-31 00:09:24 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2006-10-31 00:09:24 (GMT) |
commit | 7bee3e28692d4f29cf020e91b07e698841861110 (patch) | |
tree | 6e59dc37ba4a23939321876f830e7b4282bb18ad /ChangeLog | |
parent | 1f4e15f7d1e456995a619f7540eca11f31d5f6ed (diff) | |
download | tcl-7bee3e28692d4f29cf020e91b07e698841861110.zip tcl-7bee3e28692d4f29cf020e91b07e698841861110.tar.gz tcl-7bee3e28692d4f29cf020e91b07e698841861110.tar.bz2 |
* generic/tclBasic.c (TEOVI): insured that the interp's callObjc/v
fields are restored after traces run, as they be spoiled. This was
causing a segfault in tcllib's profiler tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,10 +1,16 @@ +2006-10-30 Miguel Sofer <msofer@users.sf.net> + + * generic/tclBasic.c (TEOVI): insured that the interp's callObjc/v + fields are restored after traces run, as they be spoiled. This was + causing a segfault in tcllib's profiler tests. + 2006-10-30 Don Porter <dgp@users.sourceforge.net> * generic/tclExecute.c (INST_MOD): Corrected improper testing of * tests/expr.test: the sign of bignums when applying Tcl's division rules. Thanks to Peter Spjuth. [Bug 1585704] -2006-10-26 Miguel Sofer <msofer@users.sf.net> +2006-10-29 Miguel Sofer <msofer@users.sf.net> * generic/tclNamesp.c (EnsembleImplementationCmd): * tests/namespace.test (47.7-8): reverted a wrong "optimisation" that |