diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2001-09-19 11:59:58 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2001-09-19 11:59:58 (GMT) |
commit | 61c95ccf50b02fed3a084cc47fa5b10e3c6e753a (patch) | |
tree | 090aa95b176b3d4acdf0e1978e064a3f2c3737a5 /ChangeLog | |
parent | dabb80c77773a5cd37944e37a8cca2e7f6265835 (diff) | |
download | tcl-61c95ccf50b02fed3a084cc47fa5b10e3c6e753a.zip tcl-61c95ccf50b02fed3a084cc47fa5b10e3c6e753a.tar.gz tcl-61c95ccf50b02fed3a084cc47fa5b10e3c6e753a.tar.bz2 |
insured that execution stack errors are also detected at abnormal returns.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2001-09-19 Miguel Sofer <msofer@users.sourceforge.net> + + * generic/tclExecute.c: insured that execution stack errors are + also detected at abnormal returns. + 2001-09-19 Donal K. Fellows <fellowsd@cs.man.ac.uk> * doc/socket.n: Added documentation to mention what happens when a |