From d7fa6e206dfcf5ade54c67dd5bd01d4f9404505a Mon Sep 17 00:00:00 2001
From: Elena Zannoni
Date: Mon, 21 Dec 1998 20:06:35 +0000
Subject: [PATCH] Import of readline-2.2.1
---
readline/MANIFEST.doc | 16 +
readline/acconfig.h | 30 +
readline/doc/hist.texinfo | 43 +-
readline/doc/history.dvi | Bin 0 -> 35068 bytes
readline/doc/history.html | 1069 +++++++
readline/doc/history.info | 739 +++--
readline/doc/history.ps | 2071 +++++++++++++
readline/doc/history_toc.html | 51 +
readline/doc/hstech.texinfo | 494 +++-
readline/doc/hsuser.texinfo | 341 ++-
readline/doc/readline.0 | 1122 ++++++++
readline/doc/readline.dvi | Bin 0 -> 185100 bytes
readline/doc/readline.html | 3482 ++++++++++++++++++++++
readline/doc/readline.info | 2486 +++++++++++-----
readline/doc/readline.ps | 4946 ++++++++++++++++++++++++++++++++
readline/doc/readline_toc.html | 77 +
readline/doc/rlman.texinfo | 30 +-
readline/doc/rltech.texinfo | 1130 ++++++--
readline/doc/rluser.texinfo | 1014 ++++++-
readline/doc/texinfo.tex | 3431 ++++++++++++++++------
20 files changed, 20182 insertions(+), 2390 deletions(-)
create mode 100644 readline/MANIFEST.doc
create mode 100644 readline/acconfig.h
create mode 100644 readline/doc/history.dvi
create mode 100644 readline/doc/history.html
create mode 100644 readline/doc/history.ps
create mode 100644 readline/doc/history_toc.html
create mode 100644 readline/doc/readline.0
create mode 100644 readline/doc/readline.dvi
create mode 100644 readline/doc/readline.html
create mode 100644 readline/doc/readline.ps
create mode 100644 readline/doc/readline_toc.html
diff --git a/readline/MANIFEST.doc b/readline/MANIFEST.doc
new file mode 100644
index 00000000000..ed27cb39107
--- /dev/null
+++ b/readline/MANIFEST.doc
@@ -0,0 +1,16 @@
+#
+# Master Manifest file for documentation-only distribution
+#
+doc d
+MANIFEST.doc f
+doc/readline.ps f
+doc/history.ps f
+doc/readline.dvi f
+doc/history.dvi f
+doc/readline.info f
+doc/history.info f
+doc/readline.html f
+doc/readline_toc.html f
+doc/history.html f
+doc/history_toc.html f
+doc/readline.0 f
diff --git a/readline/acconfig.h b/readline/acconfig.h
new file mode 100644
index 00000000000..4f4223886c2
--- /dev/null
+++ b/readline/acconfig.h
@@ -0,0 +1,30 @@
+/* acconfig.h
+ This file is in the public domain.
+
+ Descriptive text for the C preprocessor macros that
+ the distributed Autoconf macros can define.
+ No software package will use all of them; autoheader copies the ones
+ your configure.in uses into your configuration header file templates.
+
+ The entries are in sort -df order: alphabetical, case insensitive,
+ ignoring punctuation (such as underscores). Although this order
+ can split up related entries, it makes it easier to check whether
+ a given entry is in the file.
+
+ Leave the following blank line there!! Autoheader needs it. */
+
+
+/* Definitions pulled in from aclocal.m4. */
+#undef VOID_SIGHANDLER
+
+#undef TIOCGWINSZ_IN_SYS_IOCTL
+
+#undef TIOCSTAT_IN_SYS_IOCTL
+
+#undef HAVE_GETPW_DECLS
+
+
+/* Leave that blank line there!! Autoheader needs it.
+ If you're adding to this file, keep in mind:
+ The entries are in sort -df order: alphabetical, case insensitive,
+ ignoring punctuation (such as underscores). */
diff --git a/readline/doc/hist.texinfo b/readline/doc/hist.texinfo
index 62927381044..be8742f5e66 100644
--- a/readline/doc/hist.texinfo
+++ b/readline/doc/hist.texinfo
@@ -1,17 +1,31 @@
\input texinfo @c -*-texinfo-*-
-@comment %**start of header (This is for running Texinfo on a region.)
+@c %**start of header (This is for running Texinfo on a region.)
@setfilename history.info
-@settitle GNU Readline Library
-@comment %**end of header (This is for running Texinfo on a region.)
-@synindex vr fn
+@settitle GNU History Library
+@c %**end of header (This is for running Texinfo on a region.)
+
@setchapternewpage odd
+@ignore
+last change: Thu Apr 2 14:38:22 EST 1998
+@end ignore
+
+@set EDITION 2.2
+@set VERSION 2.2
+@set UPDATED 2 April 1998
+@set UPDATE-MONTH April 1998
+
+@dircategory Libraries
+@direntry
+* History: (history). The GNU history library API
+@end direntry
+
@ifinfo
This document describes the GNU History library, a programming tool that
provides a consistent user interface for recalling lines of previously
typed input.
-Copyright (C) 1988, 1991 Free Software Foundation, Inc.
+Copyright (C) 1988, 1991, 1993, 1995, 1996, 1998 Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
@@ -36,18 +50,13 @@ by the Foundation.
@end ifinfo
@titlepage
-@sp 10
-@center @titlefont{GNU History Library}
-@center Brian Fox
-@center Free Software Foundation
-@center Version 1.1
-@center April 1991
-
-@c Include the Distribution inside the titlepage environment so
-@c that headings are turned off.
+@title GNU History Library
+@subtitle Edition @value{EDITION}, for @code{History Library} Version @value{VERSION}.
+@subtitle @value{UPDATE-MONTH}
+@author Brian Fox, Free Software Foundation
+@author Chet Ramey, Case Western Reserve University
@page
-
This document describes the GNU History library, a programming tool that
provides a consistent user interface for recalling lines of previously
typed input.
@@ -91,6 +100,8 @@ typed input.
@end menu
@end ifinfo
+@syncodeindex fn vr
+
@include hsuser.texinfo
@include hstech.texinfo
@@ -101,6 +112,6 @@ typed input.
@node Function and Variable Index
@appendix Function and Variable Index
@printindex vr
-@contents
+@contents
@bye
diff --git a/readline/doc/history.dvi b/readline/doc/history.dvi
new file mode 100644
index 0000000000000000000000000000000000000000..f50179278cb642018d7d6af5d3b4ef5af01bbe50
GIT binary patch
literal 35068
zcmeHw3wT^*o%bX&DWwzzRuDwcmP^x+gk0J}TM$EONtJSGQb3@zlbJJ_BXbFJX4(W~
zQSk=S(9mJt!itv_alNyC=mdlNDNsHa$S0yc!uR|A-}gP|%w(Dd
zbRXA8`?y;=bI$wz@Avne-!?a0x8wfTu8iPM^zox#KWJV2`h2N4QYyZ_d-?KHJG+*2
zcJ-|2Ub1A#`|(5*AKTxb7x8D??q?&B@eem&*Zat}55I8Smw&O%J?zl4r!M*G!{>fD
z@~SVsH8LNo%t>U2M!S3VUUK%i8_EZK<754{Q_L5}ymRcKLcB0G&R2HNpWAhPB!;a&
zecR`DAGGtHZ95`Ae&f5QdfxoZ=CR1Usouyutkjao7P`BttCM!o&gaU}J5xQK-R)i~
zU+|`SAARz)QU6KoSuA#UP1Nn>RWEd3Ji@XH4&L|ha_9K&gCmh`JDSFJ7uUrLiS3_R
zkan>yh_Y<_!%gq`{?=_%{esOaQmGnj`p+!b@m#qjm0Gjwg*#LE?KeI&+U~8X6fDad
z$ft@o-}um0FJ7=*K2gb+a>+P>9^ZWk_FI*%Mn+_AiiDwb2U3OR4R
z4*GHNaoyK<`8HwCThT(%*{b{RV*dITCd{h`#
z9ZcI!Iri%>B=bAhO(aTLD+fXpy`<$N3ic3y@``E81OMFEuTzGm8O1*mwB2oa<9FlU
zNFhI5h-b5QZrCg4EBOpwix>GZmfK=uIWIoG=iuI6*)@^RIS>Uaw-bAjnI+)t*|`cR
zkcuZP;cLN4#4{N#i2sN8^C>K6ZL#wuCo|@OBqQ6`O;}0123hVLzxxoq`1z%wjP0bY
zBo`jS4tN+StRb|9MU|};Fi3qCFz6!!+_F=a?!uev;*Jwf+zhGk09~=@RQk4fR?aI~
z?c?gfRq-s48!FhzVXK{+t?To;db)d;dm9G_yEH&d2^%A!|DnyK;2mGq&S_P{cF|
zLV4Nv6&1^i=aOC$1OdfMMav`8hafXqFOeUy73xLs2~X!LrFe#9t&pf#B5i4C@F;*C
zE7-$nPiUIU7j2M|Ys*E(3~Zz6BLPRf-&N!Gcf@P+f1_*$|87A1$iG0()1+>aob?
z!Jni(AB!p}2GhyJ8cd)Z;5_*Qnds1{C?$8w(ObKz;9G=-K0zvDkcoCTy6eYbGC
+
+
+- Function: void history_set_history_state (HISTORY_STATE *state)
+
-
+Set the state of the history list according to state.
+
+
+
+
+
+History List Management
+
+
+These functions manage individual entries on the history list, or set
+parameters managing the list itself.
+
+
+
+
+- Function: void add_history (char *string)
+
-
+Place string at the end of the history list. The associated data
+field (if any) is set to
NULL
.
+
+
+
+
+
+- Function: HIST_ENTRY * remove_history (int which)
+
-
+Remove history entry at offset which from the history. The
+removed element is returned so you can free the line, data,
+and containing structure.
+
+
+
+
+
+- Function: HIST_ENTRY * replace_history_entry (int which, char *line, char *data)
+
-
+Make the history entry at offset which have line and data.
+This returns the old entry so you can dispose of the data. In the case
+of an invalid which, a
NULL
pointer is returned.
+
+
+
+
+
+- Function: void clear_history ()
+
-
+Clear the history list by deleting all the entries.
+
+
+
+
+
+- Function: void stifle_history (int max)
+
-
+Stifle the history list, remembering only the last max entries.
+
+
+
+
+
+- Function: int unstifle_history ()
+
-
+Stop stifling the history. This returns the previous amount the
+history was stifled. The value is positive if the history was
+stifled, negative if it wasn't.
+
+
+
+
+
+- Function: int history_is_stifled ()
+
-
+Returns non-zero if the history is stifled, zero if it is not.
+
+
+
+
+
+Information About the History List
+
+
+These functions return information about the entire history list or
+individual list entries.
+
+
+
+
+- Function: HIST_ENTRY ** history_list ()
+
-
+Return a
NULL
terminated array of HIST_ENTRY
which is the
+current input history. Element 0 of this list is the beginning of time.
+If there is no history, return NULL
.
+
+
+
+
+
+- Function: int where_history ()
+
-
+Returns the offset of the current history element.
+
+
+
+
+
+- Function: HIST_ENTRY * current_history ()
+
-
+Return the history entry at the current position, as determined by
+
where_history ()
. If there is no entry there, return a NULL
+pointer.
+
+
+
+
+
+- Function: HIST_ENTRY * history_get (int offset)
+
-
+Return the history entry at position offset, starting from
+
history_base
. If there is no entry there, or if offset
+is greater than the history length, return a NULL
pointer.
+
+
+
+
+
+- Function: int history_total_bytes ()
+
-
+Return the number of bytes that the primary history entries are using.
+This function returns the sum of the lengths of all the lines in the
+history.
+
+
+
+
+
+Moving Around the History List
+
+
+These functions allow the current index into the history list to be
+set or changed.
+
+
+
+
+- Function: int history_set_pos (int pos)
+
-
+Set the position in the history list to pos, an absolute index
+into the list.
+
+
+
+
+
+- Function: HIST_ENTRY * previous_history ()
+
-
+Back up the current history offset to the previous history entry, and
+return a pointer to that entry. If there is no previous entry, return
+a
NULL
pointer.
+
+
+
+
+
+- Function: HIST_ENTRY * next_history ()
+
-
+Move the current history offset forward to the next history entry, and
+return the a pointer to that entry. If there is no next entry, return
+a
NULL
pointer.
+
+
+
+
+
+Searching the History List
+
+
+
+
+
+These functions allow searching of the history list for entries containing
+a specific string. Searching may be performed both forward and backward
+from the current history position. The search may be anchored,
+meaning that the string must match at the beginning of the history entry.
+
+
+
+
+
+- Function: int history_search (char *string, int direction)
+
-
+Search the history for string, starting at the current history
+offset. If direction < 0, then the search is through previous entries,
+else through subsequent. If string is found, then
+the current history index is set to that history entry, and the value
+returned is the offset in the line of the entry where
+string was found. Otherwise, nothing is changed, and a -1 is
+returned.
+
+
+
+
+
+- Function: int history_search_prefix (char *string, int direction)
+
-
+Search the history for string, starting at the current history
+offset. The search is anchored: matching lines must begin with
+string. If direction < 0, then the search is through previous
+entries, else through subsequent. If string is found, then the
+current history index is set to that entry, and the return value is 0.
+Otherwise, nothing is changed, and a -1 is returned.
+
+
+
+
+
+- Function: int history_search_pos (char *string, int direction, int pos)
+
-
+Search for string in the history list, starting at pos, an
+absolute index into the list. If direction is negative, the search
+proceeds backward from pos, otherwise forward. Returns the absolute
+index of the history element where string was found, or -1 otherwise.
+
+
+
+
+
+Managing the History File
+
+
+The History library can read the history from and write it to a file.
+This section documents the functions for managing a history file.
+
+
+
+
+- Function: int read_history (char *filename)
+
-
+Add the contents of filename to the history list, a line at a
+time. If filename is
NULL
, then read from
+`~/.history'. Returns 0 if successful, or errno if not.
+
+
+
+
+
+- Function: int read_history_range (char *filename, int from, int to)
+
-
+Read a range of lines from filename, adding them to the history list.
+Start reading at line from and end at to. If
+from is zero, start at the beginning. If to is less than
+from, then read until the end of the file. If filename is
+
NULL
, then read from `~/.history'. Returns 0 if successful,
+or errno
if not.
+
+
+
+
+
+- Function: int write_history (char *filename)
+
-
+Write the current history to filename, overwriting filename
+if necessary. If filename is
+
NULL
, then write the history list to `~/.history'. Values
+returned are as in read_history ()
.
+
+
+
+
+
+- Function: int append_history (int nelements, char *filename)
+
-
+Append the last nelements of the history list to filename.
+
+
+
+
+
+- Function: int history_truncate_file (char *filename, int nlines)
+
-
+Truncate the history file filename, leaving only the last
+nlines lines.
+
+
+
+
+
+History Expansion
+
+
+These functions implement csh
-like history expansion.
+
+
+
+
+- Function: int history_expand (char *string, char **output)
+
-
+Expand string, placing the result into output, a pointer
+to a string (see section History Expansion). Returns:
+
+
+0
+-
+If no expansions took place (or, if the only change in
+the text was the de-slashifying of the history expansion
+character);
+
1
+-
+if expansions did take place;
+
-1
+-
+if there was an error in expansion;
+
2
+-
+if the returned line should only be displayed, but not executed,
+as with the
:p
modifier (see section Modifiers).
+
+
+
+If an error ocurred in expansion, then output contains a descriptive
+error message.
+
+
+
+
+
+- Function: char * history_arg_extract (int first, int last, char *string)
+
-
+Extract a string segment consisting of the first through last
+arguments present in string. Arguments are broken up as in Bash.
+
+
+
+
+
+- Function: char * get_history_event (char *string, int *cindex, int qchar)
+
-
+Returns the text of the history event beginning at string +
+*cindex. *cindex is modified to point to after the event
+specifier. At function entry, cindex points to the index into
+string where the history event specification begins. qchar
+is a character that is allowed to end the event specification in addition
+to the "normal" terminating characters.
+
+
+
+
+
+- Function: char ** history_tokenize (char *string)
+
-
+Return an array of tokens parsed out of string, much as the
+shell might. The tokens are split on white space and on the
+characters
()<>;&|$
, and shell quoting conventions are
+obeyed.
+
+
+
+
+
+History Variables
+
+
+This section describes the externally visible variables exported by
+the GNU History Library.
+
+
+
+
+- Variable: int history_base
+
-
+The logical offset of the first entry in the history list.
+
+
+
+
+
+- Variable: int history_length
+
-
+The number of entries currently stored in the history list.
+
+
+
+
+
+- Variable: int max_input_history
+
-
+The maximum number of history entries. This must be changed using
+
stifle_history ()
.
+
+
+
+
+
+- Variable: char history_expansion_char
+
-
+The character that starts a history event. The default is `!'.
+
+
+
+
+
+- Variable: char history_subst_char
+
-
+The character that invokes word substitution if found at the start of
+a line. The default is `^'.
+
+
+
+
+
+- Variable: char history_comment_char
+
-
+During tokenization, if this character is seen as the first character
+of a word, then it and all subsequent characters up to a newline are
+ignored, suppressing history expansion for the remainder of the line.
+This is disabled by default.
+
+
+
+
+
+- Variable: char * history_no_expand_chars
+
-
+The list of characters which inhibit history expansion if found immediately
+following history_expansion_char. The default is whitespace and
+`='.
+
+
+
+
+
+- Variable: char * history_search_delimiter_chars
+
-
+The list of additional characters which can delimit a history search
+string, in addition to whitespace, `:' and `?' in the case of
+a substring search. The default is empty.
+
+
+
+
+
+- Variable: int history_quotes_inhibit_expansion
+
-
+If non-zero, single-quoted words are not scanned for the history expansion
+character. The default value is 0.
+
+
+
+
+
+- Variable: Function * history_inhibit_expansion_function
+
-
+This should be set to the address of a function that takes two arguments:
+a
char *
(string) and an integer index into that string (i).
+It should return a non-zero value if the history expansion starting at
+string[i] should not be performed; zero if the expansion should
+be done.
+It is intended for use by applications like Bash that use the history
+expansion character for additional purposes.
+By default, this variable is set to NULL.
+
+
+
+
+
+History Programming Example
+
+
+The following program demonstrates simple use of the GNU History Library.
+
+
+
+
+main ()
+{
+ char line[1024], *t;
+ int len, done = 0;
+
+ line[0] = 0;
+
+ using_history ();
+ while (!done)
+ {
+ printf ("history$ ");
+ fflush (stdout);
+ t = fgets (line, sizeof (line) - 1, stdin);
+ if (t && *t)
+ {
+ len = strlen (t);
+ if (t[len - 1] == '\n')
+ t[len - 1] = '\0';
+ }
+
+ if (!t)
+ strcpy (line, "quit");
+
+ if (line[0])
+ {
+ char *expansion;
+ int result;
+
+ result = history_expand (line, &expansion);
+ if (result)
+ fprintf (stderr, "%s\n", expansion);
+
+ if (result < 0 || result == 2)
+ {
+ free (expansion);
+ continue;
+ }
+
+ add_history (expansion);
+ strncpy (line, expansion, sizeof (line) - 1);
+ free (expansion);
+ }
+
+ if (strcmp (line, "quit") == 0)
+ done = 1;
+ else if (strcmp (line, "save") == 0)
+ write_history ("history_file");
+ else if (strcmp (line, "read") == 0)
+ read_history ("history_file");
+ else if (strcmp (line, "list") == 0)
+ {
+ register HIST_ENTRY **the_list;
+ register int i;
+
+ the_list = history_list ();
+ if (the_list)
+ for (i = 0; the_list[i]; i++)
+ printf ("%d: %s\n", i + history_base, the_list[i]->line);
+ }
+ else if (strncmp (line, "delete", 6) == 0)
+ {
+ int which;
+ if ((sscanf (line + 6, "%d", &which)) == 1)
+ {
+ HIST_ENTRY *entry = remove_history (which);
+ if (!entry)
+ fprintf (stderr, "No such entry %d\n", which);
+ else
+ {
+ free (entry->line);
+ free (entry);
+ }
+ }
+ else
+ {
+ fprintf (stderr, "non-numeric arg given to `delete'\n");
+ }
+ }
+ }
+}
+
+
+
+
+Concept Index
+
+
a
+
+anchored search
+
+e
+
+event designators
+
+h
+
+history events
+history expansion
+History Searching
+
+
+
+
+
+Function and Variable Index
+
+
a
+
+add_history
+append_history
+
+c
+
+clear_history
+current_history
+
+g
+
+get_history_event
+
+h
+
+history_arg_extract
+history_base
+history_comment_char
+history_expand
+history_expansion_char
+history_get
+history_get_history_state
+history_inhibit_expansion_function
+history_is_stifled
+history_length
+history_list
+history_no_expand_chars
+history_quotes_inhibit_expansion
+history_search
+history_search_delimiter_chars
+history_search_pos
+history_search_prefix
+history_set_history_state
+history_set_pos
+history_subst_char
+history_tokenize
+history_total_bytes
+history_truncate_file
+
+m
+
+max_input_history
+
+n
+
+next_history
+
+p
+
+previous_history
+
+r
+
+read_history
+read_history_range
+remove_history
+replace_history_entry
+
+s
+
+stifle_history
+
+u
+
+unstifle_history
+using_history
+
+w
+
+where_history
+write_history
+
+
+
+
+This document was generated on 2 April 1998 using the
+texi2html
+translator version 1.51.
+
+
diff --git a/readline/doc/history.info b/readline/doc/history.info
index df7651d274f..f3c59a17786 100644
--- a/readline/doc/history.info
+++ b/readline/doc/history.info
@@ -1,15 +1,21 @@
-Info file history.info, produced by Makeinfo, -*- Text -*- from input
-file hist.texinfo.
+This is Info file history.info, produced by Makeinfo version 1.67 from
+the input file /usr/homes/chet/src/bash/readline-2.2/doc/hist.texinfo.
+
+INFO-DIR-SECTION Libraries
+START-INFO-DIR-ENTRY
+* History: (history). The GNU history library API
+END-INFO-DIR-ENTRY
This document describes the GNU History library, a programming tool
that provides a consistent user interface for recalling lines of
previously typed input.
- Copyright (C) 1988, 1991 Free Software Foundation, Inc.
+ Copyright (C) 1988, 1991, 1993, 1995, 1996 Free Software Foundation,
+Inc.
- Permission is granted to make and distribute verbatim copies of
-this manual provided the copyright notice and this permission notice
-pare preserved on all copies.
+ Permission is granted to make and distribute verbatim copies of this
+manual provided the copyright notice and this permission notice pare
+preserved on all copies.
Permission is granted to copy and distribute modified versions of
this manual under the conditions for verbatim copying, provided that
@@ -22,7 +28,7 @@ versions, except that this permission notice may be stated in a
translation approved by the Foundation.
-File: history.info, Node: Top, Next: Using History Interactively, Prev: (DIR), Up: (DIR)
+File: history.info, Node: Top, Next: Using History Interactively, Up: (dir)
GNU History Library
*******************
@@ -47,8 +53,8 @@ Using History Interactively
This chapter describes how to use the GNU History Library
interactively, from a user's standpoint. It should be considered a
-user's guide. For information on using the GNU History Library in
-your own programs, *note Programming with GNU History::..
+user's guide. For information on using the GNU History Library in your
+own programs, *note Programming with GNU History::..
* Menu:
@@ -57,27 +63,34 @@ your own programs, *note Programming with GNU History::..
File: history.info, Node: History Interaction, Up: Using History Interactively
-History Interaction
-===================
+History Expansion
+=================
The History library provides a history expansion feature that is
-similar to the history expansion in Csh. The following text describes
-the sytax that you use to manipulate the history information.
+similar to the history expansion provided by `csh'. This section
+describes the syntax used to manipulate the history information.
+
+ History expansions introduce words from the history list into the
+input stream, making it easy to repeat commands, insert the arguments
+to a previous command into the current input line, or fix errors in
+previous commands quickly.
History expansion takes place in two parts. The first is to
-determine which line from the previous history should be used during
+determine which line from the history list should be used during
substitution. The second is to select portions of that line for
-inclusion into the current one. The line selected from the previous
-history is called the "event", and the portions of that line that are
-acted upon are called "words". The line is broken into words in the
-same fashion that the Bash shell does, so that several English (or
-Unix) words surrounded by quotes are considered as one word.
+inclusion into the current one. The line selected from the history is
+called the "event", and the portions of that line that are acted upon
+are called "words". Various "modifiers" are available to manipulate
+the selected words. The line is broken into words in the same fashion
+that Bash does, so that several words surrounded by quotes are
+considered one word. History expansions are introduced by the
+appearance of the history expansion character, which is `!' by default.
* Menu:
* Event Designators:: How to specify which history line to use.
* Word Designators:: Specifying which words are of interest.
-* Modifiers:: Modifying the results of susbstitution.
+* Modifiers:: Modifying the results of substitution.
File: history.info, Node: Event Designators, Next: Word Designators, Up: History Interaction
@@ -89,23 +102,32 @@ Event Designators
history list.
`!'
- Start a history subsititution, except when followed by a space,
- tab, or the end of the line... = or (.
+ Start a history substitution, except when followed by a space, tab,
+ the end of the line, `=' or `('.
+
+`!N'
+ Refer to command line N.
+
+`!-N'
+ Refer to the command N lines back.
`!!'
Refer to the previous command. This is a synonym for `!-1'.
-`!n'
- Refer to command line N.
+`!STRING'
+ Refer to the most recent command starting with STRING.
-`!-n'
- Refer to the command line N lines back.
+`!?STRING[?]'
+ Refer to the most recent command containing STRING. The trailing
+ `?' may be omitted if the STRING is followed immediately by a
+ newline.
-`!string'
- Refer to the most recent command starting with STRING.
+`^STRING1^STRING2^'
+ Quick Substitution. Repeat the last command, replacing STRING1
+ with STRING2. Equivalent to `!!:s/STRING1/STRING2/'.
-`!?string'[`?']
- Refer to the most recent command containing STRING.
+`!#'
+ The entire command line typed so far.
File: history.info, Node: Word Designators, Next: Modifiers, Prev: Event Designators, Up: History Interaction
@@ -113,34 +135,44 @@ File: history.info, Node: Word Designators, Next: Modifiers, Prev: Event Desi
Word Designators
----------------
- A : separates the event specification from the word designator. It
-can be omitted if the word designator begins with a ^, $, * or %.
-Words are numbered from the beginning of the line, with the first word
-being denoted by a 0 (zero).
+ Word designators are used to select desired words from the event. A
+`:' separates the event specification from the word designator. It may
+be omitted if the word designator begins with a `^', `$', `*', `-', or
+`%'. Words are numbered from the beginning of the line, with the first
+word being denoted by 0 (zero). Words are inserted into the current
+line separated by single spaces.
`0 (zero)'
- The zero'th word. For many applications, this is the command
- word.
+ The `0'th word. For many applications, this is the command word.
-`n'
- The N'th word.
+`N'
+ The Nth word.
`^'
- The first argument. that is, word 1.
+ The first argument; that is, word 1.
`$'
The last argument.
`%'
- The word matched by the most recent `?string?' search.
+ The word matched by the most recent `?STRING?' search.
-`x-y'
- A range of words; `-Y' Abbreviates `0-Y'.
+`X-Y'
+ A range of words; `-Y' abbreviates `0-Y'.
`*'
- All of the words, excepting the zero'th. This is a synonym for
- `1-$'. It is not an error to use * if there is just one word in
- the event. The empty string is returned in that case.
+ All of the words, except the `0'th. This is a synonym for `1-$'.
+ It is not an error to use `*' if there is just one word in the
+ event; the empty string is returned in that case.
+
+`X*'
+ Abbreviates `X-$'
+
+`X-'
+ Abbreviates `X-$' like `X*', but omits the last word.
+
+ If a word designator is supplied without an event specification, the
+previous command is used as the event.
File: history.info, Node: Modifiers, Prev: Word Designators, Up: History Interaction
@@ -148,38 +180,48 @@ File: history.info, Node: Modifiers, Prev: Word Designators, Up: History Inte
Modifiers
---------
- After the optional word designator, you can add a sequence of one
-or more of the following modifiers, each preceded by a :.
-
-`#'
- The entire command line typed so far. This means the current
- command, not the previous command, so it really isn't a word
- designator, and doesn't belong in this section.
+ After the optional word designator, you can add a sequence of one or
+more of the following modifiers, each preceded by a `:'.
`h'
Remove a trailing pathname component, leaving only the head.
+`t'
+ Remove all leading pathname components, leaving the tail.
+
`r'
- Remove a trailing suffix of the form `.'SUFFIX, leaving the
+ Remove a trailing suffix of the form `.SUFFIX', leaving the
basename.
`e'
- Remove all but the suffix.
-
-`t'
- Remove all leading pathname components, leaving the tail.
+ Remove all but the trailing suffix.
`p'
Print the new command but do not execute it.
+`s/OLD/NEW/'
+ Substitute NEW for the first occurrence of OLD in the event line.
+ Any delimiter may be used in place of `/'. The delimiter may be
+ quoted in OLD and NEW with a single backslash. If `&' appears in
+ NEW, it is replaced by OLD. A single backslash will quote the
+ `&'. The final delimiter is optional if it is the last character
+ on the input line.
+
+`&'
+ Repeat the previous substitution.
+
+`g'
+ Cause changes to be applied over the entire event line. Used in
+ conjunction with `s', as in `gs/OLD/NEW/', or with `&'.
+
File: history.info, Node: Programming with GNU History, Next: Concept Index, Prev: Using History Interactively, Up: Top
Programming with GNU History
****************************
- This chapter describes how to interface the GNU History Library with
-programs that you write. It should be considered a technical guide.
+ This chapter describes how to interface programs that you write with
+the GNU History Library. It should be considered a technical guide.
For information on the interactive use of GNU History, *note Using
History Interactively::..
@@ -198,27 +240,27 @@ Introduction to History
=======================
Many programs read input from the user a line at a time. The GNU
-history library is able to keep track of those lines, associate
+History library is able to keep track of those lines, associate
arbitrary data with each line, and utilize information from previous
-lines in making up new ones.
-
- The programmer using the History library has available to him
-functions for remembering lines on a history stack, associating
-arbitrary data with a line, removing lines from the stack, searching
-through the stack for a line containing an arbitrary text string, and
-referencing any line on the stack directly. In addition, a history
-"expansion" function is available which provides for a consistent user
-interface across many different programs.
-
- The end-user using programs written with the History library has the
-benifit of a consistent user interface, with a set of well-known
-commands for manipulating the text of previous lines and using that
-text in new commands. The basic history manipulation commands are
-similar to the history substitution used by `Csh'.
+lines in composing new ones.
+
+ The programmer using the History library has available functions for
+remembering lines on a history list, associating arbitrary data with a
+line, removing lines from the list, searching through the list for a
+line containing an arbitrary text string, and referencing any line in
+the list directly. In addition, a history "expansion" function is
+available which provides for a consistent user interface across
+different programs.
+
+ The user using programs written with the History library has the
+benefit of a consistent user interface with a set of well-known
+commands for manipulating the text of previous lines and using that text
+in new commands. The basic history manipulation commands are similar to
+the history substitution provided by `csh'.
If the programmer desires, he can use the Readline library, which
includes some history manipulation by default, and has the added
-advantage of Emacs style command line editing.
+advantage of command line editing.
File: history.info, Node: History Storage, Next: History Functions, Prev: Introduction to History, Up: Programming with GNU History
@@ -226,139 +268,290 @@ File: history.info, Node: History Storage, Next: History Functions, Prev: Int
History Storage
===============
+ The history list is an array of history entries. A history entry is
+declared as follows:
+
typedef struct _hist_entry {
char *line;
char *data;
} HIST_ENTRY;
+ The history list itself might therefore be declared as
+
+ HIST_ENTRY **the_history_list;
+
+ The state of the History library is encapsulated into a single
+structure:
+
+ /* A structure used to pass the current state of the history stuff around. */
+ typedef struct _hist_state {
+ HIST_ENTRY **entries; /* Pointer to the entries themselves. */
+ int offset; /* The location pointer within this array. */
+ int length; /* Number of elements within this array. */
+ int size; /* Number of slots allocated to this array. */
+ int flags;
+ } HISTORY_STATE;
+
+ If the flags member includes `HS_STIFLED', the history has been
+stifled.
+
File: history.info, Node: History Functions, Next: History Variables, Prev: History Storage, Up: Programming with GNU History
History Functions
=================
- This section describes the calling sequence for the various
-functions present in GNU History.
+ This section describes the calling sequence for the various functions
+present in GNU History.
+
+* Menu:
+
+* Initializing History and State Management:: Functions to call when you
+ want to use history in a
+ program.
+* History List Management:: Functions used to manage the list
+ of history entries.
+* Information About the History List:: Functions returning information about
+ the history list.
+* Moving Around the History List:: Functions used to change the position
+ in the history list.
+* Searching the History List:: Functions to search the history list
+ for entries containing a string.
+* Managing the History File:: Functions that read and write a file
+ containing the history list.
+* History Expansion:: Functions to perform csh-like history
+ expansion.
+
+
+File: history.info, Node: Initializing History and State Management, Next: History List Management, Up: History Functions
- * Function: void using_history ()
- Begin a session in which the history functions might be used.
- This just initializes the interactive variables.
+Initializing History and State Management
+-----------------------------------------
+
+ This section describes functions used to initialize and manage the
+state of the History library when you want to use the history functions
+in your program.
+
+ - Function: void using_history ()
+ Begin a session in which the history functions might be used. This
+ initializes the interactive variables.
+
+ - Function: HISTORY_STATE * history_get_history_state ()
+ Return a structure describing the current state of the input
+ history.
+
+ - Function: void history_set_history_state (HISTORY_STATE *state)
+ Set the state of the history list according to STATE.
+
+
+File: history.info, Node: History List Management, Next: Information About the History List, Prev: Initializing History and State Management, Up: History Functions
- * Function: void add_history (CHAR *STRING)
+History List Management
+-----------------------
+
+ These functions manage individual entries on the history list, or set
+parameters managing the list itself.
+
+ - Function: void add_history (char *string)
Place STRING at the end of the history list. The associated data
field (if any) is set to `NULL'.
- * Function: int where_history ()
- Returns the number which says what history element we are now
- looking at.
+ - Function: HIST_ENTRY * remove_history (int which)
+ Remove history entry at offset WHICH from the history. The
+ removed element is returned so you can free the line, data, and
+ containing structure.
- * Function: int history_set_pos (INT POS)
- Set the position in the history list to POS.
+ - Function: HIST_ENTRY * replace_history_entry (int which, char *line,
+ char *data)
+ Make the history entry at offset WHICH have LINE and DATA. This
+ returns the old entry so you can dispose of the data. In the case
+ of an invalid WHICH, a `NULL' pointer is returned.
- * Function: int history_search_pos (CHAR *STRING, INT DIRECTION, INT
- POS)
- Search for STRING in the history list, starting at POS, an
- absolute index into the list. DIRECTION, if negative, says to
- search backwards from POS, else forwards. Returns the absolute
- index of the history element where STRING was found, or -1
- otherwise.
-
- * Function: HIST_ENTRY *remove_history ();
- Remove history element WHICH from the history. The removed
- element is returned to you so you can free the line, data, and
- containing structure.
+ - Function: void clear_history ()
+ Clear the history list by deleting all the entries.
- * Function: void stifle_history (INT MAX)
- Stifle the history list, remembering only MAX number of entries.
+ - Function: void stifle_history (int max)
+ Stifle the history list, remembering only the last MAX entries.
- * Function: int unstifle_history ();
+ - Function: int unstifle_history ()
Stop stifling the history. This returns the previous amount the
- history was stifled by. The value is positive if the history was
+ history was stifled. The value is positive if the history was
stifled, negative if it wasn't.
- * Function: int read_history (CHAR *FILENAME)
+ - Function: int history_is_stifled ()
+ Returns non-zero if the history is stifled, zero if it is not.
+
+
+File: history.info, Node: Information About the History List, Next: Moving Around the History List, Prev: History List Management, Up: History Functions
+
+Information About the History List
+----------------------------------
+
+ These functions return information about the entire history list or
+individual list entries.
+
+ - Function: HIST_ENTRY ** history_list ()
+ Return a `NULL' terminated array of `HIST_ENTRY' which is the
+ current input history. Element 0 of this list is the beginning of
+ time. If there is no history, return `NULL'.
+
+ - Function: int where_history ()
+ Returns the offset of the current history element.
+
+ - Function: HIST_ENTRY * current_history ()
+ Return the history entry at the current position, as determined by
+ `where_history ()'. If there is no entry there, return a `NULL'
+ pointer.
+
+ - Function: HIST_ENTRY * history_get (int offset)
+ Return the history entry at position OFFSET, starting from
+ `history_base'. If there is no entry there, or if OFFSET is
+ greater than the history length, return a `NULL' pointer.
+
+ - Function: int history_total_bytes ()
+ Return the number of bytes that the primary history entries are
+ using. This function returns the sum of the lengths of all the
+ lines in the history.
+
+
+File: history.info, Node: Moving Around the History List, Next: Searching the History List, Prev: Information About the History List, Up: History Functions
+
+Moving Around the History List
+------------------------------
+
+ These functions allow the current index into the history list to be
+set or changed.
+
+ - Function: int history_set_pos (int pos)
+ Set the position in the history list to POS, an absolute index
+ into the list.
+
+ - Function: HIST_ENTRY * previous_history ()
+ Back up the current history offset to the previous history entry,
+ and return a pointer to that entry. If there is no previous
+ entry, return a `NULL' pointer.
+
+ - Function: HIST_ENTRY * next_history ()
+ Move the current history offset forward to the next history entry,
+ and return the a pointer to that entry. If there is no next
+ entry, return a `NULL' pointer.
+
+
+File: history.info, Node: Searching the History List, Next: Managing the History File, Prev: Moving Around the History List, Up: History Functions
+
+Searching the History List
+--------------------------
+
+ These functions allow searching of the history list for entries
+containing a specific string. Searching may be performed both forward
+and backward from the current history position. The search may be
+"anchored", meaning that the string must match at the beginning of the
+history entry.
+
+ - Function: int history_search (char *string, int direction)
+ Search the history for STRING, starting at the current history
+ offset. If DIRECTION < 0, then the search is through previous
+ entries, else through subsequent. If STRING is found, then the
+ current history index is set to that history entry, and the value
+ returned is the offset in the line of the entry where STRING was
+ found. Otherwise, nothing is changed, and a -1 is returned.
+
+ - Function: int history_search_prefix (char *string, int direction)
+ Search the history for STRING, starting at the current history
+ offset. The search is anchored: matching lines must begin with
+ STRING. If DIRECTION < 0, then the search is through previous
+ entries, else through subsequent. If STRING is found, then the
+ current history index is set to that entry, and the return value
+ is 0. Otherwise, nothing is changed, and a -1 is returned.
+
+ - Function: int history_search_pos (char *string, int direction, int
+ pos)
+ Search for STRING in the history list, starting at POS, an
+ absolute index into the list. If DIRECTION is negative, the search
+ proceeds backward from POS, otherwise forward. Returns the
+ absolute index of the history element where STRING was found, or
+ -1 otherwise.
+
+
+File: history.info, Node: Managing the History File, Next: History Expansion, Prev: Searching the History List, Up: History Functions
+
+Managing the History File
+-------------------------
+
+ The History library can read the history from and write it to a file.
+This section documents the functions for managing a history file.
+
+ - Function: int read_history (char *filename)
Add the contents of FILENAME to the history list, a line at a
- time. If FILENAME is `NULL', then read from `~/.history'.
+ time. If FILENAME is `NULL', then read from `~/.history'.
Returns 0 if successful, or errno if not.
- * Function: int read_history_range (CHAR *FILENAME, INT FROM, INT TO)
+ - Function: int read_history_range (char *filename, int from, int to)
Read a range of lines from FILENAME, adding them to the history
- list. Start reading at the FROM'th line and end at the TO'th. If
- FROM is zero, start at the beginning. If TO is less than FROM,
- then read until the end of the file. If FILENAME is `NULL', then
- read from `~/.history'. Returns 0 if successful, or `errno' if
- not.
-
- * Function: int write_history (CHAR *FILENAME)
- Append the current history to FILENAME. If FILENAME is `NULL',
- then append the history list to `~/.history'. Values returned
- are as in `read_history ()'.
-
- * Function: int append_history (INT NELEMENTS, CHAR *FILENAME)
- Append NELEMENT entries to FILENAME. The entries appended are
- from the end of the list minus NELEMENTS up to the end of the
- list.
-
- * Function: HIST_ENTRY *replace_history_entry ()
- Make the history entry at WHICH have LINE and DATA. This returns
- the old entry so you can dispose of the data. In the case of an
- invalid WHICH, a `NULL' pointer is returned.
-
- * Function: HIST_ENTRY *current_history ()
- Return the history entry at the current position, as determined by
- `history_offset'. If there is no entry there, return a `NULL'
- pointer.
+ list. Start reading at line FROM and end at TO. If FROM is zero,
+ start at the beginning. If TO is less than FROM, then read until
+ the end of the file. If FILENAME is `NULL', then read from
+ `~/.history'. Returns 0 if successful, or `errno' if not.
- * Function: HIST_ENTRY *previous_history ()
- Back up HISTORY_OFFSET to the previous history entry, and return a
- pointer to that entry. If there is no previous entry, return a
- `NULL' pointer.
+ - Function: int write_history (char *filename)
+ Write the current history to FILENAME, overwriting FILENAME if
+ necessary. If FILENAME is `NULL', then write the history list to
+ `~/.history'. Values returned are as in `read_history ()'.
- * Function: HIST_ENTRY *next_history ()
- Move `history_offset' forward to the next history entry, and
- return the a pointer to that entry. If there is no next entry,
- return a `NULL' pointer.
+ - Function: int append_history (int nelements, char *filename)
+ Append the last NELEMENTS of the history list to FILENAME.
- * Function: HIST_ENTRY **history_list ()
- Return a `NULL' terminated array of `HIST_ENTRY' which is the
- current input history. Element 0 of this list is the beginning
- of time. If there is no history, return `NULL'.
-
- * Function: int history_search (CHAR *STRING, INT DIRECTION)
- Search the history for STRING, starting at `history_offset'. If
- DIRECTION < 0, then the search is through previous entries, else
- through subsequent. If STRING is found, then `current_history
- ()' is the history entry, and the value of this function is the
- offset in the line of that history entry that the STRING was
- found in. Otherwise, nothing is changed, and a -1 is returned.
-
- * Function: int history_expand (CHAR *STRING, CHAR **OUTPUT)
- Expand STRING, placing the result into OUTPUT, a pointer to a
- string. Returns:
+ - Function: int history_truncate_file (char *filename, int nlines)
+ Truncate the history file FILENAME, leaving only the last NLINES
+ lines.
+
+File: history.info, Node: History Expansion, Prev: Managing the History File, Up: History Functions
+
+History Expansion
+-----------------
+
+ These functions implement `csh'-like history expansion.
+
+ - Function: int history_expand (char *string, char **output)
+ Expand STRING, placing the result into OUTPUT, a pointer to a
+ string (*note History Interaction::.). Returns:
`0'
If no expansions took place (or, if the only change in the
text was the de-slashifying of the history expansion
- character),
+ character);
`1'
- if expansions did take place, or
+ if expansions did take place;
`-1'
- if there was an error in expansion.
+ if there was an error in expansion;
+
+ `2'
+ if the returned line should only be displayed, but not
+ executed, as with the `:p' modifier (*note Modifiers::.).
- If an error ocurred in expansion, then OUTPUT contains a
+ If an error ocurred in expansion, then OUTPUT contains a
descriptive error message.
- * Function: char *history_arg_extract (INT FIRST, INT LAST, CHAR
- *STRING)
+ - Function: char * history_arg_extract (int first, int last, char
+ *string)
Extract a string segment consisting of the FIRST through LAST
- arguments present in STRING. Arguments are broken up as in the
- GNU Bash shell.
-
- * Function: int history_total_bytes ();
- Return the number of bytes that the primary history entries are
- using. This just adds up the lengths of `the_history->lines'.
+ arguments present in STRING. Arguments are broken up as in Bash.
+
+ - Function: char * get_history_event (char *string, int *cindex, int
+ qchar)
+ Returns the text of the history event beginning at STRING +
+ *CINDEX. *CINDEX is modified to point to after the event
+ specifier. At function entry, CINDEX points to the index into
+ STRING where the history event specification begins. QCHAR is a
+ character that is allowed to end the event specification in
+ addition to the "normal" terminating characters.
+
+ - Function: char ** history_tokenize (char *string)
+ Return an array of tokens parsed out of STRING, much as the shell
+ might. The tokens are split on white space and on the characters
+ `()<>;&|$', and shell quoting conventions are obeyed.
File: history.info, Node: History Variables, Next: History Programming Example, Prev: History Functions, Up: Programming with GNU History
@@ -366,12 +559,54 @@ File: history.info, Node: History Variables, Next: History Programming Example
History Variables
=================
- This section describes the variables in GNU History that are
-externally visible.
+ This section describes the externally visible variables exported by
+the GNU History Library.
+
+ - Variable: int history_base
+ The logical offset of the first entry in the history list.
+
+ - Variable: int history_length
+ The number of entries currently stored in the history list.
+
+ - Variable: int max_input_history
+ The maximum number of history entries. This must be changed using
+ `stifle_history ()'.
+
+ - Variable: char history_expansion_char
+ The character that starts a history event. The default is `!'.
- * Variable: int history_base
- For convenience only. You set this when interpreting history
- commands. It is the logical offset of the first history element.
+ - Variable: char history_subst_char
+ The character that invokes word substitution if found at the start
+ of a line. The default is `^'.
+
+ - Variable: char history_comment_char
+ During tokenization, if this character is seen as the first
+ character of a word, then it and all subsequent characters up to a
+ newline are ignored, suppressing history expansion for the
+ remainder of the line. This is disabled by default.
+
+ - Variable: char * history_no_expand_chars
+ The list of characters which inhibit history expansion if found
+ immediately following HISTORY_EXPANSION_CHAR. The default is
+ whitespace and `='.
+
+ - Variable: char * history_search_delimiter_chars
+ The list of additional characters which can delimit a history
+ search string, in addition to whitespace, `:' and `?' in the case
+ of a substring search. The default is empty.
+
+ - Variable: int history_quotes_inhibit_expansion
+ If non-zero, single-quoted words are not scanned for the history
+ expansion character. The default value is 0.
+
+ - Variable: Function * history_inhibit_expansion_function
+ This should be set to the address of a function that takes two
+ arguments: a `char *' (STRING) and an integer index into that
+ string (I). It should return a non-zero value if the history
+ expansion starting at STRING[I] should not be performed; zero if
+ the expansion should be done. It is intended for use by
+ applications like Bash that use the history expansion character
+ for additional purposes. By default, this variable is set to NULL.
File: history.info, Node: History Programming Example, Prev: History Variables, Up: Programming with GNU History
@@ -379,20 +614,28 @@ File: history.info, Node: History Programming Example, Prev: History Variables
History Programming Example
===========================
- The following snippet of code demonstrates simple use of the GNU
-History Library.
+ The following program demonstrates simple use of the GNU History
+Library.
main ()
{
char line[1024], *t;
- int done = 0;
+ int len, done = 0;
line[0] = 0;
+ using_history ();
while (!done)
{
- fprintf (stdout, "history%% ");
- t = gets (line);
+ printf ("history$ ");
+ fflush (stdout);
+ t = fgets (line, sizeof (line) - 1, stdin);
+ if (t && *t)
+ {
+ len = strlen (t);
+ if (t[len - 1] == '\n')
+ t[len - 1] = '\0';
+ }
if (!t)
strcpy (line, "quit");
@@ -402,37 +645,41 @@ History Library.
char *expansion;
int result;
- using_history ();
-
result = history_expand (line, &expansion);
- strcpy (line, expansion);
- free (expansion);
if (result)
- fprintf (stderr, "%s\n", line);
+ fprintf (stderr, "%s\n", expansion);
- if (result < 0)
- continue;
+ if (result < 0 || result == 2)
+ {
+ free (expansion);
+ continue;
+ }
- add_history (line);
+ add_history (expansion);
+ strncpy (line, expansion, sizeof (line) - 1);
+ free (expansion);
}
- if (strcmp (line, "quit") == 0) done = 1;
- if (strcmp (line, "save") == 0) write_history (0);
- if (strcmp (line, "read") == 0) read_history (0);
- if (strcmp (line, "list") == 0)
+ if (strcmp (line, "quit") == 0)
+ done = 1;
+ else if (strcmp (line, "save") == 0)
+ write_history ("history_file");
+ else if (strcmp (line, "read") == 0)
+ read_history ("history_file");
+ else if (strcmp (line, "list") == 0)
{
- register HIST_ENTRY **the_list = history_list ();
+ register HIST_ENTRY **the_list;
register int i;
+ the_list = history_list ();
if (the_list)
for (i = 0; the_list[i]; i++)
- fprintf (stdout, "%d: %s\n",
- i + history_base, the_list[i]->line);
+ printf ("%d: %s\n", i + history_base, the_list[i]->line);
}
- if (strncmp (line, "delete", strlen ("delete")) == 0)
+ else if (strncmp (line, "delete", 6) == 0)
{
int which;
- if ((sscanf (line + strlen ("delete"), "%d", &which)) == 1)
+ if ((sscanf (line + 6, "%d", &which)) == 1)
{
HIST_ENTRY *entry = remove_history (which);
if (!entry)
@@ -459,8 +706,11 @@ Concept Index
* Menu:
-* event designators: Event Designators.
-* expansion: History Interaction.
+* anchored search: Searching the History List.
+* event designators: Event Designators.
+* history events: Event Designators.
+* history expansion: History Interaction.
+* History Searching: Searching the History List.
File: history.info, Node: Function and Variable Index, Prev: Concept Index, Up: Top
@@ -470,45 +720,70 @@ Function and Variable Index
* Menu:
-* HIST_ENTRY **history_list: History Functions.
-* HIST_ENTRY *current_history: History Functions.
-* HIST_ENTRY *next_history: History Functions.
-* HIST_ENTRY *previous_history: History Functions.
-* HIST_ENTRY *remove_history: History Functions.
-* HIST_ENTRY *replace_history_entry: History Functions.
-* char *history_arg_extract: History Functions.
-* int append_history: History Functions.
-* int history_base: History Variables.
-* int history_expand: History Functions.
-* int history_search: History Functions.
-* int history_search_pos: History Functions.
-* int history_set_pos: History Functions.
-* int history_total_bytes: History Functions.
-* int read_history: History Functions.
-* int read_history_range: History Functions.
-* int unstifle_history: History Functions.
-* int where_history: History Functions.
-* int write_history: History Functions.
-* void add_history: History Functions.
-* void stifle_history: History Functions.
-* void using_history: History Functions.
+* add_history: History List Management.
+* append_history: Managing the History File.
+* clear_history: History List Management.
+* current_history: Information About the History List.
+* get_history_event: History Expansion.
+* history_arg_extract: History Expansion.
+* history_base: History Variables.
+* history_comment_char: History Variables.
+* history_expand: History Expansion.
+* history_expansion_char: History Variables.
+* history_get: Information About the History List.
+* history_get_history_state: Initializing History and State Management.
+* history_inhibit_expansion_function: History Variables.
+* history_is_stifled: History List Management.
+* history_length: History Variables.
+* history_list: Information About the History List.
+* history_no_expand_chars: History Variables.
+* history_quotes_inhibit_expansion: History Variables.
+* history_search: Searching the History List.
+* history_search_delimiter_chars: History Variables.
+* history_search_pos: Searching the History List.
+* history_search_prefix: Searching the History List.
+* history_set_history_state: Initializing History and State Management.
+* history_set_pos: Moving Around the History List.
+* history_subst_char: History Variables.
+* history_tokenize: History Expansion.
+* history_total_bytes: Information About the History List.
+* history_truncate_file: Managing the History File.
+* max_input_history: History Variables.
+* next_history: Moving Around the History List.
+* previous_history: Moving Around the History List.
+* read_history: Managing the History File.
+* read_history_range: Managing the History File.
+* remove_history: History List Management.
+* replace_history_entry: History List Management.
+* stifle_history: History List Management.
+* unstifle_history: History List Management.
+* using_history: Initializing History and State Management.
+* where_history: Information About the History List.
+* write_history: Managing the History File.
Tag Table:
-Node: Top973
-Node: Using History Interactively1567
-Node: History Interaction2075
-Node: Event Designators3127
-Node: Word Designators3770
-Node: Modifiers4676
-Node: Programming with GNU History5425
-Node: Introduction to History6152
-Node: History Storage7502
-Node: History Functions7766
-Node: History Variables13063
-Node: History Programming Example13499
-Node: Concept Index15744
-Node: Function and Variable Index16030
+Node: Top1167
+Node: Using History Interactively1747
+Node: History Interaction2255
+Node: Event Designators3674
+Node: Word Designators4601
+Node: Modifiers5850
+Node: Programming with GNU History6988
+Node: Introduction to History7714
+Node: History Storage9035
+Node: History Functions10128
+Node: Initializing History and State Management11099
+Node: History List Management11891
+Node: Information About the History List13412
+Node: Moving Around the History List14718
+Node: Searching the History List15603
+Node: Managing the History File17435
+Node: History Expansion18941
+Node: History Variables20785
+Node: History Programming Example23103
+Node: Concept Index25707
+Node: Function and Variable Index26193
End Tag Table
diff --git a/readline/doc/history.ps b/readline/doc/history.ps
new file mode 100644
index 00000000000..b9a28e87fb6
--- /dev/null
+++ b/readline/doc/history.ps
@@ -0,0 +1,2071 @@
+%!PS-Adobe-2.0
+%%Creator: dvipsk 5.58f Copyright 1986, 1994 Radical Eye Software
+%%Title: history.dvi
+%%Pages: 18
+%%PageOrder: Ascend
+%%BoundingBox: 0 0 596 842
+%%DocumentPaperSizes: A4
+%%EndComments
+%DVIPSCommandLine: dvips -D 300 -o history.ps history.dvi
+%DVIPSParameters: dpi=300, comments removed
+%DVIPSSource: TeX output 1998.04.02:1444
+%%BeginProcSet: tex.pro
+/TeXDict 250 dict def TeXDict begin /N{def}def /B{bind def}N /S{exch}N
+/X{S N}B /TR{translate}N /isls false N /vsize 11 72 mul N /hsize 8.5 72
+mul N /landplus90{false}def /@rigin{isls{[0 landplus90{1 -1}{-1 1}
+ifelse 0 0 0]concat}if 72 Resolution div 72 VResolution div neg scale
+isls{landplus90{VResolution 72 div vsize mul 0 exch}{Resolution -72 div
+hsize mul 0}ifelse TR}if Resolution VResolution vsize -72 div 1 add mul
+TR[matrix currentmatrix{dup dup round sub abs 0.00001 lt{round}if}
+forall round exch round exch]setmatrix}N /@landscape{/isls true N}B
+/@manualfeed{statusdict /manualfeed true put}B /@copies{/#copies X}B
+/FMat[1 0 0 -1 0 0]N /FBB[0 0 0 0]N /nn 0 N /IE 0 N /ctr 0 N /df-tail{
+/nn 8 dict N nn begin /FontType 3 N /FontMatrix fntrx N /FontBBox FBB N
+string /base X array /BitMaps X /BuildChar{CharBuilder}N /Encoding IE N
+end dup{/foo setfont}2 array copy cvx N load 0 nn put /ctr 0 N[}B /df{
+/sf 1 N /fntrx FMat N df-tail}B /dfs{div /sf X /fntrx[sf 0 0 sf neg 0 0]
+N df-tail}B /E{pop nn dup definefont setfont}B /ch-width{ch-data dup
+length 5 sub get}B /ch-height{ch-data dup length 4 sub get}B /ch-xoff{
+128 ch-data dup length 3 sub get sub}B /ch-yoff{ch-data dup length 2 sub
+get 127 sub}B /ch-dx{ch-data dup length 1 sub get}B /ch-image{ch-data
+dup type /stringtype ne{ctr get /ctr ctr 1 add N}if}B /id 0 N /rw 0 N
+/rc 0 N /gp 0 N /cp 0 N /G 0 N /sf 0 N /CharBuilder{save 3 1 roll S dup
+/base get 2 index get S /BitMaps get S get /ch-data X pop /ctr 0 N ch-dx
+0 ch-xoff ch-yoff ch-height sub ch-xoff ch-width add ch-yoff
+setcachedevice ch-width ch-height true[1 0 0 -1 -.1 ch-xoff sub ch-yoff
+.1 sub]{ch-image}imagemask restore}B /D{/cc X dup type /stringtype ne{]}
+if nn /base get cc ctr put nn /BitMaps get S ctr S sf 1 ne{dup dup
+length 1 sub dup 2 index S get sf div put}if put /ctr ctr 1 add N}B /I{
+cc 1 add D}B /bop{userdict /bop-hook known{bop-hook}if /SI save N @rigin
+0 0 moveto /V matrix currentmatrix dup 1 get dup mul exch 0 get dup mul
+add .99 lt{/QV}{/RV}ifelse load def pop pop}N /eop{SI restore userdict
+/eop-hook known{eop-hook}if showpage}N /@start{userdict /start-hook
+known{start-hook}if pop /VResolution X /Resolution X 1000 div /DVImag X
+/IE 256 array N 0 1 255{IE S 1 string dup 0 3 index put cvn put}for
+65781.76 div /vsize X 65781.76 div /hsize X}N /p{show}N /RMat[1 0 0 -1 0
+0]N /BDot 260 string N /rulex 0 N /ruley 0 N /v{/ruley X /rulex X V}B /V
+{}B /RV statusdict begin /product where{pop product dup length 7 ge{0 7
+getinterval dup(Display)eq exch 0 4 getinterval(NeXT)eq or}{pop false}
+ifelse}{false}ifelse end{{gsave TR -.1 .1 TR 1 1 scale rulex ruley false
+RMat{BDot}imagemask grestore}}{{gsave TR -.1 .1 TR rulex ruley scale 1 1
+false RMat{BDot}imagemask grestore}}ifelse B /QV{gsave newpath transform
+round exch round exch itransform moveto rulex 0 rlineto 0 ruley neg
+rlineto rulex neg 0 rlineto fill grestore}B /a{moveto}B /delta 0 N /tail
+{dup /delta X 0 rmoveto}B /M{S p delta add tail}B /b{S p tail}B /c{-4 M}
+B /d{-3 M}B /e{-2 M}B /f{-1 M}B /g{0 M}B /h{1 M}B /i{2 M}B /j{3 M}B /k{
+4 M}B /w{0 rmoveto}B /l{p -4 w}B /m{p -3 w}B /n{p -2 w}B /o{p -1 w}B /q{
+p 1 w}B /r{p 2 w}B /s{p 3 w}B /t{p 4 w}B /x{0 S rmoveto}B /y{3 2 roll p
+a}B /bos{/SS save N}B /eos{SS restore}B end
+%%EndProcSet
+TeXDict begin 39158280 55380996 1000 300 300 (history.dvi)
+@start /Fa 1 47 df<70F8F8F0E005057B840E>46 D E /Fb 1
+47 df<0E003F007F807F80FF80FF80FF007E003C000909798815>46
+D E /Fc 11 121 df<00800100020004000C000800180030003000300060006000600060
+00E000E000E000E000E000E000E000E000E000E000600060006000600030003000300018
+0008000C00040002000100008009267D9B0F>40 D<8000400020001000180008000C0006
+000600060003000300030003000380038003800380038003800380038003800380030003
+00030003000600060006000C0008001800100020004000800009267E9B0F>I73 D<003F0000070000070000070000070000
+070000070000070000070000070003E7000C1700180F00300700700700E00700E00700E0
+0700E00700E00700E00700600700700700380F001C370007C7E0131A7F9915>100
+D<07C01C3030187018600CE00CFFFCE000E000E000E0006000700438081C1807E00E107F
+8F11>I<183C3C18000000000000FC1C1C1C1C1C1C1C1C1C1C1C1C1C1CFF081A80990A>
+105 D110 D<07E01C38300C700E6006E007
+E007E007E007E007E0076006700E381C1C3807E010107F8F13>I<1F2060E04020C020C0
+20F0007F003FC01FE000F080708030C030C020F0408F800C107F8F0F>115
+D<0800080008000800180018003800FFC038003800380038003800380038003800382038
+203820382018201C4007800B177F960F>I
+120 D E /Fd 2 42 df<00E001C00380078007000F001E001E001C003C003C0038007800
+780078007000F000F000F000F000F000F000F000F000F000F000F000F000F000F0007000
+78007800780038003C003C001C001E001E000F0007000780038001C000E00B2E7CA112>
+40 DI
+E /Fe 27 123 df<0007F800007FFC0001FC0E0003F01F0007E03F000FC03F000FC03F00
+0FC03F000FC01E000FC00C000FC000000FC000000FC0FF80FFFFFF80FFFFFF800FC01F80
+0FC01F800FC01F800FC01F800FC01F800FC01F800FC01F800FC01F800FC01F800FC01F80
+0FC01F800FC01F800FC01F800FC01F800FC01F800FC01F800FC01F800FC01F807FF8FFF0
+7FF8FFF01C237FA220>12 D<000FFF80007FFF8001FC1F8003F03F8007E03F800FC03F80
+0FC01F800FC01F800FC01F800FC01F800FC01F800FC01F800FC01F80FFFFFF80FFFFFF80
+0FC01F800FC01F800FC01F800FC01F800FC01F800FC01F800FC01F800FC01F800FC01F80
+0FC01F800FC01F800FC01F800FC01F800FC01F800FC01F800FC01F800FC01F800FC01F80
+7FF8FFF07FF8FFF01C237FA220>I<07FE00001FFF80003F07E0003F03F0003F01F0003F
+01F8001E01F8000001F8000001F800003FF80003FDF8001F81F8003E01F8007C01F800F8
+01F800F801F800F801F800F801F8007C02F8007E0CF8001FF87F8007E03F8019167E951C
+>97 DI<00FF8007FFE00F83F01F03F03E03F07E03F07C01E07C0000FC0000FC0000
+FC0000FC0000FC0000FC00007C00007E00007E00003E00181F00300FC06007FFC000FF00
+15167E9519>I<0001FF000001FF0000003F0000003F0000003F0000003F0000003F0000
+003F0000003F0000003F0000003F0000003F0000003F0000FE3F0007FFBF000FC1FF001F
+007F003E003F007E003F007C003F007C003F00FC003F00FC003F00FC003F00FC003F00FC
+003F00FC003F00FC003F007C003F007E003F003E003F001F007F000F81FF0007FF3FE001
+FC3FE01B237EA220>I<00FE0007FF800F83C01E01E03E00F07E00F07C00F87C0078FC00
+78FFFFF8FFFFF8FC0000FC0000FC00007C00007C00003E00183E00181F00300F80E003FF
+C000FF0015167E951A>I<001F8000FFE001F1F003E3F007E3F00FC3F00FC1E00FC0000F
+C0000FC0000FC0000FC0000FC000FFFE00FFFE000FC0000FC0000FC0000FC0000FC0000F
+C0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000F
+C0007FFC007FFC0014237EA212>I<00FE0F8003FF9FC00F83E3C01F01F3C01E00F0003E
+00F8003E00F8003E00F8003E00F8003E00F8001E00F0001F01F0000F83E0000BFF800008
+FE000018000000180000001C0000001FFFE0001FFFFC000FFFFF0007FFFF001FFFFF807C
+001FC078000FC0F80007C0F80007C0F80007C07C000F803E001F001F807E000FFFFC0001
+FFE0001A217F951D>II<1E003F007F807F807F807F803F001E0000000000000000
+0000000000FF80FF801F801F801F801F801F801F801F801F801F801F801F801F801F801F
+801F801F801F801F80FFF0FFF00C247EA30F>I107 DIII<00FF0007FFE00F81F01F00F83E007C7C003E7C003E7C003E
+FC003FFC003FFC003FFC003FFC003FFC003FFC003F7C003E7E007E3E007C1F00F80F81F0
+07FFE000FF0018167E951D>II<00FE030007FF07000FC1CF001F00DF003F007F007E003F007E003F007C003F00
+FC003F00FC003F00FC003F00FC003F00FC003F00FC003F00FC003F007E003F007E003F00
+3E007F001F00FF000FC1FF0007FF3F0000FC3F0000003F0000003F0000003F0000003F00
+00003F0000003F0000003F0000003F000001FFE00001FFE01B207E951E>II<07F9801F
+FF80380780700380F00180F00180F80000FF0000FFF8007FFE003FFF001FFF8007FF8000
+3FC0C007C0C003C0E003C0E003C0F00380FC0F00EFFE00C3F80012167E9517>I<018000
+0180000180000180000380000380000780000780000F80003F8000FFFF00FFFF001F8000
+1F80001F80001F80001F80001F80001F80001F80001F80001F80001F80001F81801F8180
+1F81801F81801F81800F83000FC30007FE0001F80011207F9F16>IIIIII<7FFFF07FFFF07C07E0700F
+C0601FC0E01F80C03F00C07F00C07E0000FC0001FC0003F80003F03007E0300FE0300FC0
+701F80703F80603F00E07E03E0FFFFE0FFFFE014167E9519>I E
+/Ff 24 119 df<00E00000E00000E00000E00000E000F0E1E0FCE7E07EEFC01FFF0007FC
+0001F00007FC001FFF007EEFC0FCE7E0F0E1E000E00000E00000E00000E00000E0001315
+7D991A>42 D<003800007C00007C00006C0000EE0000EE0000EE0000C60000C60001C700
+01C70001C70001C7000383800383800383800383800701C00701C007FFC007FFC00FFFE0
+0E00E00E00E00E00E00E00E01C00707F01FCFF83FE7F01FC171E7F9D1A>65
+D69 D<7FFFFCFFFFFC7FFFFC
+0E001C0E001C0E001C0E001C0E001C0E00000E00000E03800E03800E03800FFF800FFF80
+0FFF800E03800E03800E03800E00000E00000E00000E00000E00000E00000E00000E0000
+7FE000FFE0007FE000161E7F9D1A>I72 DI78 D<0FFE003FFF807FFFC07C07C07001C0
+F001E0E000E0E000E0E000E0E000E0E000E0E000E0E000E0E000E0E000E0E000E0E000E0
+E000E0E000E0E000E0E000E0E000E0E000E0F001E0F001E07001C07C07C07FFFC03FFF80
+0FFE00131E7D9D1A>I82
+D<03F1C00FFDC03FFFC07C0FC07003C0E003C0E001C0E001C0E001C0E000007000007800
+003F00001FF00007FE0000FF80000FC00001E00000E0000070000070600070E00070E000
+70E000E0F001E0FC03C0FFFF80EFFF00E3FC00141E7D9D1A>I<7FFFFEFFFFFEFFFFFEE0
+380EE0380EE0380EE0380EE0380E00380000380000380000380000380000380000380000
+380000380000380000380000380000380000380000380000380000380000380000380003
+FF8003FF8003FF80171E7F9D1A>I89 D<7FFFC0FFFFE0FFFFE07FFFC013047D7E1A>95 D<1FF0003FFC007FFE00780F
+00300700000380000380007F8007FF801FFF803F8380780380700380E00380E00380E003
+80700780780F803FFFFC1FFDFC07F0FC16157D941A>97 D<00FF8003FFC00FFFE01F01E0
+3C00C0780000700000700000E00000E00000E00000E00000E00000700000700000780070
+3C00701F01F00FFFE003FFC000FE0014157D941A>99 D<001FC0001FC0001FC00001C000
+01C00001C00001C00001C00001C001F1C007FDC00FFFC01E0FC03C07C07803C07001C0E0
+01C0E001C0E001C0E001C0E001C0E001C0E001C07003C07003C03807C03E0FC01FFFFC07
+FDFC01F1FC161E7E9D1A>I
+104 D<01C00003E00003E00003E00001C0000000000000000000000000000000007FE000
+7FE0007FE00000E00000E00000E00000E00000E00000E00000E00000E00000E00000E000
+00E00000E00000E00000E00000E0007FFF80FFFFC07FFF80121F7C9E1A>I110
+D<01F00007FC001FFF003E0F803C07807803C07001C0E000E0E000E0E000E0E000E0E000
+E0E000E0F001E07001C07803C03C07803E0F801FFF0007FC0001F00013157D941A>I<7F
+81F8FF8FFC7F9FFE03FE1E03F80C03E00003E00003C00003800003800003800003800003
+80000380000380000380000380000380007FFF00FFFF007FFF0017157F941A>114
+D<0180000380000380000380000380000380000380007FFFE0FFFFE0FFFFE00380000380
+000380000380000380000380000380000380000380000380000380700380700380700380
+7001C1E001FFE000FF80003F00141C7F9B1A>116 DI<7FC7FCFFC7FE7FC7FC0E00E00E00E00E
+00E00701C00701C00701C003838003838003838001C70001C70001C70000EE0000EE0000
+EE00007C00007C0000380017157F941A>I E /Fg 41 123 df<0007FC00003FFF0000FE
+078003F007C007E00FC007E00FC00FC00FC00FC00FC00FC00FC00FC003000FC000000FC0
+00000FC000000FC07FE0FFFFFFE0FFFFFFE00FC007E00FC007E00FC007E00FC007E00FC0
+07E00FC007E00FC007E00FC007E00FC007E00FC007E00FC007E00FC007E00FC007E00FC0
+07E00FC007E00FC007E00FC007E00FC007E00FC007E00FC007E0FFFC7FFEFFFC7FFE1F26
+7FA522>12 D<3C7EFFFFFFFF7E3C08087C8711>46 D<001C00003C0000FC00FFFC00FFFC
+0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC
+0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC
+0000FC0000FC0000FC0000FC007FFFFC7FFFFC16237CA21F>49 D<01FF0007FFC01E07F0
+3803F86001FC7C00FEFE00FEFE00FFFE007FFE007F7C007F3800FF0000FF0000FE0000FE
+0001FC0001F80003F00007E0000780000F00001E00003C0000700000E00301C003038007
+0700060600060FFFFE1FFFFE3FFFFE7FFFFCFFFFFCFFFFFC18237DA21F>I<01FF0007FF
+E01E03F03801F83C01FC7E00FE7E00FE7E00FE3E00FE1C01FE0001FC0001FC0003F80007
+F0000FC001FF0001FF000007E00001F00001F80000FC0000FE0000FF0000FF1000FF7C00
+FFFE00FFFE00FFFE00FEFE00FE7C01FC7001F83E07F00FFFC001FF0018237DA21F>I<00
+00380000007800000078000000F8000001F8000003F8000007F8000006F800000CF80000
+1CF8000038F8000030F8000060F80000E0F80001C0F8000180F8000300F8000700F8000E
+00F8001C00F8001800F8003000F8007000F800E000F800FFFFFFC0FFFFFFC00001F80000
+01F8000001F8000001F8000001F8000001F8000001F800007FFFC0007FFFC01A237EA21F
+>I<18000C1F007C1FFFF81FFFF01FFFE01FFFC01FFF801FFC0018000018000018000018
+000018000018FF001BFFE01F03F01C00F80800FC00007E00007E00007E00007F00007F78
+007FFC007FFC007FFC007FFC007EF8007E6000FC7000FC3801F81E07E007FFC001FE0018
+237DA21F>I<001FC0007FF001F03803E00C07803E0F807E1F007E3F007E3F007E7E003C
+7E00007E00007E0000FE3FC0FE7FF0FE80F8FF80FCFF007CFF007EFE007EFE007FFE007F
+FE007FFE007F7E007F7E007F7E007F7E007F3E007E3F007E1F007C0F80F807C1F003FFC0
+007F0018237DA21F>I<300000003C0000003FFFFFC03FFFFFC03FFFFF807FFFFF007FFF
+FE007FFFFC006000180060001800E0003000C0006000C000C00000018000000180000003
+000000060000000E0000000E0000001C0000001C0000003C0000003C0000007800000078
+000000F8000000F8000000F8000000F8000001F8000001F8000001F8000001F8000001F8
+000001F8000000F00000006000001A257DA41F>I<00001C00000000001C00000000003E
+00000000003E00000000003E00000000007F00000000007F0000000000FF8000000000FF
+8000000000FF80000000019FC0000000019FC0000000031FE0000000030FE0000000070F
+F00000000607F00000000607F00000000C07F80000000C03F80000001C03FC0000001801
+FC0000001801FC0000003000FE0000003000FE0000007FFFFF0000007FFFFF000000E000
+7F800000C0003F800000C0003F80000180003FC0000180001FC0000380001FE000030000
+0FE0000300000FE00007000007F000FFF000FFFF80FFF000FFFF8029257EA42E>65
+D68 DII72 DI76 DI<00FF008007FFE3800F80F7801E001F803C000F
+807800078078000380F8000380F8000180F8000180FC000180FC000000FF0000007FE000
+007FFE00003FFFE0003FFFF8001FFFFE0007FFFF0003FFFF80007FFF800003FFC000003F
+C000000FE0000007E0000007E0C00003E0C00003E0C00003E0C00003C0E00003C0F00007
+C0F8000780FC000F00FFC03E00E3FFF800803FE0001B257DA422>83
+D87 D<07FF00001FFFE0003E03F0003F00F8003F00FC
+003F007E001E007E0000007E0000007E0000007E00001FFE0003FE7E000FC07E001F007E
+003E007E007E007E00FC007E00FC007E00FC007E00FC00BE007E01BE003F073E001FFE1F
+E007F00FE01B187E971E>97 DI<007FE003FFF807C0
+7C1F80FC1F00FC3F00FC7E00787E0000FE0000FE0000FE0000FE0000FE0000FE0000FE00
+00FE00007E00007F00003F000C1F800C1FC01807E07003FFE0007F0016187E971B>I<00
+00FFC00000FFC000000FC000000FC000000FC000000FC000000FC000000FC000000FC000
+000FC000000FC000000FC000000FC000000FC0007F0FC003FFCFC00FE0FFC01F803FC03F
+000FC03F000FC07E000FC07E000FC0FE000FC0FE000FC0FE000FC0FE000FC0FE000FC0FE
+000FC0FE000FC0FE000FC07E000FC07E000FC03F000FC03F001FC01F803FC00FC0EFC003
+FFCFFC00FE0FFC1E267EA522>I<007F0003FFC007C1F00F80F81F00F83F007C7E007C7E
+007EFE007EFE007EFFFFFEFFFFFEFE0000FE0000FE00007E00007E00007E00063F00061F
+000C0F801807E07003FFE0007F8017187E971C>I<001FC0007FF001F8F003E1F807E1F8
+07C1F80FC0F00FC0000FC0000FC0000FC0000FC0000FC0000FC000FFFF00FFFF000FC000
+0FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC000
+0FC0000FC0000FC0000FC0000FC0000FC0000FC000FFFE00FFFE0015267EA513>I<01FF
+07C007FFDFE00F83F1E01F01F1E03E00F8007E00FC007E00FC007E00FC007E00FC007E00
+FC007E00FC003E00F8001F01F0000F83E0000FFFC00011FF000030000000300000003800
+00003C0000003FFFE0001FFFFC001FFFFE000FFFFF001FFFFF803C003F8078000FC0F800
+07C0F80007C0F80007C0F80007C07C000F803E001F001F807E0007FFF80000FFC0001B24
+7E971F>II<0F001F803FC03FC03FC03FC01F800F00
+00000000000000000000000000007FC07FC00FC00FC00FC00FC00FC00FC00FC00FC00FC0
+0FC00FC00FC00FC00FC00FC00FC00FC00FC00FC00FC0FFF8FFF80D277EA611>I108 DII<007F800003FFF00007C0F8001F807E003F003F003F003F00
+7E001F807E001F80FE001FC0FE001FC0FE001FC0FE001FC0FE001FC0FE001FC0FE001FC0
+FE001FC07E001F807E001F803F003F003F003F001F807E000FC0FC0003FFF000007F8000
+1A187E971F>II114 D<07F8C01FFFC03C07C07001C0F000C0F000
+C0F000C0FC0000FF80007FFC007FFE003FFF800FFFC003FFC0001FE00003E0C001E0C001
+E0E001E0E001C0F003C0FC0780EFFF00C3FC0013187E9718>I<00C00000C00000C00000
+C00001C00001C00001C00003C00007C0000FC0001FC000FFFFC0FFFFC00FC0000FC0000F
+C0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0000FC0600FC0600F
+C0600FC0600FC0600FC06007E0C007E1C001FF80007E0013237FA218>III120 DI<7FFFF87FFFF87C03F07007F0600FE0E0
+0FC0E01F80C03F80C03F00C07E0000FE0000FC0001F80003F80C03F00C07E00C0FE00C0F
+C01C1F80183F80387F00787E01F8FFFFF8FFFFF816187E971B>I
+E /Fh 30 122 df<0003F07C001E0DC600380F0F00701E0F00E01E0E00E00C0001C01C00
+01C01C0001C01C0001C01C0001C01C00038038007FFFFFC0038038000380380003803800
+038038000700700007007000070070000700700007007000070070000E00E0000E00E000
+0E00E0000E00E0000E00E0000E00E0001C01C0001E01E000FF8FFC0020207E9F1B>11
+D<0003E0001C1800381800703C00E03C00E03801C00001C00001C00001C00001C0000380
+007FFFF00380700380700380700380700700E00700E00700E00700E00700E00700E00E01
+C00E01C00E01C00E01C00E01C00E01C01C03801E03C0FF0FF016207E9F19>I<0003F03F
+00001E09E08000380F80C000701F01E000E03E01E000E01E01C001C01C000001C01C0000
+01C01C000001C01C000001C01C000003803800007FFFFFFF800380380380038038038003
+803803800380380380070070070007007007000700700700070070070007007007000700
+7007000E00E00E000E00E00E000E00E00E000E00E00E000E00E00E000E00E00E001C01C0
+1C001E01E01E00FF8FF8FFC023207E9F26>14 D<00200000600000600000600000600030
+61C03C43800E4E0007780001E00001E00007B8001C9C00708F00E0830001800001800001
+800001800001000012147AA117>42 D<0018003801F80E700070007000700070007000E0
+00E000E000E000E000E001C001C001C001C001C001C00380038003800380038003800700
+0780FFFC0E1E7B9D17>49 D<003F8000C1E00100700200780400780400780F007C0F807C
+0F807C0F00780600780000F80000F00001E00001C0000380000700000E00001C00003800
+00600000C0000180000300200600200800401000403FFFC07FFF80FFFF80161E7E9D17>
+I<00FF01FE01800180018001800180030003000300030003000300060006000600060006
+0006000C000C000C000C000C000C00180018001800180018001800300030003000300030
+003000600060006000600060006000FF00FF00102D7EA10D>91 D<00FF01FE0006000600
+0600060006000C000C000C000C000C000C00180018001800180018001800300030003000
+300030003000600060006000600060006000C000C000C000C000C000C001800180018001
+8001800180FF00FF00102D82A10D>93 D<07F8000C0C001E06001E07001C070000070000
+070000070000FF0007C7001E07003C0E00780E00F00E10F00E10F00E10F01E10F02E2078
+4F401F878014147D9317>97 D<00FE000383000E07801C0780380700380000780000F000
+00F00000F00000F00000E00000E00000E00000F00000F001007002003804001C180007E0
+0011147D9314>99 D<0000380001F8000078000038000038000070000070000070000070
+0000700000700000E000FCE00382E00601E01C01E03C00E03801C07801C0F001C0F001C0
+F001C0F001C0E00380E00380E00380E00380F00380700780380F001C378007C7E015207D
+9F19>I<00F800070E000E07001C0700380380780380700380F00380F00380FFFF80F000
+00E00000E00000E00000E00000F001007002003004001C180007E00011147D9314>I<00
+07C0001C600030F00060F000E0E000C00001C00001C00001C00001C00001C0000380003F
+FC000380000380000380000380000700000700000700000700000700000700000E00000E
+00000E00000E00000E00000E00001C00001E0000FFC00014207F9F0E>I<00000E003E11
+00E1A301C1C20381E00780E00701E00F01E00F01E00F01E00703C007038007870004FC00
+0800000800001800001C00000FFF000FFFC00FFFE01800F0300030600030C00030C00030
+C000306000603000C01C070007FC00181F809417>I<00E00007E00001E00000E00000E0
+0001C00001C00001C00001C00001C00001C000038000038F800390E003A0E003C0600380
+600780E00700E00700E00700E00700E00700E00E01C00E01C00E01C00E01C00E01C00E01
+C01C03801E03C0FF8FF014207E9F19>I<01C003E003E003C00180000000000000000000
+00000003801F800780038003800700070007000700070007000E000E000E000E000E000E
+001C001E00FF800B1F7F9E0C>I<00E007E001E000E000E001C001C001C001C001C001C0
+0380038003800380038003800700070007000700070007000E000E000E000E000E000E00
+1C001E00FF800B207F9F0C>108 D<0387C07C001F9861860007A072070003C034030003
+803803000780780700070070070007007007000700700700070070070007007007000E00
+E00E000E00E00E000E00E00E000E00E00E000E00E00E000E00E00E001C01C01C001E01E0
+1E00FFCFFCFFC022147E9326>I<038F801F90E007A0E003C0600380600780E00700E007
+00E00700E00700E00700E00E01C00E01C00E01C00E01C00E01C00E01C01C03801E03C0FF
+8FF014147E9319>I<00FC000387000E01801C00C03800E03800E07000F0F000F0F000F0
+F000F0F000F0E001E0E001E0E001C0E003C0F00380700700380E001C1C0007E00014147D
+9317>I<00E3E00007EC380000F01C0000E00E0000E00F0001C0070001C0078001C00780
+01C0078001C0078001C0078003800F0003800F0003800E0003801E0003801C0003803800
+074070000761C000071F00000700000007000000070000000E0000000E0000000E000000
+0E0000001E000000FFC00000191D809319>I<00FC200382600702601E01E03C01E03801
+C07801C0F001C0F001C0F001C0F001C0E00380E00380F00380F00380F00780700780380F
+001C370007C700000700000700000700000E00000E00000E00000E00001E0000FFC0131D
+7D9318>I<038E001FB38007C78003C78003830007800007000007000007000007000007
+00000E00000E00000E00000E00000E00000E00001C00001E0000FFC00011147E9312>I<
+01F9060708031803180138023C001F001FF007FC01FE001F40074003400360036006F004
+C81887E010147F9312>I<0080010001000100030007000F001E00FFF80E000E000E000E
+001C001C001C001C001C001C00380038103810381038103820382018400F800D1C7C9B12
+>I<1C0380FC1F803C07801C03801C038038070038070038070038070038070038070070
+0E00700E00700E00700E00701E00701E00703C00305E001F9F8011147B9319>III<1FF0FF03C07801C07001C04000E0C000E180007300007600003C00003C
+00001C00002E00004E000087000107000203800403800C01C03C03E0FE07FC18147F9318
+>I<0FF83F8001E00E0001C00C0001C0080001E0080000E0100000E0300000E0200000E0
+40000070400000708000007080000071000000390000003A0000003E0000003C00000038
+000000180000001000000010000000200000002000000040000070C00000F0800000F100
+0000E600000078000000191D809318>I E /Fi 36 122 df<0001C0000003C000000FC0
+00007FC0001FFFC000FFFFC000FFBFC000E03FC000003FC000003FC000003FC000003FC0
+00003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC0
+00003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC0
+00003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC0
+00003FC000003FC000003FC000003FC0007FFFFFF07FFFFFF07FFFFFF01C2E7AAD28>49
+D<003FE00001FFFE0007FFFF800F80FFC01E003FE038001FF07C000FF87E0007FCFF0007
+FCFF8007FEFF8007FEFF8003FEFF8003FE7F0003FE3E0007FE000007FE000007FC000007
+FC00000FF800000FF800000FF000001FE000001FC000003F8000007F0000007E000000F8
+000001F0000003E0000007C000000F0000001E000E003C000E0038000E0070001E00E000
+1C01C0001C0300003C07FFFFFC0FFFFFFC1FFFFFFC3FFFFFFC7FFFFFF8FFFFFFF8FFFFFF
+F8FFFFFFF81F2E7CAD28>I<0000007800000000000078000000000000FC000000000000
+FC000000000000FC000000000001FE000000000001FE000000000003FF000000000003FF
+000000000007FF800000000007FF800000000007FF80000000000FFFC0000000000E7FC0
+000000001E7FE0000000001C3FE0000000001C3FE000000000383FF000000000381FF000
+000000781FF800000000700FF800000000700FF800000000E00FFC00000000E007FC0000
+0001E007FE00000001C003FE00000001C003FE000000038001FF000000038001FF000000
+078001FF800000070000FF8000000F0000FFC000000FFFFFFFC000000FFFFFFFC000001F
+FFFFFFE000001C00003FE000003C00003FF000003800001FF000003800001FF000007000
+001FF800007000000FF80000F000000FFC0000E0000007FC0000E0000007FC0001C00000
+07FE0003E0000003FE00FFFF0001FFFFFCFFFF0001FFFFFCFFFF0001FFFFFC36317DB03D
+>65 DI<000003FF800180
+00003FFFF003800001FFFFFC07800007FF003F0F80001FF800079F80003FC00001FF8000
+FF800000FF8001FE0000007F8003FC0000003F8007FC0000001F8007F80000000F800FF0
+0000000F801FF000000007801FF000000007803FE000000007803FE000000003807FE000
+000003807FE000000003807FC000000000007FC00000000000FFC00000000000FFC00000
+000000FFC00000000000FFC00000000000FFC00000000000FFC00000000000FFC0000000
+0000FFC00000000000FFC000000000007FC000000000007FC000000000007FE000000000
+007FE000000003803FE000000003803FE000000003801FF000000003801FF00000000780
+0FF0000000070007F8000000070007FC0000000E0003FC0000001E0001FE0000001C0000
+FF8000007800003FC00000F000001FF80003E0000007FF003F80000001FFFFFE00000000
+3FFFF80000000003FF80000031317CB03A>I70
+D<000003FF00030000007FFFF007000001FFFFFC0F000007FF007E1F00001FF0000FBF00
+007FC00003FF0000FF800001FF0001FE0000007F0003FC0000007F0007FC0000003F000F
+F80000001F000FF00000001F001FF00000000F001FF00000000F003FE000000007003FE0
+00000007007FE000000007007FE000000007007FC00000000000FFC00000000000FFC000
+00000000FFC00000000000FFC00000000000FFC00000000000FFC00000000000FFC00000
+000000FFC00000000000FFC00000000000FFC00000000000FFC00007FFFFF87FC00007FF
+FFF87FE00007FFFFF87FE0000001FF003FE0000001FF003FE0000001FF001FF0000001FF
+001FF0000001FF000FF0000001FF000FF8000001FF0007FC000001FF0003FC000001FF00
+01FE000001FF0000FF800001FF00007FC00003FF00001FF800077F000007FF003E3F0000
+01FFFFFC1F0000007FFFF00F00000003FF80030035317CB03F>III78 D80
+D<7FFFFFFFFFFF007FFFFFFFFFFF007FFFFFFFFFFF007FC00FF801FF007E000FF8003F00
+7C000FF8001F0078000FF8000F0078000FF8000F0070000FF8000700F0000FF8000780F0
+000FF8000780F0000FF8000780E0000FF8000380E0000FF8000380E0000FF8000380E000
+0FF8000380E0000FF800038000000FF800000000000FF800000000000FF800000000000F
+F800000000000FF800000000000FF800000000000FF800000000000FF800000000000FF8
+00000000000FF800000000000FF800000000000FF800000000000FF800000000000FF800
+000000000FF800000000000FF800000000000FF800000000000FF800000000000FF80000
+0000000FF800000000000FF800000000000FF800000000000FF800000000000FF8000000
+00000FF800000000000FF800000000000FF800000000000FF8000000007FFFFFFF000000
+7FFFFFFF0000007FFFFFFF000031307DAF38>84 DII<00FFF0000003FFFF00000F803F80000FC00FE0001FE0
+07F0001FE007F0001FE003F8000FC003FC00078003FC00000003FC00000003FC00000003
+FC00000003FC000000FFFC00001FFFFC0000FFE3FC0003FC03FC000FF003FC001FC003FC
+003FC003FC007F8003FC007F8003FC00FF0003FC00FF0003FC00FF0003FC00FF0007FC00
+FF0007FC007F800DFC003FC01DFE001FE078FFF007FFE07FF000FF803FF024207E9F27>
+97 D<01F8000000FFF8000000FFF8000000FFF80000000FF800000007F800000007F800
+000007F800000007F800000007F800000007F800000007F800000007F800000007F80000
+0007F800000007F800000007F800000007F800000007F83FE00007F8FFFC0007FBE07F00
+07FF001F8007FE000FC007FC000FE007F80007F007F80007F807F80007F807F80003FC07
+F80003FC07F80003FC07F80003FE07F80003FE07F80003FE07F80003FE07F80003FE07F8
+0003FE07F80003FE07F80003FE07F80003FC07F80003FC07F80003FC07F80007F807F800
+07F807F80007F007FC000FE007FE000FC007E7003F8007C3C0FE000780FFF80007003FC0
+0027327EB12D>I<000FFF00007FFFC001FC01F003F003F007E007F80FE007F81FC007F8
+3FC003F03FC001E07F8000007F8000007F800000FF800000FF800000FF800000FF800000
+FF800000FF800000FF800000FF8000007F8000007F8000007F8000003FC0001C3FC0001C
+1FC000380FE0003807E0007003F001E001FC07C0007FFF00000FF8001E207D9F24>I<00
+00000FC0000007FFC0000007FFC0000007FFC00000007FC00000003FC00000003FC00000
+003FC00000003FC00000003FC00000003FC00000003FC00000003FC00000003FC0000000
+3FC00000003FC00000003FC00000003FC00007F83FC0003FFF3FC000FE07BFC003F801FF
+C007E0007FC00FE0007FC01FC0003FC03FC0003FC03FC0003FC07F80003FC07F80003FC0
+7F80003FC0FF80003FC0FF80003FC0FF80003FC0FF80003FC0FF80003FC0FF80003FC0FF
+80003FC0FF80003FC07F80003FC07F80003FC07F80003FC03FC0003FC03FC0003FC01FC0
+003FC00FE0007FC007E000FFC003F003FFE001FC0F3FFE007FFE3FFE000FF03FFE27327D
+B12D>I<000FFC00007FFF8001FC0FC003F003E007E001F00FE001F81FC000FC3FC000FE
+3FC000FE7F80007E7F80007F7F80007FFF80007FFF80007FFFFFFFFFFFFFFFFFFF800000
+FF800000FF800000FF8000007F8000007F8000007F8000003FC000071FC000071FC0000E
+0FE0000E07F0001C03F8007800FE03E0003FFFC00007FE0020207E9F25>I<0001FE0000
+0FFF80001FC3C0007F07E000FE0FF001FE0FF001FC0FF003FC0FF003FC07E003FC018003
+FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC0000FFFFFC00FF
+FFFC00FFFFFC0003FC000003FC000003FC000003FC000003FC000003FC000003FC000003
+FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000003
+FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000003
+FC00007FFFF0007FFFF0007FFFF0001C327EB119>I<001FF007C000FFFE3FE001F83F79
+F007E00FC3F00FE00FE1F00FC007E0E01FC007F0001FC007F0003FC007F8003FC007F800
+3FC007F8003FC007F8003FC007F8001FC007F0001FC007F0000FC007E0000FE00FE00007
+E00FC00003F83F000006FFFE00000E1FF000000E000000001E000000001E000000001F00
+0000001F800000001FFFFF80000FFFFFF0000FFFFFFC0007FFFFFE0003FFFFFF0003FFFF
+FF800FFFFFFFC03F00007FC07E00001FE07C00000FE0FC000007E0FC000007E0FC000007
+E0FC000007E07E00000FC03E00000F803F00001F800FC0007E0007F803FC0001FFFFF000
+001FFF0000242F7E9F28>I<01F8000000FFF8000000FFF8000000FFF80000000FF80000
+0007F800000007F800000007F800000007F800000007F800000007F800000007F8000000
+07F800000007F800000007F800000007F800000007F800000007F800000007F807F80007
+F83FFE0007F8783F0007F8C03F8007F9801FC007FB001FC007FE001FE007FC001FE007FC
+001FE007FC001FE007F8001FE007F8001FE007F8001FE007F8001FE007F8001FE007F800
+1FE007F8001FE007F8001FE007F8001FE007F8001FE007F8001FE007F8001FE007F8001F
+E007F8001FE007F8001FE007F8001FE007F8001FE007F8001FE007F8001FE0FFFFC3FFFF
+FFFFC3FFFFFFFFC3FFFF28327DB12D>I<03C00007E0000FF0001FF8001FF8001FF8001F
+F8000FF00007E00003C00000000000000000000000000000000000000000000000000000
+000001F8007FF8007FF8007FF80007F80007F80007F80007F80007F80007F80007F80007
+F80007F80007F80007F80007F80007F80007F80007F80007F80007F80007F80007F80007
+F80007F80007F80007F80007F80007F800FFFF80FFFF80FFFF8011337DB217>I<01F800
+FFF800FFF800FFF8000FF80007F80007F80007F80007F80007F80007F80007F80007F800
+07F80007F80007F80007F80007F80007F80007F80007F80007F80007F80007F80007F800
+07F80007F80007F80007F80007F80007F80007F80007F80007F80007F80007F80007F800
+07F80007F80007F80007F80007F80007F80007F80007F80007F80007F800FFFFC0FFFFC0
+FFFFC012327DB117>108 D<03F007F8001FE000FFF03FFE00FFF800FFF0783F01E0FC00
+FFF0C03F8300FE000FF1801FC6007F0007F3001FCC007F0007F6001FF8007F8007FC001F
+F0007F8007FC001FF0007F8007FC001FF0007F8007F8001FE0007F8007F8001FE0007F80
+07F8001FE0007F8007F8001FE0007F8007F8001FE0007F8007F8001FE0007F8007F8001F
+E0007F8007F8001FE0007F8007F8001FE0007F8007F8001FE0007F8007F8001FE0007F80
+07F8001FE0007F8007F8001FE0007F8007F8001FE0007F8007F8001FE0007F8007F8001F
+E0007F8007F8001FE0007F8007F8001FE0007F8007F8001FE0007F80FFFFC3FFFF0FFFFC
+FFFFC3FFFF0FFFFCFFFFC3FFFF0FFFFC3E207D9F43>I<03F007F800FFF03FFE00FFF078
+3F00FFF0C03F800FF1801FC007F3001FC007F6001FE007FC001FE007FC001FE007FC001F
+E007F8001FE007F8001FE007F8001FE007F8001FE007F8001FE007F8001FE007F8001FE0
+07F8001FE007F8001FE007F8001FE007F8001FE007F8001FE007F8001FE007F8001FE007
+F8001FE007F8001FE007F8001FE007F8001FE007F8001FE0FFFFC3FFFFFFFFC3FFFFFFFF
+C3FFFF28207D9F2D>I<0007FC0000007FFFC00001FC07F00003F001F80007E000FC000F
+C0007E001FC0007F003FC0007F803F80003F807F80003FC07F80003FC07F80003FC0FF80
+003FE0FF80003FE0FF80003FE0FF80003FE0FF80003FE0FF80003FE0FF80003FE0FF8000
+3FE07F80003FC07F80003FC07F80003FC03FC0007F803FC0007F801FC0007F000FE000FE
+0007E000FC0003F803F80001FE0FF000007FFFC0000007FC000023207E9F28>I<01F83F
+E000FFF8FFFC00FFFBE07F00FFFF003F8007FE001FC007FC000FE007F8000FF007F80007
+F807F80007F807F80007FC07F80003FC07F80003FC07F80003FE07F80003FE07F80003FE
+07F80003FE07F80003FE07F80003FE07F80003FE07F80003FE07F80003FC07F80007FC07
+F80007FC07F80007F807F80007F807F8000FF007FC000FE007FE001FC007FF003F8007FB
+C0FE0007F8FFF80007F83FC00007F800000007F800000007F800000007F800000007F800
+000007F800000007F800000007F800000007F800000007F800000007F8000000FFFFC000
+00FFFFC00000FFFFC00000272E7E9F2D>I<03F03F00FFF07FC0FFF1C3E0FFF187E00FF3
+0FF007F60FF007F60FF007FC07E007FC03C007FC000007FC000007F8000007F8000007F8
+000007F8000007F8000007F8000007F8000007F8000007F8000007F8000007F8000007F8
+000007F8000007F8000007F8000007F8000007F8000007F80000FFFFE000FFFFE000FFFF
+E0001C207E9F21>114 D<01FF860007FFFE001F00FE003C003E0078001E0078000E00F8
+000E00F8000E00F8000E00FC000000FF800000FFFC00007FFFC0003FFFF0003FFFF8001F
+FFFC0007FFFE0001FFFF00003FFF000000FF8000003F8060001F80E0000F80E0000F80F0
+000F80F0000F00F8000F00FC001E00FE001C00FF807800F3FFF000C07F800019207D9F20
+>I<001C0000001C0000001C0000001C0000001C0000003C0000003C0000003C0000007C
+0000007C000000FC000001FC000003FC000007FC00001FFFFE00FFFFFE00FFFFFE0003FC
+000003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC000003FC
+000003FC000003FC000003FC000003FC000003FC000003FC000003FC038003FC038003FC
+038003FC038003FC038003FC038003FC038001FC038001FC070000FE0700007F0E00003F
+FC000007F000192E7FAD1F>I<01F80007E0FFF803FFE0FFF803FFE0FFF803FFE00FF800
+3FE007F8001FE007F8001FE007F8001FE007F8001FE007F8001FE007F8001FE007F8001F
+E007F8001FE007F8001FE007F8001FE007F8001FE007F8001FE007F8001FE007F8001FE0
+07F8001FE007F8001FE007F8001FE007F8001FE007F8001FE007F8003FE007F8003FE003
+F8007FE003F8007FE001FC00DFF000FE039FFF007FFF1FFF000FFC1FFF28207D9F2D>I<
+FFFF001FFCFFFF001FFCFFFF001FFC0FF80003C007F800038007FC00078003FC00070003
+FE00070001FE000E0001FF000E0000FF001C0000FF001C0000FF803C00007F803800007F
+C07800003FC07000003FE0F000001FE0E000001FF1E000000FF1C000000FF9C0000007FB
+80000007FB80000007FF80000003FF00000003FF00000001FE00000001FE00000000FC00
+000000FC00000000780000000078000026207E9F2B>II<7FFF807FFC7FFF807FFC7FFF807FFC03FC000F0001FE001E0000FF003C0000FF8038
+00007FC07800003FC0F000001FE1E000000FF3C000000FFF80000007FF00000003FE0000
+0001FE00000000FF00000000FF80000000FFC0000001FFC0000003DFE00000078FF00000
+078FF800000F07FC00001E03FE00003C01FE00007800FF0000F000FF8001E0007FC003E0
+003FE0FFFC01FFFFFFFC01FFFFFFFC01FFFF28207F9F2B>II E /Fj 3 106 df<0000FF00000007FFE000001F00F8000078001E
+0000E0000700018000018003000000C006000000600C000000300C000000301800000018
+300000000C300000000C6000000006600000000660000000066000000006C000000003C0
+00000003C000000003C000000003C000000003C000000003C000000003C000000003C000
+0000036000000006600000000660000000066000000006300000000C300000000C180000
+00180C000000300C00000030060000006003000000C0018000018000E00007000078001E
+00001F00F8000007FFE0000000FF0000282B7EA02D>13 D<0020006000C000C000C00180
+0180030003000300060006000C000C0018001800180030003000600060006000C000C000
+600060006000300030001800180018000C000C00060006000300030003000180018000C0
+00C000C0006000200B2E7CA112>104 DI E /Fk 44 122 df<3C007F00FF80FF80FFC0FFC0FFC07FC03EC000C0
+00C00180018001800300030006000E001C00380010000A157B8813>44
+D<1C007F007F00FF80FF80FF807F007F001C0009097B8813>46 D<000E00001E00007E00
+07FE00FFFE00FFFE00F8FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE00
+00FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE00
+00FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE00FFFFFEFFFFFEFFFFFE
+17277BA622>49 D<00FF800007FFF0000FFFFC001E03FE003800FF807C003F80FE003FC0
+FF001FC0FF001FE0FF000FE0FF000FE07E000FE03C001FE000001FE000001FC000001FC0
+00003F8000003F0000007E000000FC000000F8000001F0000003E00000078000000F0000
+001E0000003C00E0007000E000E000E001C001C0038001C0060001C00FFFFFC01FFFFFC0
+3FFFFFC07FFFFFC0FFFFFF80FFFFFF80FFFFFF801B277DA622>I<007F800003FFF00007
+FFFC000F81FE001F007F003F807F003F803F803F803F803F803F801F803F801F003F8000
+007F0000007F0000007E000000FC000001F8000007F00000FFC00000FFC0000001F80000
+007E0000003F0000003F8000001FC000001FC000001FE000001FE03C001FE07E001FE0FF
+001FE0FF001FE0FF001FC0FF003FC0FE003F807C007F003F01FE001FFFFC0007FFF00000
+FF80001B277DA622>I<00000F0000000F0000001F0000003F0000007F000000FF000001
+FF000001FF000003BF0000073F00000E3F00001C3F00003C3F0000383F0000703F0000E0
+3F0001C03F0003803F0007803F0007003F000E003F001C003F0038003F0070003F00F000
+3F00FFFFFFF8FFFFFFF8FFFFFFF800007F0000007F0000007F0000007F0000007F000000
+7F0000007F0000007F00001FFFF8001FFFF8001FFFF81D277EA622>I<180003001F801F
+001FFFFE001FFFFC001FFFF8001FFFF0001FFFC0001FFF00001C0000001C0000001C0000
+001C0000001C0000001C0000001C0000001C7FC0001DFFF8001F80FC001E003F0008003F
+0000001F8000001FC000001FC000001FE000001FE018001FE07C001FE0FE001FE0FE001F
+E0FE001FE0FE001FC0FC001FC078003F8078003F803C007F001F01FE000FFFFC0003FFF0
+0000FF80001B277DA622>I<00000780000000000780000000000FC0000000000FC00000
+00000FC0000000001FE0000000001FE0000000003FF0000000003FF0000000003FF00000
+000077F80000000077F800000000F7FC00000000E3FC00000000E3FC00000001C1FE0000
+0001C1FE00000003C1FF0000000380FF0000000380FF00000007007F80000007007F8000
+000F007FC000000E003FC000000E003FC000001C001FE000001C001FE000003FFFFFF000
+003FFFFFF000003FFFFFF00000700007F80000700007F80000F00007FC0000E00003FC00
+01E00003FE0001C00001FE0001C00001FE0003C00001FF00FFFE003FFFFCFFFE003FFFFC
+FFFE003FFFFC2E297EA833>65 DI<00007FE0030007FFFC07001FFFFF0F007FF00F9F00FF0001FF01
+FC0000FF03F800007F07F000003F0FE000001F1FC000001F1FC000000F3F8000000F3F80
+0000077F800000077F800000077F00000000FF00000000FF00000000FF00000000FF0000
+0000FF00000000FF00000000FF00000000FF00000000FF000000007F000000007F800000
+007F800000073F800000073F800000071FC00000071FC000000E0FE000000E07F000001C
+03F800003C01FC00007800FF0001F0007FF007C0001FFFFF800007FFFE0000007FF00028
+297CA831>I69 DI<00
+007FE003000007FFFC0700001FFFFF0F00007FF00F9F0000FF0001FF0001FC0000FF0003
+F800007F0007F000003F000FE000001F001FC000001F001FC000000F003F8000000F003F
+80000007007F80000007007F80000007007F0000000000FF0000000000FF0000000000FF
+0000000000FF0000000000FF0000000000FF0000000000FF0000000000FF0000000000FF
+0000FFFFF87F0000FFFFF87F8000FFFFF87F800000FF003F800000FF003F800000FF001F
+C00000FF001FC00000FF000FE00000FF0007F00000FF0003F80000FF0001FC0000FF0000
+FF0001FF00007FF007FF00001FFFFF9F000007FFFE0F0000007FF003002D297CA835>I<
+FFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFF03FC00003FC003FC00003FC003FC00003FC0
+03FC00003FC003FC00003FC003FC00003FC003FC00003FC003FC00003FC003FC00003FC0
+03FC00003FC003FC00003FC003FC00003FC003FC00003FC003FC00003FC003FC00003FC0
+03FFFFFFFFC003FFFFFFFFC003FFFFFFFFC003FC00003FC003FC00003FC003FC00003FC0
+03FC00003FC003FC00003FC003FC00003FC003FC00003FC003FC00003FC003FC00003FC0
+03FC00003FC003FC00003FC003FC00003FC003FC00003FC003FC00003FC003FC00003FC0
+03FC00003FC003FC00003FC0FFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFF30297EA835>
+II78 D80 D82 D<00FF806003FFF0E00FFFF8E0
+1F80FDE03F001FE03E0007E07C0003E07C0003E0FC0001E0FC0001E0FC0000E0FE0000E0
+FE0000E0FF000000FFC000007FFC00007FFFE0003FFFF8001FFFFE001FFFFF0007FFFF80
+03FFFFC000FFFFC0000FFFE000007FE000001FF000000FF0000007F0E00003F0E00003F0
+E00003F0E00003F0F00003E0F00003E0F80007E0FC0007C0FF000F80FFE03F80E3FFFE00
+E1FFFC00C01FF0001C297CA825>I85 DII<03FF
+80000FFFF0001F01FC003F80FE003F807F003F803F003F803F801F003F8000003F800000
+3F8000003F8000003F80003FFF8001FC3F800FE03F801F803F803F003F807E003F80FC00
+3F80FC003F80FC003F80FC003F80FC005F807E00DF803F839FFC1FFE0FFC03FC03FC1E1B
+7E9A21>97 D
+I<003FF00001FFFC0003F03E000FC07F001F807F003F007F003F007F007F003E007E0000
+007E000000FE000000FE000000FE000000FE000000FE000000FE000000FE0000007E0000
+007E0000007F0000003F0003803F8003801F8007000FE00E0003F83C0001FFF800003FC0
+00191B7E9A1E>I<00007FF000007FF000007FF0000007F0000007F0000007F0000007F0
+000007F0000007F0000007F0000007F0000007F0000007F0000007F0000007F0003F87F0
+01FFF7F007F03FF00FC00FF01F8007F03F0007F03F0007F07E0007F07E0007F07E0007F0
+FE0007F0FE0007F0FE0007F0FE0007F0FE0007F0FE0007F0FE0007F0FE0007F07E0007F0
+7E0007F03F0007F03F0007F01F800FF00FC01FF007E07FFF01FFE7FF007F87FF202A7EA9
+25>I<003FC00001FFF00003E07C000F803E001F801F001F001F003F000F807E000F807E
+000FC07E000FC0FE0007C0FE0007C0FFFFFFC0FFFFFFC0FE000000FE000000FE0000007E
+0000007E0000007F0000003F0001C01F0001C00F80038007C0070003F01E0000FFFC0000
+3FE0001A1B7E9A1F>I<0007F8003FFC007E3E01FC7F03F87F03F07F07F07F07F03E07F0
+0007F00007F00007F00007F00007F00007F000FFFFC0FFFFC0FFFFC007F00007F00007F0
+0007F00007F00007F00007F00007F00007F00007F00007F00007F00007F00007F00007F0
+0007F00007F00007F00007F00007F00007F0007FFF807FFF807FFF80182A7EA915>I<00
+FF80F003FFE3F80FC1FE1C1F007C7C3F007E7C3E003E107E003F007E003F007E003F007E
+003F007E003F007E003F003E003E003F007E001F007C000FC1F8000BFFE00018FF800018
+00000038000000380000003C0000003FFFF8003FFFFF001FFFFFC00FFFFFE007FFFFF01F
+FFFFF03C0007F07C0001F8F80000F8F80000F8F80000F8F80000F87C0001F07C0001F03F
+0007E00FC01F8007FFFF00007FF0001E287E9A22>II<07000F801FC03FE03FE03FE01FC00F80070000
+00000000000000000000000000FFE0FFE0FFE00FE00FE00FE00FE00FE00FE00FE00FE00F
+E00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE00FE0FFFEFFFEFFFE0F2B7EAA12
+>I108 DII<003FE00001FFFC0003F07E000FC01F801F800FC03F0007E03F00
+07E07E0003F07E0003F07E0003F0FE0003F8FE0003F8FE0003F8FE0003F8FE0003F8FE00
+03F8FE0003F8FE0003F87E0003F07E0003F03F0007E03F0007E01F800FC00FC01F8007F0
+7F0001FFFC00003FE0001D1B7E9A22>II<
+FFC1F0FFC7FCFFC63E0FCC7F0FD87F0FD07F0FD07F0FF03E0FE0000FE0000FE0000FE000
+0FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE000
+FFFF00FFFF00FFFF00181B7F9A1B>114 D<03FE300FFFF03E03F07800F07000F0F00070
+F00070F80070FE0000FFE0007FFF007FFFC03FFFE01FFFF007FFF800FFF80007FC0000FC
+E0007CE0003CF0003CF00038F80038FC0070FF01E0E7FFC0C1FF00161B7E9A1B>I<00E0
+0000E00000E00000E00001E00001E00001E00003E00003E00007E0000FE0001FFFE0FFFF
+E0FFFFE00FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0000FE0
+000FE0000FE0000FE0700FE0700FE0700FE0700FE0700FE0700FE07007F0E003F0C001FF
+80007F0014267FA51A>IIIIII E /Fl 75 127 df<70F8F8F8F8F8F8F8F8F8F8F8F8F8F8F8F870000000000070
+F8F8F870051C779B18>33 D<4010E038F078E038E038E038E038E038E038E038E038E038
+E03860300D0E7B9C18>I<030600078F00078F00078F00078F00078F00078F007FFFC0FF
+FFE0FFFFE07FFFC00F1E000F1E000F1E000F1E000F1E000F1E007FFFC0FFFFE0FFFFE07F
+FFC01E3C001E3C001E3C001E3C001E3C001E3C000C1800131C7E9B18>I<00C00001C000
+01C00001C00003F0000FFC003FFE007DCF0071C700E1C380E1C780E1C780E1C780F1C000
+79C0003FC0001FE0000FF80001FC0001DE0001CF0001C70061C380F1C380F1C380E1C380
+E1C70071C70079DE003FFE001FF80007E00001C00001C00001C00000C00011247D9F18>
+I<3803007C07807C0780EE0F80EE0F00EE0F00EE1F00EE1E00EE1E00EE3E007C3C007C3C
+00387C0000780000780000F80000F00001F00001E00001E00003E00003C00003C00007C0
+000783800787C00F87C00F0EE00F0EE01F0EE01E0EE01E0EE03E0EE03C07C03C07C01803
+8013247E9F18>I<01C00007E0000FF0000E70001C38001C38001C38001C38001C73F81C
+F3F81CE3F80FC1C00FC3800F83800F03801F07003F87007B8E0071CE00E1FC00E0FC00E0
+7C00E07870E0787070FE707FFFE03FC7E00F03C0151C7F9B18>I<387C7C7E3E0E0E0E1C
+1C38F8F0C0070E789B18>I<007000F001E003C007800F001E001C003800380070007000
+70007000E000E000E000E000E000E000E000E0007000700070007000380038001C001E00
+0F00078003C001F000F000700C24799F18>I<6000F00078003C001E000F000780038001
+C001C000E000E000E000E00070007000700070007000700070007000E000E000E000E001
+C001C0038007800F001E003C007800F00060000C247C9F18>I<01C00001C00001C00001
+C00041C100F1C780FDDF807FFF001FFC0007F00007F0001FFC007FFF00FDDF80F1C78041
+C10001C00001C00001C00001C00011147D9718>I<00600000F00000F00000F00000F000
+00F00000F00000F0007FFFC0FFFFE0FFFFE07FFFC000F00000F00000F00000F00000F000
+00F00000F00000600013147E9718>I<1C3E7E7F3F1F070E1E7CF860080C788518>I<7FFF
+C0FFFFE0FFFFE07FFFC013047E8F18>I<3078FCFC78300606778518>I<00030000078000
+0780000F80000F00001F00001E00001E00003E00003C00007C0000780000780000F80000
+F00001F00001E00003E00003C00003C00007C0000780000F80000F00000F00001F00001E
+00003E00003C00003C00007C0000780000F80000F00000F0000060000011247D9F18>I<
+01F00007FC000FFE001F1F001C07003803807803C07001C07001C0E000E0E000E0E000E0
+E000E0E000E0E000E0E000E0E000E0E000E0F001E07001C07001C07803C03803801C0700
+1F1F000FFE0007FC0001F000131C7E9B18>I<01800380038007800F803F80FF80FB8043
+8003800380038003800380038003800380038003800380038003800380038003807FFCFF
+FE7FFC0F1C7B9B18>I<03F0000FFE003FFF007C0F807003C0E001C0F000E0F000E06000
+E00000E00000E00001C00001C00003C0000780000F00001E00003C0000780000F00001E0
+0007C0000F80001E00E03C00E07FFFE0FFFFE07FFFE0131C7E9B18>I<001F00003F0000
+770000770000E70001E70001C7000387000787000707000E07001E07003C070038070078
+0700F00700FFFFF8FFFFF8FFFFF8000700000700000700000700000700000700007FF000
+7FF0007FF0151C7F9B18>52 D<007E0001FF0007FF800F83C01E03C01C03C03801803800
+00700000700000E1F800E7FE00FFFF00FE0780F803C0F001C0F000E0E000E0F000E07000
+E07000E07000E03801C03C03C01E07800FFF0007FE0001F800131C7E9B18>54
+D<3078FCFC783000000000000000003078FCFC78300614779318>58
+D<183C7E7E3C180000000000000000183C7E7E3E1E0E1C3C78F060071A789318>I<0000
+C00003E00007E0001FC0003F8000FE0001FC0007F0000FE0003F80007F0000FC0000FC00
+007F00003F80000FE00007F00001FC0000FE00003F80001FC00007E00003E00000C01318
+7E9918>I<7FFFC0FFFFE0FFFFE07FFFC00000000000000000000000007FFFC0FFFFE0FF
+FFE07FFFC0130C7E9318>I<600000F80000FC00007F00003F80000FE00007F00001FC00
+00FE00003F80001FC00007E00007E0001FC0003F8000FE0001FC0007F0000FE0003F8000
+7F0000FC0000F8000060000013187E9918>I<0FF0003FFC007FFF00700F00F00380F003
+80600780000F00003E00007C0001F00001E00003C00003C00003C00003C00003C0000380
+0000000000000000000000000000000003800007C00007C00007C000038000111C7D9B18
+>I<00700000F80000F80000D80000D80001DC0001DC0001DC00018C00038E00038E0003
+8E00038E000707000707000707000707000707000FFF800FFF800FFF800E03801C01C01C
+01C01C01C07F07F0FF07F87F07F0151C7F9B18>65 D<7FF800FFFE007FFF001C0F801C03
+C01C03C01C01E01C00E01C00E01C00F01C00701C00701C00701C00701C00701C00701C00
+701C00701C00F01C00E01C00E01C01E01C01C01C03C01C0F807FFF00FFFE007FF800141C
+7F9B18>68 DII<7F07F0FF8FF87F07F01C01C01C01C01C01C01C01C01C01C01C01C01C
+01C01C01C01C01C01FFFC01FFFC01FFFC01C01C01C01C01C01C01C01C01C01C01C01C01C
+01C01C01C01C01C01C01C07F07F0FF8FF87F07F0151C7F9B18>72
+D<7FFF00FFFF807FFF0001C00001C00001C00001C00001C00001C00001C00001C00001C0
+0001C00001C00001C00001C00001C00001C00001C00001C00001C00001C00001C00001C0
+0001C0007FFF00FFFF807FFF00111C7D9B18>I76 D<7E07F0FF0FF87F07F01D81C01D81C01D81C01DC1C01CC1C01CC1C01CE1C01CE1
+C01CE1C01C61C01C71C01C71C01C31C01C39C01C39C01C39C01C19C01C19C01C1DC01C0D
+C01C0DC01C0DC07F07C0FF87C07F03C0151C7F9B18>78 D<0FFE003FFF807FFFC07803C0
+7001C0F001E0E000E0E000E0E000E0E000E0E000E0E000E0E000E0E000E0E000E0E000E0
+E000E0E000E0E000E0E000E0E000E0E000E0F001E07001C07C07C07FFFC03FFF800FFE00
+131C7E9B18>II<7FF800FFFE007FFF001C
+0F801C03801C03C01C01C01C01C01C01C01C03C01C03801C0F801FFF001FFE001FFE001C
+0F001C07001C03801C03801C03801C03801C03801C039C1C039C1C039C7F01F8FF81F87F
+00F0161C7F9B18>82 D<03F1C01FFFC03FFFC07C0FC07003C0E001C0E001C0E001C0E000
+007000007800003F00001FF00007FE0000FF00000F800003C00001C00000E00000E06000
+E0E000E0E001E0F001C0F80780FFFF80FFFE00E7F800131C7E9B18>I<7FFFF8FFFFF8FF
+FFF8E07038E07038E07038E0703800700000700000700000700000700000700000700000
+700000700000700000700000700000700000700000700000700000700000700007FF0007
+FF0007FF00151C7F9B18>II89 D91 D<600000F00000F00000F8000078
+00007C00003C00003C00003E00001E00001F00000F00000F00000F800007800007C00003
+C00003C00003E00001E00001F00000F00000F800007800007800007C00003C00003E0000
+1E00001E00001F00000F00000F8000078000078000030011247D9F18>I
+I<018007C01FF07EFCF83EE00E0F067C9B18>I<7FFFC0FFFFE0FFFFE07FFFC013047E7F
+18>I<061E3E387070E0E0E0F8FC7C7C38070E789E18>I<0FF0001FFC003FFE003C0F0018
+070000038000038000FF8007FF801FFF807F0380780380E00380E00380E00380F0078078
+0F803FFFF81FFDF807F0F815147E9318>I<7E0000FE00007E00000E00000E00000E0000
+0E00000E00000E3E000EFF800FFFC00FC1E00F80E00F00700E00700E00380E00380E0038
+0E00380E00380E00380F00700F00700F80E00FC1E00FFFC00EFF80063E00151C809B18>
+I<01FE0007FF001FFF803E0780380300700000700000E00000E00000E00000E00000E000
+00E000007000007001C03801C03E03C01FFF8007FF0001FC0012147D9318>I<001F8000
+3F80001F8000038000038000038000038000038003E3800FFB801FFF803C1F80380F8070
+0780700380E00380E00380E00380E00380E00380E00380700780700780380F803C1F801F
+FFF00FFBF803E3F0151C7E9B18>I<01F00007FC001FFE003E0F00380780700380700380
+E001C0E001C0FFFFC0FFFFC0FFFFC0E000007000007001C03801C03E07C01FFF8007FF00
+01F80012147D9318>I<001F80007FC000FFE000E1E001C0C001C00001C00001C0007FFF
+C0FFFFC0FFFFC001C00001C00001C00001C00001C00001C00001C00001C00001C00001C0
+0001C00001C00001C00001C0007FFF007FFF007FFF00131C7F9B18>I<01E1F007FFF80F
+FFF81E1E301C0E003807003807003807003807003807001C0E001E1E001FFC001FF80039
+E0003800001C00001FFE001FFFC03FFFE07801F0700070E00038E00038E00038E0003878
+00F07E03F01FFFC00FFF8001FC00151F7F9318>I<7E0000FE00007E00000E00000E0000
+0E00000E00000E00000E3E000EFF800FFFC00FC1C00F80E00F00E00E00E00E00E00E00E0
+0E00E00E00E00E00E00E00E00E00E00E00E00E00E00E00E07FC7FCFFE7FE7FC7FC171C80
+9B18>I<038007C007C007C0038000000000000000007FC0FFC07FC001C001C001C001C0
+01C001C001C001C001C001C001C001C001C001C0FFFFFFFFFFFF101D7C9C18>I108 DI<7E3E00FEFF807FFFC00FC1C00F80E00F00E00E00E00E00
+E00E00E00E00E00E00E00E00E00E00E00E00E00E00E00E00E00E00E07FC7FCFFE7FE7FC7
+FC1714809318>I<01F0000FFE001FFF003E0F803803807001C07001C0E000E0E000E0E0
+00E0E000E0E000E0F001E07001C07803C03C07803E0F801FFF000FFE0001F00013147E93
+18>I<7E3E00FEFF807FFFC00FC1E00F80E00F00700E00700E00380E00380E00380E0038
+0E00380E00380F00700F00700F80E00FC1E00FFFC00EFF800E3E000E00000E00000E0000
+0E00000E00000E00000E00007FC000FFE0007FC000151E809318>I<01F38007FB801FFF
+803E1F80380F80700780700780E00380E00380E00380E00380E00380E003807007807007
+80380F803C1F801FFF800FFB8003E3800003800003800003800003800003800003800003
+80001FF0003FF8001FF0151E7E9318>II<07F7003FFF007FFF00780F00E00700E00700E007007C0000
+7FE0001FFC0003FE00001F00600780E00380E00380F00380F80F00FFFF00FFFC00E7F000
+11147D9318>I<0180000380000380000380000380007FFFC0FFFFC0FFFFC00380000380
+000380000380000380000380000380000380000380000380400380E00380E00380E001C1
+C001FFC000FF80003E0013197F9818>I<7E07E0FE0FE07E07E00E00E00E00E00E00E00E
+00E00E00E00E00E00E00E00E00E00E00E00E00E00E00E00E00E00E01E00F03E007FFFC03
+FFFE01FCFC1714809318>I<7F8FF0FF8FF87F8FF01C01C00E03800E03800E0380070700
+070700070700078F00038E00038E00038E0001DC0001DC0001DC0000F80000F800007000
+15147F9318>II<7F8FF07F9FF07F8FF00F0700078E00039E0001DC0001F80000F80000700000F00000
+F80001DC00039E00038E000707000E07807F8FF0FF8FF87F8FF015147F9318>I<7F8FF0
+FF8FF87F8FF00E01C00E03800E0380070380070700070700038700038700038E0001CE00
+01CE0001CC0000CC0000DC0000780000780000780000700000700000700000F00000E000
+79E0007BC0007F80003F00001E0000151E7F9318>I<3FFFF07FFFF07FFFF07001E07003
+C0700780000F00001E00003C0000F80001F00003C0000780000F00701E00703C00707800
+70FFFFF0FFFFF0FFFFF014147F9318>I<0007E0001FE0007FE000780000E00000E00000
+E00000E00000E00000E00000E00000E00000E00000E00000E00001E0007FC000FF8000FF
+80007FC00001E00000E00000E00000E00000E00000E00000E00000E00000E00000E00000
+E00000E000007800007FE0001FE00007E013247E9F18>I<60F0F0F0F0F0F0F0F0F0F0F0
+F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0600424769F18>I<7C0000FF00
+00FFC00003C00000E00000E00000E00000E00000E00000E00000E00000E00000E00000E0
+0000E00000F000007FC0003FE0003FE0007FC000F00000E00000E00000E00000E00000E0
+0000E00000E00000E00000E00000E00000E00003C000FFC000FF00007C000013247E9F18
+>I<060C1F1E3FBEFBF8F1F060C00F067C9B18>I E /Fm 74 123
+df<001F83E000F06E3001C078780380F8780300F0300700700007007000070070000700
+7000070070000700700007007000FFFFFF80070070000700700007007000070070000700
+700007007000070070000700700007007000070070000700700007007000070070000700
+7000070070000700700007007000070070003FE3FF001D20809F1B>11
+D<003F0000E0C001C0C00381E00701E00701E00700000700000700000700000700000700
+00FFFFE00700E00700E00700E00700E00700E00700E00700E00700E00700E00700E00700
+E00700E00700E00700E00700E00700E00700E00700E03FC3FC1620809F19>I<003FE000
+E0E001C1E00381E00700E00700E00700E00700E00700E00700E00700E00700E0FFFFE007
+00E00700E00700E00700E00700E00700E00700E00700E00700E00700E00700E00700E007
+00E00700E00700E00700E00700E00700E03FE7FC1620809F19>I<001F81F80000F04F04
+0001C07C06000380F80F000300F00F000700F00F00070070000007007000000700700000
+070070000007007000000700700000FFFFFFFF0007007007000700700700070070070007
+007007000700700700070070070007007007000700700700070070070007007007000700
+700700070070070007007007000700700700070070070007007007000700700700070070
+07003FE3FE3FE02320809F26>I<7038F87CFC7EFC7E743A040204020402080408041008
+1008201040200F0E7F9F17>34 D<70F8FCFC74040404080810102040060E7C9F0D>39
+D<0040008001000300060004000C001800180038003000300070006000600060006000E0
+00E000E000E000E000E000E000E000E000E000E000E00060006000600060007000300030
+003800180018000C000400060003000100008000400A2E7BA112>I<8000400020003000
+180008000C00060006000700030003000380018001800180018001C001C001C001C001C0
+01C001C001C001C001C001C001C001800180018001800380030003000700060006000C00
+0800180030002000400080000A2E7EA112>I<70F0F8F878080808101010202040050E7C
+840D>44 DI<70F8F8F87005057C840D>I<03F0000E1C001C0E00
+180600380700700380700380700380700380F003C0F003C0F003C0F003C0F003C0F003C0
+F003C0F003C0F003C0F003C0F003C0F003C0F003C0700380700380700380780780380700
+1806001C0E000E1C0003F000121F7E9D17>48 D<008003800F80F3800380038003800380
+038003800380038003800380038003800380038003800380038003800380038003800380
+0380038007C0FFFE0F1E7C9D17>I<03F0000C1C00100E00200700400780800780F007C0
+F803C0F803C0F803C02007C00007C0000780000780000F00000E00001C00003800007000
+00600000C0000180000300000600400C00401800401000803FFF807FFF80FFFF80121E7E
+9D17>I<03F0000C1C00100E00200F00780F80780780780780380F80000F80000F00000F
+00001E00001C0000700007F000003C00000E00000F000007800007800007C02007C0F807
+C0F807C0F807C0F00780400780400F00200E00183C0007F000121F7E9D17>I<00060000
+0600000E00000E00001E00002E00002E00004E00008E00008E00010E00020E00020E0004
+0E00080E00080E00100E00200E00200E00400E00C00E00FFFFF0000E00000E00000E0000
+0E00000E00000E00000E0000FFE0141E7F9D17>I<1803001FFE001FFC001FF8001FE000
+10000010000010000010000010000010000011F000161C00180E00100700100780000380
+0003800003C00003C00003C07003C0F003C0F003C0E00380400380400700200600100C00
+08380007E000121F7E9D17>I<007C000182000701000E03800C07801807803803003800
+00780000700000700000F1F000F21C00F40600F80700F80380F80380F003C0F003C0F003
+C0F003C0F003C07003C07003C07003803803803807001807000C0E00061C0001F000121F
+7E9D17>I<4000007FFFE07FFFC07FFFC040008080010080010080020000040000040000
+080000100000100000200000200000600000600000E00000C00001C00001C00001C00001
+C00003C00003C00003C00003C00003C00003C00003C000018000131F7E9D17>I<03F000
+0C0C001006003003002001806001806001806001807001807803003E03003F06001FC800
+0FF00003F80007FC000C7E00103F00300F806007806001C0C001C0C000C0C000C0C000C0
+C000806001802001001002000C0C0003F000121F7E9D17>I<03F0000E18001C0C003806
+00380700700700700380F00380F00380F003C0F003C0F003C0F003C0F003C07007C07007
+C03807C0180BC00E13C003E3C0000380000380000380000700300700780600780E00700C
+002018001070000FC000121F7E9D17>I<70F8F8F8700000000000000000000070F8F8F8
+7005147C930D>I<70F8F8F8700000000000000000000070F0F8F8780808081010102020
+40051D7C930D>I<000100000003800000038000000380000007C0000007C0000007C000
+0009E0000009E0000009E0000010F0000010F0000010F000002078000020780000207800
+00403C0000403C0000C03E0000801E0000801E0001FFFF0001000F0001000F0002000780
+0200078002000780040003C0040003C00C0003C01E0003E0FF801FFE1F207F9F22>65
+DI<000FE01000381C3000E00270
+03C00170078000F00F0000701E0000701E0000303C0000303C0000107C00001078000010
+F8000000F8000000F8000000F8000000F8000000F8000000F8000000F8000000F8000000
+780000007C0000103C0000103C0000101E0000201E0000200F0000200780004003C00080
+00E0030000380C00000FF0001C217E9F21>IIII<000FE01000381C3000E0027003C00170078000F0
+0F0000701E0000701E0000303C0000303C0000107C00001078000010F8000000F8000000
+F8000000F8000000F8000000F8000000F8000000F8003FFEF80001F0780000F07C0000F0
+3C0000F03C0000F01E0000F01E0000F00F0000F0078000F003C0017000E0023000380C10
+000FF0001F217E9F24>III76 DII<001FE000007038
+0001C00E0003800700070003800F0003C01E0001E03C0000F03C0000F07C0000F87C0000
+F878000078F800007CF800007CF800007CF800007CF800007CF800007CF800007CF80000
+7CF800007C780000787C0000F87C0000F83C0000F03E0001F01E0001E00F0003C0070003
+800380070001E01E0000703800001FE0001E217E9F23>II<001FE0000070380001C00E0003800700070003800F0003C01E
+0001E03E0001F03C0000F07C0000F87C0000F878000078F800007CF800007CF800007CF8
+00007CF800007CF800007CF800007CF800007CF800007C780000787C0000F87C0000F83C
+0000F03E0781F01E0841E00F1023C0071023800390170001D01E0000783804001FF80400
+001C0400000C0C00000E1C00000FF800000FF8000007F8000007F0000001E01E297E9F23
+>II<03F0400C0CC018
+03C03001C06000C06000C0E000C0E00040E00040E00040F00000F800007C00007F80003F
+F8001FFF0007FF8000FFC0001FE00003E00001E00000F000007080007080007080007080
+0070C00060C000E0E000C0F80180C6030081FC0014217E9F19>I<7FFFFFE0780F01E060
+0F0060400F0020400F0020C00F0030800F0010800F0010800F0010800F0010000F000000
+0F0000000F0000000F0000000F0000000F0000000F0000000F0000000F0000000F000000
+0F0000000F0000000F0000000F0000000F0000000F0000000F0000000F0000000F000000
+1F800003FFFC001C1F7E9E21>IIII91
+D<080410082010201040204020804080408040B85CFC7EFC7E7C3E381C0F0E7A9F17>I<
+FFFF03030303030303030303030303030303030303030303030303030303030303030303
+03030303030303FFFF082D80A10D>I<081020204040808080B8FCFC7C38060E7D9F0D>
+96 D<1FE000303000781800781C00300E00000E00000E00000E0000FE00078E001E0E00
+380E00780E00F00E10F00E10F00E10F01E10781E103867200F83C014147E9317>I<1C00
+00FC00001C00001C00001C00001C00001C00001C00001C00001C00001C00001C00001C7C
+001D87001E01801E00C01C00E01C00701C00701C00781C00781C00781C00781C00781C00
+781C00701C00F01C00E01E00C01A0180198700107C0015207E9F19>I<01FC000706001C
+0F00380F00380600780000700000F00000F00000F00000F00000F00000F0000070000078
+00003800803800801C010007060001F80011147F9314>I<0001C0000FC00001C00001C0
+0001C00001C00001C00001C00001C00001C00001C00001C001F1C0070DC00C03C01801C0
+3801C07801C07001C0F001C0F001C0F001C0F001C0F001C0F001C07001C07001C03801C0
+1803C00C03C0070DC001F1F815207F9F19>I<03F0000E1C001C0E003807003807007007
+00700380F00380F00380FFFF80F00000F00000F000007000007000003800803800801C01
+0007060001F80011147F9314>I<007C01C6030F070F0E060E000E000E000E000E000E00
+0E00FFF00E000E000E000E000E000E000E000E000E000E000E000E000E000E000E000E00
+0E000E007FE01020809F0E>I<0000E003E3300E3C301C1C30380E00780F00780F00780F
+00780F00780F00380E001C1C001E380033E0002000002000003000003000003FFE001FFF
+801FFFC03001E0600070C00030C00030C00030C000306000603000C01C038003FC00141F
+7F9417>I<1C0000FC00001C00001C00001C00001C00001C00001C00001C00001C00001C
+00001C00001C7C001C86001D03001E03801E03801C03801C03801C03801C03801C03801C
+03801C03801C03801C03801C03801C03801C03801C03801C0380FF8FF014207E9F19>I<
+38007C007C007C0038000000000000000000000000001C00FC001C001C001C001C001C00
+1C001C001C001C001C001C001C001C001C001C001C001C00FF80091F7F9E0C>I<00E001
+F001F001F000E0000000000000000000000000007007F000F00070007000700070007000
+700070007000700070007000700070007000700070007000700070007000706070F060F0
+C061803F000C28829E0E>I<1C0000FC00001C00001C00001C00001C00001C00001C0000
+1C00001C00001C00001C00001C1FE01C07801C06001C04001C08001C10001C20001C6000
+1CE0001DF0001E70001C38001C3C001C1C001C0E001C0F001C07001C07801C07C0FF9FF0
+14207E9F18>I<1C00FC001C001C001C001C001C001C001C001C001C001C001C001C001C
+001C001C001C001C001C001C001C001C001C001C001C001C001C001C001C001C00FF8009
+207F9F0C>I<1C3E03E000FCC30C30001D039038001E01E01C001E01E01C001C01C01C00
+1C01C01C001C01C01C001C01C01C001C01C01C001C01C01C001C01C01C001C01C01C001C
+01C01C001C01C01C001C01C01C001C01C01C001C01C01C001C01C01C00FF8FF8FF802114
+7E9326>I<1C7C00FC86001D03001E03801E03801C03801C03801C03801C03801C03801C
+03801C03801C03801C03801C03801C03801C03801C03801C0380FF8FF014147E9319>I<
+01F800070E001C03803801C03801C07000E07000E0F000F0F000F0F000F0F000F0F000F0
+F000F07000E07000E03801C03801C01C0380070E0001F80014147F9317>I<1C7C00FD87
+001E01801E01C01C00E01C00F01C00701C00781C00781C00781C00781C00781C00781C00
+701C00F01C00E01E01C01E03801D87001C7C001C00001C00001C00001C00001C00001C00
+001C00001C0000FF8000151D7E9319>I<01F040070CC00E02C01C03C03801C07801C070
+01C0F001C0F001C0F001C0F001C0F001C0F001C07001C07801C03801C01C03C00C05C007
+09C001F1C00001C00001C00001C00001C00001C00001C00001C00001C0000FF8151D7F93
+18>I<1CF0FD181E3C1E3C1E181C001C001C001C001C001C001C001C001C001C001C001C
+001C001C00FFC00E147E9312>I<0FC830386018C008C008C008E0007C003FE01FF007F8
+003C800E8006C006C006C004E00CD81887E00F147F9312>I<020002000200060006000E
+000E003E00FFF80E000E000E000E000E000E000E000E000E000E000E000E040E040E040E
+040E040708030801F00E1C7F9B12>I<1C0380FC1F801C03801C03801C03801C03801C03
+801C03801C03801C03801C03801C03801C03801C03801C03801C03801C07800C0780061B
+8003E3F014147E9319>IIIII<7FFF700E600E401C40384078407000E001E001C00380078007010E011E011C033802
+7006700EFFFE10147F9314>I E /Fn 13 122 df<0000001FFC0000C000000003FFFFC0
+01C00000001FFFFFF003C00000007FFFFFFC07C0000001FFFC00FE0FC0000007FFC0001F
+9FC000000FFE000007FFC000003FF8000003FFC000007FF0000000FFC00000FFE0000000
+7FC00001FFC00000007FC00001FF800000003FC00003FF000000001FC00007FE00000000
+1FC0000FFE000000000FC0000FFC000000000FC0001FFC0000000007C0001FFC00000000
+07C0003FF80000000007C0003FF80000000003C0003FF80000000003C0007FF800000000
+03C0007FF80000000003C0007FF0000000000000007FF000000000000000FFF000000000
+000000FFF000000000000000FFF000000000000000FFF000000000000000FFF000000000
+000000FFF000000000000000FFF000000000000000FFF000000000000000FFF000000000
+000000FFF000000000000000FFF000001FFFFFFF807FF000001FFFFFFF807FF000001FFF
+FFFF807FF800001FFFFFFF807FF800000001FFC0003FF800000001FFC0003FF800000001
+FFC0003FF800000001FFC0001FFC00000001FFC0001FFC00000001FFC0000FFE00000001
+FFC0000FFE00000001FFC00007FF00000001FFC00003FF00000001FFC00001FF80000001
+FFC00001FFC0000001FFC00000FFE0000001FFC000007FF0000003FFC000003FFC000003
+FFC000000FFF000007FFC0000007FFC0001FBFC0000001FFFC00FF1FC00000007FFFFFFE
+0FC00000001FFFFFF803C000000003FFFFE000C0000000001FFE00000000413D7BBB4C>
+71 D
+I76 D78 D85
+D<003FFE00000001FFFFE0000007FFFFF800000FE007FC00000FF001FE00001FF800FF00
+001FF8007F80001FF8007FC0001FF8003FC0000FF0003FE00007E0003FE00003C0003FE0
+000000003FE0000000003FE0000000003FE0000000003FE0000000FFFFE000001FFFFFE0
+00007FF83FE00003FF803FE00007FC003FE0000FF0003FE0001FE0003FE0003FE0003FE0
+007FC0003FE0007FC0003FE000FF80003FE000FF80003FE000FF80003FE000FF80003FE0
+00FF80007FE0007FC0007FE0007FC000DFE0003FE0039FF0001FF80F0FFFE007FFFE0FFF
+E001FFFC07FFE0003FE000FFE02B267DA52F>97 D<00FE00000000FFFE00000000FFFE00
+000000FFFE00000000FFFE0000000007FE0000000003FE0000000003FE0000000003FE00
+00000003FE0000000003FE0000000003FE0000000003FE0000000003FE0000000003FE00
+00000003FE0000000003FE0000000003FE0000000003FE0000000003FE0000000003FE00
+00000003FE0000000003FE01FF000003FE1FFFF00003FE7FFFFC0003FEFC03FE0003FFF0
+00FF0003FFC0003F8003FF00001FC003FE00001FE003FE00000FF003FE00000FF803FE00
+000FF803FE000007FC03FE000007FC03FE000007FC03FE000007FE03FE000007FE03FE00
+0007FE03FE000007FE03FE000007FE03FE000007FE03FE000007FE03FE000007FE03FE00
+0007FE03FE000007FC03FE000007FC03FE000007FC03FE00000FFC03FE00000FF803FE00
+000FF003FE00001FF003FF00001FE003FF80003FC003FFC0007F8003F9E000FF0003F0FC
+07FE0003F07FFFF80003E01FFFE00003C003FE00002F3C7DBB36>I<01E00007F8000FFC
+000FFC001FFE001FFE001FFE001FFE000FFC000FFC0007F80001E0000000000000000000
+0000000000000000000000000000000000000000000000000000FE007FFE007FFE007FFE
+007FFE0007FE0003FE0003FE0003FE0003FE0003FE0003FE0003FE0003FE0003FE0003FE
+0003FE0003FE0003FE0003FE0003FE0003FE0003FE0003FE0003FE0003FE0003FE0003FE
+0003FE0003FE0003FE0003FE0003FE0003FE00FFFFF0FFFFF0FFFFF0FFFFF0143D7DBC1A
+>105 D<0001FFC00000000FFFF80000007FFFFF000000FF80FF800003FE003FE00007F8
+000FF0000FF00007F8000FF00007F8001FE00003FC003FE00003FE003FE00003FE007FC0
+0001FF007FC00001FF007FC00001FF007FC00001FF00FFC00001FF80FFC00001FF80FFC0
+0001FF80FFC00001FF80FFC00001FF80FFC00001FF80FFC00001FF80FFC00001FF80FFC0
+0001FF807FC00001FF007FC00001FF007FC00001FF003FE00003FE003FE00003FE001FE0
+0003FC001FF00007FC000FF00007F80007F8000FF00003FE003FE00000FF80FF8000007F
+FFFF0000000FFFF800000001FFC0000029267DA530>111 D<01FC03F000FFFC0FFC00FF
+FC1FFF00FFFC3C3F80FFFC707F8007FCE0FFC003FCC0FFC003FD80FFC003FD80FFC003FF
+807F8003FF003F0003FF001E0003FF00000003FE00000003FE00000003FE00000003FE00
+000003FE00000003FE00000003FE00000003FE00000003FE00000003FE00000003FE0000
+0003FE00000003FE00000003FE00000003FE00000003FE00000003FE00000003FE000000
+03FE00000003FE00000003FE000000FFFFFC0000FFFFFC0000FFFFFC0000FFFFFC000022
+267DA528>114 D<003FF03803FFFE7807FFFFF81FC00FF83F0003F83E0000F87C0000F8
+7C000078FC000078FC000078FE000078FF000000FFC00000FFFC00007FFFF0003FFFFE00
+3FFFFF801FFFFFC00FFFFFE003FFFFF000FFFFF8001FFFFC00007FFC000007FE700001FE
+F00000FEF000007EF800007EF800007EFC00007EFC00007CFE0000FCFF0000F8FF8001F0
+FFF00FE0F9FFFFC0F07FFF00C01FF8001F267DA526>I<000F0000000F0000000F000000
+0F0000000F0000001F0000001F0000001F0000001F0000003F0000003F0000007F000000
+7F000000FF000001FF000003FF000007FF00001FFFFFF0FFFFFFF0FFFFFFF0FFFFFFF001
+FF000001FF000001FF000001FF000001FF000001FF000001FF000001FF000001FF000001
+FF000001FF000001FF000001FF000001FF000001FF000001FF000001FF000001FF000001
+FF000001FF003C01FF003C01FF003C01FF003C01FF003C01FF003C01FF003C01FF003C00
+FF007800FF8078007F80F0003FC1E0001FFFC0000FFF800001FE001E377EB626>I121 D E end
+%%EndProlog
+%%BeginSetup
+%%Feature: *Resolution 300dpi
+TeXDict begin
+%%PaperSize: A4
+
+%%EndSetup
+%%Page: 1 1
+1 0 bop 75 693 a Fn(GNU)33 b(History)f(Library)p 75 743
+1800 17 v 960 791 a Fm(Edition)16 b(2.1,)e(for)h Fl(History)f(Library)g
+Fm(V)l(ersion)i(2.1.)1643 845 y(Marc)o(h)e(1996)75 2467
+y Fk(Brian)23 b(F)-6 b(o)n(x,)23 b(F)-6 b(ree)23 b(Soft)n(w)n(are)f(F)
+-6 b(oundation)75 2534 y(Chet)22 b(Ramey)-6 b(,)23 b(Case)e(W)-6
+b(estern)23 b(Reserv)n(e)f(Univ)n(ersit)n(y)p 75 2570
+1800 9 v eop
+%%Page: 2 2
+2 1 bop 75 250 a Fm(This)21 b(do)q(cumen)o(t)g(describ)q(es)h(the)f
+(GNU)f(History)g(library)l(,)j(a)d(programming)g(to)q(ol)g(that)g(pro)o
+(vides)h(a)75 305 y(consisten)o(t)15 b(user)h(in)o(terface)f(for)g
+(recalling)i(lines)f(of)f(previously)i(t)o(yp)q(ed)e(input.)75
+373 y(Published)i(b)o(y)f(the)f(F)l(ree)g(Soft)o(w)o(are)f(F)l
+(oundation)75 427 y(675)g(Massac)o(h)o(usetts)g(Av)o(en)o(ue,)75
+482 y(Cam)o(bridge,)h(MA)g(02139)f(USA)75 549 y(P)o(ermission)j(is)f
+(gran)o(ted)g(to)f(mak)o(e)h(and)g(distribute)i(v)o(erbatim)d(copies)i
+(of)f(this)h(man)o(ual)f(pro)o(vided)h(the)75 604 y(cop)o(yrigh)o(t)e
+(notice)h(and)f(this)h(p)q(ermission)g(notice)g(are)f(preserv)o(ed)h
+(on)f(all)h(copies.)75 671 y(P)o(ermission)c(is)h(gran)o(ted)e(to)g
+(cop)o(y)h(and)g(distribute)h(mo)q(di\014ed)g(v)o(ersions)f(of)f(this)h
+(man)o(ual)g(under)h(the)f(con-)75 726 y(ditions)k(for)e(v)o(erbatim)h
+(cop)o(ying,)g(pro)o(vided)h(that)e(the)h(en)o(tire)h(resulting)g
+(deriv)o(ed)g(w)o(ork)e(is)h(distributed)75 781 y(under)h(the)f(terms)g
+(of)g(a)f(p)q(ermission)j(notice)f(iden)o(tical)h(to)e(this)g(one.)75
+848 y(P)o(ermission)i(is)g(gran)o(ted)f(to)g(cop)o(y)h(and)f
+(distribute)i(translations)f(of)f(this)h(man)o(ual)g(in)o(to)f(another)
+g(lan-)75 903 y(guage,)e(under)h(the)f(ab)q(o)o(v)o(e)g(conditions)i
+(for)d(mo)q(di\014ed)j(v)o(ersions,)e(except)h(that)f(this)h(p)q
+(ermission)g(notice)75 958 y(ma)o(y)f(b)q(e)i(stated)f(in)h(a)f
+(translation)g(appro)o(v)o(ed)g(b)o(y)g(the)g(F)l(oundation.)75
+2661 y(Cop)o(yrigh)o(t)301 2660 y(c)289 2661 y Fj(\015)g
+Fm(1989,)f(1991)g(F)l(ree)h(Soft)o(w)o(are)f(F)l(oundation,)h(Inc.)p
+eop
+%%Page: 1 3
+1 2 bop 75 -58 a Fm(Chapter)15 b(1:)k(Using)d(History)f(In)o(teractiv)o
+(ely)1007 b(1)75 183 y Fi(1)41 b(Using)26 b(History)h(In)n(teractiv)n
+(ely)137 317 y Fm(This)16 b(c)o(hapter)f(describ)q(es)i(ho)o(w)d(to)h
+(use)g(the)g(GNU)g(History)g(Library)h(in)o(teractiv)o(ely)l(,)g(from)e
+(a)h(user's)75 372 y(standp)q(oin)o(t.)35 b(It)20 b(should)g(b)q(e)h
+(considered)h(a)d(user's)h(guide.)35 b(F)l(or)19 b(information)h(on)g
+(using)h(the)f(GNU)75 427 y(History)15 b(Library)h(in)g(y)o(our)f(o)o
+(wn)g(programs,)e(see)j Fj(h)p Fm(unde\014ned)p Fj(i)g
+Fm([Programming)e(with)i(GNU)f(History],)75 482 y(page)g
+Fj(h)p Fm(unde\014ned)p Fj(i)p Fm(.)75 625 y Fk(1.1)33
+b(History)22 b(Expansion)137 727 y Fm(The)c(History)g(library)h(pro)o
+(vides)f(a)f(history)h(expansion)h(feature)e(that)h(is)g(similar)h(to)e
+(the)h(history)75 782 y(expansion)12 b(pro)o(vided)g(b)o(y)f
+Fl(csh)p Fm(.)18 b(This)11 b(section)h(describ)q(es)g(the)g(syn)o(tax)e
+(used)h(to)g(manipulate)h(the)f(history)75 836 y(information.)137
+909 y(History)k(expansions)h(in)o(tro)q(duce)h(w)o(ords)d(from)g(the)i
+(history)f(list)h(in)o(to)f(the)h(input)g(stream,)e(making)75
+964 y(it)h(easy)g(to)g(rep)q(eat)g(commands,)g(insert)h(the)f(argumen)o
+(ts)f(to)h(a)g(previous)h(command)f(in)o(to)g(the)g(curren)o(t)75
+1019 y(input)h(line,)h(or)d(\014x)i(errors)e(in)i(previous)g(commands)f
+(quic)o(kly)l(.)137 1092 y(History)j(expansion)i(tak)o(es)d(place)i(in)
+h(t)o(w)o(o)d(parts.)28 b(The)19 b(\014rst)f(is)g(to)g(determine)i
+(whic)o(h)f(line)h(from)75 1147 y(the)h(history)f(list)i(should)g(b)q
+(e)f(used)g(during)h(substitution.)37 b(The)21 b(second)g(is)g(to)f
+(select)i(p)q(ortions)e(of)75 1202 y(that)15 b(line)i(for)d(inclusion)k
+(in)o(to)d(the)h(curren)o(t)f(one.)20 b(The)c(line)g(selected)h(from)e
+(the)g(history)g(is)h(called)h(the)75 1256 y Fh(ev)o(en)o(t)p
+Fm(,)c(and)h(the)g(p)q(ortions)g(of)f(that)g(line)i(that)e(are)g(acted)
+h(up)q(on)g(are)f(called)j Fh(w)o(ords)p Fm(.)i(V)l(arious)c
+Fh(mo)q(di\014ers)75 1311 y Fm(are)i(a)o(v)m(ailable)i(to)e(manipulate)
+i(the)e(selected)i(w)o(ords.)23 b(The)17 b(line)h(is)f(brok)o(en)f(in)o
+(to)h(w)o(ords)e(in)j(the)e(same)75 1366 y(fashion)c(that)e(Bash)i(do)q
+(es,)g(so)f(that)g(sev)o(eral)g(w)o(ords)g(surrounded)h(b)o(y)f(quotes)
+h(are)f(considered)h(one)g(w)o(ord.)75 1421 y(History)18
+b(expansions)h(are)g(in)o(tro)q(duced)g(b)o(y)f(the)h(app)q(earance)g
+(of)f(the)g(history)h(expansion)g(c)o(haracter,)75 1475
+y(whic)o(h)d(is)g(`)p Fl(!)p Fm(')e(b)o(y)h(default.)75
+1599 y Fg(1.1.1)30 b(Ev)n(en)n(t)21 b(Designators)137
+1701 y Fm(An)16 b(ev)o(en)o(t)f(designator)g(is)g(a)g(reference)h(to)f
+(a)g(command)g(line)i(en)o(try)d(in)i(the)g(history)f(list.)75
+1789 y Fl(!)216 b Fm(Start)16 b(a)g(history)h(substitution,)g(except)h
+(when)f(follo)o(w)o(ed)g(b)o(y)f(a)h(space,)g(tab,)f(the)h(end)g(of)315
+1844 y(the)e(line,)i(`)p Fl(=)p Fm(')d(or)h(`)p Fl(\()p
+Fm('.)75 1929 y Fl(!)p Fh(n)191 b Fm(Refer)16 b(to)e(command)h(line)i
+Fh(n)p Fm(.)75 2015 y Fl(!-)p Fh(n)167 b Fm(Refer)16
+b(to)e(the)i(command)f Fh(n)g Fm(lines)i(bac)o(k.)75
+2100 y Fl(!!)192 b Fm(Refer)16 b(to)e(the)i(previous)f(command.)20
+b(This)c(is)g(a)f(synon)o(ym)g(for)f(`)p Fl(!-1)p Fm('.)75
+2186 y Fl(!)p Fh(string)102 b Fm(Refer)16 b(to)e(the)i(most)e(recen)o
+(t)h(command)g(starting)g(with)g Fh(string)p Fm(.)75
+2271 y Fl(!?)p Fh(string)t Fl([?])315 2326 y Fm(Refer)i(to)f(the)h
+(most)f(recen)o(t)h(command)g(con)o(taining)g Fh(string)p
+Fm(.)25 b(The)17 b(trailing)g(`)p Fl(?)p Fm(')f(ma)o(y)g(b)q(e)315
+2381 y(omitted)f(if)h(the)f Fh(string)k Fm(is)d(follo)o(w)o(ed)f
+(immediately)i(b)o(y)e(a)g(newline.)75 2466 y Fl(^)p
+Fh(string1)t Fl(^)p Fh(string2)t Fl(^)315 2521 y Fm(Quic)o(k)i
+(Substitution.)23 b(Rep)q(eat)17 b(the)f(last)f(command,)h(replacing)h
+Fh(string1)i Fm(with)e Fh(string2)p Fm(.)315 2576 y(Equiv)m(alen)o(t)g
+(to)d Fl(!!:s/)p Fh(string1)t Fl(/)p Fh(string2)t Fl(/)p
+Fm(.)75 2661 y Fl(!#)192 b Fm(The)15 b(en)o(tire)h(command)f(line)i(t)o
+(yp)q(ed)f(so)e(far.)p eop
+%%Page: 2 4
+2 3 bop 75 -58 a Fm(2)1347 b(GNU)15 b(History)g(Library)75
+183 y Fg(1.1.2)30 b(W)-5 b(ord)20 b(Designators)137 279
+y Fm(W)l(ord)d(designators)g(are)g(used)h(to)f(select)h(desired)h(w)o
+(ords)d(from)h(the)g(ev)o(en)o(t.)26 b(A)18 b(`)p Fl(:)p
+Fm(')e(separates)h(the)75 333 y(ev)o(en)o(t)j(sp)q(eci\014cation)h
+(from)e(the)h(w)o(ord)f(designator.)34 b(It)20 b(ma)o(y)f(b)q(e)h
+(omitted)g(if)g(the)g(w)o(ord)f(designator)75 388 y(b)q(egins)f(with)g
+(a)e(`)p Fl(^)p Fm(',)h(`)p Fl($)p Fm(',)f(`)p Fl(*)p
+Fm(',)g(`)p Fl(-)p Fm(',)g(or)h(`)p Fl(\045)p Fm('.)24
+b(W)l(ords)17 b(are)g(n)o(um)o(b)q(ered)g(from)g(the)g(b)q(eginning)i
+(of)e(the)g(line,)75 443 y(with)j(the)g(\014rst)f(w)o(ord)h(b)q(eing)h
+(denoted)f(b)o(y)g(0)f(\(zero\).)33 b(W)l(ords)20 b(are)f(inserted)i
+(in)o(to)f(the)g(curren)o(t)f(line)75 498 y(separated)c(b)o(y)g(single)
+i(spaces.)75 575 y Fl(0)e(\(zero\))57 b Fm(The)15 b Fl(0)p
+Fm(th)g(w)o(ord.)20 b(F)l(or)14 b(man)o(y)h(applications,)h(this)g(is)g
+(the)f(command)g(w)o(ord.)75 653 y Fh(n)215 b Fm(The)15
+b Fh(n)p Fm(th)h(w)o(ord.)75 731 y Fl(^)216 b Fm(The)15
+b(\014rst)g(argumen)o(t;)f(that)h(is,)g(w)o(ord)g(1.)75
+808 y Fl($)216 b Fm(The)15 b(last)h(argumen)o(t.)75 886
+y Fl(\045)216 b Fm(The)15 b(w)o(ord)g(matc)o(hed)g(b)o(y)g(the)g(most)g
+(recen)o(t)g(`)p Fl(?)p Fh(string)t Fl(?)p Fm(')f(searc)o(h.)75
+964 y Fh(x)p Fl(-)p Fh(y)168 b Fm(A)15 b(range)g(of)g(w)o(ords;)f(`)p
+Fl(-)p Fh(y)t Fm(')g(abbreviates)i(`)p Fl(0-)p Fh(y)t
+Fm('.)75 1042 y Fl(*)216 b Fm(All)15 b(of)f(the)f(w)o(ords,)g(except)i
+(the)f Fl(0)p Fm(th.)19 b(This)14 b(is)h(a)e(synon)o(ym)h(for)f(`)p
+Fl(1-$)p Fm('.)18 b(It)c(is)g(not)g(an)g(error)315 1096
+y(to)g(use)h(`)p Fl(*)p Fm(')f(if)i(there)e(is)i(just)e(one)h(w)o(ord)f
+(in)i(the)f(ev)o(en)o(t;)f(the)h(empt)o(y)g(string)g(is)g(returned)g
+(in)315 1151 y(that)f(case.)75 1229 y Fh(x)s Fl(*)189
+b Fm(Abbreviates)16 b(`)p Fh(x)p Fl(-$)p Fm(')75 1307
+y Fh(x)p Fl(-)192 b Fm(Abbreviates)16 b(`)p Fh(x)p Fl(-$)p
+Fm(')e(lik)o(e)i(`)p Fh(x)s Fl(*)p Fm(',)e(but)i(omits)f(the)g(last)g
+(w)o(ord.)137 1384 y(If)i(a)g(w)o(ord)f(designator)h(is)h(supplied)h
+(without)e(an)g(ev)o(en)o(t)f(sp)q(eci\014cation,)j(the)e(previous)h
+(command)75 1439 y(is)e(used)f(as)g(the)h(ev)o(en)o(t.)75
+1548 y Fg(1.1.3)30 b(Mo)r(di\014ers)137 1643 y Fm(After)10
+b(the)h(optional)g(w)o(ord)e(designator,)i(y)o(ou)f(can)h(add)f(a)g
+(sequence)i(of)e(one)g(or)g(more)g(of)g(the)g(follo)o(wing)75
+1698 y(mo)q(di\014ers,)16 b(eac)o(h)f(preceded)i(b)o(y)e(a)g(`)p
+Fl(:)p Fm('.)75 1776 y Fl(h)216 b Fm(Remo)o(v)o(e)15
+b(a)g(trailing)h(pathname)f(comp)q(onen)o(t,)g(lea)o(ving)h(only)g(the)
+f(head.)75 1854 y Fl(t)216 b Fm(Remo)o(v)o(e)15 b(all)h(leading)h
+(pathname)e(comp)q(onen)o(ts,)g(lea)o(ving)h(the)f(tail.)75
+1931 y Fl(r)216 b Fm(Remo)o(v)o(e)15 b(a)g(trailing)h(su\016x)f(of)g
+(the)g(form)g(`)p Fl(.)p Fh(su\016x)s Fm(',)f(lea)o(ving)i(the)f
+(basename.)75 2009 y Fl(e)216 b Fm(Remo)o(v)o(e)15 b(all)h(but)g(the)f
+(trailing)h(su\016x.)75 2087 y Fl(p)216 b Fm(Prin)o(t)15
+b(the)g(new)h(command)f(but)g(do)g(not)g(execute)h(it.)75
+2164 y Fl(s/)p Fh(old)r Fl(/)p Fh(new)t Fl(/)315 2219
+y Fm(Substitute)h Fh(new)j Fm(for)c(the)h(\014rst)e(o)q(ccurrence)j(of)
+e Fh(old)i Fm(in)f(the)g(ev)o(en)o(t)f(line.)25 b(An)o(y)16
+b(delimiter)315 2274 y(ma)o(y)c(b)q(e)h(used)g(in)g(place)g(of)f(`)p
+Fl(/)p Fm('.)18 b(The)13 b(delimiter)h(ma)o(y)e(b)q(e)h(quoted)f(in)i
+Fh(old)g Fm(and)f Fh(new)k Fm(with)12 b(a)315 2329 y(single)j(bac)o
+(kslash.)20 b(If)15 b(`)p Fl(&)p Fm(')e(app)q(ears)h(in)h
+Fh(new)p Fm(,)f(it)g(is)h(replaced)g(b)o(y)f Fh(old)p
+Fm(.)20 b(A)14 b(single)i(bac)o(kslash)315 2383 y(will)j(quote)e(the)h
+(`)p Fl(&)p Fm('.)25 b(The)17 b(\014nal)i(delimiter)g(is)f(optional)g
+(if)f(it)h(is)g(the)f(last)g(c)o(haracter)g(on)315 2438
+y(the)e(input)h(line.)75 2516 y Fl(&)216 b Fm(Rep)q(eat)16
+b(the)f(previous)h(substitution.)75 2594 y Fl(g)216 b
+Fm(Cause)19 b(c)o(hanges)h(to)e(b)q(e)i(applied)h(o)o(v)o(er)e(the)g
+(en)o(tire)h(ev)o(en)o(t)f(line.)34 b(Used)20 b(in)g(conjunction)315
+2648 y(with)c(`)p Fl(s)p Fm(',)d(as)i(in)h Fl(gs/)p Fh(old)r
+Fl(/)p Fh(new)t Fl(/)p Fm(,)f(or)g(with)g(`)p Fl(&)p
+Fm('.)p eop
+%%Page: 3 5
+3 4 bop 75 -58 a Fm(Chapter)15 b(2:)k(Programming)c(with)g(GNU)g
+(History)889 b(3)75 183 y Fi(2)41 b(Programming)28 b(with)e(GNU)i
+(History)137 323 y Fm(This)16 b(c)o(hapter)e(describ)q(es)j(ho)o(w)d
+(to)g(in)o(terface)h(programs)e(that)h(y)o(ou)h(write)g(with)g(the)g
+(GNU)f(History)75 378 y(Library)l(.)24 b(It)17 b(should)g(b)q(e)g
+(considered)h(a)e(tec)o(hnical)i(guide.)25 b(F)l(or)15
+b(information)i(on)f(the)h(in)o(teractiv)o(e)g(use)75
+433 y(of)e(GNU)g(History)l(,)g(see)g Fj(h)p Fm(unde\014ned)p
+Fj(i)i Fm([Using)e(History)g(In)o(teractiv)o(ely],)g(page)g
+Fj(h)p Fm(unde\014ned)p Fj(i)p Fm(.)75 581 y Fk(2.1)33
+b(In)n(tro)r(duction)24 b(to)e(History)137 685 y Fm(Man)o(y)c(programs)
+g(read)h(input)g(from)f(the)h(user)g(a)f(line)j(at)d(a)g(time.)31
+b(The)19 b(GNU)g(History)f(library)75 740 y(is)k(able)g(to)e(k)o(eep)i
+(trac)o(k)e(of)h(those)g(lines,)j(asso)q(ciate)d(arbitrary)g(data)f
+(with)i(eac)o(h)f(line,)j(and)e(utilize)75 795 y(information)15
+b(from)g(previous)h(lines)h(in)f(comp)q(osing)f(new)h(ones.)137
+870 y(The)e(programmer)f(using)h(the)g(History)g(library)g(has)g(a)o(v)
+m(ailable)h(functions)g(for)e(remem)o(b)q(ering)h(lines)75
+924 y(on)c(a)g(history)h(list,)g(asso)q(ciating)g(arbitrary)f(data)f
+(with)i(a)f(line,)j(remo)o(ving)d(lines)i(from)d(the)i(list,)h(searc)o
+(hing)75 979 y(through)17 b(the)h(list)g(for)f(a)h(line)h(con)o
+(taining)f(an)g(arbitrary)f(text)g(string,)h(and)g(referencing)h(an)o
+(y)e(line)i(in)75 1034 y(the)c(list)i(directly)l(.)22
+b(In)16 b(addition,)g(a)f(history)g Fh(expansion)h Fm(function)h(is)e
+(a)o(v)m(ailable)i(whic)o(h)g(pro)o(vides)f(for)e(a)75
+1089 y(consisten)o(t)h(user)h(in)o(terface)f(across)g(di\013eren)o(t)g
+(programs.)137 1164 y(The)f(user)h(using)f(programs)f(written)h(with)g
+(the)g(History)g(library)h(has)f(the)g(b)q(ene\014t)h(of)e(a)h
+(consisten)o(t)75 1219 y(user)20 b(in)o(terface)f(with)h(a)f(set)h(of)f
+(w)o(ell-kno)o(wn)h(commands)g(for)e(manipulating)k(the)d(text)g(of)g
+(previous)75 1273 y(lines)c(and)f(using)h(that)e(text)g(in)i(new)f
+(commands.)19 b(The)14 b(basic)h(history)e(manipulation)j(commands)d
+(are)75 1328 y(similar)j(to)f(the)g(history)g(substitution)h(pro)o
+(vided)g(b)o(y)g Fl(csh)p Fm(.)137 1403 y(If)f(the)g(programmer)f
+(desires,)h(he)g(can)g(use)g(the)g(Readline)i(library)l(,)f(whic)o(h)f
+(includes)j(some)c(history)75 1458 y(manipulation)j(b)o(y)e(default,)g
+(and)h(has)f(the)g(added)h(adv)m(an)o(tage)f(of)f(command)h(line)i
+(editing.)75 1606 y Fk(2.2)33 b(History)22 b(Storage)137
+1710 y Fm(The)16 b(history)f(list)h(is)g(an)f(arra)o(y)f(of)g(history)i
+(en)o(tries.)k(A)15 b(history)g(en)o(try)g(is)h(declared)g(as)f(follo)o
+(ws:)195 1782 y Fl(typedef)23 b(struct)g(_hist_entry)f({)243
+1834 y(char)h(*line;)243 1886 y(char)g(*data;)195 1938
+y(})h(HIST_ENTRY;)137 2013 y Fm(The)16 b(history)f(list)h(itself)g
+(migh)o(t)f(therefore)g(b)q(e)h(declared)g(as)195 2085
+y Fl(HIST_ENTRY)22 b(**the_history_list;)137 2160 y Fm(The)16
+b(state)e(of)h(the)g(History)g(library)h(is)g(encapsulated)g(in)o(to)f
+(a)g(single)i(structure:)195 2232 y Fl(/*)24 b(A)f(structure)g(used)g
+(to)h(pass)f(the)h(current)f(state)g(of)g(the)h(history)f(stuff)g
+(around.)g(*/)p 2033 2242 21 42 v 195 2284 a(typedef)g(struct)g
+(_hist_state)f({)243 2336 y(HIST_ENTRY)g(**entries;)214
+b(/*)23 b(Pointer)g(to)h(the)f(entries)g(themselves.)f(*/)243
+2387 y(int)h(offset;)453 b(/*)23 b(The)h(location)e(pointer)h(within)g
+(this)h(array.)f(*/)p 2033 2398 V 243 2439 a(int)g(length;)453
+b(/*)23 b(Number)g(of)h(elements)f(within)g(this)g(array.)g(*/)p
+1985 2449 V 243 2491 a(int)g(size;)501 b(/*)23 b(Number)g(of)h(slots)f
+(allocated)g(to)g(this)h(array.)f(*/)p 2057 2501 V 243
+2543 a(int)g(flags;)195 2595 y(})h(HISTORY_STATE;)137
+2670 y Fm(If)16 b(the)f(\015ags)g(mem)o(b)q(er)g(includes)j
+Fl(HS_STIFLED)p Fm(,)13 b(the)i(history)h(has)f(b)q(een)h(sti\015ed.)p
+eop
+%%Page: 4 6
+4 5 bop 75 -58 a Fm(4)1347 b(GNU)15 b(History)g(Library)75
+183 y Fk(2.3)33 b(History)22 b(F)-6 b(unctions)137 278
+y Fm(This)21 b(section)g(describ)q(es)h(the)f(calling)h(sequence)g(for)
+e(the)g(v)m(arious)h(functions)g(presen)o(t)g(in)g(GNU)75
+333 y(History)l(.)75 441 y Fg(2.3.1)30 b(Initializing)20
+b(History)h(and)f(State)g(Managemen)n(t)137 536 y Fm(This)e(section)g
+(describ)q(es)h(functions)f(used)g(to)e(initialize)21
+b(and)c(manage)g(the)g(state)g(of)g(the)g(History)75
+591 y(library)f(when)g(y)o(ou)f(w)o(an)o(t)f(to)g(use)i(the)f(history)g
+(functions)h(in)g(y)o(our)f(program.)1650 679 y(F)l(unction)-1749
+b Ff(void)20 b Fe(using)p 333 679 18 3 v 20 w(history)j
+Fd(\(\))195 734 y Fm(Begin)18 b(a)f(session)h(in)g(whic)o(h)g(the)g
+(history)f(functions)h(migh)o(t)f(b)q(e)h(used.)27 b(This)18
+b(initializes)195 788 y(the)d(in)o(teractiv)o(e)h(v)m(ariables.)1650
+877 y(F)l(unction)-1749 b Ff(HISTORY_STATE)21 b(*)e Fe(history)p
+657 877 V 21 w(get)p 755 877 V 21 w(history)p 951 877
+V 21 w(state)j Fd(\(\))195 931 y Fm(Return)16 b(a)f(structure)g
+(describing)i(the)e(curren)o(t)g(state)f(of)h(the)g(input)i(history)l
+(.)1650 1019 y(F)l(unction)-1749 b Ff(void)20 b Fe(history)p
+377 1019 V 20 w(set)p 468 1019 V 21 w(history)p 664 1019
+V 21 w(state)j Fd(\()p Fl(HISTORY_STATE)13 b(*state)p
+Fd(\))195 1074 y Fm(Set)i(the)h(state)e(of)h(the)g(history)g(list)h
+(according)g(to)e Fh(state)p Fm(.)75 1182 y Fg(2.3.2)30
+b(History)20 b(List)h(Managemen)n(t)137 1277 y Fm(These)11
+b(functions)h(manage)e(individual)k(en)o(tries)d(on)g(the)g(history)f
+(list,)i(or)f(set)f(parameters)g(managing)75 1332 y(the)15
+b(list)h(itself.)1650 1420 y(F)l(unction)-1749 b Ff(void)20
+b Fe(add)p 294 1420 V 20 w(history)j Fd(\()p Fl(char)14
+b(*string)p Fd(\))195 1475 y Fm(Place)i Fh(string)j Fm(at)c(the)g(end)i
+(of)d(the)i(history)f(list.)22 b(The)15 b(asso)q(ciated)h(data)f
+(\014eld)h(\(if)g(an)o(y\))e(is)195 1530 y(set)h(to)g
+Fl(NULL)p Fm(.)1650 1618 y(F)l(unction)-1749 b Ff(HIST_ENTRY)21
+b(*)e Fe(remo)n(v)n(e)p 584 1618 V 20 w(history)k Fd(\()p
+Fl(int)14 b(which)p Fd(\))195 1673 y Fm(Remo)o(v)o(e)g(history)g(en)o
+(try)f(at)h(o\013set)f Fh(whic)o(h)h Fm(from)g(the)g(history)l(.)19
+b(The)14 b(remo)o(v)o(ed)g(elemen)o(t)g(is)195 1727 y(returned)i(so)e
+(y)o(ou)h(can)h(free)f(the)g(line,)i(data,)d(and)h(con)o(taining)h
+(structure.)1650 1816 y(F)l(unction)-1749 b Ff(HIST_ENTRY)21
+b(*)e Fe(replace)p 580 1816 V 22 w(history)p 777 1816
+V 20 w(en)n(try)24 b Fd(\()p Fl(int)14 b(which,)g(char)283
+1870 y(*line,)g(char)g(*data)p Fd(\))195 1925 y Fm(Mak)o(e)f(the)h
+(history)f(en)o(try)g(at)g(o\013set)g Fh(whic)o(h)h Fm(ha)o(v)o(e)g
+Fh(line)k Fm(and)13 b Fh(data)p Fm(.)19 b(This)14 b(returns)g(the)f
+(old)195 1980 y(en)o(try)k(so)g(y)o(ou)g(can)g(disp)q(ose)i(of)d(the)i
+(data.)25 b(In)18 b(the)f(case)h(of)f(an)g(in)o(v)m(alid)i
+Fh(whic)o(h)p Fm(,)g(a)e Fl(NULL)195 2035 y Fm(p)q(oin)o(ter)f(is)f
+(returned.)1650 2123 y(F)l(unction)-1749 b Ff(void)20
+b Fe(clear)p 320 2123 V 21 w(history)j Fd(\(\))195 2178
+y Fm(Clear)15 b(the)h(history)f(list)h(b)o(y)f(deleting)i(all)f(the)f
+(en)o(tries.)1650 2266 y(F)l(unction)-1749 b Ff(void)20
+b Fe(sti\015e)p 320 2266 V 21 w(history)j Fd(\()p Fl(int)14
+b(max)p Fd(\))195 2321 y Fm(Sti\015e)i(the)f(history)h(list,)f(remem)o
+(b)q(ering)h(only)g(the)f(last)g Fh(max)j Fm(en)o(tries.)1650
+2409 y(F)l(unction)-1749 b Ff(int)20 b Fe(unsti\015e)p
+358 2409 V 21 w(history)i Fd(\(\))195 2463 y Fm(Stop)e(sti\015ing)i
+(the)f(history)l(.)36 b(This)21 b(returns)g(the)f(previous)i(amoun)o(t)
+e(the)g(history)h(w)o(as)195 2518 y(sti\015ed.)g(The)15
+b(v)m(alue)i(is)e(p)q(ositiv)o(e)i(if)e(the)g(history)h(w)o(as)e
+(sti\015ed,)i(negativ)o(e)f(if)h(it)f(w)o(asn't.)1650
+2606 y(F)l(unction)-1749 b Ff(int)20 b Fe(history)p 351
+2606 V 20 w(is)p 409 2606 V 21 w(sti\015ed)k Fd(\(\))195
+2661 y Fm(Returns)16 b(non-zero)f(if)h(the)f(history)g(is)h(sti\015ed,)
+g(zero)f(if)g(it)h(is)g(not.)p eop
+%%Page: 5 7
+5 6 bop 75 -58 a Fm(Chapter)15 b(2:)k(Programming)c(with)g(GNU)g
+(History)889 b(5)75 183 y Fg(2.3.3)30 b(Information)19
+b(Ab)r(out)i(the)f(History)h(List)137 279 y Fm(These)13
+b(functions)h(return)f(information)g(ab)q(out)f(the)h(en)o(tire)h
+(history)e(list)i(or)e(individual)k(list)e(en)o(tries.)1650
+371 y(F)l(unction)-1749 b Ff(HIST_ENTRY)21 b(**)e Fe(history)p
+605 371 18 3 v 21 w(list)24 b Fd(\(\))195 426 y Fm(Return)f(a)g
+Fl(NULL)f Fm(terminated)g(arra)o(y)g(of)g Fl(HIST_ENTRY)f
+Fm(whic)o(h)j(is)f(the)f(curren)o(t)h(input)195 481 y(history)l(.)j
+(Elemen)o(t)18 b(0)e(of)h(this)h(list)g(is)f(the)h(b)q(eginning)h(of)e
+(time.)26 b(If)17 b(there)g(is)h(no)f(history)l(,)195
+535 y(return)e Fl(NULL)p Fm(.)1650 627 y(F)l(unction)-1749
+b Ff(int)20 b Fe(where)p 325 627 V 20 w(history)j Fd(\(\))195
+682 y Fm(Returns)16 b(the)f(o\013set)f(of)h(the)g(curren)o(t)g(history)
+g(elemen)o(t.)1650 773 y(F)l(unction)-1749 b Ff(HIST_ENTRY)21
+b(*)e Fe(curren)n(t)p 587 773 V 21 w(history)k Fd(\(\))195
+828 y Fm(Return)g(the)f(history)g(en)o(try)g(at)f(the)h(curren)o(t)g(p)
+q(osition,)j(as)c(determined)j(b)o(y)e Fl(where_)195
+883 y(history)14 b(\(\))p Fm(.)20 b(If)15 b(there)g(is)h(no)f(en)o(try)
+g(there,)g(return)g(a)g Fl(NULL)g Fm(p)q(oin)o(ter.)1650
+975 y(F)l(unction)-1749 b Ff(HIST_ENTRY)21 b(*)e Fe(history)p
+579 975 V 21 w(get)j Fd(\()p Fl(int)15 b(offset)p Fd(\))195
+1029 y Fm(Return)21 b(the)g(history)g(en)o(try)f(at)g(p)q(osition)i
+Fh(o\013set)p Fm(,)e(starting)g(from)g Fl(history_base)p
+Fm(.)35 b(If)195 1084 y(there)16 b(is)h(no)g(en)o(try)f(there,)g(or)g
+(if)g Fh(o\013set)h Fm(is)g(greater)e(than)h(the)h(history)f(length,)h
+(return)f(a)195 1139 y Fl(NULL)f Fm(p)q(oin)o(ter.)1650
+1231 y(F)l(unction)-1749 b Ff(int)20 b Fe(history)p 351
+1231 V 20 w(total)p 487 1231 V 22 w(b)n(ytes)j Fd(\(\))195
+1285 y Fm(Return)c(the)f(n)o(um)o(b)q(er)g(of)g(b)o(ytes)g(that)f(the)h
+(primary)h(history)f(en)o(tries)g(are)g(using.)29 b(This)195
+1340 y(function)16 b(returns)f(the)g(sum)h(of)e(the)i(lengths)f(of)g
+(all)h(the)g(lines)g(in)g(the)g(history)l(.)75 1452 y
+Fg(2.3.4)30 b(Mo)n(ving)21 b(Around)f(the)h(History)g(List)137
+1548 y Fm(These)16 b(functions)g(allo)o(w)f(the)g(curren)o(t)h(index)g
+(in)o(to)f(the)h(history)f(list)h(to)e(b)q(e)i(set)f(or)g(c)o(hanged.)
+1650 1640 y(F)l(unction)-1749 b Ff(int)20 b Fe(history)p
+351 1640 V 20 w(set)p 442 1640 V 21 w(p)r(os)h Fd(\()p
+Fl(int)15 b(pos)p Fd(\))195 1694 y Fm(Set)g(the)h(p)q(osition)g(in)g
+(the)f(history)g(list)h(to)f Fh(p)q(os)p Fm(,)g(an)g(absolute)g(index)i
+(in)o(to)e(the)g(list.)1650 1786 y(F)l(unction)-1749
+b Ff(HIST_ENTRY)21 b(*)e Fe(previous)p 615 1786 V 20
+w(history)k Fd(\(\))195 1841 y Fm(Bac)o(k)17 b(up)h(the)f(curren)o(t)g
+(history)g(o\013set)f(to)h(the)g(previous)h(history)f(en)o(try)l(,)g
+(and)g(return)g(a)195 1896 y(p)q(oin)o(ter)f(to)e(that)h(en)o(try)l(.)k
+(If)d(there)f(is)h(no)f(previous)h(en)o(try)l(,)f(return)g(a)g
+Fl(NULL)f Fm(p)q(oin)o(ter.)1650 1987 y(F)l(unction)-1749
+b Ff(HIST_ENTRY)21 b(*)e Fe(next)p 514 1987 V 21 w(history)k
+Fd(\(\))195 2042 y Fm(Mo)o(v)o(e)17 b(the)h(curren)o(t)g(history)f
+(o\013set)g(forw)o(ard)g(to)g(the)h(next)g(history)g(en)o(try)l(,)g
+(and)g(return)195 2097 y(the)d(a)g(p)q(oin)o(ter)h(to)e(that)h(en)o
+(try)l(.)20 b(If)15 b(there)g(is)h(no)f(next)g(en)o(try)l(,)g(return)g
+(a)g Fl(NULL)g Fm(p)q(oin)o(ter.)75 2208 y Fg(2.3.5)30
+b(Searc)n(hing)21 b(the)f(History)h(List)137 2304 y Fm(These)14
+b(functions)g(allo)o(w)g(searc)o(hing)g(of)e(the)i(history)f(list)h
+(for)f(en)o(tries)h(con)o(taining)g(a)f(sp)q(eci\014c)i(string.)75
+2359 y(Searc)o(hing)f(ma)o(y)g(b)q(e)g(p)q(erformed)g(b)q(oth)g(forw)o
+(ard)e(and)i(bac)o(kw)o(ard)f(from)g(the)h(curren)o(t)g(history)f(p)q
+(osition.)75 2414 y(The)j(searc)o(h)f(ma)o(y)g(b)q(e)i
+Fh(anc)o(hored)p Fm(,)e(meaning)h(that)f(the)h(string)g(m)o(ust)f(matc)
+o(h)g(at)g(the)h(b)q(eginning)i(of)d(the)75 2469 y(history)g(en)o(try)l
+(.)1650 2560 y(F)l(unction)-1749 b Ff(int)20 b Fe(history)p
+351 2560 V 20 w(searc)n(h)j Fd(\()p Fl(char)14 b(*string,)g(int)h
+(direction)p Fd(\))195 2615 y Fm(Searc)o(h)g(the)h(history)f(for)f
+Fh(string)p Fm(,)h(starting)f(at)h(the)g(curren)o(t)g(history)g
+(o\013set.)k(If)d Fh(direction)195 2670 y Fl(<)j Fm(0,)g(then)g(the)h
+(searc)o(h)e(is)i(through)e(previous)i(en)o(tries,)g(else)g(through)f
+(subsequen)o(t.)32 b(If)p eop
+%%Page: 6 8
+6 7 bop 75 -58 a Fm(6)1347 b(GNU)15 b(History)g(Library)195
+183 y Fh(string)k Fm(is)d(found,)f(then)h(the)f(curren)o(t)g(history)g
+(index)i(is)f(set)f(to)f(that)h(history)g(en)o(try)l(,)g(and)195
+238 y(the)g(v)m(alue)h(returned)f(is)g(the)g(o\013set)f(in)h(the)g
+(line)h(of)e(the)h(en)o(try)g(where)g Fh(string)j Fm(w)o(as)c(found.)
+195 293 y(Otherwise,)i(nothing)f(is)h(c)o(hanged,)f(and)h(a)e(-1)h(is)h
+(returned.)1650 396 y(F)l(unction)-1749 b Ff(int)20 b
+Fe(history)p 351 396 18 3 v 20 w(searc)n(h)p 527 396
+V 21 w(pre\014x)i Fd(\()p Fl(char)15 b(*string,)f(int)g(direction)p
+Fd(\))195 451 y Fm(Searc)o(h)i(the)f(history)g(for)g
+Fh(string)p Fm(,)g(starting)g(at)g(the)g(curren)o(t)h(history)f
+(o\013set.)k(The)d(searc)o(h)195 506 y(is)h(anc)o(hored:)23
+b(matc)o(hing)17 b(lines)h(m)o(ust)e(b)q(egin)i(with)f
+Fh(string)p Fm(.)25 b(If)17 b Fh(direction)h Fl(<)e Fm(0,)h(then)g(the)
+195 560 y(searc)o(h)f(is)g(through)f(previous)i(en)o(tries,)f(else)g
+(through)g(subsequen)o(t.)22 b(If)16 b Fh(string)k Fm(is)c(found,)195
+615 y(then)i(the)g(curren)o(t)g(history)g(index)h(is)g(set)e(to)h(that)
+f(en)o(try)l(,)h(and)g(the)g(return)g(v)m(alue)h(is)g(0.)195
+670 y(Otherwise,)d(nothing)f(is)h(c)o(hanged,)f(and)h(a)e(-1)h(is)h
+(returned.)1650 773 y(F)l(unction)-1749 b Ff(int)20 b
+Fe(history)p 351 773 V 20 w(searc)n(h)p 527 773 V 21
+w(p)r(os)h Fd(\()p Fl(char)15 b(*string,)f(int)g(direction,)g(int)283
+828 y(pos)p Fd(\))195 883 y Fm(Searc)o(h)h(for)g Fh(string)k
+Fm(in)d(the)f(history)g(list,)g(starting)g(at)f Fh(p)q(os)p
+Fm(,)h(an)g(absolute)g(index)i(in)o(to)e(the)195 937
+y(list.)21 b(If)15 b Fh(direction)h Fm(is)g(negativ)o(e,)f(the)g(searc)
+o(h)g(pro)q(ceeds)g(bac)o(kw)o(ard)g(from)f Fh(p)q(os)p
+Fm(,)h(otherwise)195 992 y(forw)o(ard.)27 b(Returns)18
+b(the)g(absolute)g(index)h(of)f(the)g(history)f(elemen)o(t)i(where)f
+Fh(string)k Fm(w)o(as)195 1047 y(found,)15 b(or)g(-1)g(otherwise.)75
+1170 y Fg(2.3.6)30 b(Managing)20 b(the)g(History)h(File)137
+1272 y Fm(The)16 b(History)g(library)h(can)e(read)h(the)g(history)g
+(from)f(and)h(write)g(it)g(to)f(a)h(\014le.)22 b(This)17
+b(section)f(do)q(cu-)75 1327 y(men)o(ts)f(the)g(functions)h(for)f
+(managing)g(a)g(history)g(\014le.)1650 1430 y(F)l(unction)-1749
+b Ff(int)20 b Fe(read)p 286 1430 V 20 w(history)i Fd(\()p
+Fl(char)15 b(*filename)p Fd(\))195 1485 y Fm(Add)h(the)f(con)o(ten)o
+(ts)f(of)h Fh(\014lename)j Fm(to)d(the)g(history)g(list,)g(a)g(line)h
+(at)f(a)f(time.)21 b(If)15 b Fh(\014lename)j Fm(is)195
+1539 y Fl(NULL)p Fm(,)c(then)i(read)f(from)f(`)p Fl(~/.history)p
+Fm('.)k(Returns)e(0)f(if)g(successful,)i(or)d(errno)h(if)h(not.)1650
+1643 y(F)l(unction)-1749 b Ff(int)20 b Fe(read)p 286
+1643 V 20 w(history)p 481 1643 V 20 w(range)i Fd(\()p
+Fl(char)15 b(*filename,)e(int)i(from,)g(int)f(to)p Fd(\))195
+1697 y Fm(Read)21 b(a)f(range)g(of)g(lines)i(from)e Fh(\014lename)p
+Fm(,)i(adding)f(them)g(to)f(the)g(history)h(list.)36
+b(Start)195 1752 y(reading)15 b(at)e(line)j Fh(from)e
+Fm(and)g(end)h(at)e Fh(to)p Fm(.)19 b(If)c Fh(from)e
+Fm(is)i(zero,)f(start)f(at)g(the)h(b)q(eginning.)22 b(If)15
+b Fh(to)195 1807 y Fm(is)i(less)g(than)f Fh(from)p Fm(,)g(then)h(read)f
+(un)o(til)i(the)e(end)h(of)f(the)h(\014le.)24 b(If)17
+b Fh(\014lename)j Fm(is)d Fl(NULL)p Fm(,)f(then)195 1862
+y(read)f(from)g(`)p Fl(~/.history)p Fm('.)i(Returns)f(0)f(if)h
+(successful,)g(or)e Fl(errno)h Fm(if)h(not.)1650 1965
+y(F)l(unction)-1749 b Ff(int)20 b Fe(write)p 304 1965
+V 22 w(history)i Fd(\()p Fl(char)15 b(*filename)p Fd(\))195
+2020 y Fm(W)l(rite)23 b(the)f(curren)o(t)g(history)h(to)f
+Fh(\014lename)p Fm(,)j(o)o(v)o(erwriting)d Fh(\014lename)k
+Fm(if)d(necessary)l(.)42 b(If)195 2074 y Fh(\014lename)20
+b Fm(is)d Fl(NULL)p Fm(,)f(then)g(write)h(the)f(history)h(list)g(to)f
+(`)p Fl(~/.history)p Fm('.)21 b(V)l(alues)d(returned)195
+2129 y(are)d(as)g(in)h Fl(read_history)d(\(\))p Fm(.)1650
+2232 y(F)l(unction)-1749 b Ff(int)20 b Fe(app)r(end)p
+360 2232 V 19 w(history)j Fd(\()p Fl(int)14 b(nelements,)g(char)h
+(*filename)p Fd(\))195 2287 y Fm(App)q(end)i(the)e(last)g
+Fh(nelemen)o(ts)j Fm(of)d(the)g(history)g(list)h(to)f
+Fh(\014lename)p Fm(.)1650 2390 y(F)l(unction)-1749 b
+Ff(int)20 b Fe(history)p 351 2390 V 20 w(truncate)p 582
+2390 V 21 w(\014le)k Fd(\()p Fl(char)14 b(*filename,)g(int)h(nlines)p
+Fd(\))195 2445 y Fm(T)l(runcate)g(the)h(history)f(\014le)h
+Fh(\014lename)p Fm(,)g(lea)o(ving)g(only)g(the)f(last)g
+Fh(nlines)k Fm(lines.)75 2568 y Fg(2.3.7)30 b(History)20
+b(Expansion)137 2670 y Fm(These)c(functions)g(implemen)o(t)g
+Fl(csh)p Fm(-lik)o(e)g(history)g(expansion.)p eop
+%%Page: 7 9
+7 8 bop 75 -58 a Fm(Chapter)15 b(2:)k(Programming)c(with)g(GNU)g
+(History)889 b(7)1650 183 y(F)l(unction)-1749 b Ff(int)20
+b Fe(history)p 351 183 18 3 v 20 w(expand)j Fd(\()p Fl(char)14
+b(*string,)g(char)h(**output)p Fd(\))195 238 y Fm(Expand)g
+Fh(string)p Fm(,)g(placing)h(the)f(result)h(in)o(to)f
+Fh(output)p Fm(,)f(a)h(p)q(oin)o(ter)g(to)g(a)f(string)h(\(see)g
+Fj(h)p Fm(unde-)195 293 y(\014ned)p Fj(i)h Fm([History)e(In)o
+(teraction],)h(page)g Fj(h)p Fm(unde\014ned)p Fj(i)p
+Fm(\).)21 b(Returns:)195 370 y Fl(0)216 b Fm(If)16 b(no)g(expansions)h
+(to)q(ok)e(place)i(\(or,)d(if)j(the)f(only)g(c)o(hange)g(in)h(the)e
+(text)h(w)o(as)435 425 y(the)f(de-slashifying)j(of)c(the)i(history)f
+(expansion)h(c)o(haracter\);)195 502 y Fl(1)216 b Fm(if)16
+b(expansions)g(did)g(tak)o(e)e(place;)195 580 y Fl(-1)192
+b Fm(if)16 b(there)f(w)o(as)f(an)h(error)g(in)h(expansion;)195
+657 y Fl(2)216 b Fm(if)16 b(the)g(returned)g(line)i(should)f(only)f(b)q
+(e)h(displa)o(y)o(ed,)f(but)g(not)g(executed,)g(as)435
+712 y(with)11 b(the)f Fl(:p)g Fm(mo)q(di\014er)h(\(see)g
+Fj(h)p Fm(unde\014ned)p Fj(i)g Fm([Mo)q(di\014ers],)g(page)f
+Fj(h)p Fm(unde\014ned)p Fj(i)p Fm(\).)195 789 y(If)15
+b(an)g(error)f(o)q(curred)i(in)g(expansion,)f(then)h
+Fh(output)f Fm(con)o(tains)g(a)g(descriptiv)o(e)i(error)d(mes-)195
+844 y(sage.)1650 932 y(F)l(unction)-1749 b Ff(char)20
+b(*)f Fe(history)p 422 932 V 21 w(arg)p 524 932 V 19
+w(extract)24 b Fd(\()p Fl(int)14 b(first,)h(int)g(last,)f(char)283
+987 y(*string)p Fd(\))195 1042 y Fm(Extract)g(a)g(string)g(segmen)o(t)g
+(consisting)i(of)e(the)g Fh(\014rst)i Fm(through)e Fh(last)h
+Fm(argumen)o(ts)f(presen)o(t)195 1097 y(in)i Fh(string)p
+Fm(.)k(Argumen)o(ts)15 b(are)f(brok)o(en)i(up)f(as)g(in)h(Bash.)1650
+1185 y(F)l(unction)-1749 b Ff(char)20 b(*)f Fe(get)p
+324 1185 V 21 w(history)p 520 1185 V 20 w(ev)n(en)n(t)25
+b Fd(\()p Fl(char)14 b(*string,)g(int)h(*cindex,)f(int)283
+1240 y(qchar)p Fd(\))195 1295 y Fm(Returns)h(the)g(text)f(of)g(the)h
+(history)g(ev)o(en)o(t)f(b)q(eginning)j(at)d Fh(string)k
+Fl(+)d Fh(*cindex)p Fm(.)20 b Fh(*cindex)f Fm(is)195
+1350 y(mo)q(di\014ed)e(to)e(p)q(oin)o(t)h(to)f(after)g(the)h(ev)o(en)o
+(t)f(sp)q(eci\014er.)23 b(A)o(t)16 b(function)g(en)o(try)l(,)f
+Fh(cindex)21 b Fm(p)q(oin)o(ts)195 1404 y(to)16 b(the)h(index)h(in)o
+(to)e Fh(string)21 b Fm(where)c(the)g(history)f(ev)o(en)o(t)h(sp)q
+(eci\014cation)h(b)q(egins.)26 b Fh(qc)o(har)19 b Fm(is)195
+1459 y(a)h(c)o(haracter)g(that)g(is)h(allo)o(w)o(ed)f(to)g(end)h(the)g
+(ev)o(en)o(t)f(sp)q(eci\014cation)i(in)g(addition)f(to)f(the)195
+1514 y(\\normal")15 b(terminating)g(c)o(haracters.)1650
+1602 y(F)l(unction)-1749 b Ff(char)20 b(**)f Fe(history)p
+448 1602 V 21 w(tok)n(enize)25 b Fd(\()p Fl(char)14 b(*string)p
+Fd(\))195 1657 y Fm(Return)j(an)g(arra)o(y)f(of)g(tok)o(ens)g(parsed)h
+(out)g(of)f Fh(string)p Fm(,)h(m)o(uc)o(h)g(as)f(the)h(shell)h(migh)o
+(t.)25 b(The)195 1712 y(tok)o(ens)d(are)g(split)i(on)f(white)g(space)g
+(and)f(on)h(the)g(c)o(haracters)f Fl(\(\)<>;&|$)p Fm(,)h(and)f(shell)
+195 1767 y(quoting)15 b(con)o(v)o(en)o(tions)h(are)e(ob)q(ey)o(ed.)75
+1892 y Fk(2.4)33 b(History)22 b(V)-6 b(ariables)137 1987
+y Fm(This)23 b(section)f(describ)q(es)h(the)f(externally)h(visible)h(v)
+m(ariables)f(exp)q(orted)f(b)o(y)g(the)g(GNU)f(History)75
+2042 y(Library)l(.)1661 2130 y(V)l(ariable)-1749 b Ff(int)20
+b Fe(history)p 351 2130 V 20 w(base)195 2185 y Fm(The)15
+b(logical)i(o\013set)d(of)h(the)g(\014rst)g(en)o(try)g(in)h(the)f
+(history)g(list.)1661 2274 y(V)l(ariable)-1749 b Ff(int)20
+b Fe(history)p 351 2274 V 20 w(length)195 2329 y Fm(The)15
+b(n)o(um)o(b)q(er)h(of)f(en)o(tries)g(curren)o(tly)h(stored)f(in)h(the)
+f(history)g(list.)1661 2417 y(V)l(ariable)-1749 b Ff(int)20
+b Fe(max)p 283 2417 V 19 w(input)p 435 2417 V 21 w(history)195
+2472 y Fm(The)14 b(maxim)o(um)f(n)o(um)o(b)q(er)h(of)e(history)i(en)o
+(tries.)19 b(This)14 b(m)o(ust)f(b)q(e)h(c)o(hanged)g(using)g
+Fl(stifle_)195 2527 y(history)g(\(\))p Fm(.)1661 2615
+y(V)l(ariable)-1749 b Ff(char)20 b Fe(history)p 377 2615
+V 20 w(expansion)p 644 2615 V 21 w(c)n(har)195 2670 y
+Fm(The)15 b(c)o(haracter)g(that)f(starts)g(a)h(history)g(ev)o(en)o(t.)
+20 b(The)15 b(default)h(is)g(`)p Fl(!)p Fm('.)p eop
+%%Page: 8 10
+8 9 bop 75 -58 a Fm(8)1347 b(GNU)15 b(History)g(Library)1661
+183 y(V)l(ariable)-1749 b Ff(char)20 b Fe(history)p 377
+183 18 3 v 20 w(subst)p 529 183 V 20 w(c)n(har)195 238
+y Fm(The)13 b(c)o(haracter)e(that)h(in)o(v)o(ok)o(es)g(w)o(ord)g
+(substitution)h(if)g(found)g(at)e(the)i(start)e(of)h(a)g(line.)21
+b(The)195 293 y(default)16 b(is)f(`)p Fl(^)p Fm('.)1661
+388 y(V)l(ariable)-1749 b Ff(char)20 b Fe(history)p 377
+388 V 20 w(commen)n(t)p 627 388 V 19 w(c)n(har)195 443
+y Fm(During)e(tok)o(enization,)h(if)f(this)h(c)o(haracter)e(is)i(seen)f
+(as)g(the)g(\014rst)g(c)o(haracter)f(of)g(a)h(w)o(ord,)195
+498 y(then)e(it)g(and)g(all)h(subsequen)o(t)g(c)o(haracters)e(up)h(to)g
+(a)f(newline)j(are)e(ignored,)g(suppressing)195 553 y(history)f
+(expansion)h(for)f(the)g(remainder)h(of)f(the)g(line.)22
+b(This)15 b(is)h(disabled)h(b)o(y)e(default.)1661 648
+y(V)l(ariable)-1749 b Ff(char)20 b(*)f Fe(history)p 422
+648 V 21 w(no)p 504 648 V 20 w(expand)p 704 648 V 20
+w(c)n(hars)195 703 y Fm(The)j(list)h(of)f(c)o(haracters)f(whic)o(h)i
+(inhibit)h(history)e(expansion)h(if)g(found)f(immediately)195
+758 y(follo)o(wing)16 b Fh(history)p 528 758 14 2 v 16
+w(expansion)p 739 758 V 18 w(c)o(har)p Fm(.)j(The)d(default)f(is)h
+(whitespace)g(and)g(`)p Fl(=)p Fm('.)1661 853 y(V)l(ariable)-1749
+b Ff(char)20 b(*)f Fe(history)p 422 853 18 3 v 21 w(searc)n(h)p
+599 853 V 20 w(delimiter)p 843 853 V 23 w(c)n(hars)195
+908 y Fm(The)f(list)h(of)e(additional)i(c)o(haracters)e(whic)o(h)i(can)
+f(delimit)h(a)f(history)g(searc)o(h)f(string,)h(in)195
+963 y(addition)c(to)d(whitespace,)j(`)p Fl(:)p Fm(')d(and)i(`)p
+Fl(?)p Fm(')f(in)h(the)f(case)h(of)f(a)g(substring)h(searc)o(h.)19
+b(The)12 b(default)195 1018 y(is)k(empt)o(y)l(.)1661
+1113 y(V)l(ariable)-1749 b Ff(int)20 b Fe(history)p 351
+1113 V 20 w(quotes)p 533 1113 V 21 w(inhibit)p 717 1113
+V 23 w(expansion)195 1168 y Fm(If)13 b(non-zero,)f(single-quoted)i(w)o
+(ords)e(are)g(not)g(scanned)h(for)f(the)g(history)h(expansion)g(c)o
+(har-)195 1223 y(acter.)19 b(The)d(default)g(v)m(alue)g(is)g(0.)1661
+1318 y(V)l(ariable)-1749 b Ff(Function)20 b(*)g Fe(history)p
+527 1318 V 20 w(inhibit)p 710 1318 V 23 w(expansion)p
+980 1318 V 21 w(function)195 1373 y Fm(This)12 b(should)g(b)q(e)g(set)f
+(to)f(the)i(address)f(of)g(a)g(function)h(that)e(tak)o(es)h(t)o(w)o(o)f
+(argumen)o(ts:)17 b(a)11 b Fl(char)195 1428 y(*)j Fm(\()p
+Fh(string)t Fm(\))f(and)i(an)f(in)o(teger)g(index)h(in)o(to)f(that)g
+(string)g(\()p Fh(i)r Fm(\).)20 b(It)14 b(should)h(return)f(a)g
+(non-zero)195 1482 y(v)m(alue)g(if)e(the)h(history)f(expansion)h
+(starting)f(at)g Fh(string[i])i Fm(should)f(not)f(b)q(e)h(p)q
+(erformed;)g(zero)195 1537 y(if)g(the)h(expansion)f(should)h(b)q(e)g
+(done.)20 b(It)13 b(is)g(in)o(tended)i(for)d(use)h(b)o(y)g
+(applications)i(lik)o(e)f(Bash)195 1592 y(that)j(use)h(the)g(history)f
+(expansion)i(c)o(haracter)e(for)g(additional)i(purp)q(oses.)28
+b(By)18 b(default,)195 1647 y(this)e(v)m(ariable)g(is)g(set)f(to)f
+(NULL.)75 1780 y Fk(2.5)33 b(History)22 b(Programming)h(Example)137
+1878 y Fm(The)16 b(follo)o(wing)g(program)e(demonstrates)g(simple)j
+(use)e(of)g(the)g(GNU)g(History)g(Library)l(.)195 1944
+y Fl(main)23 b(\(\))195 1995 y({)243 2047 y(char)g(line[1024],)f(*t;)
+243 2099 y(int)h(len,)g(done)h(=)g(0;)243 2203 y(line[0])f(=)g(0;)243
+2307 y(using_history)f(\(\);)243 2359 y(while)h(\(!done\))290
+2411 y({)338 2462 y(printf)g(\("history$)g("\);)338 2514
+y(fflush)g(\(stdout\);)338 2566 y(t)h(=)g(fgets)f(\(line,)g(sizeof)g
+(\(line\))g(-)h(1,)f(stdin\);)338 2618 y(if)h(\(t)f(&&)h(*t\))386
+2670 y({)p eop
+%%Page: 9 11
+9 10 bop 75 -58 a Fm(Chapter)15 b(2:)k(Programming)c(with)g(GNU)g
+(History)889 b(9)434 183 y Fl(len)23 b(=)h(strlen)f(\(t\);)434
+235 y(if)g(\(t[len)g(-)h(1])g(==)f('\\n'\))481 287 y(t[len)h(-)f(1])h
+(=)g('\\0';)386 339 y(})338 443 y(if)g(\(!t\))386 495
+y(strcpy)f(\(line,)g("quit"\);)338 598 y(if)h(\(line[0]\))386
+650 y({)434 702 y(char)f(*expansion;)434 754 y(int)g(result;)434
+858 y(result)g(=)g(history_expand)f(\(line,)h(&expansion\);)434
+910 y(if)g(\(result\))481 962 y(fprintf)g(\(stderr,)g("\045s\\n",)g
+(expansion\);)434 1065 y(if)g(\(result)g(<)h(0)g(||)f(result)g(==)h
+(2\))481 1117 y({)529 1169 y(free)f(\(expansion\);)529
+1221 y(continue;)481 1273 y(})434 1377 y(add_history)f(\(expansion\);)
+434 1429 y(strncpy)h(\(line,)g(expansion,)f(sizeof)h(\(line\))g(-)h
+(1\);)434 1480 y(free)f(\(expansion\);)386 1532 y(})338
+1636 y(if)h(\(strcmp)f(\(line,)g("quit"\))g(==)g(0\))386
+1688 y(done)g(=)h(1;)338 1740 y(else)f(if)h(\(strcmp)f(\(line,)g
+("save"\))g(==)h(0\))386 1792 y(write_history)e(\("history_file"\);)338
+1844 y(else)h(if)h(\(strcmp)f(\(line,)g("read"\))g(==)h(0\))386
+1896 y(read_history)e(\("history_file"\);)338 1947 y(else)h(if)h
+(\(strcmp)f(\(line,)g("list"\))g(==)h(0\))386 1999 y({)434
+2051 y(register)e(HIST_ENTRY)h(**the_list;)434 2103 y(register)f(int)i
+(i;)434 2207 y(the_list)e(=)i(history_list)e(\(\);)434
+2259 y(if)h(\(the_list\))481 2311 y(for)h(\(i)f(=)h(0;)g(the_list[i];)e
+(i++\))529 2363 y(printf)h(\("\045d:)g(\045s\\n",)g(i)h(+)g
+(history_base,)e(the_list[i]->line\);)386 2414 y(})338
+2466 y(else)h(if)h(\(strncmp)f(\(line,)g("delete",)g(6\))g(==)h(0\))386
+2518 y({)434 2570 y(int)f(which;)434 2622 y(if)g(\(\(sscanf)g(\(line)g
+(+)h(6,)f("\045d",)h(&which\)\))e(==)i(1\))p eop
+%%Page: 10 12
+10 11 bop 75 -58 a Fm(10)1324 b(GNU)15 b(History)g(Library)481
+183 y Fl({)529 235 y(HIST_ENTRY)23 b(*entry)g(=)g(remove_history)f
+(\(which\);)529 287 y(if)i(\(!entry\))577 339 y(fprintf)f(\(stderr,)f
+("No)i(such)f(entry)g(\045d\\n",)g(which\);)529 391 y(else)577
+443 y({)625 495 y(free)g(\(entry->line\);)625 546 y(free)g(\(entry\);)
+577 598 y(})481 650 y(})434 702 y(else)481 754 y({)529
+806 y(fprintf)g(\(stderr,)g("non-numeric)f(arg)h(given)h(to)f
+(`delete'\\n"\);)481 858 y(})386 910 y(})290 962 y(})195
+1013 y(})p eop
+%%Page: 11 13
+11 12 bop 75 -58 a Fm(App)q(endix)17 b(A:)e(Concept)g(Index)1196
+b(11)75 183 y Fi(App)r(endix)25 b(A)41 b(Concept)27 b(Index)137
+359 y Fc(\(Index)14 b(is)f(nonexisten)o(t\))p eop
+%%Page: 12 14
+12 13 bop 75 -58 a Fm(12)1324 b(GNU)15 b(History)g(Library)p
+eop
+%%Page: 13 15
+13 14 bop 75 -58 a Fm(App)q(endix)17 b(B:)e(F)l(unction)h(and)g(V)l
+(ariable)g(Index)919 b(13)75 183 y Fi(App)r(endix)25
+b(B)41 b(F)-7 b(unction)26 b(and)h(V)-7 b(ariable)26
+b(Index)137 359 y Fc(\(Index)14 b(is)f(nonexisten)o(t\))p
+eop
+%%Page: 14 16
+14 15 bop 75 -58 a Fm(14)1324 b(GNU)15 b(History)g(Library)p
+eop
+%%Page: -1 17
+-1 16 bop 1862 -58 a Fm(i)75 183 y Fi(T)-7 b(able)27
+b(of)f(Con)n(ten)n(ts)75 354 y Fk(1)67 b(Using)22 b(History)h(In)n
+(teractiv)n(ely)9 b Fb(.)k(.)d(.)h(.)f(.)g(.)g(.)h(.)f(.)g(.)g(.)g(.)h
+(.)f(.)g(.)g(.)h(.)31 b Fk(1)224 423 y Fm(1.1)45 b(History)15
+b(Expansion)5 b Fa(.)j(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f
+(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)
+f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)19 b Fm(1)374 478 y(1.1.1)44
+b(Ev)o(en)o(t)14 b(Designators)e Fa(.)7 b(.)h(.)f(.)h(.)f(.)h(.)f(.)h
+(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)
+f(.)h(.)f(.)h(.)26 b Fm(1)374 532 y(1.1.2)44 b(W)l(ord)15
+b(Designators)5 b Fa(.)h(.)i(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)
+f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h
+(.)19 b Fm(2)374 587 y(1.1.3)44 b(Mo)q(di\014ers)t Fa(.)8
+b(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)g(.)f
+(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)
+f(.)h(.)f(.)19 b Fm(2)75 708 y Fk(2)67 b(Programming)23
+b(with)g(GNU)f(History)16 b Fb(.)10 b(.)g(.)g(.)h(.)f(.)g(.)g(.)h(.)f
+(.)g(.)38 b Fk(3)224 777 y Fm(2.1)45 b(In)o(tro)q(duction)16
+b(to)f(History)10 b Fa(.)d(.)g(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f
+(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)
+f(.)h(.)f(.)h(.)24 b Fm(3)224 832 y(2.2)45 b(History)15
+b(Storage)c Fa(.)d(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f
+(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)
+g(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)26 b Fm(3)224 886
+y(2.3)45 b(History)15 b(F)l(unctions)d Fa(.)c(.)f(.)h(.)f(.)h(.)f(.)h
+(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)
+f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)26
+b Fm(4)374 941 y(2.3.1)44 b(Initializing)18 b(History)d(and)h(State)e
+(Managemen)o(t)g Fa(.)7 b(.)h(.)g(.)f(.)h(.)f(.)29 b
+Fm(4)374 996 y(2.3.2)44 b(History)15 b(List)h(Managemen)o(t)d
+Fa(.)7 b(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)
+h(.)f(.)h(.)f(.)h(.)f(.)29 b Fm(4)374 1051 y(2.3.3)44
+b(Information)15 b(Ab)q(out)g(the)h(History)f(List)c
+Fa(.)d(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)26
+b Fm(5)374 1106 y(2.3.4)44 b(Mo)o(ving)15 b(Around)g(the)g(History)g
+(List)c Fa(.)d(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f
+(.)h(.)25 b Fm(5)374 1160 y(2.3.5)44 b(Searc)o(hing)16
+b(the)f(History)g(List)7 b Fa(.)h(.)g(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)f
+(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)22
+b Fm(5)374 1215 y(2.3.6)44 b(Managing)15 b(the)g(History)g(File)6
+b Fa(.)i(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)
+f(.)h(.)f(.)h(.)f(.)h(.)20 b Fm(6)374 1270 y(2.3.7)44
+b(History)15 b(Expansion)9 b Fa(.)f(.)g(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h
+(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)
+h(.)f(.)24 b Fm(6)224 1325 y(2.4)45 b(History)15 b(V)l(ariables)6
+b Fa(.)j(.)e(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)g(.)f(.)h(.)f(.)h(.)
+f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h
+(.)f(.)h(.)f(.)h(.)f(.)21 b Fm(7)224 1380 y(2.5)45 b(History)15
+b(Programming)f(Example)7 b Fa(.)i(.)e(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f
+(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)h(.)f(.)22
+b Fm(8)75 1501 y Fk(App)r(endix)i(A)67 b(Concept)22 b(Index)17
+b Fb(.)10 b(.)g(.)g(.)g(.)h(.)f(.)g(.)g(.)g(.)h(.)f(.)g(.)g(.)h(.)f(.)g
+(.)38 b Fk(11)75 1636 y(App)r(endix)24 b(B)67 b(F)-6
+b(unction)25 b(and)e(V)-6 b(ariable)24 b(Index)16 b Fb(.)10
+b(.)g(.)g(.)38 b Fk(13)p eop
+%%Page: -2 18
+-2 17 bop 75 -58 a Fm(ii)1346 b(GNU)15 b(History)g(Library)p
+eop
+%%Trailer
+end
+userdict /end-hook known{end-hook}if
+%%EOF
diff --git a/readline/doc/history_toc.html b/readline/doc/history_toc.html
new file mode 100644
index 00000000000..7e271c01271
--- /dev/null
+++ b/readline/doc/history_toc.html
@@ -0,0 +1,51 @@
+
+
+
+
+GNU History Library - Table of Contents
+
+
+GNU History Library
+Edition 2.1, for History Library
Version 2.1.
+March 1996
+Brian Fox, Free Software Foundation
+Chet Ramey, Case Western Reserve University
+
+
+
+
+This document was generated on 2 April 1998 using the
+texi2html
+translator version 1.51.
+
+
diff --git a/readline/doc/hstech.texinfo b/readline/doc/hstech.texinfo
index c3fe3f6a11f..54100908407 100644
--- a/readline/doc/hstech.texinfo
+++ b/readline/doc/hstech.texinfo
@@ -1,8 +1,8 @@
@ignore
This file documents the user interface to the GNU History library.
-Copyright (C) 1988, 1991 Free Software Foundation, Inc.
-Authored by Brian Fox.
+Copyright (C) 1988, 1991, 1994, 1996 Free Software Foundation, Inc.
+Authored by Brian Fox and Chet Ramey.
Permission is granted to make and distribute verbatim copies of this manual
provided the copyright notice and this permission notice are preserved on
@@ -26,8 +26,9 @@ into another language, under the above conditions for modified versions.
@node Programming with GNU History
@chapter Programming with GNU History
-This chapter describes how to interface the GNU History Library with
-programs that you write. It should be considered a technical guide.
+This chapter describes how to interface programs that you write
+with the GNU History Library.
+It should be considered a technical guide.
For information on the interactive use of GNU History, @pxref{Using
History Interactively}.
@@ -42,32 +43,35 @@ History Interactively}.
@node Introduction to History
@section Introduction to History
-Many programs read input from the user a line at a time. The GNU history
+Many programs read input from the user a line at a time. The GNU History
library is able to keep track of those lines, associate arbitrary data with
-each line, and utilize information from previous lines in making up new
+each line, and utilize information from previous lines in composing new
ones.
-The programmer using the History library has available to him functions
-for remembering lines on a history stack, associating arbitrary data
-with a line, removing lines from the stack, searching through the stack
+The programmer using the History library has available functions
+for remembering lines on a history list, associating arbitrary data
+with a line, removing lines from the list, searching through the list
for a line containing an arbitrary text string, and referencing any line
-on the stack directly. In addition, a history @dfn{expansion} function
-is available which provides for a consistent user interface across many
+in the list directly. In addition, a history @dfn{expansion} function
+is available which provides for a consistent user interface across
different programs.
-The end-user using programs written with the History library has the
-benifit of a consistent user interface, with a set of well-known
+The user using programs written with the History library has the
+benefit of a consistent user interface with a set of well-known
commands for manipulating the text of previous lines and using that text
in new commands. The basic history manipulation commands are similar to
-the history substitution used by @code{Csh}.
+the history substitution provided by @code{csh}.
If the programmer desires, he can use the Readline library, which
includes some history manipulation by default, and has the added
-advantage of Emacs style command line editing.
+advantage of command line editing.
@node History Storage
@section History Storage
+The history list is an array of history entries. A history entry is
+declared as follows:
+
@example
typedef struct _hist_entry @{
char *line;
@@ -75,179 +79,378 @@ typedef struct _hist_entry @{
@} HIST_ENTRY;
@end example
+The history list itself might therefore be declared as
+
+@example
+HIST_ENTRY **the_history_list;
+@end example
+
+The state of the History library is encapsulated into a single structure:
+
+@example
+/* A structure used to pass the current state of the history stuff around. */
+typedef struct _hist_state @{
+ HIST_ENTRY **entries; /* Pointer to the entries themselves. */
+ int offset; /* The location pointer within this array. */
+ int length; /* Number of elements within this array. */
+ int size; /* Number of slots allocated to this array. */
+ int flags;
+@} HISTORY_STATE;
+@end example
+
+If the flags member includes @code{HS_STIFLED}, the history has been
+stifled.
+
@node History Functions
@section History Functions
This section describes the calling sequence for the various functions
present in GNU History.
-@defun {void using_history} ()
+@menu
+* Initializing History and State Management:: Functions to call when you
+ want to use history in a
+ program.
+* History List Management:: Functions used to manage the list
+ of history entries.
+* Information About the History List:: Functions returning information about
+ the history list.
+* Moving Around the History List:: Functions used to change the position
+ in the history list.
+* Searching the History List:: Functions to search the history list
+ for entries containing a string.
+* Managing the History File:: Functions that read and write a file
+ containing the history list.
+* History Expansion:: Functions to perform csh-like history
+ expansion.
+@end menu
+
+@node Initializing History and State Management
+@subsection Initializing History and State Management
+
+This section describes functions used to initialize and manage
+the state of the History library when you want to use the history
+functions in your program.
+
+@deftypefun void using_history ()
Begin a session in which the history functions might be used. This
-just initializes the interactive variables.
-@end defun
+initializes the interactive variables.
+@end deftypefun
+
+@deftypefun {HISTORY_STATE *} history_get_history_state ()
+Return a structure describing the current state of the input history.
+@end deftypefun
+
+@deftypefun void history_set_history_state (HISTORY_STATE *state)
+Set the state of the history list according to @var{state}.
+@end deftypefun
+
+@node History List Management
+@subsection History List Management
-@defun {void add_history} (char *string)
+These functions manage individual entries on the history list, or set
+parameters managing the list itself.
+
+@deftypefun void add_history (char *string)
Place @var{string} at the end of the history list. The associated data
field (if any) is set to @code{NULL}.
-@end defun
-
-@defun {int where_history} ()
-Returns the number which says what history element we are now looking
-at.
-@end defun
-
-@defun {int history_set_pos} (int pos)
-Set the position in the history list to @var{pos}.
-@end defun
-
-@defun {int history_search_pos} (char *string, int direction, int pos)
-Search for @var{string} in the history list, starting at @var{pos}, an
-absolute index into the list. @var{direction}, if negative, says to search
-backwards from @var{pos}, else forwards. Returns the absolute index of
-the history element where @var{string} was found, or -1 otherwise.
-@end defun
-
-@defun {HIST_ENTRY *remove_history} ();
-Remove history element @var{which} from the history. The removed
-element is returned to you so you can free the line, data,
+@end deftypefun
+
+@deftypefun {HIST_ENTRY *} remove_history (int which)
+Remove history entry at offset @var{which} from the history. The
+removed element is returned so you can free the line, data,
and containing structure.
-@end defun
+@end deftypefun
-@defun {void stifle_history} (int max)
-Stifle the history list, remembering only @var{max} number of entries.
-@end defun
+@deftypefun {HIST_ENTRY *} replace_history_entry (int which, char *line, char *data)
+Make the history entry at offset @var{which} have @var{line} and @var{data}.
+This returns the old entry so you can dispose of the data. In the case
+of an invalid @var{which}, a @code{NULL} pointer is returned.
+@end deftypefun
-@defun {int unstifle_history} ();
+@deftypefun void clear_history ()
+Clear the history list by deleting all the entries.
+@end deftypefun
+
+@deftypefun void stifle_history (int max)
+Stifle the history list, remembering only the last @var{max} entries.
+@end deftypefun
+
+@deftypefun int unstifle_history ()
Stop stifling the history. This returns the previous amount the
-history was stifled by. The value is positive if the history was
+history was stifled. The value is positive if the history was
stifled, negative if it wasn't.
-@end defun
+@end deftypefun
+
+@deftypefun int history_is_stifled ()
+Returns non-zero if the history is stifled, zero if it is not.
+@end deftypefun
+
+@node Information About the History List
+@subsection Information About the History List
-@defun {int read_history} (char *filename)
+These functions return information about the entire history list or
+individual list entries.
+
+@deftypefun {HIST_ENTRY **} history_list ()
+Return a @code{NULL} terminated array of @code{HIST_ENTRY} which is the
+current input history. Element 0 of this list is the beginning of time.
+If there is no history, return @code{NULL}.
+@end deftypefun
+
+@deftypefun int where_history ()
+Returns the offset of the current history element.
+@end deftypefun
+
+@deftypefun {HIST_ENTRY *} current_history ()
+Return the history entry at the current position, as determined by
+@code{where_history ()}. If there is no entry there, return a @code{NULL}
+pointer.
+@end deftypefun
+
+@deftypefun {HIST_ENTRY *} history_get (int offset)
+Return the history entry at position @var{offset}, starting from
+@code{history_base}. If there is no entry there, or if @var{offset}
+is greater than the history length, return a @code{NULL} pointer.
+@end deftypefun
+
+@deftypefun int history_total_bytes ()
+Return the number of bytes that the primary history entries are using.
+This function returns the sum of the lengths of all the lines in the
+history.
+@end deftypefun
+
+@node Moving Around the History List
+@subsection Moving Around the History List
+
+These functions allow the current index into the history list to be
+set or changed.
+
+@deftypefun int history_set_pos (int pos)
+Set the position in the history list to @var{pos}, an absolute index
+into the list.
+@end deftypefun
+
+@deftypefun {HIST_ENTRY *} previous_history ()
+Back up the current history offset to the previous history entry, and
+return a pointer to that entry. If there is no previous entry, return
+a @code{NULL} pointer.
+@end deftypefun
+
+@deftypefun {HIST_ENTRY *} next_history ()
+Move the current history offset forward to the next history entry, and
+return the a pointer to that entry. If there is no next entry, return
+a @code{NULL} pointer.
+@end deftypefun
+
+@node Searching the History List
+@subsection Searching the History List
+@cindex History Searching
+
+These functions allow searching of the history list for entries containing
+a specific string. Searching may be performed both forward and backward
+from the current history position. The search may be @dfn{anchored},
+meaning that the string must match at the beginning of the history entry.
+@cindex anchored search
+
+@deftypefun int history_search (char *string, int direction)
+Search the history for @var{string}, starting at the current history
+offset. If @var{direction} < 0, then the search is through previous entries,
+else through subsequent. If @var{string} is found, then
+the current history index is set to that history entry, and the value
+returned is the offset in the line of the entry where
+@var{string} was found. Otherwise, nothing is changed, and a -1 is
+returned.
+@end deftypefun
+
+@deftypefun int history_search_prefix (char *string, int direction)
+Search the history for @var{string}, starting at the current history
+offset. The search is anchored: matching lines must begin with
+@var{string}. If @var{direction} < 0, then the search is through previous
+entries, else through subsequent. If @var{string} is found, then the
+current history index is set to that entry, and the return value is 0.
+Otherwise, nothing is changed, and a -1 is returned.
+@end deftypefun
+
+@deftypefun int history_search_pos (char *string, int direction, int pos)
+Search for @var{string} in the history list, starting at @var{pos}, an
+absolute index into the list. If @var{direction} is negative, the search
+proceeds backward from @var{pos}, otherwise forward. Returns the absolute
+index of the history element where @var{string} was found, or -1 otherwise.
+@end deftypefun
+
+@node Managing the History File
+@subsection Managing the History File
+
+The History library can read the history from and write it to a file.
+This section documents the functions for managing a history file.
+
+@deftypefun int read_history (char *filename)
Add the contents of @var{filename} to the history list, a line at a
time. If @var{filename} is @code{NULL}, then read from
@file{~/.history}. Returns 0 if successful, or errno if not.
-@end defun
+@end deftypefun
-@defun {int read_history_range} (char *filename, int from, int to)
+@deftypefun int read_history_range (char *filename, int from, int to)
Read a range of lines from @var{filename}, adding them to the history list.
-Start reading at the @var{from}'th line and end at the @var{to}'th. If
+Start reading at line @var{from} and end at @var{to}. If
@var{from} is zero, start at the beginning. If @var{to} is less than
@var{from}, then read until the end of the file. If @var{filename} is
@code{NULL}, then read from @file{~/.history}. Returns 0 if successful,
or @code{errno} if not.
-@end defun
+@end deftypefun
-@defun {int write_history} (char *filename)
-Append the current history to @var{filename}. If @var{filename} is
-@code{NULL}, then append the history list to @file{~/.history}. Values
+@deftypefun int write_history (char *filename)
+Write the current history to @var{filename}, overwriting @var{filename}
+if necessary. If @var{filename} is
+@code{NULL}, then write the history list to @file{~/.history}. Values
returned are as in @code{read_history ()}.
-@end defun
+@end deftypefun
-@defun {int append_history} (int nelements, char *filename)
-Append @var{nelement} entries to @var{filename}. The entries appended
-are from the end of the list minus @var{nelements} up to the end of the
-list.
-@end defun
+@deftypefun int append_history (int nelements, char *filename)
+Append the last @var{nelements} of the history list to @var{filename}.
+@end deftypefun
-@defun {HIST_ENTRY *replace_history_entry} ()
-Make the history entry at @var{which} have @var{line} and @var{data}.
-This returns the old entry so you can dispose of the data. In the case
-of an invalid @var{which}, a @code{NULL} pointer is returned.
-@end defun
-
-@defun {HIST_ENTRY *current_history} ()
-Return the history entry at the current position, as determined by
-@code{history_offset}. If there is no entry there, return a @code{NULL}
-pointer.
-@end defun
-
-@defun {HIST_ENTRY *previous_history} ()
-Back up @var{history_offset} to the previous history entry, and return a
-pointer to that entry. If there is no previous entry, return a
-@code{NULL} pointer.
-@end defun
+@deftypefun int history_truncate_file (char *filename, int nlines)
+Truncate the history file @var{filename}, leaving only the last
+@var{nlines} lines.
+@end deftypefun
-@defun {HIST_ENTRY *next_history} ()
-Move @code{history_offset} forward to the next history entry, and return
-the a pointer to that entry. If there is no next entry, return a
-@code{NULL} pointer.
-@end defun
-
-@defun {HIST_ENTRY **history_list} ()
-Return a @code{NULL} terminated array of @code{HIST_ENTRY} which is the
-current input history. Element 0 of this list is the beginning of time.
-If there is no history, return @code{NULL}.
-@end defun
+@node History Expansion
+@subsection History Expansion
-@defun {int history_search} (char *string, int direction)
-Search the history for @var{string}, starting at @code{history_offset}.
-If @var{direction} < 0, then the search is through previous entries,
-else through subsequent. If @var{string} is found, then
-@code{current_history ()} is the history entry, and the value of this
-function is the offset in the line of that history entry that the
-@var{string} was found in. Otherwise, nothing is changed, and a -1 is
-returned.
-@end defun
+These functions implement @code{csh}-like history expansion.
-@defun {int history_expand} (char *string, char **output)
+@deftypefun int history_expand (char *string, char **output)
Expand @var{string}, placing the result into @var{output}, a pointer
-to a string. Returns:
+to a string (@pxref{History Interaction}). Returns:
@table @code
@item 0
If no expansions took place (or, if the only change in
the text was the de-slashifying of the history expansion
-character),
+character);
@item 1
-if expansions did take place, or
+if expansions did take place;
@item -1
-if there was an error in expansion.
+if there was an error in expansion;
+@item 2
+if the returned line should only be displayed, but not executed,
+as with the @code{:p} modifier (@pxref{Modifiers}).
@end table
If an error ocurred in expansion, then @var{output} contains a descriptive
error message.
-@end defun
+@end deftypefun
-@defun {char *history_arg_extract} (int first, int last, char *string)
+@deftypefun {char *} history_arg_extract (int first, int last, char *string)
Extract a string segment consisting of the @var{first} through @var{last}
-arguments present in @var{string}. Arguments are broken up as in
-the GNU Bash shell.
-@end defun
-
-@defun {int history_total_bytes} ();
-Return the number of bytes that the primary history entries are using.
-This just adds up the lengths of @code{the_history->lines}.
-@end defun
+arguments present in @var{string}. Arguments are broken up as in Bash.
+@end deftypefun
+
+@deftypefun {char *} get_history_event (char *string, int *cindex, int qchar)
+Returns the text of the history event beginning at @var{string} +
+@var{*cindex}. @var{*cindex} is modified to point to after the event
+specifier. At function entry, @var{cindex} points to the index into
+@var{string} where the history event specification begins. @var{qchar}
+is a character that is allowed to end the event specification in addition
+to the ``normal'' terminating characters.
+@end deftypefun
+
+@deftypefun {char **} history_tokenize (char *string)
+Return an array of tokens parsed out of @var{string}, much as the
+shell might. The tokens are split on white space and on the
+characters @code{()<>;&|$}, and shell quoting conventions are
+obeyed.
+@end deftypefun
@node History Variables
@section History Variables
-This section describes the variables in GNU History that are externally
-visible.
-
-@defvar {int history_base}
-For convenience only. You set this when interpreting history commands.
-It is the logical offset of the first history element.
-@end defvar
+This section describes the externally visible variables exported by
+the GNU History Library.
+
+@deftypevar int history_base
+The logical offset of the first entry in the history list.
+@end deftypevar
+
+@deftypevar int history_length
+The number of entries currently stored in the history list.
+@end deftypevar
+
+@deftypevar int max_input_history
+The maximum number of history entries. This must be changed using
+@code{stifle_history ()}.
+@end deftypevar
+
+@deftypevar char history_expansion_char
+The character that starts a history event. The default is @samp{!}.
+@end deftypevar
+
+@deftypevar char history_subst_char
+The character that invokes word substitution if found at the start of
+a line. The default is @samp{^}.
+@end deftypevar
+
+@deftypevar char history_comment_char
+During tokenization, if this character is seen as the first character
+of a word, then it and all subsequent characters up to a newline are
+ignored, suppressing history expansion for the remainder of the line.
+This is disabled by default.
+@end deftypevar
+
+@deftypevar {char *} history_no_expand_chars
+The list of characters which inhibit history expansion if found immediately
+following @var{history_expansion_char}. The default is whitespace and
+@samp{=}.
+@end deftypevar
+
+@deftypevar {char *} history_search_delimiter_chars
+The list of additional characters which can delimit a history search
+string, in addition to whitespace, @samp{:} and @samp{?} in the case of
+a substring search. The default is empty.
+@end deftypevar
+
+@deftypevar int history_quotes_inhibit_expansion
+If non-zero, single-quoted words are not scanned for the history expansion
+character. The default value is 0.
+@end deftypevar
+
+@deftypevar {Function *} history_inhibit_expansion_function
+This should be set to the address of a function that takes two arguments:
+a @code{char *} (@var{string}) and an integer index into that string (@var{i}).
+It should return a non-zero value if the history expansion starting at
+@var{string[i]} should not be performed; zero if the expansion should
+be done.
+It is intended for use by applications like Bash that use the history
+expansion character for additional purposes.
+By default, this variable is set to NULL.
+@end deftypevar
@node History Programming Example
@section History Programming Example
-The following snippet of code demonstrates simple use of the GNU History
-Library.
+The following program demonstrates simple use of the GNU History Library.
@smallexample
main ()
@{
char line[1024], *t;
- int done = 0;
+ int len, done = 0;
line[0] = 0;
+ using_history ();
while (!done)
@{
- fprintf (stdout, "history%% ");
- t = gets (line);
+ printf ("history$ ");
+ fflush (stdout);
+ t = fgets (line, sizeof (line) - 1, stdin);
+ if (t && *t)
+ @{
+ len = strlen (t);
+ if (t[len - 1] == '\n')
+ t[len - 1] = '\0';
+ @}
if (!t)
strcpy (line, "quit");
@@ -257,37 +460,41 @@ main ()
char *expansion;
int result;
- using_history ();
-
result = history_expand (line, &expansion);
- strcpy (line, expansion);
- free (expansion);
if (result)
- fprintf (stderr, "%s\n", line);
+ fprintf (stderr, "%s\n", expansion);
- if (result < 0)
- continue;
+ if (result < 0 || result == 2)
+ @{
+ free (expansion);
+ continue;
+ @}
- add_history (line);
+ add_history (expansion);
+ strncpy (line, expansion, sizeof (line) - 1);
+ free (expansion);
@}
- if (strcmp (line, "quit") == 0) done = 1;
- if (strcmp (line, "save") == 0) write_history (0);
- if (strcmp (line, "read") == 0) read_history (0);
- if (strcmp (line, "list") == 0)
+ if (strcmp (line, "quit") == 0)
+ done = 1;
+ else if (strcmp (line, "save") == 0)
+ write_history ("history_file");
+ else if (strcmp (line, "read") == 0)
+ read_history ("history_file");
+ else if (strcmp (line, "list") == 0)
@{
- register HIST_ENTRY **the_list = history_list ();
+ register HIST_ENTRY **the_list;
register int i;
+ the_list = history_list ();
if (the_list)
for (i = 0; the_list[i]; i++)
- fprintf (stdout, "%d: %s\n",
- i + history_base, the_list[i]->line);
+ printf ("%d: %s\n", i + history_base, the_list[i]->line);
@}
- if (strncmp (line, "delete", strlen ("delete")) == 0)
+ else if (strncmp (line, "delete", 6) == 0)
@{
int which;
- if ((sscanf (line + strlen ("delete"), "%d", &which)) == 1)
+ if ((sscanf (line + 6, "%d", &which)) == 1)
@{
HIST_ENTRY *entry = remove_history (which);
if (!entry)
@@ -306,6 +513,3 @@ main ()
@}
@}
@end smallexample
-
-
-
diff --git a/readline/doc/hsuser.texinfo b/readline/doc/hsuser.texinfo
index cda0a688c74..76cb63b1eee 100644
--- a/readline/doc/hsuser.texinfo
+++ b/readline/doc/hsuser.texinfo
@@ -1,8 +1,8 @@
@ignore
This file documents the user interface to the GNU History library.
-Copyright (C) 1988, 1991 Free Software Foundation, Inc.
-Authored by Brian Fox.
+Copyright (C) 1988, 1991, 1996 Free Software Foundation, Inc.
+Authored by Brian Fox and Chet Ramey.
Permission is granted to make and distribute verbatim copies of this manual
provided the copyright notice and this permission notice are preserved on
@@ -26,36 +26,236 @@ into another language, under the above conditions for modified versions.
@node Using History Interactively
@chapter Using History Interactively
+@ifset BashFeatures
+This chapter describes how to use the GNU History Library interactively,
+from a user's standpoint. It should be considered a user's guide. For
+information on using the GNU History Library in other programs,
+see the GNU Readline Library Manual.
+@end ifset
+@ifclear BashFeatures
This chapter describes how to use the GNU History Library interactively,
from a user's standpoint. It should be considered a user's guide. For
information on using the GNU History Library in your own programs,
@pxref{Programming with GNU History}.
+@end ifclear
+@ifset BashFeatures
+@menu
+* Bash History Facilities:: How Bash lets you manipulate your command
+ history.
+* Bash History Builtins:: The Bash builtin commands that manipulate
+ the command history.
+* History Interaction:: What it feels like using History as a user.
+@end menu
+@end ifset
+@ifclear BashFeatures
@menu
* History Interaction:: What it feels like using History as a user.
@end menu
+@end ifclear
+
+@ifset BashFeatures
+@node Bash History Facilities
+@section Bash History Facilities
+@cindex command history
+@cindex history list
+
+When the @samp{-o history} option to the @code{set} builtin
+is enabled (@pxref{The Set Builtin}),
+the shell provides access to the @var{command history},
+the list of commands previously typed. The text of the last
+@code{HISTSIZE}
+commands (default 500) is saved in a history list. The shell
+stores each command in the history list prior to parameter and
+variable expansion
+but after history expansion is performed, subject to the
+values of the shell variables
+@code{HISTIGNORE} and @code{HISTCONTROL}.
+When the shell starts up, the history is initialized from the
+file named by the @code{HISTFILE} variable (default @file{~/.bash_history}).
+@code{HISTFILE} is truncated, if necessary, to contain no more than
+the number of lines specified by the value of the @code{HISTFILESIZE}
+variable. When an interactive shell exits, the last
+@code{HISTSIZE} lines are copied from the history list to @code{HISTFILE}.
+If the @code{histappend} shell option is set (@pxref{Bash Builtins}),
+the lines are appended to the history file,
+otherwise the history file is overwritten.
+If @code{HISTFILE}
+is unset, or if the history file is unwritable, the history is
+not saved. After saving the history, the history file is truncated
+to contain no more than @code{$HISTFILESIZE}
+lines. If @code{HISTFILESIZE} is not set, no truncation is performed.
+
+The builtin command @code{fc} may be used to list or edit and re-execute
+a portion of the history list.
+The @code{history} builtin can be used to display or modify the history
+list and manipulate the history file.
+When using the command-line editing, search commands
+are available in each editing mode that provide access to the
+history list.
+
+The shell allows control over which commands are saved on the history
+list. The @code{HISTCONTROL} and @code{HISTIGNORE}
+variables may be set to cause the shell to save only a subset of the
+commands entered.
+The @code{cmdhist}
+shell option, if enabled, causes the shell to attempt to save each
+line of a multi-line command in the same history entry, adding
+semicolons where necessary to preserve syntactic correctness.
+The @code{lithist}
+shell option causes the shell to save the command with embedded newlines
+instead of semicolons.
+@xref{Bash Builtins}, for a description of @code{shopt}.
+
+@node Bash History Builtins
+@section Bash History Builtins
+@cindex history builtins
+
+Bash provides two builtin commands that allow you to manipulate the
+history list and history file.
+
+@table @code
+
+@item fc
+@btindex fc
+@example
+@code{fc [-e @var{ename}] [-nlr] [@var{first}] [@var{last}]}
+@code{fc -s [@var{pat}=@var{rep}] [@var{command}]}
+@end example
+
+Fix Command. In the first form, a range of commands from @var{first} to
+@var{last} is selected from the history list. Both @var{first} and
+@var{last} may be specified as a string (to locate the most recent
+command beginning with that string) or as a number (an index into the
+history list, where a negative number is used as an offset from the
+current command number). If @var{last} is not specified it is set to
+@var{first}. If @var{first} is not specified it is set to the previous
+command for editing and @minus{}16 for listing. If the @samp{-l} flag is
+given, the commands are listed on standard output. The @samp{-n} flag
+suppresses the command numbers when listing. The @samp{-r} flag
+reverses the order of the listing. Otherwise, the editor given by
+@var{ename} is invoked on a file containing those commands. If
+@var{ename} is not given, the value of the following variable expansion
+is used: @code{$@{FCEDIT:-$@{EDITOR:-vi@}@}}. This says to use the
+value of the @code{FCEDIT} variable if set, or the value of the
+@code{EDITOR} variable if that is set, or @code{vi} if neither is set.
+When editing is complete, the edited commands are echoed and executed.
+
+In the second form, @var{command} is re-executed after each instance
+of @var{pat} in the selected command is replaced by @var{rep}.
+
+A useful alias to use with the @code{fc} command is @code{r='fc -s'}, so
+that typing @samp{r cc} runs the last command beginning with @code{cc}
+and typing @samp{r} re-executes the last command (@pxref{Aliases}).
+
+@item history
+@btindex history
+@example
+history [-c] [@var{n}]
+history [-anrw] [@var{filename}]
+history -ps @var{arg}
+@end example
+
+Display the history list with line numbers. Lines prefixed with
+with a @samp{*} have been modified. An argument of @var{n} says
+to list only the last @var{n} lines. Options, if supplied, have
+the following meanings:
+
+@table @code
+@item -w
+Write out the current history to the history file.
+
+@item -r
+Read the current history file and append its contents to
+the history list.
+
+@item -a
+Append the new
+history lines (history lines entered since the beginning of the
+current Bash session) to the history file.
+
+@item -n
+Append the history lines not already read from the history file
+to the current history list. These are lines appended to the history
+file since the beginning of the current Bash session.
+
+@item -c
+Clear the history list. This may be combined
+with the other options to replace the history list completely.
+
+@item -s
+The @var{arg}s are added to the end of
+the history list as a single entry.
+
+@item -p
+Perform history substitution on the @var{arg}s and display the result
+on the standard output, without storing the results in the history list.
+@end table
+
+When the @samp{-w}, @samp{-r}, @samp{-a}, or @samp{-n} option is
+used, if @var{filename}
+is given, then it is used as the history file. If not, then
+the value of the @code{HISTFILE} variable is used.
+
+@end table
+@end ifset
@node History Interaction
-@section History Interaction
-@cindex expansion
+@section History Expansion
+@cindex history expansion
The History library provides a history expansion feature that is similar
-to the history expansion in Csh. The following text describes the sytax
-that you use to manipulate the history information.
+to the history expansion provided by @code{csh}. This section
+describes the syntax used to manipulate the history information.
+
+History expansions introduce words from the history list into
+the input stream, making it easy to repeat commands, insert the
+arguments to a previous command into the current input line, or
+fix errors in previous commands quickly.
History expansion takes place in two parts. The first is to determine
-which line from the previous history should be used during substitution.
+which line from the history list should be used during substitution.
The second is to select portions of that line for inclusion into the
-current one. The line selected from the previous history is called the
+current one. The line selected from the history is called the
@dfn{event}, and the portions of that line that are acted upon are
-called @dfn{words}. The line is broken into words in the same fashion
-that the Bash shell does, so that several English (or Unix) words
-surrounded by quotes are considered as one word.
+called @dfn{words}. Various @dfn{modifiers} are available to manipulate
+the selected words. The line is broken into words in the same fashion
+that Bash does, so that several words
+surrounded by quotes are considered one word.
+History expansions are introduced by the appearance of the
+history expansion character, which is @samp{!} by default.
+@ifset BashFeatures
+Only @samp{\} and @samp{'} may be used to escape the history expansion
+character.
+@end ifset
+
+@ifset BashFeatures
+Several shell options settable with the @code{shopt}
+builtin (@pxref{Bash Builtins}) may be used to tailor
+the behavior of history expansion. If the
+@code{histverify} shell option is enabled, and Readline
+is being used, history substitutions are not immediately passed to
+the shell parser.
+Instead, the expanded line is reloaded into the Readline
+editing buffer for further modification.
+If Readline is being used, and the @code{histreedit}
+shell option is enabled, a failed history expansion will be
+reloaded into the Readline editing buffer for correction.
+The @samp{-p} option to the @code{history} builtin command
+may be used to see what a history expansion will do before using it.
+The @samp{-s} option to the @code{history} builtin may be used to
+add commands to the end of the history list without actually executing
+them, so that they are available for subsequent recall.
+This is most useful in conjunction with Readline.
+
+The shell allows control of the various characters used by the
+history expansion mechanism with the @code{histchars} variable.
+@end ifset
@menu
* Event Designators:: How to specify which history line to use.
* Word Designators:: Specifying which words are of interest.
-* Modifiers:: Modifying the results of susbstitution.
+* Modifiers:: Modifying the results of substitution.
@end menu
@node Event Designators
@@ -64,90 +264,135 @@ surrounded by quotes are considered as one word.
An event designator is a reference to a command line entry in the
history list.
+@cindex history events
@table @asis
@item @code{!}
-Start a history subsititution, except when followed by a space, tab, or
-the end of the line... @key{=} or @key{(}.
+Start a history substitution, except when followed by a space, tab,
+the end of the line, @samp{=} or @samp{(}.
-@item @code{!!}
-Refer to the previous command. This is a synonym for @code{!-1}.
-
-@item @code{!n}
+@item @code{!@var{n}}
Refer to command line @var{n}.
-@item @code{!-n}
-Refer to the command line @var{n} lines back.
+@item @code{!-@var{n}}
+Refer to the command @var{n} lines back.
-@item @code{!string}
+@item @code{!!}
+Refer to the previous command. This is a synonym for @samp{!-1}.
+
+@item @code{!@var{string}}
Refer to the most recent command starting with @var{string}.
-@item @code{!?string}[@code{?}]
-Refer to the most recent command containing @var{string}.
+@item @code{!?@var{string}[?]}
+Refer to the most recent command containing @var{string}. The trailing
+@samp{?} may be omitted if the @var{string} is followed immediately by
+a newline.
+
+@item @code{^@var{string1}^@var{string2}^}
+Quick Substitution. Repeat the last command, replacing @var{string1}
+with @var{string2}. Equivalent to
+@code{!!:s/@var{string1}/@var{string2}/}.
+
+@item @code{!#}
+The entire command line typed so far.
@end table
@node Word Designators
@subsection Word Designators
-A @key{:} separates the event specification from the word designator. It
-can be omitted if the word designator begins with a @key{^}, @key{$},
-@key{*} or @key{%}. Words are numbered from the beginning of the line,
-with the first word being denoted by a 0 (zero).
+Word designators are used to select desired words from the event.
+A @samp{:} separates the event specification from the word designator. It
+may be omitted if the word designator begins with a @samp{^}, @samp{$},
+@samp{*}, @samp{-}, or @samp{%}. Words are numbered from the beginning
+of the line, with the first word being denoted by 0 (zero). Words are
+inserted into the current line separated by single spaces.
@table @code
@item 0 (zero)
-The zero'th word. For many applications, this is the command word.
+The @code{0}th word. For many applications, this is the command word.
-@item n
-The @var{n}'th word.
+@item @var{n}
+The @var{n}th word.
@item ^
-The first argument. that is, word 1.
+The first argument; that is, word 1.
@item $
The last argument.
@item %
-The word matched by the most recent @code{?string?} search.
+The word matched by the most recent @samp{?@var{string}?} search.
-@item x-y
-A range of words; @code{-@var{y}} Abbreviates @code{0-@var{y}}.
+@item @var{x}-@var{y}
+A range of words; @samp{-@var{y}} abbreviates @samp{0-@var{y}}.
@item *
-All of the words, excepting the zero'th. This is a synonym for @code{1-$}.
-It is not an error to use @key{*} if there is just one word in the event.
-The empty string is returned in that case.
+All of the words, except the @code{0}th. This is a synonym for @samp{1-$}.
+It is not an error to use @samp{*} if there is just one word in the event;
+the empty string is returned in that case.
+
+@item @var{x}*
+Abbreviates @samp{@var{x}-$}
+
+@item @var{x}-
+Abbreviates @samp{@var{x}-$} like @samp{@var{x}*}, but omits the last word.
@end table
+If a word designator is supplied without an event specification, the
+previous command is used as the event.
+
@node Modifiers
@subsection Modifiers
After the optional word designator, you can add a sequence of one or more
-of the following modifiers, each preceded by a @key{:}.
+of the following modifiers, each preceded by a @samp{:}.
@table @code
-@item #
-The entire command line typed so far. This means the current command,
-not the previous command, so it really isn't a word designator, and doesn't
-belong in this section.
-
@item h
Remove a trailing pathname component, leaving only the head.
+@item t
+Remove all leading pathname components, leaving the tail.
+
@item r
-Remove a trailing suffix of the form @samp{.}@var{suffix}, leaving the basename.
+Remove a trailing suffix of the form @samp{.@var{suffix}}, leaving
+the basename.
@item e
-Remove all but the suffix.
-
-@item t
-Remove all leading pathname components, leaving the tail.
+Remove all but the trailing suffix.
@item p
Print the new command but do not execute it.
+
+@ifset BashFeatures
+@item q
+Quote the substituted words, escaping further substitutions.
+
+@item x
+Quote the substituted words as with @samp{q},
+but break into words at spaces, tabs, and newlines.
+@end ifset
+
+@item s/@var{old}/@var{new}/
+Substitute @var{new} for the first occurrence of @var{old} in the
+event line. Any delimiter may be used in place of @samp{/}.
+The delimiter may be quoted in @var{old} and @var{new}
+with a single backslash. If @samp{&} appears in @var{new},
+it is replaced by @var{old}. A single backslash will quote
+the @samp{&}. The final delimiter is optional if it is the last
+character on the input line.
+
+@item &
+Repeat the previous substitution.
+
+@item g
+Cause changes to be applied over the entire event line. Used in
+conjunction with @samp{s}, as in @code{gs/@var{old}/@var{new}/},
+or with @samp{&}.
+
@end table
diff --git a/readline/doc/readline.0 b/readline/doc/readline.0
new file mode 100644
index 00000000000..c925d529cb5
--- /dev/null
+++ b/readline/doc/readline.0
@@ -0,0 +1,1122 @@
+
+
+
+READLINE(3) READLINE(3)
+
+
+NNAAMMEE
+ readline - get a line from a user with editing
+
+SSYYNNOOPPSSIISS
+ ##iinncclluuddee <>
+ ##iinncclluuddee <>
+
+ cchhaarr **rreeaaddlliinnee ((pprroommpptt))
+ cchhaarr **pprroommpptt;;
+
+CCOOPPYYRRIIGGHHTT
+ Readline is Copyright (C) 1989, 1991, 1993, 1995, 1996 by
+ the Free Software Foundation, Inc.
+
+DDEESSCCRRIIPPTTIIOONN
+ rreeaaddlliinnee will read a line from the terminal and return it,
+ using pprroommpptt as a prompt. If pprroommpptt is null, no prompt is
+ issued. The line returned is allocated with _m_a_l_l_o_c(3), so
+ the caller must free it when finished. The line returned
+ has the final newline removed, so only the text of the
+ line remains.
+
+ rreeaaddlliinnee offers editing capabilities while the user is
+ entering the line. By default, the line editing commands
+ are similar to those of emacs. A vi-style line editing
+ interface is also available.
+
+RREETTUURRNN VVAALLUUEE
+ rreeaaddlliinnee returns the text of the line read. A blank line
+ returns the empty string. If EEOOFF is encountered while
+ reading a line, and the line is empty, NNUULLLL is returned.
+ If an EEOOFF is read with a non-empty line, it is treated as
+ a newline.
+
+NNOOTTAATTIIOONN
+ An emacs-style notation is used to denote keystrokes.
+ Control keys are denoted by C-_k_e_y, e.g., C-n means Con-
+ trol-N. Similarly, _m_e_t_a keys are denoted by M-_k_e_y, so M-x
+ means Meta-X. (On keyboards without a _m_e_t_a key, M-_x means
+ ESC _x, i.e., press the Escape key then the _x key. This
+ makes ESC the _m_e_t_a _p_r_e_f_i_x. The combination M-C-_x means
+ ESC-Control-_x, or press the Escape key then hold the Con-
+ trol key while pressing the _x key.)
+
+ Readline commands may be given numeric _a_r_g_u_m_e_n_t_s, which
+ normally act as a repeat count. Sometimes, however, it is
+ the sign of the argument that is significant. Passing a
+ negative argument to a command that acts in the forward
+ direction (e.g., kkiillll--lliinnee) causes that command to act in
+ a backward direction. Commands whose behavior with argu-
+ ments deviates from this are noted.
+
+ When a command is described as _k_i_l_l_i_n_g text, the text
+ deleted is saved for possible future retrieval (_y_a_n_k_i_n_g).
+
+
+
+GNU 1998 Feb 19 1
+
+
+
+
+
+READLINE(3) READLINE(3)
+
+
+ The killed text is saved in a _k_i_l_l _r_i_n_g. Consecutive
+ kills cause the text to be accumulated into one unit,
+ which can be yanked all at once. Commands which do not
+ kill text separate the chunks of text on the kill ring.
+
+IINNIITTIIAALLIIZZAATTIIOONN FFIILLEE
+ Readline is customized by putting commands in an initial-
+ ization file (the _i_n_p_u_t_r_c file). The name of this file is
+ taken from the value of the IINNPPUUTTRRCC environment variable.
+ If that variable is unset, the default is _~_/_._i_n_p_u_t_r_c.
+ When a program which uses the readline library starts up,
+ the init file is read, and the key bindings and variables
+ are set. There are only a few basic constructs allowed in
+ the readline init file. Blank lines are ignored. Lines
+ beginning with a ## are comments. Lines beginning with a $$
+ indicate conditional constructs. Other lines denote key
+ bindings and variable settings. Each program using this
+ library may add its own commands and bindings.
+
+ For example, placing
+
+ M-Control-u: universal-argument
+ or
+ C-Meta-u: universal-argument
+ into the _i_n_p_u_t_r_c would make M-C-u execute the readline
+ command _u_n_i_v_e_r_s_a_l_-_a_r_g_u_m_e_n_t.
+
+ The following symbolic character names are recognized
+ while processing key bindings: _R_U_B_O_U_T, _D_E_L, _E_S_C, _L_F_D, _N_E_W_-
+ _L_I_N_E, _R_E_T, _R_E_T_U_R_N, _S_P_C, _S_P_A_C_E, and _T_A_B. In addition to
+ command names, readline allows keys to be bound to a
+ string that is inserted when the key is pressed (a _m_a_c_r_o).
+
+
+ KKeeyy BBiinnddiinnggss
+ The syntax for controlling key bindings in the _i_n_p_u_t_r_c
+ file is simple. All that is required is the name of the
+ command or the text of a macro and a key sequence to which
+ it should be bound. The name may be specified in one of
+ two ways: as a symbolic key name, possibly with _M_e_t_a_- or
+ _C_o_n_t_r_o_l_- prefixes, or as a key sequence. When using the
+ form kkeeyynnaammee:_f_u_n_c_t_i_o_n_-_n_a_m_e or _m_a_c_r_o, _k_e_y_n_a_m_e is the name
+ of a key spelled out in English. For example:
+
+ Control-u: universal-argument
+ Meta-Rubout: backward-kill-word
+ Control-o: ">&output"
+
+ In the above example, _C_-_u is bound to the function uunniivveerr--
+ ssaall--aarrgguummeenntt, _M_-_D_E_L is bound to the function bbaacckk--
+ wwaarrdd--kkiillll--wwoorrdd, and _C_-_o is bound to run the macro
+ expressed on the right hand side (that is, to insert the
+ text _>_&_o_u_t_p_u_t into the line).
+
+
+
+
+GNU 1998 Feb 19 2
+
+
+
+
+
+READLINE(3) READLINE(3)
+
+
+ In the second form, ""kkeeyysseeqq"":_f_u_n_c_t_i_o_n_-_n_a_m_e or _m_a_c_r_o, kkeeyy--
+ sseeqq differs from kkeeyynnaammee above in that strings denoting an
+ entire key sequence may be specified by placing the
+ sequence within double quotes. Some GNU Emacs style key
+ escapes can be used, as in the following example.
+
+ "\C-u": universal-argument
+ "\C-x\C-r": re-read-init-file
+ "\e[11~": "Function Key 1"
+
+ In this example, _C_-_u is again bound to the function uunnii--
+ vveerrssaall--aarrgguummeenntt. _C_-_x _C_-_r is bound to the function
+ rree--rreeaadd--iinniitt--ffiillee, and _E_S_C _[ _1 _1 _~ is bound to insert the
+ text FFuunnccttiioonn KKeeyy 11. The full set of GNU Emacs style
+ escape sequences is
+ \\CC-- control prefix
+ \\MM-- meta prefix
+ \\ee an escape character
+ \\\\ backslash
+ \\"" literal "
+ \\'' literal '
+
+ In addition to the GNU Emacs style escape sequences, a
+ second set of backslash escapes is available:
+ \\aa alert (bell)
+ \\bb backspace
+ \\dd delete
+ \\ff form feed
+ \\nn newline
+ \\rr carriage return
+ \\tt horizontal tab
+ \\vv vertical tab
+ \\_n_n_n the character whose ASCII code is the octal
+ value _n_n_n (one to three digits)
+ \\xx_n_n_n the character whose ASCII code is the hex-
+ adecimal value _n_n_n (one to three digits)
+
+ When entering the text of a macro, single or double quotes
+ should be used to indicate a macro definition. Unquoted
+ text is assumed to be a function name. In the macro body,
+ the backslash escapes described above are expanded. Back-
+ slash will quote any other character in the macro text,
+ including " and '.
+
+ BBaasshh allows the current readline key bindings to be dis-
+ played or modified with the bbiinndd builtin command. The
+ editing mode may be switched during interactive use by
+ using the --oo option to the sseett builtin command. Other
+ programs using this library provide similar mechanisms.
+ The _i_n_p_u_t_r_c file may be edited and re-read if a program
+ does not provide any other means to incorporate new bind-
+ ings.
+
+
+
+
+
+GNU 1998 Feb 19 3
+
+
+
+
+
+READLINE(3) READLINE(3)
+
+
+ VVaarriiaabblleess
+ Readline has variables that can be used to further cus-
+ tomize its behavior. A variable may be set in the _i_n_p_u_t_r_c
+ file with a statement of the form
+
+ sseett _v_a_r_i_a_b_l_e_-_n_a_m_e _v_a_l_u_e
+
+ Except where noted, readline variables can take the values
+ OOnn or OOffff. The variables and their default values are:
+
+ bbeellll--ssttyyllee ((aauuddiibbllee))
+ Controls what happens when readline wants to ring
+ the terminal bell. If set to nnoonnee, readline never
+ rings the bell. If set to vviissiibbllee, readline uses a
+ visible bell if one is available. If set to aauuddii--
+ bbllee, readline attempts to ring the terminal's bell.
+ ccoommmmeenntt--bbeeggiinn ((````##''''))
+ The string that is inserted in vvii mode when the
+ iinnsseerrtt--ccoommmmeenntt command is executed. This command
+ is bound to MM--## in emacs mode and to ## in vi com-
+ mand mode.
+ ccoommpplleettiioonn--iiggnnoorree--ccaassee ((OOffff))
+ If set to OOnn, readline performs filename matching
+ and completion in a case-insensitive fashion.
+ ccoommpplleettiioonn--qquueerryy--iitteemmss ((110000))
+ This determines when the user is queried about
+ viewing the number of possible completions gener-
+ ated by the ppoossssiibbllee--ccoommpplleettiioonnss command. It may
+ be set to any integer value greater than or equal
+ to zero. If the number of possible completions is
+ greater than or equal to the value of this vari-
+ able, the user is asked whether or not he wishes to
+ view them; otherwise they are simply listed on the
+ terminal.
+ ccoonnvveerrtt--mmeettaa ((OOnn))
+ If set to OOnn, readline will convert characters with
+ the eighth bit set to an ASCII key sequence by
+ stripping the eighth bit and prepending an escape
+ character (in effect, using escape as the _m_e_t_a _p_r_e_-
+ _f_i_x).
+ ddiissaabbllee--ccoommpplleettiioonn ((OOffff))
+ If set to OOnn, readline will inhibit word comple-
+ tion. Completion characters will be inserted into
+ the line as if they had been mapped to sseellff--iinnsseerrtt.
+ eeddiittiinngg--mmooddee ((eemmaaccss))
+ Controls whether readline begins with a set of key
+ bindings similar to _e_m_a_c_s or _v_i. eeddiittiinngg--mmooddee can
+ be set to either eemmaaccss or vvii.
+ eennaabbllee--kkeeyyppaadd ((OOffff))
+ When set to OOnn, readline will try to enable the
+ application keypad when it is called. Some systems
+ need this to enable the arrow keys.
+ eexxppaanndd--ttiillddee ((OOffff))
+ If set to oonn, tilde expansion is performed when
+
+
+
+GNU 1998 Feb 19 4
+
+
+
+
+
+READLINE(3) READLINE(3)
+
+
+ readline attempts word completion.
+ hhoorriizzoonnttaall--ssccrroollll--mmooddee ((OOffff))
+ When set to OOnn, makes readline use a single line
+ for display, scrolling the input horizontally on a
+ single screen line when it becomes longer than the
+ screen width rather than wrapping to a new line.
+ kkeeyymmaapp ((eemmaaccss))
+ Set the current readline keymap. The set of legal
+ keymap names is _e_m_a_c_s_, _e_m_a_c_s_-_s_t_a_n_d_a_r_d_, _e_m_a_c_s_-_m_e_t_a_,
+ _e_m_a_c_s_-_c_t_l_x_, _v_i_, _v_i_-_m_o_v_e_, _v_i_-_c_o_m_m_a_n_d, and _v_i_-_i_n_s_e_r_t.
+ _v_i is equivalent to _v_i_-_c_o_m_m_a_n_d; _e_m_a_c_s is equivalent
+ to _e_m_a_c_s_-_s_t_a_n_d_a_r_d. The default value is _e_m_a_c_s; the
+ value of eeddiittiinngg--mmooddee also affects the default
+ keymap.
+ mmaarrkk--ddiirreeccttoorriieess ((OOnn))
+ If set to OOnn, complete>))
+ Move to the end of the input history, i.e., the
+ line currently being entered.
+ rreevveerrssee--sseeaarrcchh--hhiissttoorryy ((CC--rr))
+ Search backward starting at the current line and
+ moving `up' through the history as necessary. This
+ is an incremental search.
+ ffoorrwwaarrdd--sseeaarrcchh--hhiissttoorryy ((CC--ss))
+ Search forward starting at the current line and
+ moving `down' through the history as necessary.
+ This is an incremental search.
+ nnoonn--iinnccrreemmeennttaall--rreevveerrssee--sseeaarrcchh--hhiissttoorryy ((MM--pp))
+ Search backward through the history starting at the
+ current line using a non-incremental search for a
+ string supplied by the user.
+ nnoonn--iinnccrreemmeennttaall--ffoorrwwaarrdd--sseeaarrcchh--hhiissttoorryy ((MM--nn))
+ Search forward through the history using a non-
+ incremental search for a string supplied by the
+ user.
+ hhiissttoorryy--sseeaarrcchh--ffoorrwwaarrdd
+ Search forward through the history for the string
+ of characters between the start of the current line
+ and the current cursor position (the _p_o_i_n_t). This
+ is a non-incremental search.
+ hhiissttoorryy--sseeaarrcchh--bbaacckkwwaarrdd
+ Search backward through the history for the string
+ of characters between the start of the current line
+ and the point. This is a non-incremental search.
+ yyaannkk--nntthh--aarrgg ((MM--CC--yy))
+ Insert the first argument to the previous command
+ (usually the second word on the previous line) at
+ point (the current cursor position). With an argu-
+ ment _n, insert the _nth word from the previous com-
+ mand (the words in the previous command begin with
+ word 0). A negative argument inserts the _nth word
+ from the end of the previous command.
+
+
+
+
+GNU 1998 Feb 19 8
+
+
+
+
+
+READLINE(3) READLINE(3)
+
+
+ yyaannkk--llaasstt--aarrgg ((MM--..,, MM--__))
+ Insert the last argument to the previous command
+ (the last word of the previous history entry).
+ With an argument, behave exactly like yyaannkk--nntthh--aarrgg.
+ Successive calls to yyaannkk--llaasstt--aarrgg move back through
+ the history list, inserting the last argument of
+ each line in turn.
+
+ CCoommmmaannddss ffoorr CChhaannggiinngg TTeexxtt
+ ddeelleettee--cchhaarr ((CC--dd))
+ Delete the character under the cursor. If point is
+ at the beginning of the line, there are no charac-
+ ters in the line, and the last character typed was
+ not bound to BBddeelleettee--cchhaarr, then return EEOOFF.
+ bbaacckkwwaarrdd--ddeelleettee--cchhaarr ((RRuubboouutt))
+ Delete the character behind the cursor. When given
+ a numeric argument, save the deleted text on the
+ kill ring.
+ qquuootteedd--iinnsseerrtt ((CC--qq,, CC--vv))
+ Add the next character that you type to the line
+ verbatim. This is how to insert characters like
+ CC--qq, for example.
+ ttaabb--iinnsseerrtt ((MM--TTAABB))
+ Insert a tab character.
+ sseellff--iinnsseerrtt ((aa,, bb,, AA,, 11,, !!,, ......))
+ Insert the character typed.
+ ttrraannssppoossee--cchhaarrss ((CC--tt))
+ Drag the character before point forward over the
+ character at point. Point moves forward as well.
+ If point is at the end of the line, then transpose
+ the two characters before point. Negative argu-
+ ments don't work.
+ ttrraannssppoossee--wwoorrddss ((MM--tt))
+ Drag the word behind the cursor past the word in
+ front of the cursor moving the cursor over that
+ word as well.
+ uuppccaassee--wwoorrdd ((MM--uu))
+ Uppercase the current (or following) word. With a
+ negative argument, uppercase the previous word, but
+ do not move point.
+ ddoowwnnccaassee--wwoorrdd ((MM--ll))
+ Lowercase the current (or following) word. With a
+ negative argument, lowercase the previous word, but
+ do not move point.
+ ccaappiittaalliizzee--wwoorrdd ((MM--cc))
+ Capitalize the current (or following) word. With a
+ negative argument, capitalize the previous word,
+ but do not move point.
+
+ KKiilllliinngg aanndd YYaannkkiinngg
+ kkiillll--lliinnee ((CC--kk))
+ Kill the text from the current cursor position to
+ the end of the line.
+
+
+
+
+GNU 1998 Feb 19 9
+
+
+
+
+
+READLINE(3) READLINE(3)
+
+
+ bbaacckkwwaarrdd--kkiillll--lliinnee ((CC--xx RRuubboouutt))
+ Kill backward to the beginning of the line.
+ uunniixx--lliinnee--ddiissccaarrdd ((CC--uu))
+ Kill backward from point to the beginning of the
+ line. The killed text is saved on the kill-ring.
+ kkiillll--wwhhoollee--lliinnee
+ Kill all characters on the current line, no matter
+ where the cursor is.
+ kkiillll--wwoorrdd ((MM--dd))
+ Kill from the cursor to the end of the current
+ word, or if between words, to the end of the next
+ word. Word boundaries are the same as those used
+ by ffoorrwwaarrdd--wwoorrdd.
+ bbaacckkwwaarrdd--kkiillll--wwoorrdd ((MM--RRuubboouutt))
+ Kill the word behind the cursor. Word boundaries
+ are the same as those used by bbaacckkwwaarrdd--wwoorrdd.
+ uunniixx--wwoorrdd--rruubboouutt ((CC--ww))
+ Kill the word behind the cursor, using white space
+ as a word boundary. The word boundaries are dif-
+ ferent from bbaacckkwwaarrdd--kkiillll--wwoorrdd.
+ ddeelleettee--hhoorriizzoonnttaall--ssppaaccee ((MM--\\))
+ Delete all spaces and tabs around point.
+ kkiillll--rreeggiioonn
+ Kill the text between the point and _m_a_r_k (saved
+ cursor position). This text is referred to as the
+ _r_e_g_i_o_n.
+ ccooppyy--rreeggiioonn--aass--kkiillll
+ Copy the text in the region to the kill buffer.
+ ccooppyy--bbaacckkwwaarrdd--wwoorrdd
+ Copy the word before point to the kill buffer. The
+ word boundaries are the same as bbaacckkwwaarrdd--wwoorrdd.
+ ccooppyy--ffoorrwwaarrdd--wwoorrdd
+ Copy the word following point to the kill buffer.
+ The word boundaries are the same as ffoorrwwaarrdd--wwoorrdd.
+ yyaannkk ((CC--yy))
+ Yank the top of the kill ring into the buffer at
+ the cursor.
+ yyaannkk--ppoopp ((MM--yy))
+ Rotate the kill ring, and yank the new top. Only
+ works following yyaannkk or yyaannkk--ppoopp.
+
+ NNuummeerriicc AArrgguummeennttss
+ ddiiggiitt--aarrgguummeenntt ((MM--00,, MM--11,, ......,, MM----))
+ Add this digit to the argument already accumulat-
+ ing, or start a new argument. M-- starts a nega-
+ tive argument.
+ uunniivveerrssaall--aarrgguummeenntt
+ This is another way to specify an argument. If
+ this command is followed by one or more digits,
+ optionally with a leading minus sign, those digits
+ define the argument. If the command is followed by
+ digits, executing uunniivveerrssaall--aarrgguummeenntt again ends the
+ numeric argument, but is otherwise ignored. As a
+ special case, if this command is immediately
+
+
+
+GNU 1998 Feb 19 10
+
+
+
+
+
+READLINE(3) READLINE(3)
+
+
+ followed by a character that is neither a digit or
+ minus sign, the argument count for the next command
+ is multiplied by four. The argument count is ini-
+ tially one, so executing this function the first
+ time makes the argument count four, a second time
+ makes the argument count sixteen, and so on.
+
+ CCoommpplleettiinngg
+ ccoommpplleettee ((TTAABB))
+ Attempt to perform completion on the text before
+ point. The actual completion performed is applica-
+ tion-specific. BBaasshh, for instance, attempts com-
+ pletion treating the text as a variable (if the
+ text begins with $$), username (if the text begins
+ with ~~), hostname (if the text begins with @@), or
+ command (including aliases and functions) in turn.
+ If none of these produces a match, filename comple-
+ tion is attempted. GGddbb, on the other hand, allows
+ completion of program functions and variables, and
+ only attempts filename completion under certain
+ circumstances.
+ ppoossssiibbllee--ccoommpplleettiioonnss ((MM--??))
+ List the possible completions of the text before
+ point.
+ iinnsseerrtt--ccoommpplleettiioonnss ((MM--**))
+ Insert all completions of the text before point
+ that would have been generated by ppoossssiibbllee--ccoommppllee--
+ ttiioonnss.
+ mmeennuu--ccoommpplleettee
+ Similar to ccoommpplleettee, but replaces the word to be
+ completed with a single match from the list of pos-
+ sible completions. Repeated execution of mmeennuu--ccoomm--
+ pplleettee steps through the list of possible comple-
+ tions, inserting each match in turn. At the end of
+ the list of completions, the bell is rung and the
+ original text is restored. An argument of _n moves
+ _n positions forward in the list of matches; a nega-
+ tive argument may be used to move backward through
+ the list. This command is intended to be bound to
+ TTAABB, but is unbound by default.
+
+ KKeeyybbooaarrdd MMaaccrrooss
+ ssttaarrtt--kkbbdd--mmaaccrroo ((CC--xx (())
+ Begin saving the characters typed into the current
+ keyboard macro.
+ eenndd--kkbbdd--mmaaccrroo ((CC--xx ))))
+ Stop saving the characters typed into the current
+ keyboard macro and store the definition.
+ ccaallll--llaasstt--kkbbdd--mmaaccrroo ((CC--xx ee))
+ Re-execute the last keyboard macro defined, by mak-
+ ing the characters in the macro appear as if typed
+ at the keyboard.
+
+
+
+
+
+GNU 1998 Feb 19 11
+
+
+
+
+
+READLINE(3) READLINE(3)
+
+
+ MMiisscceellllaanneeoouuss
+ rree--rreeaadd--iinniitt--ffiillee ((CC--xx CC--rr))
+ Read in the contents of the _i_n_p_u_t_r_c file, and
+ incorporate any bindings or variable assignments
+ found there.
+ aabboorrtt ((CC--gg))
+ Abort the current editing command and ring the ter-
+ minal's bell (subject to the setting of
+ bbeellll--ssttyyllee).
+ ddoo--uuppppeerrccaassee--vveerrssiioonn ((MM--aa,, MM--bb,, MM--_x,, ......))
+ If the metafied character _x is lowercase, run the
+ command that is bound to the corresponding upper-
+ case character.
+ pprreeffiixx--mmeettaa ((EESSCC))
+ Metafy the next character typed. EESSCC ff is equiva-
+ lent to MMeettaa--ff.
+ uunnddoo ((CC--__,, CC--xx CC--uu))
+ Incremental undo, separately remembered for each
+ line.
+ rreevveerrtt--lliinnee ((MM--rr))
+ Undo all changes made to this line. This is like
+ executing the uunnddoo command enough times to return
+ the line to its initial state.
+ ttiillddee--eexxppaanndd ((MM--~~))
+ Perform tilde expansion on the current word.
+ sseett--mmaarrkk ((CC--@@,, MM--<>))
+ Set the mark to the current point. If a numeric
+ argument is supplied, the mark is set to that posi-
+ tion.
+ eexxcchhaannggee--ppooiinntt--aanndd--mmaarrkk ((CC--xx CC--xx))
+ Swap the point with the mark. The current cursor
+ position is set to the saved position, and the old
+ cursor position is saved as the mark.
+ cchhaarraacctteerr--sseeaarrcchh ((CC--]]))
+ A character is read and point is moved to the next
+ occurrence of that character. A negative count
+ searches for previous occurrences.
+ cchhaarraacctteerr--sseeaarrcchh--bbaacckkwwaarrdd ((MM--CC--]]))
+ A character is read and point is moved to the pre-
+ vious occurrence of that character. A negative
+ count searches for subsequent occurrences.
+ iinnsseerrtt--ccoommmmeenntt ((MM--##))
+ The value of the readline ccoommmmeenntt--bbeeggiinn variable is
+ inserted at the beginning of the current line, and
+ the line is accepted as if a newline had been
+ typed. This makes the current line a shell com-
+ ment.
+ dduummpp--ffuunnccttiioonnss
+ Print all of the functions and their key bindings
+ to the readline output stream. If a numeric argu-
+ ment is supplied, the output is formatted in such a
+ way that it can be made part of an _i_n_p_u_t_r_c file.
+ dduummpp--vvaarriiaabblleess
+ Print all of the settable variables and their
+
+
+
+GNU 1998 Feb 19 12
+
+
+
+
+
+READLINE(3) READLINE(3)
+
+
+ values to the readline output stream. If a numeric
+ argument is supplied, the output is formatted in
+ such a way that it can be made part of an _i_n_p_u_t_r_c
+ file.
+ dduummpp--mmaaccrrooss
+ Print all of the readline key sequences bound to
+ macros and the strings they ouput. If a numeric
+ argument is supplied, the output is formatted in
+ such a way that it can be made part of an _i_n_p_u_t_r_c
+ file.
+ eemmaaccss--eeddiittiinngg--mmooddee ((CC--ee))
+ When in vvii editing mode, this causes a switch to
+ eemmaaccss editing mode.
+ vvii--eeddiittiinngg--mmooddee ((MM--CC--jj))
+ When in eemmaaccss editing mode, this causes a switch to
+ vvii editing mode.
+
+DDEEFFAAUULLTT KKEEYY BBIINNDDIINNGGSS
+ The following is a list of the default emacs and vi bind-
+ ings. Characters with the 8th bit set are written as
+ M-, and are referred to as _m_e_t_a_f_i_e_d characters.
+ The printable ASCII characters not mentioned in the list
+ of emacs standard bindings are bound to the _s_e_l_f_-_i_n_s_e_r_t
+ function, which just inserts the given character into the
+ input line. In vi insertion mode, all characters not
+ specifically mentioned are bound to _s_e_l_f_-_i_n_s_e_r_t. Charac-
+ ters assigned to signal generation by _s_t_t_y(1) or the ter-
+ minal driver, such as C-Z or C-C, retain that function.
+ Upper and lower case _m_e_t_a_f_i_e_d characters are bound to the
+ same function in the emacs mode meta keymap. The remain-
+ ing characters are unbound, which causes readline to ring
+ the bell (subject to the setting of the bbeellll--ssttyyllee vari-
+ able).
+
+ EEmmaaccss MMooddee
+ Emacs Standard bindings
+
+ "C-@" set-mark
+ "C-A" beginning-of-line
+ "C-B" backward-char
+ "C-D" delete-char
+ "C-E" end-of-line
+ "C-F" forward-char
+ "C-G" abort
+ "C-H" backward-delete-char
+ "C-I" complete
+ "C-J" accept-line
+ "C-K" kill-line
+ "C-L" clear-screen
+ "C-M" accept-line
+ "C-N" next-history
+ "C-P" previous-history
+ "C-Q" quoted-insert
+ "C-R" reverse-search-history
+
+
+
+GNU 1998 Feb 19 13
+
+
+
+
+
+READLINE(3) READLINE(3)
+
+
+ "C-S" forward-search-history
+ "C-T" transpose-chars
+ "C-U" unix-line-discard
+ "C-V" quoted-insert
+ "C-W" unix-word-rubout
+ "C-Y" yank
+ "C-]" character-search
+ "C-_" undo
+ " " to "/" self-insert
+ "0" to "9" self-insert
+ ":" to "~" self-insert
+ "C-?" backward-delete-char
+
+ Emacs Meta bindings
+
+ "M-C-G" abort
+ "M-C-H" backward-kill-word
+ "M-C-I" tab-insert
+ "M-C-J" vi-editing-mode
+ "M-C-M" vi-editing-mode
+ "M-C-R" revert-line
+ "M-C-Y" yank-nth-arg
+ "M-C-[" complete
+ "M-C-]" character-search-backward
+ "M-space" set-mark
+ "M-#" insert-comment
+ "M-&" tilde-expand
+ "M-*" insert-completions
+ "M--" digit-argument
+ "M-." yank-last-arg
+ "M-0" digit-argument
+ "M-1" digit-argument
+ "M-2" digit-argument
+ "M-3" digit-argument
+ "M-4" digit-argument
+ "M-5" digit-argument
+ "M-6" digit-argument
+ "M-7" digit-argument
+ "M-8" digit-argument
+ "M-9" digit-argument
+ "M-<" beginning-of-history
+ "M-=" possible-completions
+ "M->" end-of-history
+ "M-?" possible-completions
+ "M-B" backward-word
+ "M-C" capitalize-word
+ "M-D" kill-word
+ "M-F" forward-word
+ "M-L" downcase-word
+ "M-N" non-incremental-forward-search-history
+ "M-P" non-incremental-reverse-search-history
+ "M-R" revert-line
+ "M-T" transpose-words
+ "M-U" upcase-word
+
+
+
+GNU 1998 Feb 19 14
+
+
+
+
+
+READLINE(3) READLINE(3)
+
+
+ "M-Y" yank-pop
+ "M-\" delete-horizontal-space
+ "M-~" tilde-expand
+ "M-C-?" backward-delete-word
+ "M-_" yank-last-arg
+
+ Emacs Control-X bindings
+
+ "C-XC-G" abort
+ "C-XC-R" re-read-init-file
+ "C-XC-U" undo
+ "C-XC-X" exchange-point-and-mark
+ "C-X(" start-kbd-macro
+ "C-X)" end-kbd-macro
+ "C-XE" call-last-kbd-macro
+ "C-XC-?" backward-kill-line
+
+
+ VVII MMooddee bbiinnddiinnggss
+ VI Insert Mode functions
+
+ "C-D" vi-eof-maybe
+ "C-H" backward-delete-char
+ "C-I" complete
+ "C-J" accept-line
+ "C-M" accept-line
+ "C-R" reverse-search-history
+ "C-S" forward-search-history
+ "C-T" transpose-chars
+ "C-U" unix-line-discard
+ "C-V" quoted-insert
+ "C-W" unix-word-rubout
+ "C-Y" yank
+ "C-[" vi-movement-mode
+ "C-_" undo
+ " " to "~" self-insert
+ "C-?" backward-delete-char
+
+ VI Command Mode functions
+
+ "C-D" vi-eof-maybe
+ "C-E" emacs-editing-mode
+ "C-G" abort
+ "C-H" backward-char
+ "C-J" accept-line
+ "C-K" kill-line
+ "C-L" clear-screen
+ "C-M" accept-line
+ "C-N" next-history
+ "C-P" previous-history
+ "C-Q" quoted-insert
+ "C-R" reverse-search-history
+ "C-S" forward-search-history
+ "C-T" transpose-chars
+
+
+
+GNU 1998 Feb 19 15
+
+
+
+
+
+READLINE(3) READLINE(3)
+
+
+ "C-U" unix-line-discard
+ "C-V" quoted-insert
+ "C-W" unix-word-rubout
+ "C-Y" yank
+ " " forward-char
+ "#" insert-comment
+ "$" end-of-line
+ "%" vi-match
+ "&" vi-tilde-expand
+ "*" vi-complete
+ "+" next-history
+ "," vi-char-search
+ "-" previous-history
+ "." vi-redo
+ "/" vi-search
+ "0" beginning-of-line
+ "1" to "9" vi-arg-digit
+ ";" vi-char-search
+ "=" vi-complete
+ "?" vi-search
+ "A" vi-append-eol
+ "B" vi-prev-word
+ "C" vi-change-to
+ "D" vi-delete-to
+ "E" vi-end-word
+ "F" vi-char-search
+ "G" vi-fetch-history
+ "I" vi-insert-beg
+ "N" vi-search-again
+ "P" vi-put
+ "R" vi-replace
+ "S" vi-subst
+ "T" vi-char-search
+ "U" revert-line
+ "W" vi-next-word
+ "X" backward-delete-char
+ "Y" vi-yank-to
+ "\" vi-complete
+ "^" vi-first-print
+ "_" vi-yank-arg
+ "`" vi-goto-mark
+ "a" vi-append-mode
+ "b" vi-prev-word
+ "c" vi-change-to
+ "d" vi-delete-to
+ "e" vi-end-word
+ "f" vi-char-search
+ "h" backward-char
+ "i" vi-insertion-mode
+ "j" next-history
+ "k" prev-history
+ "l" forward-char
+ "m" vi-set-mark
+ "n" vi-search-again
+
+
+
+GNU 1998 Feb 19 16
+
+
+
+
+
+READLINE(3) READLINE(3)
+
+
+ "p" vi-put
+ "r" vi-change-char
+ "s" vi-subst
+ "t" vi-char-search
+ "u" undo
+ "w" vi-next-word
+ "x" vi-delete
+ "y" vi-yank-to
+ "|" vi-column
+ "~" vi-change-case
+
+SSEEEE AALLSSOO
+ _T_h_e _G_n_u _R_e_a_d_l_i_n_e _L_i_b_r_a_r_y, Brian Fox and Chet Ramey
+ _T_h_e _G_n_u _H_i_s_t_o_r_y _L_i_b_r_a_r_y, Brian Fox and Chet Ramey
+ _b_a_s_h(1)
+
+FFIILLEESS
+ _~_/_._i_n_p_u_t_r_c
+ Individual rreeaaddlliinnee initialization file
+
+AAUUTTHHOORRSS
+ Brian Fox, Free Software Foundation (primary author)
+ bfox@ai.MIT.Edu
+
+ Chet Ramey, Case Western Reserve University
+ chet@ins.CWRU.Edu
+
+BBUUGG RREEPPOORRTTSS
+ If you find a bug in rreeaaddlliinnee,, you should report it. But
+ first, you should make sure that it really is a bug, and
+ that it appears in the latest version of the rreeaaddlliinnee
+ library that you have.
+
+ Once you have determined that a bug actually exists, mail
+ a bug report to _b_u_g_-_r_e_a_d_l_i_n_e@_g_n_u_._o_r_g. If you have a fix,
+ you are welcome to mail that as well! Suggestions and
+ `philosophical' bug reports may be mailed to _b_u_g_-_r_e_a_d_-
+ _l_i_n_e@_g_n_u_._o_r_g or posted to the Usenet newsgroup
+ ggnnuu..bbaasshh..bbuugg.
+
+ Comments and bug reports concerning this manual page
+ should be directed to _c_h_e_t_@_i_n_s_._C_W_R_U_._E_d_u.
+
+BBUUGGSS
+ It's too big and too slow.
+
+
+
+
+
+
+
+
+
+
+
+
+GNU 1998 Feb 19 17
+
+
diff --git a/readline/doc/readline.dvi b/readline/doc/readline.dvi
new file mode 100644
index 0000000000000000000000000000000000000000..d8491dc0cb0011b9c90ad6e4c2cb72c6a5efc294
GIT binary patch
literal 185100
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
Ws&O&!+@&T&{`b?VK-uh`(cl^-y0ex3V
z9CemlUP4=mDlvz?&b-~Xoc!dxRq(}%kOG@GM?Nz;ZO^^q%xJ?U4SeQPqjvZ9qQ_lo
z^x!`<*919YFvR~(->i?&`U|nh`KR#QCrlmqV9sQ!B3#Flo>JV0tLhQ8wHeoqt!GbKJ^t?PAPFZB
zN$M2>cvsZss>y*Q5wvfqKa2$IH8m;o^(~>4X-CK8oks$Ev|;b5&GDUG!Z|wPP8*Bl
z7OGX+K@X9TJ_Rf~M0xFcQ`3X*pWYt!|6_M3VcXvp21Sj%gc1-Ya&Z1_B%leI7xZ8w>o_NV>JWU!=fi(HKQ6w~AE;}Uk
z4DetvnXVhX6ssGZ%(T_()np~+?_5(7H3cI*JkU0}^|1du*^-cFFG5=p_B%-zv)yIr
zpQVt_H(vh`8a3jIgRT3O?^86b(2nty#K(T(rXjRYn$AvzOdl|~?F1GjFVO{Ab#KY+
zPKdriG%I3f-Fr)8y`>?$E*K+@75iDD^Lu|CnS5ffbkkw1O`jCCFu2UgQ<3TY8lkqv
zk`DB08SmDer7*?d5B^Zh0|${h8gnO0AnzLym^>UIK2ZXy@OVTG0wo=dY{4T5RcQtV
z66N$07^-4NX37*x4dJF-93ZQLgze}CTq{sG-xx!W9UjMG%=L0guZ?H5Ai=Vz_211&+pfAtx7HM$UIXknh+|1nCaRQ>3LJ
z6x3zm7*Z*u-)1@nFx}pD@R(qMl(Jy{$_vjsPwpIcdj+~5&7Y4~3oO)Op^*WDvqpgR!)pQs7HhEc#6ee^0)SV{s2C?8=xIxebiq{{*f##g*re>p
zR=^JY1?=SbW%Edzbym`}b7CtgxQ}p%=gsiUTSJ%{JF
zR&9B5VTtXD5``QyhAu6aJN+pK0tAaby(Kh?6oUB}3a~V;m
zsfbs$pYog&%)=Ik^Y}tc)yuY^Ad&@S=+Q)XqX+SD^nZ3`CRF@qt63G9a;`E?t)_Ll
zSd>T-Z@^`ukWy?oJ>XGP!hH{$foxc4s3dl{(BNS{iyEtMY%a1p9@=-1>Y%P=^;I6E
z!ubf>CVnjPQ1F94fkE4y!R0R??P>wS1%(#<_?{=g9L3;-D2A&f%E#nz9S~7p$lwD&
ztqU2n^+NWb%O5{AC8X_F)hgRGj-Xpno(8leYOO3rfsT&9
ztL0p7F%tfVeFK3b>wqr^S<9(OcMAwM{Jk)6xu{8!qQpM%+f{sa(x&Hhb~|C%HH;gb
z3L-C^pVUR~PjnLrt`+E!6TxH^WJ}nK3FDmmS=^_a^xwp+!!4VxfA@TX|r9BR7>Fd
z4F%K$R1E6qsH36kF1HrDj43uA+?{~BYw_})EDZ`g@S({AKSK?OvGjRi>}
zBgyv=kstqyceN|EnC*wZ
zS*mSrLo`f3;kX?V9iKN4-Tv>K?a=V5fpxqmWeh;Fb!#|@*ye^Pj1qiUlezQw%4a
z_Al4$a8f>Rm~_AG>)fP=EqlJE(?Ar+(e`r7feFjsmLGkjlagbLLWS%oK252c=&I
zo8(>JCu~@J3w5p;_N)W_k~JO65t>_0RT~x&fCmtSi{>FD861YXqj#ZrON)*@RxUv1
zB@dmvTY1<#Yxr;3qM9P01QP^x&aXd;p0q)wRrq*S0>`)X1$#vQZza-4b=(M&<43@FZpMoA2rx?D
zLgP4a*|RKU@WY7nS9I56nDt5=L(gF2ID&^M`jCDumhyvM-odAtN9%KqHEdnfc5HNM
zhrZKc71f2}8(O0wnpum{Up%Y}i#i|F}R%IQ&VYw~Ju|ZX9Eec?c^GPxa_uo2Mol;XrV;w0sRP
zD8eeBBdVjT$4~jnor98bG68-yogd&pj#1Ev!)IBw>s1_dYx)6$NKa&p65A^l4!~G&
zqd_~LdLu^aC?`I(!C@K%+A?E*oQ(j1z)l3u01+_e88Zn9Pc$Xuf+*N>^0KQLs$i-c
zMi1d@GchJ9)YSlPut5!X-xf?w*+*JVtXXG~y