diff options
| author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-02-07 13:14:03 +0000 |
|---|---|---|
| committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-02-07 13:14:03 +0000 |
| commit | bc4c9cb8b9cdbd95ea680351df4d2dc716f063f0 (patch) | |
| tree | cc86837e8687d6a0aa23db28adf57f641ea15a85 /libstdc++-v3/docs/html | |
| parent | 4817c4422209c116329b4d03afbe489f395e6d1c (diff) | |
| download | ppe42-gcc-bc4c9cb8b9cdbd95ea680351df4d2dc716f063f0.tar.gz ppe42-gcc-bc4c9cb8b9cdbd95ea680351df4d2dc716f063f0.zip | |
2006-02-07 Paolo Carlini <pcarlini@suse.de>
* include/tr1/cmath: New.
* include/tr1/cstdlib: Likewise.
* include/tr1/ctime: Likewise.
* include/tr1/math.h: Likewise.
* include/tr1/stdlib.h: Likewise.
* include/Makefile.am: Add.
* acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <math.h> checks.
* testsuite/tr1/8_c_compatibility/cmath/functions.cc: New.
* testsuite/tr1/8_c_compatibility/cstdlib/functions.cc: Likewise.
* testsuite/tr1/8_c_compatibility/cstdlib/types.cc: Likewise.
* testsuite/tr1/headers.cc: Update.
* include/tr1/cinttypes: Do not provide abs and div, conflicting
with the above overloads for _Longlong types.
* include/tr1/inttypes.h: Adjust.
* testsuite/tr1/8_c_compatibility/cinttypes/functions.cc: Adjust.
* docs/html/ext/tr1.html: Update.
* testsuite/tr1/8_c_compatibility/cwchar/functions.cc: Tweak.
* include/Makefile.in: Regenerate.
* config.h.in: Likewise.
* configure: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110696 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/docs/html')
| -rw-r--r-- | libstdc++-v3/docs/html/ext/tr1.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/libstdc++-v3/docs/html/ext/tr1.html b/libstdc++-v3/docs/html/ext/tr1.html index e8601ac03a9..69dd2daaaac 100644 --- a/libstdc++-v3/docs/html/ext/tr1.html +++ b/libstdc++-v3/docs/html/ext/tr1.html @@ -1918,7 +1918,7 @@ release. <td>done</td> <td></td> <td></td> - <td></td> + <td>abs, div: issue with _Longlong</td> </tr> <tr> <td>8.11.2</td> @@ -2115,49 +2115,49 @@ release. <tr> <td>8.25</td> <td>Additions to header <code><cstdlib></code></td> + <td>done</td> <td></td> <td></td> - <td>missing</td> <td></td> </tr> <tr> <td>8.25.1</td> <td>Synopsis</td> + <td>done</td> <td></td> <td></td> - <td>missing</td> <td></td> </tr> <tr> <td>8.25.2</td> <td>Definitions</td> + <td>done</td> <td></td> <td></td> - <td>missing</td> <td></td> </tr> <tr> <td>8.25.3</td> <td>Function <code>abs</code></td> + <td>done</td> <td></td> <td></td> - <td>missing</td> <td></td> </tr> <tr> <td>8.25.4</td> <td>Function <code>div</code></td> + <td>done</td> <td></td> <td></td> - <td>missing</td> <td></td> </tr> <tr> <td>8.26</td> <td>Additions to header <code><stdlib.h></code></td> + <td>done</td> <td></td> <td></td> - <td>missing</td> <td></td> </tr> <tr> @@ -2179,10 +2179,10 @@ release. <tr> <td>8.29</td> <td>Additions to header <code><ctime></code></td> + <td>done</td> <td></td> <td></td> - <td>missing</td> - <td></td> + <td>C library responsability</td> </tr> <tr> <td>8.30</td> @@ -2307,7 +2307,7 @@ permitted in any medium, provided this notice is preserved. <table width="100%" border="0"> <tr> <td> - <!-- IGNORE DIFF -->Last modified 2006-02-05 + <!-- IGNORE DIFF -->Last modified 2006-02-07 </td> <td align="right" valign="bottom"> <a href="http://validator.w3.org/check/referer"> |

