]> git.ipfire.org Git - thirdparty/bash.git/commit
fix for -c command ending with backslash; fix several small memory leaks; fix several...
authorChet Ramey <chet.ramey@case.edu>
Mon, 26 Jun 2023 20:23:10 +0000 (16:23 -0400)
committerChet Ramey <chet.ramey@case.edu>
Mon, 26 Jun 2023 20:23:10 +0000 (16:23 -0400)
commit81f7b44564cd1510788035cea7c59631865a7db2
tree664108d597ba0bc483b826d822912863badf78ba
parent293916f8850bfff7eb77d90d5546c681205336a0
fix for -c command ending with backslash; fix several small memory leaks; fix several uninitialized variables; compgen -V fix
16 files changed:
CWRU/CWRU.chlog
arrayfunc.c
arrayfunc.h
bashline.c
builtins/cd.def
builtins/complete.def
builtins/evalstring.c
builtins/read.def
examples/loadables/kv.c
examples/loadables/stat.c
lib/readline/complete.c
lib/readline/input.c
lib/readline/kill.c
lib/sh/anonfile.c
parse.y
subst.c