From 51296c6b81599c3e7c1b6efcbdabd2c42c69c3f9 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 12 Jan 2006 01:06:03 +0000 Subject: Even more multibyte code cleanup. --- ChangeLog | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 925f59d84..8948476aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,9 @@ 2006-01-11 Wayne Davison - * 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 -- cgit 1.4.1