From 2e4bcfd817ff8ce3dac239e408769776d1587d9b Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Tue, 19 Mar 2002 17:17:46 +0000 Subject: [PATCH] index.html: Add OS X workaround. 2002-03-19 Benjamin Kosnik * docs/html/faq/index.html: Add OS X workaround. * docs/html/17_intro/TODO: Update. From-SVN: r51028 --- libstdc++-v3/ChangeLog | 7 ++++++- libstdc++-v3/docs/html/17_intro/TODO | 4 ++++ libstdc++-v3/docs/html/faq/index.html | 9 +++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 0377185a2ef..ea20c117b12 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2002-03-19 Benjamin Kosnik + + * docs/html/faq/index.html: Add OS X workaround. + * docs/html/17_intro/TODO: Update. + 2002-03-18 Paolo Carlini * 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 +2002-03-15 Anthony Green * 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 538a4078792..c7a2ecbe24e 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 eb52f5ffd52..7e5544bbc2e 100644 --- a/libstdc++-v3/docs/html/faq/index.html +++ b/libstdc++-v3/docs/html/faq/index.html @@ -61,6 +61,7 @@
  • I can't use 'long long' on Solaris
  • _XOPEN_SOURCE / _GNU_SOURCE / etc is always defined +
  • OS X ctype.h is broken! How can I hack around it?
  • Known Bugs and Non-Bugs @@ -468,6 +469,14 @@ which is no longer available, thanks deja...--> solution, but nobody yet has contributed the time.

    +
    +

    3.6 OS X ctype.h is broken! How can I hack around it?

    +

    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: + yay! +

    +

    4.0 Known Bugs and Non-Bugs

    Note that this section can get rapdily outdated -- such is the -- 2.30.2