commit bash-20120713 snapshot

This commit is contained in:
Chet Ramey
2012-08-13 11:55:46 -04:00
parent 9f178efb2e
commit 49cf78286e
34 changed files with 34467 additions and 3260 deletions
+8 -2
View File
@@ -5,12 +5,12 @@
.\" Case Western Reserve University
.\" chet@po.cwru.edu
.\"
.\" Last Change: Thu Jul 5 11:10:13 EDT 2012
.\" Last Change: Sat Jul 14 14:31:31 EDT 2012
.\"
.\" bash_builtins, strip all but Built-Ins section
.if \n(zZ=1 .ig zZ
.if \n(zY=1 .ig zY
.TH BASH 1 "2012 July 5" "GNU Bash 4.2"
.TH BASH 1 "2012 July 14" "GNU Bash 4.2"
.\"
.\" There's some problem with having a `@'
.\" in a tagged paragraph with the BSD man macros.
@@ -8707,6 +8707,12 @@ separately (see
.B "COMMAND EXECUTION ENVIRONMENT"
above), and may cause
subshells to exit before executing all the commands in the subshell.
If a shell function executes in a context where \fB\-e\fP is being ignored,
even if \fB\-e\fP is set, none of the commands executed within the function
body will be affected by the \fB\-e\fP setting.
If a shell function sets \fB\-e\fP while executing in a context where
\fB\-e\fP is ignored, that setting will not have any effect until the
command containing the function call completes.
.TP 8
.B \-f
Disable pathname expansion.
+10187
View File
File diff suppressed because it is too large Load Diff
+7
View File
@@ -4529,6 +4529,13 @@ This option applies to the shell environment and each subshell environment
separately (@pxref{Command Execution Environment}), and may cause
subshells to exit before executing all the commands in the subshell.
If a shell function executes in a context where @option{-e} is being ignored,
even if @option{-e} is set, none of the commands executed within the function
body will be affected by the @option{-e} setting.
If a shell function sets @option{-e} while executing in a context where
@option{-e} is ignored, that setting will not have any effect until the
command containing the function call completes.
@item -f
Disable filename expansion (globbing).
+8585
View File
File diff suppressed because it is too large Load Diff
+2 -3
View File
@@ -2,11 +2,11 @@
Copyright (C) 1988-2012 Free Software Foundation, Inc.
@end ignore
@set LASTCHANGE Thu Jul 5 19:37:34 EDT 2012
@set LASTCHANGE Sat Jul 14 14:31:17 EDT 2012
@set EDITION 4.2
@set VERSION 4.2
@set UPDATED 5 July 2012
@set UPDATED 14 July 2012
@set UPDATED-MONTH July 2012
@@ -16,4 +16,3 @@ Copyright (C) 1988-2012 Free Software Foundation, Inc.
+19
View File
@@ -0,0 +1,19 @@
@ignore
Copyright (C) 1988-2012 Free Software Foundation, Inc.
@end ignore
@set LASTCHANGE Thu Jul 5 19:37:34 EDT 2012
@set EDITION 4.2
@set VERSION 4.2
@set UPDATED 5 July 2012
@set UPDATED-MONTH July 2012