]> git.ipfire.org Git - thirdparty/bash.git/commit - MANIFEST
fix for posix semantics for the := word expansion when assigning array elements
authorChet Ramey <chet.ramey@case.edu>
Tue, 14 Dec 2021 19:18:00 +0000 (14:18 -0500)
committerChet Ramey <chet.ramey@case.edu>
Tue, 14 Dec 2021 19:18:00 +0000 (14:18 -0500)
commit5f2dd5ff95a0bc46a6bb167d67f5627c995fb4d5
treec75f8b9d75b91211dd9f5ce77dfd6757e872926d
parent567c0bc2ed4ca24b68f8dd75625275b0e152ae5c
fix for posix semantics for the := word expansion when assigning array elements
17 files changed:
CWRU/CWRU.chlog
MANIFEST
array.h
arrayfunc.c
arrayfunc.h
builtins/common.c
builtins/declare.def
doc/bash.1
doc/bashref.texi
subst.c
tests/array.right
tests/array.tests
tests/array30.sub [new file with mode: 0644]
tests/exp.right
tests/exp.tests
tests/exp13.sub [new file with mode: 0644]
variables.c