about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2011-05-27 01:42:30 +0000
committerMikael Magnusson <mikachu@gmail.com>2011-05-27 01:42:30 +0000
commitbd2d0636d26c78487e6abc364a116d37a450bf29 (patch)
treefcf5318e18051e4d1124aa520731e3d09c3bf798 /ChangeLog
parent6c6cb0e23d8a8788b103a6de34665324246963c0 (diff)
downloadzsh-bd2d0636d26c78487e6abc364a116d37a450bf29.tar.gz
zsh-bd2d0636d26c78487e6abc364a116d37a450bf29.tar.xz
zsh-bd2d0636d26c78487e6abc364a116d37a450bf29.zip
29329: fix undefined behaviour in math.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 55fdd95eb..f390032d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,9 @@
 	* unposted: Doc/Zsh/params.yo: Document that PROMPT_EOL_MARK can
 	be empty, forgot in 28480.
 
+	* 29329: Src/math.c: Fix undefined behaviour in function argument
+	evaluation order.
+
 2011-05-26  Peter Stephenson  <pws@csr.com>
 
 	* unposted: Etc/CONTRIBUTORS: expand.
@@ -14840,5 +14843,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5335 $
+* $Revision: 1.5336 $
 *****************************************************