From 4c611f9323a516b95c3da19065e3f9040074de7e Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 14 Nov 2013 11:49:22 +0000 Subject: 31982: detection of floating point constants was problematic. Remove the cause and fix the original problem with floating point numbers with leading zeros (users/17445) a different way. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 63eca13a0..c22054372 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-11-14 Peter Stephenson + + * 31982: Src/math.c, Test/C01arith.ztst: detection of floating + point constants had run rampant in users/17445. Fix the original + problem another way. + 2013-11-13 Peter Stephenson * 31977: Src/module.c: no error if autoloading a feature that -- cgit 1.4.1