]> git.ipfire.org Git - thirdparty/bash.git/commit
fix nofork comsub overwriting currently executing command; free readline undo list...
authorChet Ramey <chet.ramey@case.edu>
Fri, 9 Feb 2024 15:30:02 +0000 (10:30 -0500)
committerChet Ramey <chet.ramey@case.edu>
Fri, 9 Feb 2024 15:30:02 +0000 (10:30 -0500)
commitdc97ded4344b968f78b44647225629e0a19e6909
tree8b596521cc1141068d3a39388ee4b44cb41221d3
parent35465406cdae9cd4a15e7f6699e657b5d09bf7bd
fix nofork comsub overwriting currently executing command; free readline undo list on signal in callback mode; avoid disabling readonly when assigning variables from the environment; fix bug with shell-expand-line and $'...' quoting inside command substitutions; add `bash-vi-complete' as bindable command name
40 files changed:
CWRU/CWRU.chlog
Makefile.in
arrayfunc.c
bashline.c
braces.c
builtins/cd.def
builtins/hash.def
builtins/printf.def
builtins/set.def
builtins/shopt.def
builtins/ulimit.def
builtins/wait.def
doc/bash.1
doc/bashref.texi
doc/version.texi
execute_cmd.c
execute_cmd.h
externs.h
general.c
jobs.c
jobs.h
lib/readline/callback.c
lib/readline/complete.c
lib/readline/doc/rluser.texi
lib/readline/misc.c
lib/readline/readline.c
lib/readline/readline.h
lib/readline/rlprivate.h
lib/readline/search.c
lib/readline/signals.c
lib/readline/text.c
lib/sh/eaccess.c
lib/sh/tmpfile.c
parse.y
print_cmd.c
redir.c
shell.c
subst.c
test.c
variables.c