summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <okiddle@yahoo.co.uk>2018-05-13 10:02:01 +0200
committerOliver Kiddle <okiddle@yahoo.co.uk>2018-05-13 10:02:01 +0200
commit373efa085dcea5fe6b4539cd875b6bd8645f16fa (patch)
treeb318a3be674458848e156e49d1df1c21543f95c6 /ChangeLog
parentf0c2cf8607dd055f2b8aaa98664f7328108f2c65 (diff)
downloadzsh-373efa085dcea5fe6b4539cd875b6bd8645f16fa.tar.gz
zsh-373efa085dcea5fe6b4539cd875b6bd8645f16fa.tar.xz
zsh-373efa085dcea5fe6b4539cd875b6bd8645f16fa.zip
Nelson H. F. Beebe: 19597 (rebased 42369): return Inf, NaN etc from floating point operations instead of errors to allow non-stop IEEE 754 arithmetic
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 485d4a254..7d0c66bd1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2018-05-13  Oliver Kiddle  <okiddle@yahoo.co.uk>
 
+	* Nelson H. F. Beebe: 19597 (rebased 42369): Src/math.c,
+	Src/params.c. Src/Modules/mathfunc.c, configure.ac:
+	return Inf, NaN etc from floating point operations instead
+	of errors to allow non-stop IEEE 754 arithmetic
+
 	* 42760: Src/Zle/zle_thingy.c: move stack variable outside
 	while loop scope as it is accessed in the while condition