commit bash-20200228 snapshot

This commit is contained in:
Chet Ramey
2020-03-02 10:24:36 -05:00
parent 0df4ddca3f
commit 47c7369e84
14 changed files with 130 additions and 101 deletions
+1 -1
View File
@@ -599,7 +599,7 @@ The number of entries currently stored in the history list.
The maximum number of history entries. This must be changed using
\fBstifle_history()\fP.
.Vb int history_wite_timestamps
.Vb int history_write_timestamps
If non-zero, timestamps are written to the history file, so they can be
preserved between sessions. The default value is 0, meaning that
timestamps are not saved.
+1
View File
@@ -46,6 +46,7 @@ extern void exit();
extern HIST_ENTRY **history_list ();
int
main ()
{
char *temp, *prompt;