commit bash-4.1 snapshot

This commit is contained in:
Chet Ramey
2011-12-08 20:23:45 -05:00
parent a31435742f
commit 984a1947a3
91 changed files with 21303 additions and 9229 deletions
+119 -115
View File
@@ -442,6 +442,7 @@ decoded as follows:
backspace
`\e'
`\E'
an escape character (not ANSI C)
`\f'
@@ -465,6 +466,9 @@ decoded as follows:
`\''
single quote
`\"'
double quote
`\NNN'
the eight-bit character whose value is the octal value NNN (one to
three digits)
@@ -3138,7 +3142,7 @@ POSIX standard.
Discard the first COUNT lines read.
`-t'
Remove a trailing line from each line read.
Remove a trailing newline from each line read.
`-u'
Read lines from file descriptor FD instead of the standard
@@ -10226,119 +10230,119 @@ Node: Escape Character14830
Node: Single Quotes15315
Node: Double Quotes15663
Node: ANSI-C Quoting16788
Node: Locale Translation17744
Node: Comments18640
Node: Shell Commands19258
Node: Simple Commands20082
Node: Pipelines20713
Node: Lists22969
Node: Compound Commands24698
Node: Looping Constructs25502
Node: Conditional Constructs27957
Node: Command Grouping36070
Node: Coprocesses37549
Node: Shell Functions39193
Node: Shell Parameters43747
Node: Positional Parameters46163
Node: Special Parameters47063
Node: Shell Expansions50027
Node: Brace Expansion51952
Node: Tilde Expansion54707
Node: Shell Parameter Expansion57058
Node: Command Substitution65959
Node: Arithmetic Expansion67292
Node: Process Substitution68142
Node: Word Splitting69192
Node: Filename Expansion70815
Node: Pattern Matching72954
Node: Quote Removal76593
Node: Redirections76888
Node: Executing Commands85413
Node: Simple Command Expansion86083
Node: Command Search and Execution88013
Node: Command Execution Environment90350
Node: Environment93336
Node: Exit Status94996
Node: Signals96617
Node: Shell Scripts98585
Node: Shell Builtin Commands101103
Node: Bourne Shell Builtins103131
Node: Bash Builtins120507
Node: Modifying Shell Behavior145332
Node: The Set Builtin145677
Node: The Shopt Builtin155201
Node: Special Builtins166063
Node: Shell Variables167042
Node: Bourne Shell Variables167482
Node: Bash Variables169463
Node: Bash Features192949
Node: Invoking Bash193832
Node: Bash Startup Files199641
Node: Interactive Shells204653
Node: What is an Interactive Shell?205063
Node: Is this Shell Interactive?205712
Node: Interactive Shell Behavior206527
Node: Bash Conditional Expressions209807
Node: Shell Arithmetic213456
Node: Aliases216202
Node: Arrays218774
Node: The Directory Stack222732
Node: Directory Stack Builtins223446
Node: Printing a Prompt226338
Node: The Restricted Shell229090
Node: Bash POSIX Mode230922
Node: Job Control238979
Node: Job Control Basics239439
Node: Job Control Builtins244156
Node: Job Control Variables248520
Node: Command Line Editing249678
Node: Introduction and Notation251245
Node: Readline Interaction252867
Node: Readline Bare Essentials254058
Node: Readline Movement Commands255847
Node: Readline Killing Commands256812
Node: Readline Arguments258732
Node: Searching259776
Node: Readline Init File261962
Node: Readline Init File Syntax263109
Node: Conditional Init Constructs277596
Node: Sample Init File280129
Node: Bindable Readline Commands283246
Node: Commands For Moving284453
Node: Commands For History285597
Node: Commands For Text288752
Node: Commands For Killing291425
Node: Numeric Arguments293876
Node: Commands For Completion295015
Node: Keyboard Macros298975
Node: Miscellaneous Commands299546
Node: Readline vi Mode305352
Node: Programmable Completion306266
Node: Programmable Completion Builtins313472
Node: Using History Interactively322608
Node: Bash History Facilities323292
Node: Bash History Builtins326206
Node: History Interaction330063
Node: Event Designators332768
Node: Word Designators333783
Node: Modifiers335422
Node: Installing Bash336826
Node: Basic Installation337963
Node: Compilers and Options340655
Node: Compiling For Multiple Architectures341396
Node: Installation Names343060
Node: Specifying the System Type343878
Node: Sharing Defaults344594
Node: Operation Controls345267
Node: Optional Features346225
Node: Reporting Bugs355784
Node: Major Differences From The Bourne Shell356985
Node: GNU Free Documentation License373672
Node: Indexes398868
Node: Builtin Index399322
Node: Reserved Word Index406149
Node: Variable Index408597
Node: Function Index420690
Node: Concept Index427699
Node: Locale Translation17773
Node: Comments18669
Node: Shell Commands19287
Node: Simple Commands20111
Node: Pipelines20742
Node: Lists22998
Node: Compound Commands24727
Node: Looping Constructs25531
Node: Conditional Constructs27986
Node: Command Grouping36099
Node: Coprocesses37578
Node: Shell Functions39222
Node: Shell Parameters43776
Node: Positional Parameters46192
Node: Special Parameters47092
Node: Shell Expansions50056
Node: Brace Expansion51981
Node: Tilde Expansion54736
Node: Shell Parameter Expansion57087
Node: Command Substitution65988
Node: Arithmetic Expansion67321
Node: Process Substitution68171
Node: Word Splitting69221
Node: Filename Expansion70844
Node: Pattern Matching72983
Node: Quote Removal76622
Node: Redirections76917
Node: Executing Commands85442
Node: Simple Command Expansion86112
Node: Command Search and Execution88042
Node: Command Execution Environment90379
Node: Environment93365
Node: Exit Status95025
Node: Signals96646
Node: Shell Scripts98614
Node: Shell Builtin Commands101132
Node: Bourne Shell Builtins103160
Node: Bash Builtins120536
Node: Modifying Shell Behavior145364
Node: The Set Builtin145709
Node: The Shopt Builtin155233
Node: Special Builtins166095
Node: Shell Variables167074
Node: Bourne Shell Variables167514
Node: Bash Variables169495
Node: Bash Features192981
Node: Invoking Bash193864
Node: Bash Startup Files199673
Node: Interactive Shells204685
Node: What is an Interactive Shell?205095
Node: Is this Shell Interactive?205744
Node: Interactive Shell Behavior206559
Node: Bash Conditional Expressions209839
Node: Shell Arithmetic213488
Node: Aliases216234
Node: Arrays218806
Node: The Directory Stack222764
Node: Directory Stack Builtins223478
Node: Printing a Prompt226370
Node: The Restricted Shell229122
Node: Bash POSIX Mode230954
Node: Job Control239011
Node: Job Control Basics239471
Node: Job Control Builtins244188
Node: Job Control Variables248552
Node: Command Line Editing249710
Node: Introduction and Notation251277
Node: Readline Interaction252899
Node: Readline Bare Essentials254090
Node: Readline Movement Commands255879
Node: Readline Killing Commands256844
Node: Readline Arguments258764
Node: Searching259808
Node: Readline Init File261994
Node: Readline Init File Syntax263141
Node: Conditional Init Constructs277628
Node: Sample Init File280161
Node: Bindable Readline Commands283278
Node: Commands For Moving284485
Node: Commands For History285629
Node: Commands For Text288784
Node: Commands For Killing291457
Node: Numeric Arguments293908
Node: Commands For Completion295047
Node: Keyboard Macros299007
Node: Miscellaneous Commands299578
Node: Readline vi Mode305384
Node: Programmable Completion306298
Node: Programmable Completion Builtins313504
Node: Using History Interactively322640
Node: Bash History Facilities323324
Node: Bash History Builtins326238
Node: History Interaction330095
Node: Event Designators332800
Node: Word Designators333815
Node: Modifiers335454
Node: Installing Bash336858
Node: Basic Installation337995
Node: Compilers and Options340687
Node: Compiling For Multiple Architectures341428
Node: Installation Names343092
Node: Specifying the System Type343910
Node: Sharing Defaults344626
Node: Operation Controls345299
Node: Optional Features346257
Node: Reporting Bugs355816
Node: Major Differences From The Bourne Shell357017
Node: GNU Free Documentation License373704
Node: Indexes398900
Node: Builtin Index399354
Node: Reserved Word Index406181
Node: Variable Index408629
Node: Function Index420722
Node: Concept Index427731

End Tag Table