about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2006-01-09 18:04:46 +0000
committerWayne Davison <wayned@users.sourceforge.net>2006-01-09 18:04:46 +0000
commitd09c2868715f63281387743b34b446c9ffc60671 (patch)
treed37104e82dff48041f3c16120e559ffd2276291e
parent00465c76fba612037e4ad1fd1b84e6045b674e08 (diff)
downloadzsh-d09c2868715f63281387743b34b446c9ffc60671.tar.gz
zsh-d09c2868715f63281387743b34b446c9ffc60671.tar.xz
zsh-d09c2868715f63281387743b34b446c9ffc60671.zip
Minor mbrtowc() changes.
-rw-r--r--ChangeLog16
1 files changed, 12 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index feb38ddd8..ab30d8226 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,18 @@
+2006-01-09  Wayne Davison  <wayned@users.sourceforge.net>
+
+	* unposted: Src/utils.c, Src/Zle/compmatch.c, Src/Zle/zle_utils.c:
+	a little more cleanup of the mbrtowc() code, including a bugfix
+	for my new code in sub_match() that needed to check for -2.
+
 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.
+	Src/Zle/complist.c, Src/Zle/compmatch.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(), make sure
+	that the mbstate_t object never gets left in an undefined state,
+	and fixed a problem in sub_match() when dealing with a character
+	that was assembled from multiple bytes.
 
 	* 22140 (modified): Src/utils.c: Changed mb_niceformat() so that it
 	does not truncate a name that has an invalid character sequence in