]> git.ipfire.org Git - thirdparty/bash.git/commit
fix for set -e and compound commands inverting return status; tty fix for `fg' from...
authorChet Ramey <chet.ramey@case.edu>
Fri, 27 Sep 2024 16:00:46 +0000 (12:00 -0400)
committerChet Ramey <chet.ramey@case.edu>
Fri, 27 Sep 2024 16:00:46 +0000 (12:00 -0400)
commit254081c09767738833cdf161b4bc3feb1a51690a
tree54b1503157e03f3ebed306b5794ec6eeb5240f5c
parent8d74195d7f379c6adaee217f50d60d0c8f79ad8c
fix for set -e and compound commands inverting return status; tty fix for `fg' from a key binding; posix mode `wait -n' can return notified jobs; off-by-one error in history word tokenization; new configure option to set bash_source_fullpath
20 files changed:
CWRU/CWRU.chlog
MANIFEST
MANIFEST.doc
config.h.in
configure
configure.ac
doc/bash.1
doc/bashref.texi
execute_cmd.c
jobs.c
lib/readline/doc/readline.3
lib/readline/doc/rluser.texi
lib/readline/histexpand.c
po/POTFILES.in
tests/exec.right
tests/exec16.sub [new file with mode: 0644]
tests/execscript
tests/histexp.right
tests/histexp.tests
variables.c