commit bash-20040802 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 13:34:13 -05:00
parent 898cc92e1b
commit b954488bc2
21 changed files with 4847 additions and 25 deletions
+5
View File
@@ -5997,6 +5997,11 @@ indication of whether or not a history entry has been modified.
@item
The default editor used by @code{fc} is @code{ed}.
@item
The @code{type} and @code{command} builtins will not report a non-executable
file as having been found, though the shell will attempt to execute such a
file if it is the only so-named file found in @code{$PATH}.
@end enumerate
There is other @sc{posix} 1003.2 behavior that Bash does not implement.
+3
View File
@@ -5994,6 +5994,9 @@ falling back to @var{physical} mode.
When listing the history, the @code{fc} builtin does not include an
indication of whether or not a history entry has been modified.
@item
The default editor used by @code{fc} is @code{ed}.
@end enumerate
There is other @sc{posix} 1003.2 behavior that Bash does not implement.
+2 -2
View File
@@ -4,7 +4,7 @@ Copyright (C) 1988-2004 Free Software Foundation, Inc.
@set EDITION 3.0
@set VERSION 3.0
@set UPDATED 1 August 2004
@set UPDATED 2 August 2004
@set UPDATED-MONTH August 2004
@set LASTCHANGE Sun Aug 1 14:48:46 EDT 2004
@set LASTCHANGE Mon Aug 2 22:45:05 EDT 2004
+3 -3
View File
@@ -4,7 +4,7 @@ Copyright (C) 1988-2004 Free Software Foundation, Inc.
@set EDITION 3.0
@set VERSION 3.0
@set UPDATED 27 July 2004
@set UPDATED-MONTH July 2004
@set UPDATED 1 August 2004
@set UPDATED-MONTH August 2004
@set LASTCHANGE Tue Jul 27 09:12:07 EDT 2004
@set LASTCHANGE Sun Aug 1 14:48:46 EDT 2004