o Mark wordexp tasks as committed to -current.
o Add news item for utility conformance list.
This commit is contained in:
parent
354bb56aad
commit
0f9fed818c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15492
1 changed files with 25 additions and 17 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.74 2002/12/13 18:24:15 mike Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.75 2002/12/23 05:35:09 mike Exp $">
|
||||
<!ENTITY title "FreeBSD C99 and POSIX Conformance Project">
|
||||
<!ENTITY email 'standards'>
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
@ -345,6 +345,14 @@
|
|||
<td> &status.new; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Implement wordexp() and wordfree(). </td>
|
||||
<td> &a.tjr; </td>
|
||||
<td> 31 December 2002 </td>
|
||||
<td> &status.done; </td>
|
||||
<td> &status.new; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Implement strtof(), strtold(). </td>
|
||||
<td> &a.phantom; </td>
|
||||
|
@ -435,14 +443,6 @@
|
|||
<td> &status.blank; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Implement wordexp() and wordfree(). </td>
|
||||
<td> &a.tjr; </td>
|
||||
<td> 18 September 2002 </td>
|
||||
<td> &status.wip; </td>
|
||||
<td> &status.blank; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Implement iconv(), iconv_close(), iconv_open(). </td>
|
||||
<td> &a.tjr; </td>
|
||||
|
@ -916,6 +916,14 @@
|
|||
<td> &status.n-a; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Implement the header <wordexp.h>. </td>
|
||||
<td> &a.tjr; </td>
|
||||
<td> 31 December 2002 </td>
|
||||
<td> &status.done; </td>
|
||||
<td> &status.new; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Implement new types and prototypes in header
|
||||
<complex.h>. </td>
|
||||
|
@ -993,14 +1001,6 @@
|
|||
<td> &status.blank; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Implement the header <wordexp.h>. </td>
|
||||
<td> </td>
|
||||
<td> 24 April 2002 </td>
|
||||
<td> &status.new; </td>
|
||||
<td> &status.blank; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Add missing constants FLT_EVAL_METHOD, DECIMAL_DIG to
|
||||
<float.h> (actually <machine/float.h>). </td>
|
||||
|
@ -1845,6 +1845,14 @@
|
|||
<p class="main">The remainder of this page is structured as a
|
||||
reverse-chronological log.</p>
|
||||
|
||||
<b>31 December 2002</b>
|
||||
<ul class="list">
|
||||
<li>
|
||||
<p>Jens Schweikhardt has updated his <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html">POSIX Utility Conformance in FreeBSD</a>
|
||||
list. Not much works remains to complete utility conformance.</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<b>13 December 2002</b>
|
||||
<ul class="list">
|
||||
<li>
|
||||
|
|
Loading…
Reference in a new issue