diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -15,8 +15,9 @@ 2005-05-10 Miguel Sofer <msofer@users.sf.net> - * generic/tclExecute.c (ExponLong, ExponWide): fixed special case - 'i**0' for i>0 [Bug 1198892] + * generic/tclExecute.c (ExponLong, ExponWide): + * tests/expr.test (expr-23.34/35): fixed special case 'i**0' for + i>0 [Bug 1198892] 2005-05-09 Kevin B. Kenny <kennykb@acm.org> |