]> git.ipfire.org Git - thirdparty/bash.git/commit
fix for incomplete multibyte characters in pasted input; fix for syntax errors while...
authorChet Ramey <chet.ramey@case.edu>
Thu, 4 May 2023 15:19:43 +0000 (11:19 -0400)
committerChet Ramey <chet.ramey@case.edu>
Thu, 4 May 2023 15:19:43 +0000 (11:19 -0400)
commit896df2874a513d41b570852c2de6b2d612a1706a
tree8388b4375f742096f17a28e3aa176f7d598530a6
parent23935dbe8513437e69ca14d6b0890067dddceba3
fix for incomplete multibyte characters in pasted input; fix for syntax errors while entering compound assignments; fix for jobs not removing jobs from the list in a SIGCHLD trap; fix for PS0 that contains a command substitution after interactive shell reads EOF; fix for non-interactive shell reading from stdin and evaling a command that dups stdin
16 files changed:
CWRU/CWRU.chlog
doc/bash.0
doc/bash.info
doc/bashref.info
eval.c
execute_cmd.c
input.c
jobs.c
jobs.h
lib/readline/text.c
lib/sh/strscpy.c
nojobs.c
parse.y
po/hr.gmo
po/hr.po
sig.c