diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2006-01-11 20:49:11 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2006-01-11 20:49:11 +0000 |
commit | 5af164ea1f12653b024ad4dddfeec93655926f3c (patch) | |
tree | 8ff83211af173f756b7445fc8177aaf6ce9d7480 | |
parent | 4b831f02df13e71460b2327607ae3bc4d3ae04d8 (diff) | |
download | zsh-5af164ea1f12653b024ad4dddfeec93655926f3c.tar.gz zsh-5af164ea1f12653b024ad4dddfeec93655926f3c.tar.xz zsh-5af164ea1f12653b024ad4dddfeec93655926f3c.zip |
A few more mbrtowc() cleanups.
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 917fbb16e..925f59d84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +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. + 2006-01-10 Peter Stephenson <pws@csr.com> * 22151: Src/text.c: a here-string got too many quotes when |