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
This commit is contained in:
parent
c0e21eef2b
commit
2e4bcfd817
3 changed files with 19 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
@ -468,6 +469,14 @@ which is no longer available, thanks deja...-->
|
|||
solution, but nobody yet has contributed the time.
|
||||
</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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue