summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-06-14 12:05:36 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:08:36 +0200
commit7eafed6401c05a219dd83f6b4c47166ff6259c83 (patch)
tree2602822564b889f128c86cc486774efdcd05214f /src/ChangeLog
parent279b57fc367251666f00e8e2b599b83703451afb (diff)
downloadexternal_gettext-7eafed6401c05a219dd83f6b4c47166ff6259c83.zip
external_gettext-7eafed6401c05a219dd83f6b4c47166ff6259c83.tar.gz
external_gettext-7eafed6401c05a219dd83f6b4c47166ff6259c83.tar.bz2
Fix unexpected iconv() handling after an invalid multibyte sequence.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 16ca59f..29c4520 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
+2002-06-14 Bruno Haible <bruno@clisp.org>
+
+ * po-lex.c (mbfile_getc): Handle the case where iconv converts
+ some character and returns -1 at once; this can happen immediately
+ after an invalid multibyte sequence.
+ Reported by Andrew V. Samoilov <kai@cmail.ru>.
+
2002-06-07 Bruno Haible <bruno@clisp.org>
* user-email.in: Look at /etc/mailname, found on Debian systems.