]> git.ipfire.org Git - thirdparty/bash.git/commit
declare builtin changes to reject -i when used with -n; readline changes to make...
authorChet Ramey <chet.ramey@case.edu>
Thu, 4 Sep 2025 16:29:57 +0000 (12:29 -0400)
committerChet Ramey <chet.ramey@case.edu>
Thu, 4 Sep 2025 16:29:57 +0000 (12:29 -0400)
commita451bfc3f57201bc0933b62c2fb721940a4c33f5
tree0d16ac8daa0b4301b7a733cc7a3aa13fce40c466
parentab17ddb7af948ee6e1a6370aac4ee57b4179cd9c
declare builtin changes to reject -i when used with -n; readline changes to make control characters visible in search strings; readline signal handling changes to avoid data corruption and UAF; documentation updates for more consistent quoting
46 files changed:
.gitignore
CWRU/CWRU.chlog
bash.0 [new file with mode: 0644]
bash.info [new file with mode: 0644]
bashref.info [new file with mode: 0644]
builtins/declare.def
doc/bash.0
doc/bash.1
doc/bash.html
doc/bash.info
doc/bash.pdf
doc/bashref.bt
doc/bashref.bts
doc/bashref.dvi
doc/bashref.html
doc/bashref.info
doc/bashref.log
doc/bashref.pdf
doc/bashref.texi
doc/builtins.0
doc/builtins.pdf
execute_cmd.c
lib/readline/display.c
lib/readline/doc/rltech.texi
lib/readline/doc/rluser.texi
lib/readline/doc/version.texi
lib/readline/input.c
lib/readline/isearch.c
lib/readline/signals.c
lib/readline/text.c
tests/alias.right
tests/alias.tests
tests/appendop.right
tests/appendop.tests
tests/arith.right
tests/arith.tests
tests/array.right
tests/array.tests
tests/assoc.right
tests/assoc.tests
tests/attr.right
tests/attr.tests
tests/comsub23.sub
tests/execscript
tests/nameref.right
tests/nameref23.sub