comparison libiberty/libiberty.texi @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents f6334be47118
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
22 @end macro 22 @end macro
23 23
24 @ifinfo 24 @ifinfo
25 This manual describes the GNU @libib library of utility subroutines. 25 This manual describes the GNU @libib library of utility subroutines.
26 26
27 Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 27 Copyright @copyright{} 2001-2017 Free Software Foundation, Inc.
28 2009, 2010 Free Software Foundation, Inc.
29 28
30 Permission is granted to copy, distribute and/or modify this document 29 Permission is granted to copy, distribute and/or modify this document
31 under the terms of the GNU Free Documentation License, Version 1.3 30 under the terms of the GNU Free Documentation License, Version 1.3
32 or any later version published by the Free Software Foundation; 31 or any later version published by the Free Software Foundation;
33 with no Invariant Sections, with no Front-Cover Texts, and with no 32 with no Invariant Sections, with no Front-Cover Texts, and with no
49 @author Phil Edwards et al. 48 @author Phil Edwards et al.
50 @page 49 @page
51 50
52 51
53 @vskip 0pt plus 1filll 52 @vskip 0pt plus 1filll
54 Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 53 Copyright @copyright{} 2001-2017 Free Software Foundation, Inc.
55 2009, 2010 Free Software Foundation, Inc.
56 54
57 Permission is granted to copy, distribute and/or modify this document 55 Permission is granted to copy, distribute and/or modify this document
58 under the terms of the GNU Free Documentation License, Version 1.3 56 under the terms of the GNU Free Documentation License, Version 1.3
59 or any later version published by the Free Software Foundation; 57 or any later version published by the Free Software Foundation;
60 with no Invariant Sections, with no Front-Cover Texts, and with no 58 with no Invariant Sections, with no Front-Cover Texts, and with no
79 * Using:: How to use libiberty in your code. 77 * Using:: How to use libiberty in your code.
80 78
81 * Overview:: Overview of available function groups. 79 * Overview:: Overview of available function groups.
82 80
83 * Functions:: Available functions, macros, and global variables. 81 * Functions:: Available functions, macros, and global variables.
84
85 * Obstacks:: Object Stacks.
86 82
87 * Licenses:: The various licenses under which libiberty sources are 83 * Licenses:: The various licenses under which libiberty sources are
88 distributed. 84 distributed.
89 85
90 * Index:: Index of functions and categories. 86 * Index:: Index of functions and categories.
241 237
242 @menu 238 @menu
243 * Obstacks:: Stacks of arbitrary objects. 239 * Obstacks:: Stacks of arbitrary objects.
244 @end menu 240 @end menu
245 241
246 @c This is generated from the glibc manual using a make-obstacks-texi.sh 242 @c This is generated from the glibc manual using contrib/make-obstacks-texi.pl
247 @c script of Phil's. Hope it's accurate.
248 @include obstacks.texi 243 @include obstacks.texi
249 244
250 @node Functions 245 @node Functions
251 @chapter Function, Variable, and Macro Listing. 246 @chapter Function, Variable, and Macro Listing.
252 @include functions.texi 247 @include functions.texi