summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-05-19 10:38:23 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-05-19 10:38:23 (GMT)
commite2fad6a3fa1a1911c5c3014b6d9206aadcd7bf7e (patch)
treeb036f8e5aab29934ba73f924fc0591df69bb193f /ChangeLog
parent4a48fddf76997f4e8db2a639205e385eecf837d1 (diff)
downloadtcl-e2fad6a3fa1a1911c5c3014b6d9206aadcd7bf7e.zip
tcl-e2fad6a3fa1a1911c5c3014b6d9206aadcd7bf7e.tar.gz
tcl-e2fad6a3fa1a1911c5c3014b6d9206aadcd7bf7e.tar.bz2
Fixed get.test so it really tests Tcl_GetInt() and uses constraints properly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5173925..9c28462 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-05-19 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * generic/tclTest.c (TestgetintCmd): Made the tests in get.test check
+ * tests/get.test: Tcl_GetInt() since the core now
+ avoids that function.
+
2004-05-18 Kevin B. Kenny <kennykb@acm.org>
* compat/strftime.c (_fmt, ISO8601Week):