summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2001-04-09 09:48:41 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2001-04-09 09:48:41 (GMT)
commit32c13b3778a26251f9c69ccc78007c9c1c9a21de (patch)
tree6417353e84ce8af8bb2b71b7b022d88fb6f9a359 /ChangeLog
parentb2a008bec7dcd0a3668e07ba075f89bb68d7b2d8 (diff)
downloadtcl-32c13b3778a26251f9c69ccc78007c9c1c9a21de.zip
tcl-32c13b3778a26251f9c69ccc78007c9c1c9a21de.tar.gz
tcl-32c13b3778a26251f9c69ccc78007c9c1c9a21de.tar.bz2
Recognise the non-numeric boolean literals (true,false,yes,no,on,off.)
[Bug #217777]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dcc6406..3192f63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-04-09 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * tests/expr.test (expr-21.*): Tests to check below fix.
+ * generic/tclParseExpr.c (GetLexeme): Now recognises the
+ non-numeric boolean literals for what they are. It no longer makes
+ sense for anyone to create functions with the same name as one of
+ them, but this was true in 7.* as well [Bug #217777; finally!]
+
2001-04-07 Miguel Sofer <msofer@users.sourceforge.net>
* generic/tclExecute.c: Avoid panic when there are extra items in