]> git.ipfire.org Git - thirdparty/bash.git/commit
fix comsub inside parameter expansion in here-document; fix readline longjmp botch...
authorChet Ramey <chet.ramey@case.edu>
Mon, 19 Dec 2022 14:38:15 +0000 (09:38 -0500)
committerChet Ramey <chet.ramey@case.edu>
Mon, 19 Dec 2022 14:38:15 +0000 (09:38 -0500)
commitc4a2e37470e223c171f9dcf70d353d0e1eab1ea9
tree0030039b2e7c5d2a0bc62f9bbe3aa26c051b4ed1
parent49918d90cd933a8bfeeb61aa69efbaabacf41834
fix comsub inside parameter expansion in here-document; fix readline longjmp botch; posix change for unset non-identifier; posix change for double quotes inside backquote comsub in here-document; add missing posix pieces to umask builtin
26 files changed:
CWRU/CWRU.chlog
MANIFEST
builtins/common.c
builtins/set.def
builtins/umask.def
doc/bashref.texi
execute_cmd.c
lib/readline/display.c
lib/readline/histexpand.c
lib/readline/mbutil.c
lib/readline/readline.c
lib/readline/rlmbutil.h
parse.y
patchlevel.h
shell.h
subst.c
subst.h
tests/builtins.right
tests/builtins.tests
tests/builtins8.sub [new file with mode: 0644]
tests/comsub.tests
tests/cond.right
tests/errors.right
tests/errors.tests
trap.c
trap.h