]> git.ipfire.org Git - thirdparty/bash.git/commit
fix for crash when executing PROMPT_COMMAND; fix for readline crash when rl_save_prom...
authorChet Ramey <chet.ramey@case.edu>
Wed, 9 Jul 2025 20:33:00 +0000 (16:33 -0400)
committerChet Ramey <chet.ramey@case.edu>
Wed, 9 Jul 2025 20:33:00 +0000 (16:33 -0400)
commita23c863e755dd862cb9e723f7d85578346e450a5
treefabbbd788702e0343078bc39e3e6c196eba46684
parent12ea4bfec3e9f06fea2930a55f49c4c2ccf08071
fix for crash when executing PROMPT_COMMAND; fix for readline crash when rl_save_prompt is not followed by rl_set_prompt; fix for bash C-xg key binding listing completions; fix for precision overflow issue in printf; fix for readline non-multibyte builds
13 files changed:
CWRU/CWRU.chlog
array.h
bashline.c
builtins/printf.def
configure
configure.ac
eval.c
input.h
lib/readline/display.c
lib/readline/doc/rltech.texi
lib/readline/mbutil.c
parse.y
pcomplete.c