1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2026-01-03 08:41:04 +01:00

Even more multibyte code cleanup.

This commit is contained in:
Wayne Davison 2006-01-12 01:06:03 +00:00
parent 4867f99ef9
commit 51296c6b81

View file

@ -1,11 +1,9 @@
2006-01-11 Wayne Davison <wayned@users.sourceforge.net>
* unposted: Src/utils.c, Src/Zle/zle_main.c, Src/Zle/zle_tricky.c:
changed the code that calls mbrtowc() to deal with the size_t return
value as a size_t.
* unposted: Src/Zle/complist.c: tweaked the code to handle mbrtowc()
converting '\0' the same way as the other callers do.
* unposted: zsh.h, prompt.c, utils.c, Zle/complist.c, Zle/compmatch.c,
Zle/zle_main.c, Zle/zle_refresh.c, Zle/zle_tricky.c, Zle/zle_utils.c:
more multibyte cleanup, including the MB_INVALID and MB_INCOMPLETE
defines to make the mbrtowc() and mbsrtowcs() return values clearer.
2006-01-10 Peter Stephenson <pws@csr.com>