update tables (stdbool fix)
authornsz <nsz@port70.net>
Tue, 20 Sep 2011 19:39:19 +0000 (21:39 +0200)
committernsz <nsz@port70.net>
Tue, 20 Sep 2011 19:39:19 +0000 (21:39 +0200)
tab_c99.html
tab_posix.html

index 7f39c6a..c10f281 100644 (file)
 <tr><td>&#160;<td>&#160;<td>d <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdarg.h#l16">d</a> <td>va_copy<td>stdarg.h<td>void va_copy(va_list dest, va_list src);<td>B.14 Variable arguments
 <tr><td>&#160;<td>&#160;<td>d <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdarg.h#l14">d</a> <td>va_end<td>stdarg.h<td>void va_end(va_list ap);<td>B.14 Variable arguments
 <tr><td>&#160;<td>&#160;<td>d <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdarg.h#l13">d</a> <td>va_start<td>stdarg.h<td>void va_start(va_list ap, parmN);<td>B.14 Variable arguments
-<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdbool.h#l9">t</a> <td>bool<td>stdbool.h<td>&#160;<td>B.15 Boolean type and values
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdbool.h#l8">d</a> <td>bool<td>stdbool.h<td>&#160;<td>B.15 Boolean type and values
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdbool.h#l6">d</a> <td>true<td>stdbool.h<td>&#160;<td>B.15 Boolean type and values
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdbool.h#l7">d</a> <td>false<td>stdbool.h<td>&#160;<td>B.15 Boolean type and values
-<tr><td>missing<td>&#160;<td>&#160;<td>__bool_true_false_are_defined<td>stdbool.h<td>&#160;<td>B.15 Boolean type and values
+<tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/stdbool.h#l10">d</a> <td>__bool_true_false_are_defined<td>stdbool.h<td>&#160;<td>B.15 Boolean type and values
 <tr><td>&#160;<td>&#160;<td>t <td>ptrdiff_t<td>stddef.h<td>&#160;<td>B.16 Common definitions
 <tr><td>&#160;<td>&#160;<td>t <td>size_t<td>stddef.h<td>&#160;<td>B.16 Common definitions
 <tr><td>missing<td>&#160;<td>&#160;<td>wchar_t<td>stddef.h<td>&#160;<td>B.16 Common definitions
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l32">p</a> <td>towctrans<td>wctype.h<td>wint_t towctrans(wint_t wc, wctrans_t desc);<td>B.24 Wide character classification and mapping utilities
 <tr><td>&#160;<td>T<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/wctype.h#l35">p</a> <td>wctrans<td>wctype.h<td>wctrans_t wctrans(const char *property);<td>B.24 Wide character classification and mapping utilities
 </table>
-<h4>stats</h4><ul><li>missing: 88<li>nosym: 100<li>nodecl: 0</ul>
+<h4>stats</h4><ul><li>missing: 87<li>nosym: 100<li>nodecl: 0</ul>
index 7784cfd..0e6e895 100644 (file)
@@ -1,5 +1,5 @@
 <h3>musl vs posix api</h3>
-<h4>commit</h4><p>commit <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=commit;h=2318207adcad74283881ffcefbad92797a2495aa">2318207adcad74283881ffcefbad92797a2495aa</a><br>Date:   Tue Sep 20 12:14:06 2011 -0400<br><br>    fix incorrect include guard in mqueue.h
+<h4>commit</h4><p>commit <a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=commit;h=d23a543d8acfedb7c0284888d72c4aa347b8c46e">d23a543d8acfedb7c0284888d72c4aa347b8c46e</a><br>Date:   Tue Sep 20 14:51:56 2011 -0400<br><br>    make stdbool.h conform to c99
 <h4>legend</h4><ul><li>status: musl implementation status summary<ul><li>(empty) - implemented<li>nosym - prototype found in include files (see decl) but not in libc.a (see sym)<li>nodecl - symbol is in libc.a but not declared in a public header<li>missing - neither in include files (see decl) nor in libc.a (see sym)</ul><li>sym: external symbol kind as found by `nm libc.a` (symbol kind only reported once)<ul><li>C - symbol is common (uninitialized data)<li>D - symbol is in the initialized data section<li>R - symbol is in the read only data section<li>T - symbol is in the text section<li>V - weak object<li>W - weak symbol</ul><li>decl: kind of declaration as found by `ctags -R include` (every occurance is reported)<ul><li>d - macro definition<li>p - function prototype<li>x - external and forward variable declaration</ul></ul><p>(STREAMS and posix_trace* apis are excluded)
 <h4>table</h4><table border=1><tr><th colspan=3>musl<th colspan=4>posix<tr><th>status<th>sym<th>decl<th>name<th>header<th>option<th>desc
 <tr><td>&#160;<td>&#160;<td><a href="http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl;a=blob;f=include/sys/select.h#l27">d</a> <td><a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/FD_CLR.html">FD_CLR</a><td> <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_select.h.html">sys/select.h</a><td>&#160;<td>pselect, select - synchronous I/O multiplexing