]> git.ipfire.org Git - thirdparty/bash.git/commit
fix bug parsing a compound assignment inside a (( nested subshell; man page style...
authorChet Ramey <chet.ramey@case.edu>
Fri, 19 Jan 2024 17:05:12 +0000 (12:05 -0500)
committerChet Ramey <chet.ramey@case.edu>
Fri, 19 Jan 2024 17:05:12 +0000 (12:05 -0500)
commita4f44b7a11af874556529209fae7e8d261d51293
tree6c29edf3ce3f201e98ebf3532460d98f7d38196e
parentf2fdb5e31317bf5199814ae9866debe1c20cd3a4
fix bug parsing a compound assignment inside a (( nested subshell; man page style and formatting updates
13 files changed:
CWRU/CWRU.chlog
arrayfunc.c
doc/bash.1
doc/bashref.texi
doc/version.texi
lib/readline/complete.c
lib/readline/doc/history.3
lib/readline/doc/hsuser.texi
lib/readline/doc/readline.3
lib/readline/doc/rluser.texi
lib/readline/doc/version.texi
parse.y
test.c