diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2010-10-09 15:56:34 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2010-10-09 15:56:34 (GMT) |
commit | 57398d8af9a58f4dbe42fa4a1284442ba9882790 (patch) | |
tree | 7040eccd675fe646d87def5ed155b849b31242cb /ChangeLog | |
parent | df3f7a53424e12a05a6816ca12e8436febe5983f (diff) | |
download | tcl-57398d8af9a58f4dbe42fa4a1284442ba9882790.zip tcl-57398d8af9a58f4dbe42fa4a1284442ba9882790.tar.gz tcl-57398d8af9a58f4dbe42fa4a1284442ba9882790.tar.bz2 |
* generic/tclExecute.c: fix overallocation of exec stack in TEBC
(mixing numwords and numbytes)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2010-10-10 Miguel Sofer <msofer@users.sf.net> + + * generic/tclExecute.c: fix overallocation of exec stack in TEBC + (mixing numwords and numbytes) + 2010-10-08 Jan Nijtmans <nijtmans@users.sf.net> * generic/tclIOSock.c: On Windows, use gai_strerrorA |