about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2013-12-10 14:22:10 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2013-12-10 14:22:10 -0800
commitbcda34a0b39e2bca669c2ae1c6f203e175059a02 (patch)
tree352ce81f6b0b0ddf44fc330fca7aa1828f4c9f63 /ChangeLog
parent65725440aa80aa823284a2074ea4d1b40866f4fc (diff)
downloadzsh-bcda34a0b39e2bca669c2ae1c6f203e175059a02.tar.gz
zsh-bcda34a0b39e2bca669c2ae1c6f203e175059a02.tar.xz
zsh-bcda34a0b39e2bca669c2ae1c6f203e175059a02.zip
32099: change pointer declaration to avoid arithmetic on (void *).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 86e59becd..96dafe44e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-12-10  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 32099: Src/init.c: fix pointer declaration to avoid compile
+	time error when arithmetic on void * is not allowed.
+
 2013-12-09  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* users/18210: Doc/Zsh/builtins.yo: document print -D better.