summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-01-11 21:39:14 +0100
committerBruno Haible <bruno@clisp.org>2010-01-11 21:39:14 +0100
commit7530477db49dba68e5725c1eda537fc47f0f83cc (patch)
tree497c4c551f292788eb4d3cf7428b94b16868f197 /NEWS
parent2632a33c527d8062c6343574ce03b97ad6348167 (diff)
downloadlibunistring-7530477db49dba68e5725c1eda537fc47f0f83cc.tar.gz
Mention changes done in gnulib on 2010-01-09 and 2010-01-10.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 958dc90..09fb22d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+New in 0.9.3:
+* Bug fixes in unistr.h functions:
+ - The functions u16_to_u32, u16_to_u8, u8_to_u32, u8_to_u16 now fail when
+ the argument is not valid. Previously, they returned a converted string
+ where invalid parts were each replaced with U+FFFD.
+ - The function u8_mbsnlen now counts an incomplete character at the end
+ of the argument string as 1 character. Previously, it could count as 2
+ or 3 characters.
+ - The return value of the u8_stpncpy, u16_stpncpy, u32_stpncpy functions
+ was incorrect.
+ - The u8_strcoll, u16_strcoll, u32_strcoll now try harder to give a non-zero
+ return value.
+
New in 0.9.2:
* The function uc_locale_language now uses the locale of the current thread,
if a thread-specific locale has been set.