commit bash-20181116 snapshot

This commit is contained in:
Chet Ramey
2018-11-19 11:27:54 -05:00
parent 83ea087e65
commit d61300ec87
106 changed files with 17748 additions and 13067 deletions
+64 -63
View File
@@ -6205,9 +6205,10 @@ the 'expand_aliases' shell option is set using 'shopt' (*note The Shopt
Builtin::).
The rules concerning the definition and use of aliases are somewhat
confusing. Bash always reads at least one complete line of input before
executing any of the commands on that line. Aliases are expanded when a
command is read, not when it is executed. Therefore, an alias
confusing. Bash always reads at least one complete line of input, and
all lines that make up a compound command, before executing any of the
commands on that line or the compound command. Aliases are expanded
when a command is read, not when it is executed. Therefore, an alias
definition appearing on the same line as another command does not take
effect until the next line of input is read. The commands following the
alias definition on that line are not affected by the new alias. This
@@ -11748,65 +11749,65 @@ Node: Interactive Shell Behavior251014
Node: Bash Conditional Expressions254501
Node: Shell Arithmetic259078
Node: Aliases261895
Node: Arrays264443
Node: The Directory Stack269809
Node: Directory Stack Builtins270593
Node: Controlling the Prompt273561
Node: The Restricted Shell276327
Node: Bash POSIX Mode278152
Node: Job Control289085
Node: Job Control Basics289545
Node: Job Control Builtins294513
Node: Job Control Variables299240
Node: Command Line Editing300396
Node: Introduction and Notation302067
Node: Readline Interaction303690
Node: Readline Bare Essentials304881
Node: Readline Movement Commands306664
Node: Readline Killing Commands307624
Node: Readline Arguments309542
Node: Searching310586
Node: Readline Init File312772
Node: Readline Init File Syntax313919
Node: Conditional Init Constructs334358
Node: Sample Init File338554
Node: Bindable Readline Commands341671
Node: Commands For Moving342875
Node: Commands For History344724
Node: Commands For Text349019
Node: Commands For Killing352407
Node: Numeric Arguments354888
Node: Commands For Completion356027
Node: Keyboard Macros360218
Node: Miscellaneous Commands360905
Node: Readline vi Mode366858
Node: Programmable Completion367765
Node: Programmable Completion Builtins375545
Node: A Programmable Completion Example386238
Node: Using History Interactively391478
Node: Bash History Facilities392162
Node: Bash History Builtins395167
Node: History Interaction399698
Node: Event Designators403318
Node: Word Designators404537
Node: Modifiers406174
Node: Installing Bash407576
Node: Basic Installation408713
Node: Compilers and Options411971
Node: Compiling For Multiple Architectures412712
Node: Installation Names414405
Node: Specifying the System Type415223
Node: Sharing Defaults415939
Node: Operation Controls416612
Node: Optional Features417570
Node: Reporting Bugs428088
Node: Major Differences From The Bourne Shell429282
Node: GNU Free Documentation License446134
Node: Indexes471311
Node: Builtin Index471765
Node: Reserved Word Index478592
Node: Variable Index481040
Node: Function Index496791
Node: Concept Index510094
Node: Arrays264515
Node: The Directory Stack269881
Node: Directory Stack Builtins270665
Node: Controlling the Prompt273633
Node: The Restricted Shell276399
Node: Bash POSIX Mode278224
Node: Job Control289157
Node: Job Control Basics289617
Node: Job Control Builtins294585
Node: Job Control Variables299312
Node: Command Line Editing300468
Node: Introduction and Notation302139
Node: Readline Interaction303762
Node: Readline Bare Essentials304953
Node: Readline Movement Commands306736
Node: Readline Killing Commands307696
Node: Readline Arguments309614
Node: Searching310658
Node: Readline Init File312844
Node: Readline Init File Syntax313991
Node: Conditional Init Constructs334430
Node: Sample Init File338626
Node: Bindable Readline Commands341743
Node: Commands For Moving342947
Node: Commands For History344796
Node: Commands For Text349091
Node: Commands For Killing352479
Node: Numeric Arguments354960
Node: Commands For Completion356099
Node: Keyboard Macros360290
Node: Miscellaneous Commands360977
Node: Readline vi Mode366930
Node: Programmable Completion367837
Node: Programmable Completion Builtins375617
Node: A Programmable Completion Example386310
Node: Using History Interactively391550
Node: Bash History Facilities392234
Node: Bash History Builtins395239
Node: History Interaction399770
Node: Event Designators403390
Node: Word Designators404609
Node: Modifiers406246
Node: Installing Bash407648
Node: Basic Installation408785
Node: Compilers and Options412043
Node: Compiling For Multiple Architectures412784
Node: Installation Names414477
Node: Specifying the System Type415295
Node: Sharing Defaults416011
Node: Operation Controls416684
Node: Optional Features417642
Node: Reporting Bugs428160
Node: Major Differences From The Bourne Shell429354
Node: GNU Free Documentation License446206
Node: Indexes471383
Node: Builtin Index471837
Node: Reserved Word Index478664
Node: Variable Index481112
Node: Function Index496863
Node: Concept Index510166

End Tag Table