o Clarify the printf(3) and scanf(3) tasks, by changing the

descriptions and adding new tasks as necessary.
o Mark one of the scanf(3) tasks as committed to -current.
o Mark the <stdint.h> and <inttypes.h> MFC as non-blocked.
o Add new task (merging <machine/ansi.h> and <machine/types.h>) that
  BDE and me will be working on.
This commit is contained in:
Mike Barcroft 2002-04-20 17:49:14 +00:00
parent b3e9a89539
commit d968eb2502
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12836

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.6 2002/04/20 02:09:48 mike Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.7 2002/04/20 02:32:26 mike Exp $">
<!ENTITY title "FreeBSD C99 and POSIX Conformance Project">
<!ENTITY email 'standards'>
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -203,7 +203,8 @@
</tr>
<tr>
<td> Implement new C99 format types in &man.printf.3;. </td>
<td> Implement new length modifiers (hh, j, t, z) and new
flag (') in &man.printf.3;. </td>
<td> &a.wollman;,<br>&a.fenner; </td>
<td> 30 November 2001 </td>
<td> &status.done; </td>
@ -211,11 +212,12 @@
</tr>
<tr>
<td> Implement new format types in &man.scanf.3;. </td>
<td> Implement new length modifiers (hh, j, ll, t, z) in
&man.scanf.3;. </td>
<td> &a.fenner; </td>
<td> 26 October 2001 </td>
<td> &status.wip; </td>
<td> &status.blank; </td>
<td> 20 April 2002 </td>
<td> &status.done; </td>
<td> &status.new; </td>
</tr>
<tr>
@ -301,7 +303,8 @@
</tr>
<tr>
<td> Implement new POSIX format types in &man.printf.3;. </td>
<td> Implement new flag for use with floating-point (%'f) and
format types (%a/%A) in &man.printf.3;. </td>
<td> &nbsp; </td>
<td> 30 November 2001 </td>
<td> &status.new; </td>
@ -326,6 +329,15 @@
<td> &status.blank; </td>
</tr>
<tr>
<td> Implement new hex floating-point format types (%a/%A) in
&man.scanf.3;. </td>
<td> &nbsp; </td>
<td> 20 April 2002 </td>
<td> &status.new; </td>
<td> &status.blank; </td>
</tr>
<tr>
<td colspan="5" class="section"> Headers </td>
</tr>
@ -380,7 +392,7 @@
<td> &a.mike; </td>
<td> 1 March 2002 </td>
<td> &status.done; </td>
<td> &status.blocked; </td>
<td> &status.new; </td>
</tr>
<tr>
@ -427,6 +439,15 @@
<td> &status.blank; </td>
</tr>
<tr>
<td> Merge &lt;machine/ansi.h&gt; and &lt;machine/types&gt; into
a new common header &lt;machine/_types.h&gt;. </td>
<td> &a.bde;,<br>&a.mike; </td>
<td> 20 April 2002 </td>
<td> &status.new; </td>
<td> &status.blank; </td>
</tr>
<tr>
<td colspan="5" class="section"> Miscellaneous </td>
</tr>
@ -893,6 +914,24 @@
<td> &status.blank; </td>
</tr>
<tr>
<td> Implement wide character format types (%C, %S, %lc, %ls) in
&man.scanf.3;. </td>
<td> &nbsp; </td>
<td> 20 April 2002 </td>
<td> &status.new; </td>
<td> &status.blank; </td>
</tr>
<tr>
<td> Implement wide character format types (%C, %S, %lc, %ls) in
&man.printf.3;. </td>
<td> &nbsp; </td>
<td> 20 April 2002 </td>
<td> &status.new; </td>
<td> &status.blank; </td>
</tr>
</table><br><br>
<table border="3" cellpadding="2" cellspacing="0">