From 01888dcca8255a86603c7d5e42bf67dd827138ff Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 25 Jul 2021 16:48:28 +0200 Subject: 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. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') 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: -- cgit v1.2.1