fix for readline redisplay issue in C locale; fix for small memory leak in termcap replacement library; updates to formatted documentation; fix problem with distclean and y.tab.h; Makefile clean targets updates

This commit is contained in:
Chet Ramey
2024-11-08 11:13:57 -05:00
parent 0075715b29
commit b116cfe57d
22 changed files with 3163 additions and 38546 deletions
+3 -2
View File
@@ -6619,7 +6619,7 @@ shell will exit.
</p>
</dd>
<dt><code class="code">-v</code></dt>
<dd><p>Print shell input lines as they are read.
<dd><p>Print shell input lines to standard error as they are read.
</p>
</dd>
<dt><code class="code">-x</code></dt>
@@ -7591,7 +7591,8 @@ Bash (e.g., 5.2.37(3)-release).
<dt><a id="index-BASH_005fXTRACEFD"></a><span><code class="code">BASH_XTRACEFD</code><a class="copiable-link" href="#index-BASH_005fXTRACEFD"> &para;</a></span></dt>
<dd><p>If set to an integer corresponding to a valid file descriptor, Bash
will write the trace output generated when &lsquo;<samp class="samp">set -x</samp>&rsquo;
is enabled to that file descriptor.
is enabled to that file descriptor
instead of the standard error.
This allows tracing output to be separated from diagnostic and error
messages.
The file descriptor is closed when <code class="code">BASH_XTRACEFD</code> is unset or assigned