]> git.ipfire.org Git - thirdparty/bash.git/commit - MANIFEST
first set of changes to eliminate array subscript double expansion in math contexts
authorChet Ramey <chet.ramey@case.edu>
Fri, 7 May 2021 14:56:24 +0000 (10:56 -0400)
committerChet Ramey <chet.ramey@case.edu>
Fri, 7 May 2021 14:56:24 +0000 (10:56 -0400)
commit35bc7025c1db5078eb157eea7c0436754ac91aa3
tree8d76e86ed0ae68a12bfbbc70a82fa170603a9e98
parent59c575fd914cb362b3fdced2adbc7f9d779bd21f
first set of changes to eliminate array subscript double expansion in math contexts
22 files changed:
CWRU/CWRU.chlog
MANIFEST
arrayfunc.c
doc/bash.1
doc/bashref.texi
doc/version.texi
execute_cmd.c
lib/sh/zread.c
subst.c
subst.h
test.c
test.h
tests/array.right
tests/assoc.right
tests/assoc.tests
tests/assoc13.sub [new file with mode: 0644]
tests/quotearray.right [new file with mode: 0644]
tests/quotearray.tests [new file with mode: 0644]
tests/quotearray1.sub [new file with mode: 0644]
tests/quotearray2.sub [new file with mode: 0644]
tests/quotearray3.sub [new file with mode: 0644]
tests/run-quotearray [new file with mode: 0644]