summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2006-01-09 00:52:28 +0000
committerWayne Davison <wayned@users.sourceforge.net>2006-01-09 00:52:28 +0000
commit223ade988bb31d5e79ea804b2949e3d547d04f76 (patch)
treeee4854ad0bfa848bf5aa1639803f4c124136a67b
parent791bbf7120ff0282d7bd659b839d642835a21665 (diff)
downloadzsh-223ade988bb31d5e79ea804b2949e3d547d04f76.tar.gz
zsh-223ade988bb31d5e79ea804b2949e3d547d04f76.zip
Mention unposted changes to various bits of mbrtowc() code.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a8236015..feb38ddd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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).