X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fgnulib.texi;h=1ff7720d5980d0840cee78d6b92a3b1f90b9d3b0;hb=d93e239a6a447bb45b77121739015760aad15584;hp=b8d9559a51dcfef2424eae33d5c0f73e91f7a39a;hpb=af3bfae2c48c3059e98b28bf9beeb5411a3125a1;p=gnulib.git diff --git a/doc/gnulib.texi b/doc/gnulib.texi index b8d9559a5..1ff7720d5 100644 --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -100,7 +100,7 @@ Resources: @itemize @item Gnulib is hosted at Savannah: @url{http://savannah.gnu.org/projects/gnulib}. Get the sources - through Git or CVS from there. + through Git from there. @item The Gnulib home page: @url{http://www.gnu.org/software/gnulib/}. @end itemize @@ -1073,7 +1073,7 @@ your favorite platform, you may perform these steps: @item Create gnulib directory On a machine with recent automake, autoconf, m4 installed and with a -gnulib git or cvs checkout (typically a Linux machine), use +gnulib git checkout (typically a Linux machine), use @example gnulib-tool --create-megatestdir --with-tests --dir=... @@ -5870,6 +5870,7 @@ This list of functions is sorted according to the header that declares them. * qsort_r:: * random_r:: * rpmatch:: +* secure_getenv:: * seed48_r:: * setstate_r:: * srand48_r:: @@ -5914,6 +5915,7 @@ This list of functions is sorted according to the header that declares them. @include glibc-functions/qsort_r.texi @include glibc-functions/random_r.texi @include glibc-functions/rpmatch.texi +@include glibc-functions/secure_getenv.texi @include glibc-functions/seed48_r.texi @include glibc-functions/setstate_r.texi @include glibc-functions/srand48_r.texi @@ -6677,6 +6679,7 @@ This list of functions is sorted according to the header that declares them. * Safe Allocation Macros:: * Compile-time Assertions:: * Integer Properties:: +* extern inline:: * String Functions in C Locale:: * Quoting:: * error and progname:: @@ -6710,6 +6713,8 @@ This list of functions is sorted according to the header that declares them. @include intprops.texi +@include extern-inline.texi + @node String Functions in C Locale @section Character and String Functions in C Locale