diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-07-22 10:04:16 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-07-22 10:04:16 (GMT) |
commit | 27070d54f1091210791f5ec8bd0c2474b5531f6d (patch) | |
tree | 62adfb7d97aee2eeba07efd96276ecdbc71c51fd /ChangeLog | |
parent | 6a00bb0ff05f01579f3976bc1ea44902d455f9d7 (diff) | |
download | tcl-27070d54f1091210791f5ec8bd0c2474b5531f6d.zip tcl-27070d54f1091210791f5ec8bd0c2474b5531f6d.tar.gz tcl-27070d54f1091210791f5ec8bd0c2474b5531f6d.tar.bz2 |
Allowed parser to recognise 'Inf' as a floating-point number. [Bug 218000]
Also produce better error messages when this happens.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2002-07-22 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * tests/expr.test (expr-22.*): Added tests to help detect the + corrected handling. + * generic/tclExecute.c (IllegalExprOperandType): Improved error + message generated when attempting to manipulate Inf and NaN values. + * generic/tclParseExpr.c (GetLexeme): Allowed parser to recognise + 'Inf' as a floating-point number. [Bug 218000] + 2002-07-21 Don Porter <dgp@users.sourceforge.net> * tclIOUtil.c: Silence compiler warning. [Bug 584408]. |