svn commit: r47919 - head/en_US.ISO8859-1/htdocs/news/status

Benjamin Kaduk bjk at FreeBSD.org
Tue Dec 29 06:43:28 UTC 2015


Author: bjk
Date: Tue Dec 29 06:43:26 2015
New Revision: 47919
URL: https://svnweb.freebsd.org/changeset/doc/47919

Log:
  Add report on adding bool to style(9) from cem

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml

Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml	Tue Dec 29 05:15:03 2015	(r47918)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml	Tue Dec 29 06:43:26 2015	(r47919)
@@ -117,4 +117,50 @@
 	&os; via FUSE.</p>
     </body>
   </project>
+
+  <project cat='doc'>
+    <title>Style(9) enhanced to allow C99 'bool'</title>
+
+    <contact>
+      <person>
+	<name>
+	  <given>Bruce</given>
+	  <common>Evans</common>
+	</name>
+	<email>brde at optusnet.com.au</email>
+      </person>
+
+      <person>
+	<name>
+	  <given>Conrad</given>
+	  <common>Meyer</common>
+	</name>
+	<email>cem at FreeBSD.org</email>
+      </person>
+    </contact>
+
+    <links>
+      <url href="https://lists.FreeBSD.org/pipermail/svn-src-head/2015-December/079671.html">Bruce's email requesting bool be added to style(9)</url>
+      <url href="https://reviews.FreeBSD.org/D4384">Differential Revision for the change</url>
+    </links>
+
+    <body>
+      <p>Use of <tt>bool</tt> is now allowed.  It was allowed
+	previously, as well, but now it's <em>really</em> allowed.  Party
+	like it's 1999!</p>
+    </body>
+
+    <sponsor>EMC / Isilon Storage Division</sponsor>
+
+    <help>
+      <task>
+	<p>Specify style(9)'s opinion on <tt>iso646.h.</tt></p>
+      </task>
+
+      <task>
+	<p>Fix <tt>intmax_t</tt> to be 128-bit on platforms where
+	  <tt>__int128_t</tt> is used.</p>
+      </task>
+    </help>
+  </project>
 </report>


More information about the svn-doc-all mailing list