o Assign a iconv task to tjr (forgotten in the last commit).

o Assign <locale.h> task to tjr, mark as completed.
o Assign <sys/_posix.h> task to mike.
o Add news item for latest status report.
This commit is contained in:
Mike Barcroft 2002-10-09 14:49:04 +00:00
parent c3438f29c4
commit 923ef5b742
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14571

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.67 2002/10/07 06:28:18 mike Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.68 2002/10/08 10:28:13 mike Exp $">
<!ENTITY title "FreeBSD C99 and POSIX Conformance Project">
<!ENTITY email 'standards'>
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -831,6 +831,14 @@
<td> &status.n-a; </td>
</tr>
<tr>
<td> Add missing members to struct lconv in &lt;locale.h&gt;. </td>
<td> &a.tjr; </td>
<td> 9 October 2002 </td>
<td> &status.done; </td>
<td> &status.n-a; </td>
</tr>
<tr>
<td> Implement new types and prototypes in header
&lt;complex.h&gt;. </td>
@ -900,6 +908,14 @@
<td> &status.blank; </td>
</tr>
<tr>
<td> Eliminate &lt;sys/_posix.h&gt;. </td>
<td> &a.mike; </td>
<td> 9 October 2002 </td>
<td> &status.wip; </td>
<td> &status.blank; </td>
</tr>
<tr>
<td> Implement the header &lt;fenv.h&gt;. </td>
<td> &a.fenner; </td>
@ -951,14 +967,6 @@
<td> &status.blank; </td>
</tr>
<tr>
<td> Add missing members to struct lconv in &lt;locale.h&gt;. </td>
<td> &nbsp; </td>
<td> 20 September 2002 </td>
<td> &status.new; </td>
<td> &status.blank; </td>
</tr>
<tr>
<td> Evaluate missing features of &lt;math.h&gt;. </td>
<td> &nbsp; </td>
@ -967,14 +975,6 @@
<td> &status.blank; </td>
</tr>
<tr>
<td> Eliminate &lt;sys/_posix.h&gt;. </td>
<td> &nbsp; </td>
<td> 21 September 2002 </td>
<td> &status.new; </td>
<td> &status.blank; </td>
</tr>
<tr>
<td> Fix sizes of members in datum, add missing types, fix namespace
issues in &lt;ndbm.h&gt;. </td>
@ -1456,6 +1456,14 @@
<td> &status.blank; </td>
</tr>
<tr>
<td> Implement the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#iconv">iconv</a> utility. </td>
<td> &a.tjr; </td>
<td> 9 October 2002 </td>
<td> &status.wip; </td>
<td> &status.blank; </td>
</tr>
<tr>
<td> Implement the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#locale">locale</a> and
<a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#localedef">localedef</a> utilities. </td>
@ -1521,14 +1529,6 @@
<td> &status.blank; </td>
</tr>
<tr>
<td> Implement the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#iconv">iconv</a> utility. </td>
<td> &nbsp; </td>
<td> 30 November 2001 </td>
<td> &status.new; </td>
<td> &status.blank; </td>
</tr>
<tr>
<td> Bring the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#make">make</a> utility up to conformance. </td>
<td> &nbsp; </td>
@ -1728,6 +1728,15 @@
<p class="main">The remainder of this page is structured as a
reverse-chronological log.</p>
<b>9 October 2002</b>
<ul class="list">
<li>
<p>A new <a href="http://www.freebsd.org/news/status/report-july-2002-aug-2002.html#FreeBSD-C99-&-POSIX-Conformance-Project">status
report</a> on the state of the project, covering July through August,
has been produced.</p>
</li>
</ul>
<b>16 August 2002</b>
<ul class="list">
<li>