]> git.ipfire.org Git - thirdparty/bash.git/commit
history library can now read history from non-regular files; fix for readline char...
authorChet Ramey <chet.ramey@case.edu>
Fri, 1 Aug 2025 20:26:31 +0000 (16:26 -0400)
committerChet Ramey <chet.ramey@case.edu>
Fri, 1 Aug 2025 20:26:31 +0000 (16:26 -0400)
commitc1d9c088531eef0797e78c66b899d895862de80c
treef881fdf713445bb5ecda43da57b5f5e03db74528
parent01070d43248fb97f3b2a08d780ae5a392573ce34
history library can now read history from non-regular files; fix for readline char search and macros; better fix for PROMPT_COMMAND and aliases ending in newlines; fix for casting COMMAND * and SIMPLE_COM * when parsing |&; fix to avoid undefined behavior when performing left and right arithmetic shifts
19 files changed:
CWRU/CWRU.chlog
array.h
bashline.c
command.h
configure
eval.c
examples/loadables/strptime.c
expr.c
input.h
lib/readline/histfile.c
lib/readline/misc.c
lib/readline/text.c
m4/fcntl-o.m4
parse.y
shell.h
tests/new-exp2.sub
tests/redir.right
tests/redir9.sub
trap.c