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:
parent
c3438f29c4
commit
923ef5b742
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14571
1 changed files with 34 additions and 25 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.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 <locale.h>. </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
|
||||
<complex.h>. </td>
|
||||
|
@ -900,6 +908,14 @@
|
|||
<td> &status.blank; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Eliminate <sys/_posix.h>. </td>
|
||||
<td> &a.mike; </td>
|
||||
<td> 9 October 2002 </td>
|
||||
<td> &status.wip; </td>
|
||||
<td> &status.blank; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Implement the header <fenv.h>. </td>
|
||||
<td> &a.fenner; </td>
|
||||
|
@ -951,14 +967,6 @@
|
|||
<td> &status.blank; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Add missing members to struct lconv in <locale.h>. </td>
|
||||
<td> </td>
|
||||
<td> 20 September 2002 </td>
|
||||
<td> &status.new; </td>
|
||||
<td> &status.blank; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Evaluate missing features of <math.h>. </td>
|
||||
<td> </td>
|
||||
|
@ -967,14 +975,6 @@
|
|||
<td> &status.blank; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Eliminate <sys/_posix.h>. </td>
|
||||
<td> </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 <ndbm.h>. </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> </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> </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>
|
||||
|
|
Loading…
Reference in a new issue