diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2000-11-24 15:14:01 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2000-11-24 15:14:01 (GMT) |
commit | 4cf6a38e55fbdf502fcbb4d15c8ad94e4f891e6d (patch) | |
tree | db89bafd04357d6b81424148757197e45e8ca480 /ChangeLog | |
parent | 64e7ffd3fab4c089f88c5be39ec49f3ffae0dac4 (diff) | |
download | tcl-4cf6a38e55fbdf502fcbb4d15c8ad94e4f891e6d.zip tcl-4cf6a38e55fbdf502fcbb4d15c8ad94e4f891e6d.tar.gz tcl-4cf6a38e55fbdf502fcbb4d15c8ad94e4f891e6d.tar.bz2 |
Added test to detect bug #119153; the string forms of boolean values
should not be second-class citizens in the Tcl world...
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2000-11-24 Donal K. Fellows <fellowsd@cs.man.ac.uk> + * tests/expr.test (expr-13.17): Check that [expr {!$var}] can + negate the string-versions of booleans "yes", "false", etc. + * library/tcltest/tcltest.tcl (getMatchingFiles, getMatchingDirectories): * tools/man2html.tcl (doDir): |