xref: /openbsd/gnu/lib/libreadline/doc/hist.texinfo (revision af70c2df)
11acd27e7Smillert\input texinfo    @c -*-texinfo-*-
21acd27e7Smillert@c %**start of header (This is for running Texinfo on a region.)
31acd27e7Smillert@setfilename history.info
41acd27e7Smillert@settitle GNU History Library
51acd27e7Smillert@c %**end of header (This is for running Texinfo on a region.)
61acd27e7Smillert
71acd27e7Smillert@setchapternewpage odd
81acd27e7Smillert
91acd27e7Smillert@include manvers.texinfo
101acd27e7Smillert
111acd27e7Smillert@ifinfo
121acd27e7Smillert@dircategory Libraries
131acd27e7Smillert@direntry
141acd27e7Smillert* History: (history).         The GNU history library API
151acd27e7Smillert@end direntry
161acd27e7Smillert
171acd27e7SmillertThis document describes the GNU History library, a programming tool that
181acd27e7Smillertprovides a consistent user interface for recalling lines of previously
191acd27e7Smillerttyped input.
201acd27e7Smillert
21*af70c2dfSkettenisCopyright (C) 1988-2002 Free Software Foundation, Inc.
221acd27e7Smillert
231acd27e7SmillertPermission is granted to make and distribute verbatim copies of
241acd27e7Smillertthis manual provided the copyright notice and this permission notice
251acd27e7Smillertpare preserved on all copies.
261acd27e7Smillert
271acd27e7Smillert@ignore
281acd27e7SmillertPermission is granted to process this file through TeX and print the
291acd27e7Smillertresults, provided the printed document carries copying permission
301acd27e7Smillertnotice identical to this one except for the removal of this paragraph
311acd27e7Smillert(this paragraph not being relevant to the printed manual).
321acd27e7Smillert@end ignore
331acd27e7Smillert
341acd27e7SmillertPermission is granted to copy and distribute modified versions of this
351acd27e7Smillertmanual under the conditions for verbatim copying, provided that the entire
361acd27e7Smillertresulting derived work is distributed under the terms of a permission
371acd27e7Smillertnotice identical to this one.
381acd27e7Smillert
391acd27e7SmillertPermission is granted to copy and distribute translations of this manual
401acd27e7Smillertinto another language, under the above conditions for modified versions,
411acd27e7Smillertexcept that this permission notice may be stated in a translation approved
421acd27e7Smillertby the Free Software Foundation.
431acd27e7Smillert@end ifinfo
441acd27e7Smillert
451acd27e7Smillert@titlepage
461acd27e7Smillert@title GNU History Library
471acd27e7Smillert@subtitle Edition @value{EDITION}, for @code{History Library} Version @value{VERSION}.
481acd27e7Smillert@subtitle @value{UPDATE-MONTH}
491acd27e7Smillert@author Brian Fox, Free Software Foundation
501acd27e7Smillert@author Chet Ramey, Case Western Reserve University
511acd27e7Smillert
521acd27e7Smillert@page
531acd27e7SmillertThis document describes the GNU History library, a programming tool that
541acd27e7Smillertprovides a consistent user interface for recalling lines of previously
551acd27e7Smillerttyped input.
561acd27e7Smillert
571acd27e7SmillertPublished by the Free Software Foundation @*
581acd27e7Smillert59 Temple Place, Suite 330, @*
591acd27e7SmillertBoston, MA 02111 USA
601acd27e7Smillert
611acd27e7SmillertPermission is granted to make and distribute verbatim copies of
621acd27e7Smillertthis manual provided the copyright notice and this permission notice
631acd27e7Smillertare preserved on all copies.
641acd27e7Smillert
651acd27e7SmillertPermission is granted to copy and distribute modified versions of this
661acd27e7Smillertmanual under the conditions for verbatim copying, provided that the entire
671acd27e7Smillertresulting derived work is distributed under the terms of a permission
681acd27e7Smillertnotice identical to this one.
691acd27e7Smillert
701acd27e7SmillertPermission is granted to copy and distribute translations of this manual
711acd27e7Smillertinto another language, under the above conditions for modified versions,
721acd27e7Smillertexcept that this permission notice may be stated in a translation approved
731acd27e7Smillertby the Free Software Foundation.
741acd27e7Smillert
751acd27e7Smillert@vskip 0pt plus 1filll
76*af70c2dfSkettenisCopyright @copyright{} 1988-2002 Free Software Foundation, Inc.
771acd27e7Smillert@end titlepage
781acd27e7Smillert
791acd27e7Smillert@ifinfo
801acd27e7Smillert@node Top
811acd27e7Smillert@top GNU History Library
821acd27e7Smillert
831acd27e7SmillertThis document describes the GNU History library, a programming tool that
841acd27e7Smillertprovides a consistent user interface for recalling lines of previously
851acd27e7Smillerttyped input.
861acd27e7Smillert
871acd27e7Smillert@menu
881acd27e7Smillert* Using History Interactively::	  GNU History User's Manual.
891acd27e7Smillert* Programming with GNU History::  GNU History Programmer's Manual.
901acd27e7Smillert* Concept Index::		  Index of concepts described in this manual.
911acd27e7Smillert* Function and Variable Index::	  Index of externally visible functions
921acd27e7Smillert				  and variables.
931acd27e7Smillert@end menu
941acd27e7Smillert@end ifinfo
951acd27e7Smillert
961acd27e7Smillert@syncodeindex fn vr
971acd27e7Smillert
981acd27e7Smillert@include hsuser.texinfo
991acd27e7Smillert@include hstech.texinfo
1001acd27e7Smillert
1011acd27e7Smillert@node Concept Index
1021acd27e7Smillert@appendix Concept Index
1031acd27e7Smillert@printindex cp
1041acd27e7Smillert
1051acd27e7Smillert@node Function and Variable Index
1061acd27e7Smillert@appendix Function and Variable Index
1071acd27e7Smillert@printindex vr
1081acd27e7Smillert
1091acd27e7Smillert@contents
1101acd27e7Smillert@bye
111