Rearrange tasks from the previous commit. Also change < to &lt; and >

to &gt; to allow this to compile.  Add a comment on how to sort tasks.
This commit is contained in:
Mike Barcroft 2002-06-11 22:18:45 +00:00
parent f52778b85b
commit 36a03796d4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13369

View file

@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.31 2002/06/09 19:47:08 mike Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.32 2002/06/11 19:13:44 wollman Exp $">
<!ENTITY title "FreeBSD C99 and POSIX Conformance Project">
<!ENTITY email 'standards'>
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -108,6 +108,9 @@
<img src="&imagebase;/status_board.png" width="229" height="36"
alt="Status Board"><br><br>
<!-- Tasks should be sorted in order of most complete, then reverse -->
<!-- chronological order. -->
<table border="3" cellpadding="2" cellspacing="0">
<tr>
<th rowspan="2" class="heading"> Task </th>
@ -170,14 +173,6 @@
<td colspan="5" class="section"> Functions and System Calls </td>
</tr>
<tr>
<td> Implement statvfs() (trivial). </td>
<td> &nbsp; </td>
<td> 11 June 2002 </td>
<td> &status.new; </td>
<td> &status.blank; </td>
</tr>
<tr>
<td> Implement strerror_r(). </td>
<td> &a.wes; </td>
@ -379,17 +374,17 @@
</tr>
<tr>
<td colspan="5" class="section"> Headers </td>
</tr>
<tr>
<td> Create <sys/statvfs.h> based on POSIX spec. </td>
<td> Implement statvfs() (trivial). </td>
<td> &nbsp; </td>
<td> 11 June 2002 </td>
<td> &status.new; </td>
<td> &status.blank; </td>
</tr>
<tr>
<td colspan="5" class="section"> Headers </td>
</tr>
<tr>
<td> Fix prototypes and hide non-conforming portions of header
&lt;arpa/inet.h&gt;. </td>
@ -520,6 +515,14 @@
<td> &status.blank; </td>
</tr>
<tr>
<td> Create &lt;sys/statvfs.h&gt; based on POSIX spec. </td>
<td> &nbsp; </td>
<td> 11 June 2002 </td>
<td> &status.new; </td>
<td> &status.blank; </td>
</tr>
<tr>
<td colspan="5" class="section"> Miscellaneous </td>
</tr>