summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2005-04-21 21:29:17 (GMT)
committerdgp <dgp@noemail.net>2005-04-21 21:29:17 (GMT)
commitd620eb2e2716c6009b34da4a949d12c0cac0a903 (patch)
tree49708f0ce92d49e4dcc71f3c1146b5a55773935a /ChangeLog
parent388aca57dc4baef674d6bd5eb0d4a8a685b11613 (diff)
downloadtcl-d620eb2e2716c6009b34da4a949d12c0cac0a903.zip
tcl-d620eb2e2716c6009b34da4a949d12c0cac0a903.tar.gz
tcl-d620eb2e2716c6009b34da4a949d12c0cac0a903.tar.bz2
* generic/tclDictObj.c: Updated callers to call new routine.
FossilOrigin-Name: 60d7ff04ee7fdbf937b64b4665ed471eeccd9043
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32aa41e..b0e923e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,6 +27,7 @@
* generic/tclExecute.c: Updated callers to call new routine.
* generic/tclBasic.c: Updated callers to call new routine.
* generic/tclCompCmds.c: Updated callers to call new routine.
+ * generic/tclDictObj.c: Updated callers to call new routine.
* tests/obj.test: Corrected bad tests that actually expected
values like "47" and "0xac" to be accepted as booleans.