commit bash-20200520 snapshot

This commit is contained in:
Chet Ramey
2020-05-27 09:00:49 -04:00
parent e76c732799
commit ce1a3c07c4
102 changed files with 29297 additions and 18340 deletions
+27
View File
@@ -8380,3 +8380,30 @@ configure.ac
lib/readline/readline.h
- updated defines to readline version 8.1
variables.c
- brand: if shell_compatibility_level is 50 or below, don't xor the
top and bottom halves of the 32-bit random number together, since
previous versions did not
5/21
----
COMPAT
- overhauled and updated the descriptions of the various shopt compatNN
options
doc/bashref.texi
- Shell Compatibility Mode: new section, describes compatibility levels,
BASH_COMPAT, and the various compatNN shopt options
5/23
----
doc/bash.1
- added Shell Compatibility mode section
doc/{bash.1,bashref.texi}
- changed shopt section to list the compatibility options and refer
to Shell Compatibility Mode section
- BASH_COMPAT: overhauled the text, refers to Shell Compatibility Mode
section