From 0cb28507d38d20223cb158e25e1c6abd3e07336f Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 12 Aug 2005 13:37:57 +0000 Subject: 21606 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9e757799b..da57af6dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-08-12 Wayne Davison + + * 21606: Src/Zle/zle.h: When compiled with gcc, the ZS_str* macros + get replaced by inline functions that give us complete compile-time + type-checking. For other compilers, the ZS_str* macros now cast + the string pointers to char*, which will avoid any warnings about + pointer signedness. + 2005-08-12 Peter Stephenson * 21603: Src/Zle/zle_utils.c: conversions from wide character -- cgit 1.4.1