mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-08 09:41:14 +02:00
21962
This commit is contained in:
parent
0d611ed481
commit
23a4c1cfd3
1 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,12 @@
|
|||
2005-10-31 Wayne Davison <wayned@users.sourceforge.net>
|
||||
|
||||
* 21962: Src/utils.c, Src/ztype.h, Src/Modules/zftp.c,
|
||||
Src/Modules/zselect.c, Src/Zle/zle.h, Src/Zle/zle_move.c,
|
||||
Src/Zle/zle_vi.c, Src/Zle/zle_word.c: a bunch of fixes for
|
||||
iTYPE()/isTYPE() problems, e.g. avoiding using isTYPE() on
|
||||
a char value (which is undefined) and avoiding using normal
|
||||
isTYPE() functions on wide-character values.
|
||||
|
||||
* unposted: Src/Zle/deltochar.c, Src/Zle/zle_move.c,
|
||||
Src/Zle/zle_utils.c: Fixed some compiler warnings about
|
||||
signed/unsigned comparisons.
|
||||
|
|
Loading…
Reference in a new issue