* elf32-mips.c (mips_elf_gprel32_reloc): Initialize gp if
[deliverable/binutils-gdb.git] / readline / doc / hist.texinfo
1 \input texinfo @c -*-texinfo-*-
2 @comment %**start of header (This is for running Texinfo on a region.)
3 @setfilename history.info
4 @settitle GNU Readline Library
5 @comment %**end of header (This is for running Texinfo on a region.)
6 @synindex vr fn
7 @setchapternewpage odd
8
9 @ifinfo
10 This document describes the GNU History library, a programming tool that
11 provides a consistent user interface for recalling lines of previously
12 typed input.
13
14 Copyright (C) 1988, 1991 Free Software Foundation, Inc.
15
16 Permission is granted to make and distribute verbatim copies of
17 this manual provided the copyright notice and this permission notice
18 pare preserved on all copies.
19
20 @ignore
21 Permission is granted to process this file through TeX and print the
22 results, provided the printed document carries copying permission
23 notice identical to this one except for the removal of this paragraph
24 (this paragraph not being relevant to the printed manual).
25 @end ignore
26
27 Permission is granted to copy and distribute modified versions of this
28 manual under the conditions for verbatim copying, provided that the entire
29 resulting derived work is distributed under the terms of a permission
30 notice identical to this one.
31
32 Permission is granted to copy and distribute translations of this manual
33 into another language, under the above conditions for modified versions,
34 except that this permission notice may be stated in a translation approved
35 by the Foundation.
36 @end ifinfo
37
38 @titlepage
39 @sp 10
40 @center @titlefont{GNU History Library}
41 @center Brian Fox
42 @center Free Software Foundation
43 @center Version 1.1
44 @center April 1991
45
46 @c Include the Distribution inside the titlepage environment so
47 @c that headings are turned off.
48
49 @page
50
51 This document describes the GNU History library, a programming tool that
52 provides a consistent user interface for recalling lines of previously
53 typed input.
54
55 Published by the Free Software Foundation @*
56 675 Massachusetts Avenue, @*
57 Cambridge, MA 02139 USA
58
59 Permission is granted to make and distribute verbatim copies of
60 this manual provided the copyright notice and this permission notice
61 are preserved on all copies.
62
63 Permission is granted to copy and distribute modified versions of this
64 manual under the conditions for verbatim copying, provided that the entire
65 resulting derived work is distributed under the terms of a permission
66 notice identical to this one.
67
68 Permission is granted to copy and distribute translations of this manual
69 into another language, under the above conditions for modified versions,
70 except that this permission notice may be stated in a translation approved
71 by the Foundation.
72
73 @vskip 0pt plus 1filll
74 Copyright @copyright{} 1989, 1991 Free Software Foundation, Inc.
75 @end titlepage
76
77 @ifinfo
78 @node Top
79 @top GNU History Library
80
81 This document describes the GNU History library, a programming tool that
82 provides a consistent user interface for recalling lines of previously
83 typed input.
84
85 @menu
86 * Using History Interactively:: GNU History User's Manual.
87 * Programming with GNU History:: GNU History Programmer's Manual.
88 * Concept Index:: Index of concepts described in this manual.
89 * Function and Variable Index:: Index of externally visible functions
90 and variables.
91 @end menu
92 @end ifinfo
93
94 @include hsuser.texinfo
95 @include hstech.texinfo
96
97 @node Concept Index
98 @appendix Concept Index
99 @printindex cp
100
101 @node Function and Variable Index
102 @appendix Function and Variable Index
103 @printindex vr
104 @contents
105
106 @bye
This page took 0.031109 seconds and 4 git commands to generate.