o Mark the newgrp(1) task as committed to -current.

o Note that DES is also working on the printf(9) task.
This commit is contained in:
Mike Barcroft 2002-05-29 02:41:54 +00:00
parent f175555d69
commit 3df0313456
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13267

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.24 2002/05/24 00:34:59 mike Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.25 2002/05/28 03:55:51 mike Exp $">
<!ENTITY title "FreeBSD C99 and POSIX Conformance Project">
<!ENTITY email 'standards'>
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -272,7 +272,7 @@
<tr>
<td> Implement new conversion specifiers (%j and %z) in
&man.printf.9;. </td>
<td> &a.dd; </td>
<td> &a.dd;<br>&a.des; </td>
<td> 5 April 2002 </td>
<td> &status.wip; </td>
<td> &status.blank; </td>
@ -770,6 +770,14 @@
<td> &status.new; </td>
</tr>
<tr>
<td> Add the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#newgrp">newgrp</a> utility. (PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=36190">36190</a>)</td>
<td> &a.tjr; </td>
<td> 28 May 2002 </td>
<td> &status.done; </td>
<td> &status.new; </td>
</tr>
<tr>
<td> Add missing options to the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#mailx">mailx</a> utility. </td>
<td> &a.mikeh; </td>
@ -834,14 +842,6 @@
<td> &status.blank; </td>
</tr>
<tr>
<td> Add the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#newgrp">newgrp</a> utility. (PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=36190">36190</a>)</td>
<td> &a.tjr; </td>
<td> 22 May 2002 </td>
<td> &status.wip; </td>
<td> &status.blank; </td>
</tr>
<tr>
<td> Implement the -m, -w, and -t options in the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#lp">lp</a> utility. </td>
<td> &a.gad; </td>