diff options
-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 |