enable MULTIPLE_COPROCS; bind -p/-P can print out bindings for individual command names; changes to Makefile to remove MFLAGS; simplify build tools by assuming C90 compilation environment for better cross-compiling support

This commit is contained in:
Chet Ramey
2024-04-26 16:51:04 -04:00
parent 8c8daff1e3
commit 9c430f6bf3
57 changed files with 4179 additions and 3995 deletions
+2 -2
View File
@@ -2548,7 +2548,7 @@ shell_getc (int remove_quoted_newline)
/* We want to make read errors cancel execution of any partial
line, so we set i = 0 if shell_input_line_terminator == READERR. */
/* XXX TAG: bash-5.3 austingroup interp 1629 */
/* austin group interp 1629 */
#if defined (FATAL_READERROR)
if (shell_input_line_terminator == READERR)
i = 0; /* no-op for now */
@@ -3996,7 +3996,7 @@ parse_matched_pair (int qc, int open, int close, size_t *lenp, int flags)
free (ttrans);
nestlen = strlen (nestret);
}
#if 0 /* TAG:bash-5.3 */
#if 0 /* XXX - this is a different condition than the one immediately previous */
/* This single-quotes PARAM in ${PARAM OP WORD} when PARAM
contains a $'...' even when extended_quote is set. */
else if ((rflags & P_DQUOTE) && (dolbrace_state == DOLBRACE_PARAM) && (flags & P_DOLBRACE))