diff options
author | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2002-03-19 17:17:46 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2002-03-19 17:17:46 +0000 |
commit | 2e4bcfd817ff8ce3dac239e408769776d1587d9b (patch) | |
tree | 6d8b719ab1766f9fd6f99f45f61c2a4df7d4455a | |
parent | c0e21eef2b135d53ab1653b95f92320edc679351 (diff) | |
download | gcc-2e4bcfd817ff8ce3dac239e408769776d1587d9b.zip gcc-2e4bcfd817ff8ce3dac239e408769776d1587d9b.tar.gz gcc-2e4bcfd817ff8ce3dac239e408769776d1587d9b.tar.bz2 |
index.html: Add OS X workaround.
2002-03-19 Benjamin Kosnik <bkoz@redhat.com>
* docs/html/faq/index.html: Add OS X workaround.
* docs/html/17_intro/TODO: Update.
From-SVN: r51028
-rw-r--r-- | libstdc++-v3/ChangeLog | 7 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/17_intro/TODO | 4 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/faq/index.html | 9 |
3 files changed, 19 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 0377185..ea20c11 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2002-03-19 Benjamin Kosnik <bkoz@redhat.com> + + * docs/html/faq/index.html: Add OS X workaround. + * docs/html/17_intro/TODO: Update. + 2002-03-18 Paolo Carlini <pcarlini@unitus.it> * include/bits/locale_facets.tcc @@ -44,7 +49,7 @@ (__cxa_call_unexpected): Pass it. (PERSONALITY_FUNCTION): Likewise. Use get_adjusted_ptr. -Fri Mar 15 09:55:49 2002 Anthony Green <green@redhat.com> +2002-03-15 Anthony Green <green@redhat.com> * configure.in: Remove useless is_mingw32. * configure: Rebuilt. diff --git a/libstdc++-v3/docs/html/17_intro/TODO b/libstdc++-v3/docs/html/17_intro/TODO index 538a407..c7a2ecb 100644 --- a/libstdc++-v3/docs/html/17_intro/TODO +++ b/libstdc++-v3/docs/html/17_intro/TODO @@ -1,4 +1,8 @@ +- audit for places where __builtin_expect can be used. + - coordinate with "C" library people the "C" compatibility headers. + Explain why an ISO-14882-conformant solution is hopeless, with the current + twisted morass of "C" headers. - do more doxygen manpages diff --git a/libstdc++-v3/docs/html/faq/index.html b/libstdc++-v3/docs/html/faq/index.html index eb52f5f..7e5544b 100644 --- a/libstdc++-v3/docs/html/faq/index.html +++ b/libstdc++-v3/docs/html/faq/index.html @@ -61,6 +61,7 @@ <li><a href="#3_4">I can't use 'long long' on Solaris</a> <li><a href="#3_5"><code>_XOPEN_SOURCE</code> / <code>_GNU_SOURCE</code> / etc is always defined</a> + <li><a href="#3_6">OS X ctype.h is broken! How can I hack around it? </ol> <li><a href="#4_0">Known Bugs and Non-Bugs</a> @@ -469,6 +470,14 @@ which is no longer available, thanks deja...--> </p> <hr> + <h2><a name="3_6">3.6 OS X ctype.h is broken! How can I hack around it?</h2> + <p>This is a long-standing bug in the OS X support. Fortunately, + the patch is quite simple, and well-known. Here's a link to the + solution: + <a href="http://gcc.gnu.org/ml/gcc/2002-03/msg00817.html">yay!</a> + </p> + +<hr> <h1><a name="4_0">4.0 Known Bugs and Non-Bugs</a></h1> <em>Note that this section can get rapdily outdated -- such is the nature of an open-source project. For the latest information, join |