1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-04 20:40:57 +02:00

Mention unposted changes to various bits of mbrtowc() code.

This commit is contained in:
Wayne Davison 2006-01-09 00:52:28 +00:00
parent 791bbf7120
commit 223ade988b

View file

@ -1,5 +1,11 @@
2006-01-08 Wayne Davison <wayned@users.sourceforge.net>
* 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).