]> git.ipfire.org Git - thirdparty/bash.git/commit
fix issue with failed history expansion changing the history list offset; fix some...
authorChet Ramey <chet.ramey@case.edu>
Mon, 30 Dec 2024 15:45:14 +0000 (10:45 -0500)
committerChet Ramey <chet.ramey@case.edu>
Mon, 30 Dec 2024 15:45:14 +0000 (10:45 -0500)
commit5114e17172276cf5a2f889f8037ae58c4cb05bb9
tree72e5a0bdbaf5f1a522f9c3556e9e100dbafc84e6
parentbb56d620e075e3c96ae84b52de6b74683d9ab320
fix issue with failed history expansion changing the history list offset; fix some tests to avoid problems with error messages that differ between systems; fix issue with readline rl_abort not clearing any pending command to execute
18 files changed:
CWRU/CWRU.chlog
MANIFEST
builtins/shopt.def
doc/bash.1
doc/bashref.texi
lib/readline/histexpand.c
lib/readline/util.c
sig.c
tests/comsub2.right
tests/cond-regexp2.sub
tests/cond.right
tests/exec.right
tests/extglob.right
tests/printf.right
tests/printf7.sub
tests/shopt.right
tests/varenv.right
trap.c