more documentation updates; fix two issues when displaying readline completions; fix another use-after-free error with readline undo lists

This commit is contained in:
Chet Ramey
2024-12-13 09:51:46 -05:00
parent 5b239ebbd2
commit bb56d620e0
31 changed files with 38385 additions and 2136 deletions
+14 -1
View File
@@ -7349,10 +7349,23 @@ A string describing the operating system Bash is running on.
@item PIPESTATUS
An array variable (@pxref{Arrays})
containing a list of exit status values from the processes
containing a list of exit status values from the commands
in the most-recently-executed foreground pipeline, which may
consist of only a simple command
(@pxref{Shell Commands}).
Bash sets
@code{PIPESTATUS}
after executing multi-element pipelines,
timed and negated pipelines,
simple commands,
subshells created with the @samp{(} operator,
the
@code{[[}
and
@code{((}
compound commands, and
after error conditions that result in the
shell aborting command execution.
@item POSIXLY_CORRECT
If this variable is in the environment when Bash starts, the shell