diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2009-12-10 22:01:47 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2009-12-10 22:01:47 (GMT) |
commit | 6e708a1db41169e8de8604f2e5afdbde80e26937 (patch) | |
tree | 3e6a2f38a753d2484414a6a58cdbb6a7906b937f /ChangeLog | |
parent | a70b4959890f4ab6855ae91437fd9b7cfe3c668e (diff) | |
download | tcl-6e708a1db41169e8de8604f2e5afdbde80e26937.zip tcl-6e708a1db41169e8de8604f2e5afdbde80e26937.tar.gz tcl-6e708a1db41169e8de8604f2e5afdbde80e26937.tar.bz2 |
* generic/tclExecute.c: fix panic in http11.test caused by buggy
earlier commits in coroutine management.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2009-12-10 Miguel Sofer <msofer@users.sf.net> + + * generic/tclExecute.c: fix panic in http11.test caused by buggy + earlier commits in coroutine management. + 2009-12-10 Andreas Kupries <andreask@activestate.com> * generic/tclObj.c (TclContinuationsEnter): [Bug 2895323]: Updated |