Limit the width of the status board table.

Add some wchar tasks tjr is working on.
This commit is contained in:
Mike Barcroft 2002-08-03 02:28:36 +00:00
parent 663b7baedd
commit 627d0b1585
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13773

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.47 2002/08/02 17:19:43 mike Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.48 2002/08/03 01:51:23 mike Exp $">
<!ENTITY title "FreeBSD C99 and POSIX Conformance Project">
<!ENTITY email 'standards'>
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -111,7 +111,7 @@
<!-- Tasks should be sorted in order of most complete, then reverse -->
<!-- chronological order. -->
<table border="3" cellpadding="2" cellspacing="0">
<table border="3" cellpadding="2" cellspacing="0" width="615">
<tr>
<th rowspan="2" class="heading"> Task </th>
<th rowspan="2" class="heading"> Responsible </th>
@ -1136,6 +1136,27 @@
them. </span></td>
</tr>
<tr>
<td> Add stubs for reentrant wc handling functions btowc(),
mbrlen(), mbrtowc(), mbsrtowcs(), wcrtomb(), wcsrtombs(),
wctob(), wctype(). </td>
<td> &a.tjr; </td>
<td> 2 August 2002 </td>
<td> &status.wip; </td>
<td> &status.blank; </td>
</tr>
<tr>
<td> Add stubs for reentrant wc handling functions iswalnum(),
iswalpha(), iswcntrl(), iswctype(), iswdigit(), iswgraph(),
iswlower(), iswprint(), iswpunct(), iswspace(), iswupper(),
iswxdigit(). </td>
<td> &a.tjr; </td>
<td> 2 August 2002 </td>
<td> &status.wip; </td>
<td> &status.blank; </td>
</tr>
<tr>
<td> Implement wcstoimax(), wcstoumax(). </td>
<td> &nbsp; </td>