summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-07-22 10:04:16 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-07-22 10:04:16 (GMT)
commit27070d54f1091210791f5ec8bd0c2474b5531f6d (patch)
tree62adfb7d97aee2eeba07efd96276ecdbc71c51fd /ChangeLog
parent6a00bb0ff05f01579f3976bc1ea44902d455f9d7 (diff)
downloadtcl-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 78b5d44..6e34532 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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].