Date: Sat, 20 May 2017 01:04:19 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r318569 - stable/11/release/doc/en_US.ISO8859-1/relnotes Message-ID: <201705200104.v4K14JVO023041@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb Date: Sat May 20 01:04:19 2017 New Revision: 318569 URL: https://svnweb.freebsd.org/changeset/base/318569 Log: Document r316613, C standard library has been updated to make use of reallocarray(3). Document r318121, system libraries have been updated to make use of reallocarray(3). Document r315282, GNU __nonnull__ attribute have been replaced with the more benign Clang nullability attributes. Submitted by: pfg Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml Sat May 20 01:04:18 2017 (r318568) +++ stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml Sat May 20 01:04:19 2017 (r318569) @@ -386,6 +386,11 @@ <para revision="315282">The <application>clang</application> <literal>nullability</literal> qualifier has been added to the <literal>C</literal> library headers.</para> + + <para revision="315282">Uses of the <acronym>GNU</acronym> + <literal>__nonnull__</literal> attribute have been replaced + with the more benign <application>Clang</application> + nullability attributes.</para> </sect2> <sect2 xml:id="userland-debug">
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705200104.v4K14JVO023041>