X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fgnulib.texi;h=8411c80a647e0da03f65aa9f0964bcdfc423374c;hb=9ab3d34f0da915fe21691eeecfe4ae69ce6f61a6;hp=e98f124c4869d4a9b83927cae91b84325331825e;hpb=aa087a665ac755fb932610ba6ade2e7af7aeff9d;p=gnulib.git diff --git a/doc/gnulib.texi b/doc/gnulib.texi index e98f124c4..8411c80a6 100644 --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -22,11 +22,11 @@ Copyright @copyright{} 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU Free Documentation License, Version 1.1 or +under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no -Invariant Sections, with no Front-Cover Texts, and with no Back-Cover -Texts. A copy of the license is included in the section entitled -``GNU Free Documentation License.'' +Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A +copy of the license is included in the section entitled ``GNU Free +Documentation License''. @end copying @dircategory Software development @@ -78,6 +78,7 @@ If you need this particular \thing\, you may write to @w{@code{}}. @end macro + @node Introduction @chapter Introduction @@ -96,6 +97,7 @@ Resources: @end itemize @menu +* Benefits:: * Library vs Reusable Code:: * Portability and Application Code:: * Modules:: @@ -200,9 +202,10 @@ your header file as something available for C programs only, or for C and C++ programs alike. Note that putting a @code{#include} in an @code{extern "C" @{ ... @}} -block yields a syntax error in C++ mode on some platforms. For this -reason, it is recommended to place the @code{#include} before the -@code{extern "C"} block. +block yields a syntax error in C++ mode on some platforms (e.g., glibc +systems with g++ v3.3 to v4.2, AIX, OSF/1, IRIX). For this reason, it +is recommended to place the @code{#include} before the @code{extern +"C"} block. @subheading Include ordering @@ -5755,6 +5758,8 @@ This list of functions is sorted according to the header that declares them. * Regular expressions:: * Supporting Relocation:: * func:: +* warnings:: +* manywarnings:: @end menu @node alloca @@ -5836,11 +5841,15 @@ generated automatically. @include func.texi +@include warnings.texi + +@include manywarnings.texi + @node GNU Free Documentation License @appendix GNU Free Documentation License -@include fdl.texi +@include fdl-1.3.texi @node Index