about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-08-04 13:38:26 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-08-04 13:38:26 +0000
commit596d38fb078aaa075bde47920b25c1b913056ea8 (patch)
tree25c1fed73ed959bb8d69250d0c1018cb617dbcc9 /ChangeLog
parent99fa8b90b24b17536d95285c0b64d9b336570ff1 (diff)
downloadzsh-596d38fb078aaa075bde47920b25c1b913056ea8.tar.gz
zsh-596d38fb078aaa075bde47920b25c1b913056ea8.tar.xz
zsh-596d38fb078aaa075bde47920b25c1b913056ea8.zip
22586: fix warnings spotted on Cygwin
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65fca2bfd..d8d4385ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-08-04  Peter Stephenson  <pws@csr.com>
 
+	* 22586: Src/parse.c, Src/utils.c: minor warnings spotted
+	on Cygwin: unnecessary static declaration in parse.c, typo in
+	set_widearray, also comments on other warnings that are harder
+	to avoid.
+
 	* 22585: makepro.awk, Src/utils.c: zsh.exports was missing
 	VA_ALIST declarations and some multibyte-related stuff.