mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-30 00:49:57 +02:00
extend assoc_expand_once to indexed arrays; rename to array_expand_once, keeping old name as a synonym; udpate shopt documentation
This commit is contained in:
+13
-8
@@ -3,7 +3,7 @@
|
||||
</HEAD>
|
||||
<BODY><TABLE WIDTH=100%>
|
||||
<TR>
|
||||
<TH ALIGN=LEFT width=33%>BASH(1)<TH ALIGN=CENTER width=33%>2023 May 23<TH ALIGN=RIGHT width=33%>BASH(1)
|
||||
<TH ALIGN=LEFT width=33%>BASH(1)<TH ALIGN=CENTER width=33%>2023 June 13<TH ALIGN=RIGHT width=33%>BASH(1)
|
||||
</TR>
|
||||
</TABLE>
|
||||
<BR><A HREF="#index">Index</A>
|
||||
@@ -13061,13 +13061,18 @@ The list of <B>shopt</B> options is:
|
||||
|
||||
|
||||
<DL COMPACT>
|
||||
<DT><B>array_expand_once</B>
|
||||
|
||||
<DD>
|
||||
If set, the shell suppresses multiple evaluation of
|
||||
associative and indexed array subscripts
|
||||
during arithmetic expression evaluation, while executing
|
||||
builtins that can perform variable assignments,
|
||||
and while executing builtins that perform array dereferencing.
|
||||
<DT><B>assoc_expand_once</B>
|
||||
|
||||
<DD>
|
||||
If set, the shell suppresses multiple evaluation of associative array
|
||||
subscripts during arithmetic expression evaluation, while executing
|
||||
builtins that can perform variable assignments,
|
||||
and while executing builtins that perform array dereferencing.
|
||||
Deprecated; a synonym for <B>array_expand_once</B>.
|
||||
<DT><B>autocd</B>
|
||||
|
||||
<DD>
|
||||
@@ -14999,7 +15004,7 @@ There may be only one active coprocess at a time.
|
||||
<HR>
|
||||
<TABLE WIDTH=100%>
|
||||
<TR>
|
||||
<TH ALIGN=LEFT width=33%>GNU Bash 5.2<TH ALIGN=CENTER width=33%>2023 May 23<TH ALIGN=RIGHT width=33%>BASH(1)
|
||||
<TH ALIGN=LEFT width=33%>GNU Bash 5.2<TH ALIGN=CENTER width=33%>2023 June 13<TH ALIGN=RIGHT width=33%>BASH(1)
|
||||
</TR>
|
||||
</TABLE>
|
||||
<HR>
|
||||
@@ -15105,7 +15110,7 @@ There may be only one active coprocess at a time.
|
||||
<DT><A HREF="#lbDI">BUGS</A><DD>
|
||||
</DL>
|
||||
<HR>
|
||||
This document was created by man2html from /usr/local/src/bash/bash-20230522/doc/bash.1.<BR>
|
||||
Time: 23 May 2023 11:31:51 EDT
|
||||
This document was created by man2html from /usr/local/src/bash/bash-20230612/doc/bash.1.<BR>
|
||||
Time: 13 June 2023 10:42:12 EDT
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
||||
Reference in New Issue
Block a user