Catch up with some MFCs.

This commit is contained in:
Mike Barcroft 2002-06-20 17:32:40 +00:00
parent 1fe2d6bc43
commit e2e180bd8f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13443

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.36 2002/06/14 19:36:51 wollman Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.37 2002/06/19 14:42:19 mike Exp $">
<!ENTITY title "FreeBSD C99 and POSIX Conformance Project">
<!ENTITY email 'standards'>
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -671,49 +671,73 @@
<tr>
<td> Add -L option to the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#pwd">pwd</a> utility. </td>
<td> &a.tjr; </td>
<td> 4 February 2002 </td>
<td> 20 June 2002 </td>
<td> &status.done; </td>
<td> &status.done; </td>
<td> &status.new; </td>
</tr>
<tr>
<td> Fix exit status of the env(1) utility. </td>
<td> &a.tjr; </td>
<td> 20 February 2002 </td>
<td> 20 June 2002 </td>
<td> &status.done; </td>
<td> &status.done; </td>
<td> &status.new; </td>
</tr>
<tr>
<td> Add the -b and -s option to the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#fold">fold</a> utility. (PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=36245">36245</a>) </td>
<td> &a.tjr; </td>
<td> 19 April 2002 </td>
<td> 20 June 2002 </td>
<td> &status.done; </td>
<td> &status.done; </td>
<td> &status.new; </td>
</tr>
<tr>
<td> Add -I and -L options to the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#xargs">xargs</a> utility. </td>
<td> &a.jmallett; </td>
<td> 19 April 2002 </td>
<td> 20 June 2002 </td>
<td> &status.done; </td>
<td> &status.new; </td>
</tr>
<tr>
<td> Add -t option to uuexpand(1) utility. (PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=35621">35621</a>) </td>
<td> &a.tjr; </td>
<td> 23 April 2002 </td>
<td> &status.done; </td>
<td> &status.new; </td>
</tr>
<tr>
<td> Implement the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#csplit">csplit</a> utility. (PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=36191">36191</a>) </td>
<td> &a.tjr; </td>
<td> 2 May 2002 </td>
<td> 20 June 2002 </td>
<td> &status.done; </td>
<td> &status.n-a; </td>
</tr>
<tr>
<td> Fix exit status of the nice(1) utility. </td>
<td> &a.tjr; </td>
<td> 20 June 2002 </td>
<td> &status.done; </td>
<td> &status.done; </td>
</tr>
<tr>
<td> Add -n option to the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#nice">nice</a> utility. </td>
<td> &a.pavalos; </td>
<td> 20 June 2002 </td>
<td> &status.done; </td>
<td> &status.done; </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>
<td> 20 June 2002 </td>
<td> &status.done; </td>
<td> &status.done; </td>
</tr>
<tr>
<td> Add -t option to unexpand(1) utility. (PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=35621">35621</a>) </td>
<td> &a.tjr; </td>
<td> 20 June 2002 </td>
<td> &status.done; </td>
<td> &status.done; </td>
<td> &status.new; </td>
</tr>
<tr>
@ -724,22 +748,6 @@
<td> &status.new; </td>
</tr>
<tr>
<td> Fix exit status of the nice(1) utility. </td>
<td> &a.tjr; </td>
<td> 12 May 2002 </td>
<td> &status.done; </td>
<td> &status.new; </td>
</tr>
<tr>
<td> Add -n option to the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#nice">nice</a> utility. </td>
<td> &a.pavalos; </td>
<td> 12 May 2002 </td>
<td> &status.done; </td>
<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>
@ -748,14 +756,6 @@
<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>
<td> 20 May 2002 </td>
<td> &status.done; </td>
<td> &status.new; </td>
</tr>
<tr>
<td> Fix exit status, stdout/stderr confusion, and add `-' stdin
support to the compress(1) utility. </td>