From 223ade988bb31d5e79ea804b2949e3d547d04f76 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 9 Jan 2006 00:52:28 +0000 Subject: [PATCH] Mention unposted changes to various bits of mbrtowc() code. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6a8236015..feb38ddd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2006-01-08 Wayne Davison + * unposted: Src/Zle/zle_refresh.c, Src/Zle/zle_utils.c, + Src/Zle/complist.c: changed the code that calls mbrtowc() to deal with + its size_t return value as a size_t. Also, use STOUC() on char values + passed to nicechar(), and make sure that the mbstate_t object never + gets left in an undefined state. + * 22140 (modified): Src/utils.c: Changed mb_niceformat() so that it does not truncate a name that has an invalid character sequence in the current character set (affected chars display as \M-... chars).