From 322abebd4f53123734e8d65cac9bcaabda63ad02 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 21 Jan 2011 17:50:37 +0100 Subject: Mention change done in gnulib. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index aaed35b..948bd80 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,8 @@ New in 0.9.4: input in a better way, that is more compliant with W3C recommendations. * The functions u8_strcoll, u16_strcoll, u32_strcoll now produce results that are less dependent on the iconv implementation in use. +* The functions u8_strstr, u16_strstr, u32_strstr now perform in O(n) time + worst-case, where n is the sum of the lengths of the argument strings. New in 0.9.3: * Bug fixes in unistr.h functions: -- cgit v1.2.1