]> git.ipfire.org Git - thirdparty/bash.git/commit
change to readline callback signal handling; fix message when popping shell function...
authorChet Ramey <chet.ramey@case.edu>
Sat, 15 Oct 2022 17:34:51 +0000 (13:34 -0400)
committerChet Ramey <chet.ramey@case.edu>
Sat, 15 Oct 2022 17:34:51 +0000 (13:34 -0400)
commit055a4552c901e43e6a6007f5bc664a33698dbf85
treec0c9b37dfdc33f7ea3fae6ddcd859b5cde6dc2db
parent55a83114200b86faf1dacffed036d7ea14d22b3f
change to readline callback signal handling; fix message when popping shell function context; handle new terminating signals inside terminating signal handler; fix to pattern substitution with null replacement and null string; fix to alias expansion when we get a SIGINT while entering a command substitution in an interactive shell
15 files changed:
CWRU/CWRU.chlog
builtins/common.h
builtins/evalstring.c
builtins/shopt.def
execute_cmd.c
general.c
lib/readline/callback.c
parse.y
parser.h
shell.c
sig.c
subst.c
support/bash-logo-web.png [new file with mode: 0644]
tests/extglob.tests
variables.c