mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-30 17:09:50 +02:00
new BASH_MONOSECONDS, BASH_TRAPSIG variables; make checkwinsize work in subshells of interactive shells; fix for declare -f and function names containing `='
This commit is contained in:
+25
-4
@@ -3,7 +3,7 @@
|
||||
</HEAD>
|
||||
<BODY><TABLE WIDTH=100%>
|
||||
<TR>
|
||||
<TH ALIGN=LEFT width=33%>BASH(1)<TH ALIGN=CENTER width=33%>2023 June 15<TH ALIGN=RIGHT width=33%>BASH(1)
|
||||
<TH ALIGN=LEFT width=33%>BASH(1)<TH ALIGN=CENTER width=33%>2023 June 16<TH ALIGN=RIGHT width=33%>BASH(1)
|
||||
</TR>
|
||||
</TABLE>
|
||||
<BR><A HREF="#index">Index</A>
|
||||
@@ -2111,6 +2111,17 @@ The element with index 0 is the portion of the string
|
||||
matching the entire regular expression.
|
||||
The element with index <I>n</I> is the portion of the
|
||||
string matching the <I>n</I>th parenthesized subexpression.
|
||||
<DT><B>BASH_MONOSECONDS</B>
|
||||
|
||||
<DD>
|
||||
Each time this variable is referenced, it expands to the value returned
|
||||
by the system's monotonic clock, if one is available.
|
||||
If there is no monotonic clock, this is equivalent to <B>EPOCHSECONDS</B>.
|
||||
If
|
||||
<B>BASH_MONOSECONDS</B>
|
||||
|
||||
is unset, it loses its special properties, even if it is
|
||||
subsequently reset.
|
||||
<DT><B>BASH_SOURCE</B>
|
||||
|
||||
<DD>
|
||||
@@ -2135,6 +2146,16 @@ If
|
||||
|
||||
is unset, it loses its special properties, even if it is
|
||||
subsequently reset.
|
||||
<DT><B>BASH_TRAPSIG</B>
|
||||
|
||||
<DD>
|
||||
Set to the signal number corresponding to the trap action being executed
|
||||
during its execution.
|
||||
See the description of <B>trap</B> under
|
||||
<FONT SIZE=-1><B>SHELL BUILTIN COMMANDS</B>
|
||||
|
||||
</FONT>
|
||||
below for information about signal numbers and trap execution.
|
||||
<DT><B>BASH_VERSINFO</B>
|
||||
|
||||
<DD>
|
||||
@@ -15009,7 +15030,7 @@ There may be only one active coprocess at a time.
|
||||
<HR>
|
||||
<TABLE WIDTH=100%>
|
||||
<TR>
|
||||
<TH ALIGN=LEFT width=33%>GNU Bash 5.3<TH ALIGN=CENTER width=33%>2023 June 15<TH ALIGN=RIGHT width=33%>BASH(1)
|
||||
<TH ALIGN=LEFT width=33%>GNU Bash 5.3<TH ALIGN=CENTER width=33%>2023 June 16<TH ALIGN=RIGHT width=33%>BASH(1)
|
||||
</TR>
|
||||
</TABLE>
|
||||
<HR>
|
||||
@@ -15115,7 +15136,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-20230614/doc/bash.1.<BR>
|
||||
Time: 15 June 2023 18:17:34 EDT
|
||||
This document was created by man2html from /usr/local/src/bash/bash-20230616/doc/bash.1.<BR>
|
||||
Time: 16 June 2023 12:13:33 EDT
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
||||
Reference in New Issue
Block a user