Commit 2e4bcfd8 by Benjamin Kosnik

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
parent c0e21eef
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> 2002-03-18 Paolo Carlini <pcarlini@unitus.it>
* include/bits/locale_facets.tcc * include/bits/locale_facets.tcc
...@@ -44,7 +49,7 @@ ...@@ -44,7 +49,7 @@
(__cxa_call_unexpected): Pass it. (__cxa_call_unexpected): Pass it.
(PERSONALITY_FUNCTION): Likewise. Use get_adjusted_ptr. (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.in: Remove useless is_mingw32.
* configure: Rebuilt. * configure: Rebuilt.
......
- audit for places where __builtin_expect can be used.
- coordinate with "C" library people the "C" compatibility headers. - 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 - do more doxygen manpages
......
...@@ -61,6 +61,7 @@ ...@@ -61,6 +61,7 @@
<li><a href="#3_4">I can't use 'long long' on Solaris</a> <li><a href="#3_4">I can't use 'long long' on Solaris</a>
<li><a href="#3_5"><code>_XOPEN_SOURCE</code> / <li><a href="#3_5"><code>_XOPEN_SOURCE</code> /
<code>_GNU_SOURCE</code> / etc is always defined</a> <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> </ol>
<li><a href="#4_0">Known Bugs and Non-Bugs</a> <li><a href="#4_0">Known Bugs and Non-Bugs</a>
...@@ -469,6 +470,14 @@ which is no longer available, thanks deja...--> ...@@ -469,6 +470,14 @@ which is no longer available, thanks deja...-->
</p> </p>
<hr> <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> <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 <em>Note that this section can get rapdily outdated -- such is the
nature of an open-source project. For the latest information, join nature of an open-source project. For the latest information, join
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment