summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-12-20 10:28:43 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-12-20 10:28:43 +0000
commita7bc22ca009cfd2d3e4e977d19599f6a3fb5096e (patch)
treee4f5fe6ebd168d6a4519d5d0591c02ed8de38775 /ChangeLog
parentc8d07027c89d36a5a3981196a19d48a9286127a8 (diff)
downloadzsh-a7bc22ca009cfd2d3e4e977d19599f6a3fb5096e.tar.gz
zsh-a7bc22ca009cfd2d3e4e977d19599f6a3fb5096e.zip
Paul 28538 / me 28540 / couple of unposted casts:
use char * for pointer arithmetic rather than void *
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ba2f041b..046db9d18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-12-20 Peter Stephenson <pws@csr.com>
+
+ * Paul Ackersviller: 28538: as modified in 28540 plus a couple
+ of casts to char * I missed: Src/init.c,Src/input.c,
+ Src/parse.c, Src/prototypes.h, Src/utils.c, Src/Zle/zle_main.c:
+ pointer arithmetic needs to be done with char *, not void *.
+
2010-12-19 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 28537: Src/lex.c, Test/D04parameter.ztst: word splitting on
@@ -14003,5 +14010,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5160 $
+* $Revision: 1.5161 $
*****************************************************