From: Zack Weinberg Date: Tue, 20 Jun 2017 12:31:18 +0000 (-0400) Subject: Mention in NEWS that __(NO|USE)_STRING_INLINES don't do anything anymore. X-Git-Tag: glibc-2.26~304 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8cee557e2b67a654ba4da189bd856f00d813fbe;p=thirdparty%2Fglibc.git Mention in NEWS that __(NO|USE)_STRING_INLINES don't do anything anymore. --- diff --git a/NEWS b/NEWS index f81d02f1cb5..4db334b687c 100644 --- a/NEWS +++ b/NEWS @@ -70,6 +70,10 @@ Version 2.26 * The port to Native Client running on ARMv7-A (--host=arm-nacl) has been removed. +* no longer includes inline versions of any string functions, + as this kind of optimization is better done by the compiler. The macros + __USE_STRING_INLINES and __NO_STRING_INLINES no longer have any effect. + * The reallocarray function has been added to libc. It is a realloc replacement with a check for integer overflow when calculating total allocation size.