This commit is contained in:
Wayne Davison 2005-08-12 13:37:57 +00:00
parent 6e9f6bc7d1
commit 0cb28507d3
1 changed files with 8 additions and 0 deletions

View File

@ -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