summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-08-10 05:09:16 (GMT)
committerhobbs <hobbs>1999-08-10 05:09:16 (GMT)
commit29e7f1a55250207e75c6e1e5ef5871a569514f62 (patch)
tree35e92a6781eae43644ccd1a1e63701c8280ab2de /ChangeLog
parent5faf3edecdd8768936318d4aabac01542cb390eb (diff)
downloadtcl-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0714df6..dd9eb7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]