diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-09-19 23:05:39 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-09-19 23:05:39 (GMT) |
commit | 486fa2785b34d17f1bf84bbfe24d8a6afd9586ed (patch) | |
tree | 7e4c79ae20bae4f92f98110fa032f9bbe57b3d68 /ChangeLog | |
parent | 3d577ed4a3ab384c78a4b333c7a21d085acd255f (diff) | |
download | tcl-486fa2785b34d17f1bf84bbfe24d8a6afd9586ed.zip tcl-486fa2785b34d17f1bf84bbfe24d8a6afd9586ed.tar.gz tcl-486fa2785b34d17f1bf84bbfe24d8a6afd9586ed.tar.bz2 |
Stop failure of expr-23.4 on 64bit architectures. [Bug 808244]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-09-20 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * tests/expr.test (expr-23.4): Prevented accidental wrapping round + of exponential operation; it isn't portable, and not what I + intended to test either. [Bug 808244] + 2003-09-19 Miguel Sofer <msofer@users.sf.net> * generic/tclExecute.c: adding (DE)CACHE_STACK_INFO() pairs to |