diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-04-09 09:48:41 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-04-09 09:48:41 (GMT) |
commit | 32c13b3778a26251f9c69ccc78007c9c1c9a21de (patch) | |
tree | 6417353e84ce8af8bb2b71b7b022d88fb6f9a359 /ChangeLog | |
parent | b2a008bec7dcd0a3668e07ba075f89bb68d7b2d8 (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |