o Add tasks related to ftw(); assign to Kyle Martin.

o Add a completed task for some of the wchar support Tim Robbins added.
o Remove note about wchar section being managed.
o Add news entry for latest status report.
o Assign restrict type-qualifier task to Robert Drehmel.
This commit is contained in:
Mike Barcroft 2002-08-16 15:55:32 +00:00
parent 62d3fa3872
commit 49bc7c25a8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13902

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.50 2002/08/03 02:41:40 mike Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.51 2002/08/08 04:57:09 mike Exp $">
<!ENTITY title "FreeBSD C99 and POSIX Conformance Project">
<!ENTITY email 'standards'>
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -368,6 +368,22 @@
<td> &status.blank; </td>
</tr>
<tr>
<td> Implement ftw() and nftw() in terms of fts(). </td>
<td> &a.mkm; </td>
<td> 16 August 2002 </td>
<td> &status.wip; </td>
<td> &status.blank; </td>
</tr>
<tr>
<td> Add restrict type-qualifier to functions that require it. </td>
<td> &a.robert; </td>
<td> 16 August 2002 </td>
<td> &status.wip; </td>
<td> &status.blank; </td>
</tr>
<tr>
<td> Implement new functions that appear in &lt;fenv.h&gt;. </td>
<td> &a.fenner; </td>
@ -392,14 +408,6 @@
<td> &status.blank; </td>
</tr>
<tr>
<td> Add restrict type-qualifier to functions that require it. </td>
<td> &nbsp; </td>
<td> 27 October 2001 </td>
<td> &status.new; </td>
<td> &status.blank; </td>
</tr>
<tr>
<td> Implement C99 macros fpclassify(), isfinite(), isinf(), isnan(),
isnormal(), signbit(). </td>
@ -626,6 +634,14 @@
<td> &status.blank; </td>
</tr>
<tr>
<td> Implement &lt;ftw.h&gt;. </td>
<td> &a.mkm; </td>
<td> 16 August 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>
@ -1200,9 +1216,17 @@
</tr>
<tr>
<td colspan="5" class="section"> Wide Character/String Support<br>
<span class="notes"> Changes to this section should be
coordinated through &a.dec; and &a.kbyanc;. </span></td>
<td colspan="5" class="section"> Wide Character/String Support </td>
</tr>
<tr>
<td> Implement basic support for wide character I/O: getwc(),
fgetwc(), getwchar(), putwc(), fputwc(), putwchar(), ungetwc(),
fwide(). </td>
<td> &a.tjr; </td>
<td> 16 August 2002 </td>
<td> &status.done; </td>
<td> &status.n-a; </td>
</tr>
<tr>
@ -1286,6 +1310,15 @@
<p class="main">The remainder of this page is structured as a
reverse-chronological log.</p>
<b>16 August 2002</b>
<ul class="list">
<li>
<p>A new <a href="http://www.freebsd.org/news/status/report-may-2002-june-2002.html#FreeBSD-C99-&-POSIX-Conformance-Project">status
report</a> on the state of the project, covering May through June,
has been produced.</p>
</li>
</ul>
<b>1 August 2002</b>
<ul class="list">
<li>