about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2012-09-06 18:22:30 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2012-09-06 18:22:30 +0000
commit361e1716729a34d19aa8bace4e6be44c295c3e1d (patch)
treec9a6d68e2f0028a10f8d6088592d9f6073be8d0b /ChangeLog
parent1f5ef83f0f3aea0597ef3db7a05970420646bfdc (diff)
downloadzsh-361e1716729a34d19aa8bace4e6be44c295c3e1d.tar.gz
zsh-361e1716729a34d19aa8bace4e6be44c295c3e1d.tar.xz
zsh-361e1716729a34d19aa8bace4e6be44c295c3e1d.zip
30656: prevent SIGFPE in division by -1 by multiplying instead
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ff8c8f666..a546a3f50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-09-06  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 30656: Src/math.c: treat dividing by -1 the same as
+	multiplying by it to get around SIGFPE.
+
 2012-09-05  Peter Stephenson  <pws@csr.com>
 
 	* Jun T.: 30658: Completion/Unix/Command/_uniq: more options.
@@ -137,5 +142,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5715 $
+* $Revision: 1.5716 $
 *****************************************************