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 | Tweaked the code to handle mbrtowc() converting '\0' the same way as (diff) | |
| download | zsh-5af164ea1f12653b024ad4dddfeec93655926f3c.tar zsh-5af164ea1f12653b024ad4dddfeec93655926f3c.tar.gz zsh-5af164ea1f12653b024ad4dddfeec93655926f3c.tar.bz2 zsh-5af164ea1f12653b024ad4dddfeec93655926f3c.tar.lz zsh-5af164ea1f12653b024ad4dddfeec93655926f3c.tar.xz zsh-5af164ea1f12653b024ad4dddfeec93655926f3c.tar.zst zsh-5af164ea1f12653b024ad4dddfeec93655926f3c.zip | |
A few more mbrtowc() cleanups.
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |
