o Mark the wprintf() family task as complete.

o Add wscanf() family task; mark as complete.
o Add some more functions to the C99 wcstoX() task; mark as complete.
This commit is contained in:
Mike Barcroft 2002-09-23 18:16:16 +00:00
parent 0fd349f6e8
commit a4e3a673f3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14365

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.62 2002/09/20 08:36:44 mike Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.63 2002/09/21 06:11:05 mike Exp $">
<!ENTITY title "FreeBSD C99 and POSIX Conformance Project">
<!ENTITY email 'standards'>
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -1542,19 +1542,28 @@
</tr>
<tr>
<td> Implement wcstoimax(), wcstoumax(). </td>
<td> Implement fwprintf(), swprintf(), vfwprintf(), vswprintf(),
vwprintf(), wprintf(). </td>
<td> &a.tjr; </td>
<td> 15 September 2002 </td>
<td> &status.wip; </td>
<td> &status.blank; </td>
<td> 23 September 2002 </td>
<td> &status.done; </td>
<td> &status.n-a; </td>
</tr>
<tr>
<td> Implement wfprintf(), swprintf(), vfwprintf(), vwprintf(),
vswprintf(), wprintf(). </td>
<td> Implement fwscanf(), swscanf(), vfwscanf(), vswscanf(),
vwscanf(), wscanf(). </td>
<td> &a.tjr; </td>
<td> 18 September 2002 </td>
<td> &status.wip; </td>
<td> 23 September 2002 </td>
<td> &status.done; </td>
<td> &status.n-a; </td>
</tr>
<tr>
<td> Implement wcstoimax(), wcstoll(), wcstoumax(), wcstoull(). </td>
<td> &a.tjr; </td>
<td> 23 September 2002 </td>
<td> &status.done; </td>
<td> &status.blank; </td>
</tr>