diff options
author | hobbs <hobbs> | 1999-08-10 05:09:16 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-08-10 05:09:16 (GMT) |
commit | 29e7f1a55250207e75c6e1e5ef5871a569514f62 (patch) | |
tree | 35e92a6781eae43644ccd1a1e63701c8280ab2de /ChangeLog | |
parent | 5faf3edecdd8768936318d4aabac01542cb390eb (diff) | |
download | tcl-29e7f1a55250207e75c6e1e5ef5871a569514f62.zip tcl-29e7f1a55250207e75c6e1e5ef5871a569514f62.tar.gz tcl-29e7f1a55250207e75c6e1e5ef5871a569514f62.tar.bz2 |
1999-08-09 Jeff Hobbs <hobbs@scriptics.com>
* tests/string.test: added largest_int proc to adapt for >32 bit
machines and int overflow testing.
* tests/tcltest.test: fixed minor error in 8.2 result (from dgp)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 1999-08-09 Jeff Hobbs <hobbs@scriptics.com> + * tests/string.test: added largest_int proc to adapt for >32 bit + machines and int overflow testing. + * tests/tcltest.test: fixed minor error in 8.2 result (from dgp) + * doc/Object.3: clarified Tcl_DecrRefCount docs [Bug: 1952] * doc/array.n: clarified array pattern docs [Bug: 1330] * doc/clock.n: fixed clock docs [Bug: 693] |