X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fgnulib.texi;h=c61ab571a7dd11a60c41e55c7de9f733141e258d;hb=baad693b4dba18d24f649f4bd4bd24b033e0556a;hp=775502d6aaac8181cbfe1c853c0b761d9fadcae6;hpb=9c10119cfaf80c032f27f3e1cfcf6c97ee79599d;p=gnulib.git diff --git a/doc/gnulib.texi b/doc/gnulib.texi index 775502d6a..c61ab571a 100644 --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -1,5 +1,5 @@ \input texinfo @c -*-texinfo-*- -@comment $Id: gnulib.texi,v 1.20 2006-04-29 16:15:46 haible Exp $ +@comment $Id: gnulib.texi,v 1.22 2006-06-19 20:40:26 karl Exp $ @comment %**start of header @setfilename gnulib.info @settitle GNU Gnulib @@ -7,14 +7,14 @@ @syncodeindex pg cp @comment %**end of header -@set UPDATED $Date: 2006-04-29 16:15:46 $ +@set UPDATED $Date: 2006-06-19 20:40:26 $ @copying This manual is for GNU Gnulib (updated @value{UPDATED}), which is a library of common routines intended to be shared at the source level. -Copyright @copyright{} 2004, 2005 Free Software Foundation, Inc. +Copyright @copyright{} 2004, 2005, 2006 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -85,6 +85,7 @@ Getting started: * Quoting:: * ctime:: * inet_ntoa:: +* gcd:: * Out of memory handling:: * Library version handling:: * Regular expressions:: @@ -177,14 +178,11 @@ arbitrary order. @end itemize -@include gcd.texi - - @include quote.texi - @include ctime.texi +@include gcd.texi @include inet_ntoa.texi @@ -249,7 +247,8 @@ To avoid ELF symbol collisions with other libraries that use the AC_DEFINE something like: @example -AC_DEFINE(check_version, stringprep_check_version, [Rename check_version.]) +AC_DEFINE(check_version, stringprep_check_version, + [Rename check_version.]) @end example The @code{stringprep_check_version} function will thus be implemented