diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9e757799b..da57af6dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-08-12 Wayne Davison <wayned@users.sourceforge.net> + + * 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 <pws@csr.com> * 21603: Src/Zle/zle_utils.c: conversions from wide character |