Mercurial > hg > octave-nkf > gnulib-hg
comparison doc/gnulib.texi @ 6764:a156a04768bf
gcd in menu
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Sun, 30 Apr 2006 13:38:54 +0000 |
parents | 3f978fa80453 |
children | 1b6de7675435 |
comparison
equal
deleted
inserted
replaced
6763:16c1945e9422 | 6764:a156a04768bf |
---|---|
1 \input texinfo @c -*-texinfo-*- | 1 \input texinfo @c -*-texinfo-*- |
2 @comment $Id: gnulib.texi,v 1.20 2006-04-29 16:15:46 haible Exp $ | 2 @comment $Id: gnulib.texi,v 1.21 2006-04-30 13:38:54 karl Exp $ |
3 @comment %**start of header | 3 @comment %**start of header |
4 @setfilename gnulib.info | 4 @setfilename gnulib.info |
5 @settitle GNU Gnulib | 5 @settitle GNU Gnulib |
6 @syncodeindex fn cp | 6 @syncodeindex fn cp |
7 @syncodeindex pg cp | 7 @syncodeindex pg cp |
8 @comment %**end of header | 8 @comment %**end of header |
9 | 9 |
10 @set UPDATED $Date: 2006-04-29 16:15:46 $ | 10 @set UPDATED $Date: 2006-04-30 13:38:54 $ |
11 | 11 |
12 @copying | 12 @copying |
13 This manual is for GNU Gnulib (updated @value{UPDATED}), | 13 This manual is for GNU Gnulib (updated @value{UPDATED}), |
14 which is a library of common routines intended to be shared at the | 14 which is a library of common routines intended to be shared at the |
15 source level. | 15 source level. |
16 | 16 |
17 Copyright @copyright{} 2004, 2005 Free Software Foundation, Inc. | 17 Copyright @copyright{} 2004, 2005, 2006 Free Software Foundation, Inc. |
18 | 18 |
19 @quotation | 19 @quotation |
20 Permission is granted to copy, distribute and/or modify this document | 20 Permission is granted to copy, distribute and/or modify this document |
21 under the terms of the GNU Free Documentation License, Version 1.1 or | 21 under the terms of the GNU Free Documentation License, Version 1.1 or |
22 any later version published by the Free Software Foundation; with no | 22 any later version published by the Free Software Foundation; with no |
83 * Comments:: | 83 * Comments:: |
84 * Header files:: | 84 * Header files:: |
85 * Quoting:: | 85 * Quoting:: |
86 * ctime:: | 86 * ctime:: |
87 * inet_ntoa:: | 87 * inet_ntoa:: |
88 * gcd:: | |
88 * Out of memory handling:: | 89 * Out of memory handling:: |
89 * Library version handling:: | 90 * Library version handling:: |
90 * Regular expressions:: | 91 * Regular expressions:: |
91 @end menu | 92 @end menu |
92 | 93 |
175 @item Then come all the #include "..." of gnulib and private headers, in | 176 @item Then come all the #include "..." of gnulib and private headers, in |
176 arbitrary order. | 177 arbitrary order. |
177 @end itemize | 178 @end itemize |
178 | 179 |
179 | 180 |
181 @include quote.texi | |
182 | |
183 @include ctime.texi | |
184 | |
180 @include gcd.texi | 185 @include gcd.texi |
181 | |
182 | |
183 @include quote.texi | |
184 | |
185 | |
186 @include ctime.texi | |
187 | |
188 | 186 |
189 @include inet_ntoa.texi | 187 @include inet_ntoa.texi |
190 | 188 |
191 | 189 |
192 @node Out of memory handling | 190 @node Out of memory handling |