preserve traps across a failed exec; small changes to how completion options interact; fix a bug with arithmetic for commands and LINENO

This commit is contained in:
Chet Ramey
2021-10-11 10:38:16 -04:00
parent f74291e6d1
commit 304b1e938c
15 changed files with 228 additions and 16 deletions
+6 -2
View File
@@ -5,12 +5,12 @@
.\" Case Western Reserve University
.\" chet.ramey@case.edu
.\"
.\" Last Change: Fri Oct 1 14:20:30 EDT 2021
.\" Last Change: Fri Oct 8 14:10:30 EDT 2021
.\"
.\" bash_builtins, strip all but Built-Ins section
.if \n(zZ=1 .ig zZ
.if \n(zY=1 .ig zY
.TH BASH 1 "2021 October 1" "GNU Bash 5.1"
.TH BASH 1 "2021 October 8" "GNU Bash 5.1"
.\"
.\" There's some problem with having a `@'
.\" in a tagged paragraph with the BSD man macros.
@@ -11403,6 +11403,10 @@ The individual per-interactive-shell startup file
.FN ~/.bash_logout
The individual login shell cleanup file, executed when a login shell exits
.TP
.FN ~/.bash_history
The default value of \fBHISTFILE\fP, the file in which bash saves the
command history
.TP
.FN ~/.inputrc
Individual \fIreadline\fP initialization file
.PD