commit bash-20171006 snapshot

This commit is contained in:
Chet Ramey
2017-10-11 15:32:49 -04:00
parent 45cccbbc0e
commit c8cd6da325
21 changed files with 3733 additions and 3688 deletions
+23 -22
View File
@@ -9196,7 +9196,8 @@ a previous command into the current input line, or fix errors in
previous commands quickly.
History expansion is performed immediately after a complete line is
read, before the shell breaks it into words.
read, before the shell breaks it into words, and is performed on each
line individually without taking quoting on previous lines into account.
History expansion takes place in two parts. The first is to
determine which line from the history list should be used during
@@ -11611,26 +11612,26 @@ Node: Using History Interactively384286
Node: Bash History Facilities384970
Node: Bash History Builtins387971
Node: History Interaction392263
Node: Event Designators395227
Node: Word Designators396446
Node: Modifiers398083
Node: Installing Bash399485
Node: Basic Installation400622
Node: Compilers and Options403313
Node: Compiling For Multiple Architectures404054
Node: Installation Names405717
Node: Specifying the System Type406535
Node: Sharing Defaults407251
Node: Operation Controls407924
Node: Optional Features408882
Node: Reporting Bugs419408
Node: Major Differences From The Bourne Shell420602
Node: GNU Free Documentation License437454
Node: Indexes462631
Node: Builtin Index463085
Node: Reserved Word Index469912
Node: Variable Index472360
Node: Function Index488038
Node: Concept Index501341
Node: Event Designators395325
Node: Word Designators396544
Node: Modifiers398181
Node: Installing Bash399583
Node: Basic Installation400720
Node: Compilers and Options403411
Node: Compiling For Multiple Architectures404152
Node: Installation Names405815
Node: Specifying the System Type406633
Node: Sharing Defaults407349
Node: Operation Controls408022
Node: Optional Features408980
Node: Reporting Bugs419506
Node: Major Differences From The Bourne Shell420700
Node: GNU Free Documentation License437552
Node: Indexes462729
Node: Builtin Index463183
Node: Reserved Word Index470010
Node: Variable Index472458
Node: Function Index488136
Node: Concept Index501439

End Tag Table