commit bash-20190419 snapshot

This commit is contained in:
Chet Ramey
2019-04-22 09:29:27 -04:00
parent 5d31eaea6e
commit fc60fcf1b5
6 changed files with 30 additions and 7 deletions
+10 -1
View File
@@ -5090,7 +5090,9 @@ bashline.c
----
builtins/shopt.def
- we need the extern declaration for syslog_history if SYSLOG_HISTORY
is defined, since it's used even if SYSLOG_SHOPT is not defined
is defined, since it's used even if SYSLOG_SHOPT is not defined.
From a Gentoo Linux bug report, eventually reported to bug-bash by
Tomas Mozes <hydrapolic@gmail.com>
1/25
----
@@ -5786,3 +5788,10 @@ bashhist.c
not currently saving commands in the history list
(remember_on_history == 0). Prompted by report from Paul Wise
<pabs3@bonedaddy.net>
4/20
----
doc/bash.1,lib/readline/doc/rluser.texi
- make it clear that the `bind' builtin can be used to set readline
keybindings and variables. Suggestion from Dan Jacobson
<jidanni@jidanni.org>