index.html: Add OS X workaround.
authorBenjamin Kosnik <bkoz@gcc.gnu.org>
Tue, 19 Mar 2002 17:17:46 +0000 (17:17 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Tue, 19 Mar 2002 17:17:46 +0000 (17:17 +0000)
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

libstdc++-v3/ChangeLog
libstdc++-v3/docs/html/17_intro/TODO
libstdc++-v3/docs/html/faq/index.html

index 0377185..ea20c11 100644 (file)
@@ -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.
index 538a407..c7a2ecb 100644 (file)
@@ -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
 
index eb52f5f..7e5544b 100644 (file)
@@ -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