diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-08-20 16:52:55 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-08-20 16:52:55 (GMT) |
commit | 835252ce9b5e69bf41e470277be070640f02422b (patch) | |
tree | 68ec1e271971ddf28fd21ce761fd8812d90f8d73 /ChangeLog | |
parent | a7fd173f41040ffdcd5acefcf5e8965d1250d8c7 (diff) | |
download | tcl-835252ce9b5e69bf41e470277be070640f02422b.zip tcl-835252ce9b5e69bf41e470277be070640f02422b.tar.gz tcl-835252ce9b5e69bf41e470277be070640f02422b.tar.bz2 |
* generic/tclExecute.c (INST_SUB): fix usage of the new macro for
overflow detection in sums, adapt to subtraction. Lenghty comment
added.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-08-20 Miguel Sofer <msofer@users.sf.net> + + * generic/tclExecute.c (INST_SUB): fix usage of the new macro for + overflow detection in sums, adapt to subtraction. Lenghty comment + added. + 2007-08-19 Donal K. Fellows <dkf@users.sf.net> * generic/tclExecute.c (Overflowing, TclIncrObj, TclExecuteByteCode): |