]> git.ipfire.org Git - thirdparty/bash.git/commit
fix for heuristic to detect case statements when parsing $() command substitutions...
authorChet Ramey <chet.ramey@case.edu>
Mon, 9 Mar 2026 18:54:45 +0000 (14:54 -0400)
committerChet Ramey <chet.ramey@case.edu>
Mon, 9 Mar 2026 18:54:45 +0000 (14:54 -0400)
commit1f292e433e2e51184c15d8f71b4d9daf1104d3e7
tree7f1ee8e1af502e4302bc44c9fa2960d9bc5ab1e3
parentd0b41c2c5fa67d670aac1a5eb1509b650bdc2e4e
fix for heuristic to detect case statements when parsing $() command substitutions to find history expansion; fix for history not being saved if a SIGHUP arrives during $PROMPT_COMMAND execution; workaround for Cygwin bug that results in bash incorrectly calculating the system pipe size
16 files changed:
CWRU/CWRU.chlog
MANIFEST
builtins/psize.c
doc/bash.0
doc/bash.1
doc/bash.info
doc/bashref.info
doc/bashref.texi
doc/version.texi
po/LINGUAS
po/kk.gmo [new file with mode: 0644]
po/kk.po [new file with mode: 0644]
shell.c
sig.c
subst.c
variables.c