summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2000-11-24 15:29:51 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2000-11-24 15:29:51 (GMT)
commitfc5ae1303256736570c487af3878721224de2afc (patch)
tree4fc9bfe9d0af05ee99a1fbf3dcf4e0704debc7fa /ChangeLog
parent4cf6a38e55fbdf502fcbb4d15c8ad94e4f891e6d (diff)
downloadtcl-fc5ae1303256736570c487af3878721224de2afc.zip
tcl-fc5ae1303256736570c487af3878721224de2afc.tar.gz
tcl-fc5ae1303256736570c487af3878721224de2afc.tar.bz2
Logical negation "!" can now handle string booleans, provided those
values are placed in variables. Resolves bug #119153 as most people will experience it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 69595c6..da6496c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
2000-11-24 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+ * generic/tclExecute.c (TclExecuteByteCode): Logical negation "!"
+ can now handle string booleans, provided those values are placed
+ in variables.
+
* tests/expr.test (expr-13.17): Check that [expr {!$var}] can
- negate the string-versions of booleans "yes", "false", etc.
+ negate the string-versions of booleans "yes", "false", etc.
* library/tcltest/tcltest.tcl (getMatchingFiles,
getMatchingDirectories):