commit bash-20040923 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 13:37:00 -05:00
parent 633e5c6dee
commit 22e63b05c8
53 changed files with 23378 additions and 4244 deletions
+141 -135
View File
@@ -1,11 +1,11 @@
This is bashref.info, produced by makeinfo version 4.7 from
/Users/chet/src/bash/src/doc/bashref.texi.
/usr/homes/chet/src/bash/src/doc/bashref.texi.
This text is a brief description of the features that are present in
the Bash shell (version 3.0, 27 August 2004).
the Bash shell (version 3.0, 17 September 2004).
This is Edition 3.0, last updated 27 August 2004, of `The GNU Bash
Reference Manual', for `Bash', Version 3.0.
This is Edition 3.0, last updated 17 September 2004, of `The GNU
Bash Reference Manual', for `Bash', Version 3.0.
Copyright (C) 1988-2004 Free Software Foundation, Inc.
@@ -37,10 +37,10 @@ Bash Features
*************
This text is a brief description of the features that are present in
the Bash shell (version 3.0, 27 August 2004)..
the Bash shell (version 3.0, 17 September 2004)..
This is Edition 3.0, last updated 27 August 2004, of `The GNU Bash
Reference Manual', for `Bash', Version 3.0.
This is Edition 3.0, last updated 17 September 2004, of `The GNU
Bash Reference Manual', for `Bash', Version 3.0.
Bash contains features that appear in other popular shells, and some
features that only appear in Bash. Some of the shells that Bash has
@@ -3721,9 +3721,9 @@ Variables::).
An array variable whose members are the line numbers in source
files corresponding to each member of FUNCNAME.
`${BASH_LINENO[$i]}' is the line number in the source file where
`${FUNCNAME[$i + 1]}' was called. The corresponding source file
name is `${BASH_SOURCE[$i + 1]}'. Use `LINENO' to obtain the
current line number.
`${FUNCNAME[$i]}' was called. The corresponding source file name
is `${BASH_SOURCE[$i]}'. Use `LINENO' to obtain the current line
number.
`BASH_REMATCH'
An array variable whose members are assigned by the `=~' binary
@@ -7086,6 +7086,12 @@ completion facilities.
Tell Readline not to append a space (the default) to
words completed at the end of the line.
`plusdirs'
After any matches defined by the compspec are generated,
directory name completion is attempted and any matches
are added to the results of the other actions.
`-A ACTION'
The ACTION may be one of the following to generate a list of
possible completions:
@@ -9326,7 +9332,7 @@ Concept Index
* history list: Bash History Facilities.
(line 6)
* History, how to use: Programmable Completion Builtins.
(line 203)
(line 209)
* identifier: Definitions. (line 49)
* initialization file, readline: Readline Init File. (line 6)
* installation: Basic Installation. (line 6)
@@ -9403,129 +9409,129 @@ Concept Index

