]> git.ipfire.org Git - thirdparty/bash.git/commit
remove the [ and ] prompt expansions from prompt strings that are not used with readl... devel
authorChet Ramey <chet.ramey@case.edu>
Tue, 2 Jun 2026 14:01:54 +0000 (10:01 -0400)
committerChet Ramey <chet.ramey@case.edu>
Tue, 2 Jun 2026 14:01:54 +0000 (10:01 -0400)
commit1e9f5e10b2a6f81d458936372380c870f0722ef1
treedb418744e4b2604747a4d2dcca372c67273363cc
parent2d4ba0c618584d3554165b9484d921ec8c4e4523
remove the [ and ] prompt expansions from prompt strings that are not used with readline; fix some redisplay issues when readline does not start in column 0; fix memory leak in unquoted $@ expansion; fix readline redisplay issue after SIGWINCH shrinks the terminal size; fix issue with mapfile that can cause crashes if a callback unsets the array mapfile is using
14 files changed:
CWRU/CWRU.chlog
builtins/getopt.c
builtins/mapfile.def
doc/bash.1
doc/bashref.texi
doc/version.texi
examples/loadables/cut.c
examples/loadables/seq.c
lib/readline/display.c
lib/sh/mbschr.c
lib/sh/utf8.c
parse.y
pathexp.c
subst.c