infcall: refactor 'call_function_by_hand_dummy'
[deliverable/binutils-gdb.git] / readline / doc / history.texi
CommitLineData
b585a9fa
EZ
1\input texinfo @c -*-texinfo-*-
2@c %**start of header (This is for running Texinfo on a region.)
3@setfilename history.info
4@settitle GNU History Library
5836a818
PP
5@include version.texi
6
775e241e
TT
7@c %**end of header (This is for running Texinfo on a region.)
8
b585a9fa
EZ
9@copying
10This document describes the GNU History library
11(version @value{VERSION}, @value{UPDATED}),
12a programming tool that provides a consistent user interface for
13recalling lines of previously typed input.
14
775e241e 15Copyright @copyright{} 1988--2016 Free Software Foundation, Inc.
b585a9fa
EZ
16
17@quotation
18Permission is granted to copy, distribute and/or modify this document
cc88a640 19under the terms of the GNU Free Documentation License, Version 1.3 or
b585a9fa 20any later version published by the Free Software Foundation; with no
775e241e
TT
21Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
22A copy of the license is included in the section entitled
23``GNU Free Documentation License''.
b585a9fa 24
b585a9fa
EZ
25@end quotation
26@end copying
27
28@dircategory Libraries
29@direntry
30* History: (history). The GNU history library API.
31@end direntry
32
33@titlepage
34@title GNU History Library
35@subtitle Edition @value{EDITION}, for @code{History Library} Version @value{VERSION}.
36@subtitle @value{UPDATED-MONTH}
37@author Chet Ramey, Case Western Reserve University
38@author Brian Fox, Free Software Foundation
39
40@page
41
42@vskip 0pt plus 1filll
43@insertcopying
44
b585a9fa
EZ
45@end titlepage
46
47@contents
48
49@ifnottex
50@node Top
51@top GNU History Library
52
53This document describes the GNU History library, a programming tool that
54provides a consistent user interface for recalling lines of previously
55typed input.
56
57@menu
58* Using History Interactively:: GNU History User's Manual.
59* Programming with GNU History:: GNU History Programmer's Manual.
cc88a640 60* GNU Free Documentation License:: License for copying this manual.
b585a9fa
EZ
61* Concept Index:: Index of concepts described in this manual.
62* Function and Variable Index:: Index of externally visible functions
63 and variables.
64@end menu
65@end ifnottex
66
67@syncodeindex fn vr
68
69@include hsuser.texi
70@include hstech.texi
71
cc88a640
JK
72@node GNU Free Documentation License
73@appendix GNU Free Documentation License
b585a9fa
EZ
74
75@include fdl.texi
76
77@node Concept Index
78@appendix Concept Index
79@printindex cp
80
81@node Function and Variable Index
82@appendix Function and Variable Index
83@printindex vr
84
85@bye
This page took 0.882935 seconds and 4 git commands to generate.