summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-04-21 21:23:54 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-04-21 21:23:54 (GMT)
commit04313c5b8175a3bf7bba31233040572a05c71463 (patch)
tree0eeb5dc7ec0a497ed05606eaaa34b74c679b505d /ChangeLog
parent591b695d3ea4106aca1325ae5b7b523c55a826bf (diff)
downloadtcl-04313c5b8175a3bf7bba31233040572a05c71463.zip
tcl-04313c5b8175a3bf7bba31233040572a05c71463.tar.gz
tcl-04313c5b8175a3bf7bba31233040572a05c71463.tar.bz2
* generic/tclBasic.c: Updated callers to call new routine.
* generic/tclCompCmds.c: Updated callers to call new routine.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c32e1f6..32aa41e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,8 @@
* generic/tclInt.h (TclGetTruthValueFromObj): New routine.
* 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.
* tests/obj.test: Corrected bad tests that actually expected
values like "47" and "0xac" to be accepted as booleans.