fix for namerefs referencing an unset array index with nounset enabled; addition to buildconf.h.in for C23 compilers

This commit is contained in:
Chet Ramey
2025-05-30 10:11:03 -04:00
parent 870ad4c92b
commit dbe4256d5e
24 changed files with 2285 additions and 3263 deletions
+3
View File
@@ -146,6 +146,9 @@ uu. If `exit' is run in a trap and not supplied an exit status argument, it
vv. There is a new `fltexpr' builtin to perform floating-point arithmetic
similarly to `let'.
ww. The `install-strip' and `strip' Makefile targets now deal with cross-
compiling.
2. New Features in Readline
a. Output a newline if there is no prompt and readline reads an empty line.