diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2005-08-12 13:37:57 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2005-08-12 13:37:57 +0000 |
commit | 0cb28507d38d20223cb158e25e1c6abd3e07336f (patch) | |
tree | e68e13399bd0de723e1077491d2dbb90ecd7f545 | |
parent | 6e9f6bc7d170c80ab2d3ca3dd6c093499c1e9936 (diff) | |
download | zsh-0cb28507d38d20223cb158e25e1c6abd3e07336f.tar.gz zsh-0cb28507d38d20223cb158e25e1c6abd3e07336f.tar.xz zsh-0cb28507d38d20223cb158e25e1c6abd3e07336f.zip |
21606
-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 |