about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2005-10-28 22:16:47 +0000
committerWayne Davison <wayned@users.sourceforge.net>2005-10-28 22:16:47 +0000
commit53a862dec52817c2e5f9cbe6d11077fed971c231 (patch)
tree23ebf90a26fbc0cd9785d9a7f9c98d1ddaf7f67f
parent0fb08f5670b6a0647c493f2a9dc79fc552b0c918 (diff)
downloadzsh-53a862dec52817c2e5f9cbe6d11077fed971c231.tar.gz
zsh-53a862dec52817c2e5f9cbe6d11077fed971c231.tar.xz
zsh-53a862dec52817c2e5f9cbe6d11077fed971c231.zip
21948
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f732e17c0..85e4e7835 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-10-28  Wayne Davison  <wayned@users.sourceforge.net>
+
+	* 21948: Src/zsh.h, Src/Zle/zle_refresh.c: fixed a couple
+	compiler warnings about comparing signed & unsigned values.
+	The latter change should also remove a potential problem of
+	using WEOF without multibyte support being enabled.
+
 2005-10-28  Clint Adams  <clint@zsh.org>
 
 	* 21946, 21947: Completion/Unix/Command/_gcc: update