]> git.ipfire.org Git - thirdparty/bash.git/commit
fix for exit builtin when ignoreeof set; better resource deallocation when completion...
authorChet Ramey <chet.ramey@case.edu>
Mon, 26 Jun 2023 21:09:08 +0000 (17:09 -0400)
committerChet Ramey <chet.ramey@case.edu>
Mon, 26 Jun 2023 21:09:08 +0000 (17:09 -0400)
commit829aad36dbbeee462fa142fe2c571fd7ab735ba8
tree42f13c8762fdb6e6054f7e206f4805f0523b8c6d
parent81f7b44564cd1510788035cea7c59631865a7db2
fix for exit builtin when ignoreeof set; better resource deallocation when completion is interrupted; fix small memleak in globbing; compile out obsolete readline typedefs by default; readline callback mode doesn't print signal chars by default; xtrace mode prefers to use $'...' quoting if required
CWRU/CWRU.chlog
eval.c
examples/loadables/getconf.c
lib/glob/glob.c
lib/readline/complete.c
lib/readline/rltypedefs.h
lib/readline/signals.c
print_cmd.c