Add the gcc upgrade as a completed task, since it's a key factor in
C99 support. Mark asa(1) task as committed to -current.
This commit is contained in:
parent
bf06fc5ce0
commit
440ab64caa
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13091
1 changed files with 17 additions and 9 deletions
|
@ -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.16 2002/05/12 05:31:28 mike Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.17 2002/05/13 00:53:09 mike Exp $">
|
||||
<!ENTITY title "FreeBSD C99 and POSIX Conformance Project">
|
||||
<!ENTITY email 'standards'>
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
@ -485,6 +485,14 @@
|
|||
<td> &status.n-a; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Upgrade system compiler to GCC 3.1. </td>
|
||||
<td> &a.obrien; </td>
|
||||
<td> 15 May 2002 </td>
|
||||
<td> &status.done; </td>
|
||||
<td> &status.n-a; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Add regression test for each function. </td>
|
||||
<td> </td>
|
||||
|
@ -665,6 +673,14 @@
|
|||
<td> &status.new; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Implement the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#asa">asa</a> utility. (PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=36130">36130</a>) </td>
|
||||
<td> &a.tjr; </td>
|
||||
<td> 15 May 2002 </td>
|
||||
<td> &status.done; </td>
|
||||
<td> &status.new; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Add -n option and resolve other issues in the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#renice">renice</a> utility. (PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=36950">36950</a>) </td>
|
||||
<td> &a.pavalos;,<br>&a.maxim; </td>
|
||||
|
@ -745,14 +761,6 @@
|
|||
<td> &status.blank; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Implement the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#asa">asa</a> utility. (PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=36130">36130</a>) </td>
|
||||
<td> &a.tjr; </td>
|
||||
<td> 24 March 2002 </td>
|
||||
<td> &status.wip; </td>
|
||||
<td> &status.blank; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Work out conflicting -t option in the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#df">df</a> utility. </td>
|
||||
<td> &a.tjr; </td>
|
||||
|
|
Loading…
Reference in a new issue