summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-07-25 16:48:28 +0200
committerBruno Haible <bruno@clisp.org>2021-07-25 16:48:28 +0200
commit01888dcca8255a86603c7d5e42bf67dd827138ff (patch)
tree4907cafabc1320454f7d4190f89e01bd91218cba /NEWS
parent2d70bedcfdf45b877df664fab0ce6dacabbe3f7b (diff)
downloadlibunistring-01888dcca8255a86603c7d5e42bf67dd827138ff.tar.gz
u{8,16,32}-uctomb: Avoid possible trouble with huge strings.
* doc/unistr.texi (Creating Unicode strings): Update prototypes of u8_uctomb, u16_uctomb, u32_uctomb to match the change in gnulib on 2020-09-05.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9276191..42b6cd2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
New in 0.9.11:
* The license has changed from "LGPLv3+ or GPLv2" to "LGPLv3+ or GPLv2+".
+* The functions u8_uctomb, u16_uctomb, u32_uctomb now support strings larger
+ than 2 GiB by taking an 'n' argument of type ptrdiff_t (instead of int).
* Fixed multithread-safety bugs on Cygwin, native Windows, and Haiku.
New in 0.9.10: