]> git.ipfire.org Git - thirdparty/bash.git/commit
a select command invalid selection variable name is now a fatal error in posix mode...
authorChet Ramey <chet.ramey@case.edu>
Mon, 25 Sep 2023 19:08:04 +0000 (15:08 -0400)
committerChet Ramey <chet.ramey@case.edu>
Mon, 25 Sep 2023 19:08:04 +0000 (15:08 -0400)
commitb3958b3ab44054a42f16bbc9ff9bc162eaf783b1
treea6bdefc877f6db8c8c5bc2a42813623c3231360c
parent1cc5a8f752201311e283d44a7e0c511e21cb6e6a
a select command invalid selection variable name is now a fatal error in posix mode; many test suite additions
56 files changed:
CWRU/CWRU.chlog
MANIFEST
builtins/bind.def
builtins/command.def
builtins/getopts.def
doc/bashref.texi
execute_cmd.c
pcomplete.c
redir.c
tests/alias.right
tests/alias.tests
tests/arith.right
tests/arith.tests
tests/arith9.sub [new file with mode: 0644]
tests/array.right
tests/array16.sub
tests/braces.right
tests/braces.tests
tests/builtins.right
tests/builtins.tests
tests/builtins8.sub
tests/builtins9.sub [new file with mode: 0644]
tests/comsub-eof.right
tests/comsub-eof0.sub
tests/comsub.right
tests/comsub.tests
tests/cond-error1.sub [new file with mode: 0644]
tests/cond-xtrace1.sub [new file with mode: 0644]
tests/cond.right
tests/cond.tests
tests/errors.right
tests/errors.tests
tests/errors4.sub
tests/glob.right
tests/glob.tests
tests/glob11.sub [new file with mode: 0644]
tests/heredoc.right
tests/heredoc.tests
tests/invocation.right [new file with mode: 0644]
tests/invocation.tests [new file with mode: 0644]
tests/posixpipe.right
tests/posixpipe.tests
tests/quote.right
tests/quote.tests
tests/redir.right
tests/redir.tests
tests/run-invocation [new file with mode: 0644]
tests/set-e.right
tests/set-e.tests
tests/time.tests
tests/trap.right
tests/trap.tests
tests/trap8.sub [new file with mode: 0644]
tests/vredir.right
tests/vredir.tests
tests/vredir8.sub