Differences From Artifact [b64b18ebbd]:
- File tests/util.test — part of check-in [515a22d41d] at 2019-03-15 20:52:25 on branch core-8-branch — Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommath itself does) Make TclInitBugnumFromLong() a static function in stubtable only, as it isn't used by Tcl anymore. (user: jan.nijtmans size: 139888) [more...]
To Artifact [3638eb5dba]:
- File tests/util.test — part of check-in [41c373ad8f] at 2019-03-18 22:14:24 on branch core-8-branch — enlarge a few small buffers, which could overflow using Unicode characters > /UFFFF. Eliminate some end-of-line spacing (user: jan.nijtmans size: 139887) [more...]
| ︙ | |||
4126 4127 4128 4129 4130 4131 4132 | 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 | - + |
} {65536 65536}
test util-18.12 {Tcl_ObjPrintf} {testprint} {
testprint "%I64d %Id" 65537
} {65537 65537}
if {[catch {set ::tcl_precision $saved_precision}]} {
|
| ︙ |