diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2006-01-12 01:06:03 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2006-01-12 01:06:03 +0000 |
commit | 51296c6b81599c3e7c1b6efcbdabd2c42c69c3f9 (patch) | |
tree | 92afb3edd2ae4439a405bfdffdc3beabae0984de | |
parent | 4867f99ef97251088964f1ca40568322dfc5d16d (diff) | |
download | zsh-51296c6b81599c3e7c1b6efcbdabd2c42c69c3f9.tar.gz zsh-51296c6b81599c3e7c1b6efcbdabd2c42c69c3f9.tar.xz zsh-51296c6b81599c3e7c1b6efcbdabd2c42c69c3f9.zip |
Even more multibyte code cleanup.
-rw-r--r-- | ChangeLog | 10 |
1 files 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 <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> |