Tag Table:
Node: Top1353
Node: Introduction3493
Node: What is Bash?3722
Node: What is a shell?4815
Node: Definitions7356
Node: Basic Shell Features10097
Node: Shell Syntax11316
Node: Shell Operation12348
Node: Quoting13642
Node: Escape Character14916
Node: Single Quotes15401
Node: Double Quotes15749
Node: ANSI-C Quoting16775
Node: Locale Translation17731
Node: Comments18627
Node: Shell Commands19241
Node: Simple Commands20007
Node: Pipelines20638
Node: Lists22513
Node: Compound Commands24144
Node: Looping Constructs24928
Node: Conditional Constructs27375
Node: Command Grouping34442
Node: Shell Functions35891
Node: Shell Parameters40159
Node: Positional Parameters41740
Node: Special Parameters42640
Node: Shell Expansions45565
Node: Brace Expansion47490
Node: Tilde Expansion49815
Node: Shell Parameter Expansion52156
Node: Command Substitution59419
Node: Arithmetic Expansion60752
Node: Process Substitution61602
Node: Word Splitting62652
Node: Filename Expansion64113
Node: Pattern Matching66249
Node: Quote Removal69582
Node: Redirections69877
Node: Executing Commands77456
Node: Simple Command Expansion78131
Node: Command Search and Execution80061
Node: Command Execution Environment82067
Node: Environment84838
Node: Exit Status86498
Node: Signals87702
Node: Shell Scripts89666
Node: Shell Builtin Commands92184
Node: Bourne Shell Builtins93763
Node: Bash Builtins110716
Node: The Set Builtin138843
Node: Special Builtins147066
Node: Shell Variables148043
Node: Bourne Shell Variables148483
Node: Bash Variables150464
Node: Bash Features170179
Node: Invoking Bash171062
Node: Bash Startup Files176881
Node: Interactive Shells181739
Node: What is an Interactive Shell?182149
Node: Is this Shell Interactive?182799
Node: Interactive Shell Behavior183614
Node: Bash Conditional Expressions186890
Node: Shell Arithmetic190469
Node: Aliases193214
Node: Arrays195782
Node: The Directory Stack199049
Node: Directory Stack Builtins199763
Node: Printing a Prompt202654
Node: The Restricted Shell205368
Node: Bash POSIX Mode207200
Node: Job Control214533
Node: Job Control Basics215000
Node: Job Control Builtins219290
Node: Job Control Variables223633
Node: Command Line Editing224791
Node: Introduction and Notation225790
Node: Readline Interaction227412
Node: Readline Bare Essentials228603
Node: Readline Movement Commands230392
Node: Readline Killing Commands231357
Node: Readline Arguments233277
Node: Searching234321
Node: Readline Init File236507
Node: Readline Init File Syntax237566
Node: Conditional Init Constructs249219
Node: Sample Init File251752
Node: Bindable Readline Commands254869
Node: Commands For Moving256076
Node: Commands For History256937
Node: Commands For Text259838
Node: Commands For Killing262511
Node: Numeric Arguments264653
Node: Commands For Completion265792
Node: Keyboard Macros269385
Node: Miscellaneous Commands269956
Node: Readline vi Mode275267
Node: Programmable Completion276181
Node: Programmable Completion Builtins281993
Node: Using History Interactively289363
Node: Bash History Facilities290043
Node: Bash History Builtins292738
Node: History Interaction296595
Node: Event Designators299151
Node: Word Designators300166
Node: Modifiers301805
Node: Installing Bash303211
Node: Basic Installation304348
Node: Compilers and Options307040
Node: Compiling For Multiple Architectures307781
Node: Installation Names309445
Node: Specifying the System Type310263
Node: Sharing Defaults310979
Node: Operation Controls311652
Node: Optional Features312610
Node: Reporting Bugs320889
Node: Major Differences From The Bourne Shell322083
Node: Copying This Manual337855
Node: GNU Free Documentation License338131
Node: Builtin Index360537
Node: Reserved Word Index367086
Node: Variable Index369522
Node: Function Index380241
Node: Concept Index386961
Node: Top1363
Node: Introduction3509
Node: What is Bash?3738
Node: What is a shell?4831
Node: Definitions7372
Node: Basic Shell Features10113
Node: Shell Syntax11332
Node: Shell Operation12364
Node: Quoting13658
Node: Escape Character14932
Node: Single Quotes15417
Node: Double Quotes15765
Node: ANSI-C Quoting16791
Node: Locale Translation17747
Node: Comments18643
Node: Shell Commands19257
Node: Simple Commands20023
Node: Pipelines20654
Node: Lists22529
Node: Compound Commands24160
Node: Looping Constructs24944
Node: Conditional Constructs27391
Node: Command Grouping34458
Node: Shell Functions35907
Node: Shell Parameters40175
Node: Positional Parameters41756
Node: Special Parameters42656
Node: Shell Expansions45581
Node: Brace Expansion47506
Node: Tilde Expansion49831
Node: Shell Parameter Expansion52172
Node: Command Substitution59435
Node: Arithmetic Expansion60768
Node: Process Substitution61618
Node: Word Splitting62668
Node: Filename Expansion64129
Node: Pattern Matching66265
Node: Quote Removal69598
Node: Redirections69893
Node: Executing Commands77472
Node: Simple Command Expansion78147
Node: Command Search and Execution80077
Node: Command Execution Environment82083
Node: Environment84854
Node: Exit Status86514
Node: Signals87718
Node: Shell Scripts89682
Node: Shell Builtin Commands92200
Node: Bourne Shell Builtins93779
Node: Bash Builtins110732
Node: The Set Builtin138859
Node: Special Builtins147082
Node: Shell Variables148059
Node: Bourne Shell Variables148499
Node: Bash Variables150480
Node: Bash Features170187
Node: Invoking Bash171070
Node: Bash Startup Files176889
Node: Interactive Shells181747
Node: What is an Interactive Shell?182157
Node: Is this Shell Interactive?182807
Node: Interactive Shell Behavior183622
Node: Bash Conditional Expressions186898
Node: Shell Arithmetic190477
Node: Aliases193222
Node: Arrays195790
Node: The Directory Stack199057
Node: Directory Stack Builtins199771
Node: Printing a Prompt202662
Node: The Restricted Shell205376
Node: Bash POSIX Mode207208
Node: Job Control214541
Node: Job Control Basics215008
Node: Job Control Builtins219298
Node: Job Control Variables223641
Node: Command Line Editing224799
Node: Introduction and Notation225798
Node: Readline Interaction227420
Node: Readline Bare Essentials228611
Node: Readline Movement Commands230400
Node: Readline Killing Commands231365
Node: Readline Arguments233285
Node: Searching234329
Node: Readline Init File236515
Node: Readline Init File Syntax237574
Node: Conditional Init Constructs249227
Node: Sample Init File251760
Node: Bindable Readline Commands254877
Node: Commands For Moving256084
Node: Commands For History256945
Node: Commands For Text259846
Node: Commands For Killing262519
Node: Numeric Arguments264661
Node: Commands For Completion265800
Node: Keyboard Macros269393
Node: Miscellaneous Commands269964
Node: Readline vi Mode275275
Node: Programmable Completion276189
Node: Programmable Completion Builtins282001
Node: Using History Interactively289597
Node: Bash History Facilities290277
Node: Bash History Builtins292972
Node: History Interaction296829
Node: Event Designators299385
Node: Word Designators300400
Node: Modifiers302039
Node: Installing Bash303445
Node: Basic Installation304582
Node: Compilers and Options307274
Node: Compiling For Multiple Architectures308015
Node: Installation Names309679
Node: Specifying the System Type310497
Node: Sharing Defaults311213
Node: Operation Controls311886
Node: Optional Features312844
Node: Reporting Bugs321123
Node: Major Differences From The Bourne Shell322317
Node: Copying This Manual338089
Node: GNU Free Documentation License338365
Node: Builtin Index360771
Node: Reserved Word Index367320
Node: Variable Index369756
Node: Function Index380475
Node: Concept Index387195

End Tag Table