commit bash-20041124 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 13:40:27 -05:00
parent eb2bb5621f
commit 54cdd75ae4
28 changed files with 2599 additions and 1133 deletions
+81 -78
View File
@@ -2,9 +2,9 @@ This is bashref.info, produced by makeinfo version 4.7 from
/Users/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.1-devel, 22 November 2004).
the Bash shell (version 3.1-devel, 24 November 2004).
This is Edition 3.1-devel, last updated 22 November 2004, of `The
This is Edition 3.1-devel, last updated 24 November 2004, of `The
GNU Bash Reference Manual', for `Bash', Version 3.1-devel.
Copyright (C) 1988-2004 Free Software Foundation, Inc.
@@ -37,9 +37,9 @@ Bash Features
*************
This text is a brief description of the features that are present in
the Bash shell (version 3.1-devel, 22 November 2004)..
the Bash shell (version 3.1-devel, 24 November 2004)..
This is Edition 3.1-devel, last updated 22 November 2004, of `The
This is Edition 3.1-devel, last updated 24 November 2004, of `The
GNU Bash Reference Manual', for `Bash', Version 3.1-devel.
Bash contains features that appear in other popular shells, and some
@@ -3357,7 +3357,10 @@ This builtin is so complicated that it deserves its own section.
If no options or arguments are supplied, `set' displays the names
and values of all shell variables and functions, sorted according
to the current locale, in a format that may be reused as input.
to the current locale, in a format that may be reused as input for
setting or resetting the currently-set variables. Read-only
variables cannot be reset. In POSIX mode, only shell variables
are listed.
When options are supplied, they set or unset shell attributes.
Options, if specified, have the following meanings:
@@ -9490,78 +9493,78 @@ Node: Shell Builtin Commands93376
Node: Bourne Shell Builtins94955
Node: Bash Builtins111908
Node: The Set Builtin140035
Node: Special Builtins148258
Node: Shell Variables149235
Node: Bourne Shell Variables149675
Node: Bash Variables151656
Node: Bash Features171363
Node: Invoking Bash172246
Node: Bash Startup Files178067
Node: Interactive Shells182925
Node: What is an Interactive Shell?183335
Node: Is this Shell Interactive?183985
Node: Interactive Shell Behavior184800
Node: Bash Conditional Expressions188076
Node: Shell Arithmetic191655
Node: Aliases194401
Node: Arrays196969
Node: The Directory Stack200236
Node: Directory Stack Builtins200950
Node: Printing a Prompt203841
Node: The Restricted Shell206555
Node: Bash POSIX Mode208387
Node: Job Control215720
Node: Job Control Basics216187
Node: Job Control Builtins220563
Node: Job Control Variables224915
Node: Command Line Editing226073
Node: Introduction and Notation227072
Node: Readline Interaction228694
Node: Readline Bare Essentials229885
Node: Readline Movement Commands231674
Node: Readline Killing Commands232639
Node: Readline Arguments234559
Node: Searching235603
Node: Readline Init File237789
Node: Readline Init File Syntax238848
Node: Conditional Init Constructs250707
Node: Sample Init File253240
Node: Bindable Readline Commands256357
Node: Commands For Moving257564
Node: Commands For History258425
Node: Commands For Text261580
Node: Commands For Killing264253
Node: Numeric Arguments266395
Node: Commands For Completion267534
Node: Keyboard Macros271127
Node: Miscellaneous Commands271698
Node: Readline vi Mode277009
Node: Programmable Completion277923
Node: Programmable Completion Builtins283735
Node: Using History Interactively291331
Node: Bash History Facilities292011
Node: Bash History Builtins294706
Node: History Interaction298563
Node: Event Designators301119
Node: Word Designators302134
Node: Modifiers303773
Node: Installing Bash305179
Node: Basic Installation306316
Node: Compilers and Options309008
Node: Compiling For Multiple Architectures309749
Node: Installation Names311413
Node: Specifying the System Type312231
Node: Sharing Defaults312947
Node: Operation Controls313620
Node: Optional Features314578
Node: Reporting Bugs322857
Node: Major Differences From The Bourne Shell324051
Node: Copying This Manual339823
Node: GNU Free Documentation License340099
Node: Builtin Index362505
Node: Reserved Word Index369054
Node: Variable Index371490
Node: Function Index382350
Node: Concept Index389070
Node: Special Builtins148413
Node: Shell Variables149390
Node: Bourne Shell Variables149830
Node: Bash Variables151811
Node: Bash Features171518
Node: Invoking Bash172401
Node: Bash Startup Files178222
Node: Interactive Shells183080
Node: What is an Interactive Shell?183490
Node: Is this Shell Interactive?184140
Node: Interactive Shell Behavior184955
Node: Bash Conditional Expressions188231
Node: Shell Arithmetic191810
Node: Aliases194556
Node: Arrays197124
Node: The Directory Stack200391
Node: Directory Stack Builtins201105
Node: Printing a Prompt203996
Node: The Restricted Shell206710
Node: Bash POSIX Mode208542
Node: Job Control215875
Node: Job Control Basics216342
Node: Job Control Builtins220718
Node: Job Control Variables225070
Node: Command Line Editing226228
Node: Introduction and Notation227227
Node: Readline Interaction228849
Node: Readline Bare Essentials230040
Node: Readline Movement Commands231829
Node: Readline Killing Commands232794
Node: Readline Arguments234714
Node: Searching235758
Node: Readline Init File237944
Node: Readline Init File Syntax239003
Node: Conditional Init Constructs250862
Node: Sample Init File253395
Node: Bindable Readline Commands256512
Node: Commands For Moving257719
Node: Commands For History258580
Node: Commands For Text261735
Node: Commands For Killing264408
Node: Numeric Arguments266550
Node: Commands For Completion267689
Node: Keyboard Macros271282
Node: Miscellaneous Commands271853
Node: Readline vi Mode277164
Node: Programmable Completion278078
Node: Programmable Completion Builtins283890
Node: Using History Interactively291486
Node: Bash History Facilities292166
Node: Bash History Builtins294861
Node: History Interaction298718
Node: Event Designators301274
Node: Word Designators302289
Node: Modifiers303928
Node: Installing Bash305334
Node: Basic Installation306471
Node: Compilers and Options309163
Node: Compiling For Multiple Architectures309904
Node: Installation Names311568
Node: Specifying the System Type312386
Node: Sharing Defaults313102
Node: Operation Controls313775
Node: Optional Features314733
Node: Reporting Bugs323012
Node: Major Differences From The Bourne Shell324206
Node: Copying This Manual339978
Node: GNU Free Documentation License340254
Node: Builtin Index362660
Node: Reserved Word Index369209
Node: Variable Index371645
Node: Function Index382505
Node: Concept Index389225

End Tag Table