svn commit: r318569 - stable/11/release/doc/en_US.ISO8859-1/relnotes

Glen Barber gjb at FreeBSD.org
Sat May 20 01:04:21 UTC 2017


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">


More information about the svn-src-stable mailing list