This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

More c99status.html updates


This patch updates c99status.html to take account of some of my recent
format checking patches.  OK to commit?

--- c99status.html.orig	Mon Jul 24 22:18:28 2000
+++ c99status.html	Fri Aug  4 17:46:59 2000
@@ -169,7 +169,7 @@
 <tr><td><em>the <code>vscanf</code> family of functions
     in<br><code>&lt;stdio.h&gt;</code> and <code>&lt;wchar.h&gt;</code></em></td>
     <td>Library Issue</td>
-    <td></td><td></td><td>Missing</td>
+    <td>Done</td><td></td><td></td>
 </tr>
 
 <tr><td><em>additional math library functions in <code>&lt;math.h&gt;</code></em></td>
@@ -192,7 +192,7 @@
 </tr>
 
 <tr><td><em><code>%lf</code> conversion specifier<br>allowed in <code>printf</code></em></td>
-    <td>Library Issue</td><td></td><td></td><td>Missing</td>
+    <td>Library Issue</td><td>Done</td><td></td><td></td>
 </tr>
 
 <tr><td><em>inline functions</em></td>
@@ -202,7 +202,7 @@
 
 <tr><td><em>the <code>snprintf</code> family of functions in <code>&lt;stdio.h&gt;</code></em></td>
     <td>Library Issue</td>
-    <td></td><td></td><td>Missing</td>
+    <td>Done</td><td></td><td></td>
 </tr>
 
 <tr><td><em>boolean type in <code>&lt;stdbool.h&gt;</code></em></td>

-- 
Joseph S. Myers
jsm28@cam.ac.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]