mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-25 04:11:42 +02:00
interim fix for generic list functions to avoid pointer aliasing issues; documentation updates
This commit is contained in:
+56
-56
@@ -198,10 +198,10 @@
|
||||
@xrdef{Interactive Shell Behavior-pg}{104}
|
||||
@xrdef{Bash Conditional Expressions-title}{Bash Conditional Expressions}
|
||||
@xrdef{Bash Conditional Expressions-snt}{Section@tie 6.4}
|
||||
@xrdef{Bash Conditional Expressions-pg}{105}
|
||||
@xrdef{Bash Conditional Expressions-pg}{106}
|
||||
@xrdef{Shell Arithmetic-title}{Shell Arithmetic}
|
||||
@xrdef{Shell Arithmetic-snt}{Section@tie 6.5}
|
||||
@xrdef{Shell Arithmetic-pg}{107}
|
||||
@xrdef{Shell Arithmetic-pg}{108}
|
||||
@xrdef{Aliases-title}{Aliases}
|
||||
@xrdef{Aliases-snt}{Section@tie 6.6}
|
||||
@xrdef{Aliases-pg}{109}
|
||||
@@ -230,161 +230,161 @@
|
||||
@xrdef{Job Control-snt}{Chapter@tie 7}
|
||||
@xrdef{Job Control Basics-title}{Job Control Basics}
|
||||
@xrdef{Job Control Basics-snt}{Section@tie 7.1}
|
||||
@xrdef{Job Control-pg}{125}
|
||||
@xrdef{Job Control Basics-pg}{125}
|
||||
@xrdef{Job Control-pg}{126}
|
||||
@xrdef{Job Control Basics-pg}{126}
|
||||
@xrdef{Job Control Builtins-title}{Job Control Builtins}
|
||||
@xrdef{Job Control Builtins-snt}{Section@tie 7.2}
|
||||
@xrdef{Job Control Builtins-pg}{126}
|
||||
@xrdef{Job Control Builtins-pg}{127}
|
||||
@xrdef{Job Control Variables-title}{Job Control Variables}
|
||||
@xrdef{Job Control Variables-snt}{Section@tie 7.3}
|
||||
@xrdef{Job Control Variables-pg}{129}
|
||||
@xrdef{Job Control Variables-pg}{130}
|
||||
@xrdef{Command Line Editing-title}{Command Line Editing}
|
||||
@xrdef{Command Line Editing-snt}{Chapter@tie 8}
|
||||
@xrdef{Introduction and Notation-title}{Introduction to Line Editing}
|
||||
@xrdef{Introduction and Notation-snt}{Section@tie 8.1}
|
||||
@xrdef{Readline Interaction-title}{Readline Interaction}
|
||||
@xrdef{Readline Interaction-snt}{Section@tie 8.2}
|
||||
@xrdef{Command Line Editing-pg}{130}
|
||||
@xrdef{Introduction and Notation-pg}{130}
|
||||
@xrdef{Readline Interaction-pg}{130}
|
||||
@xrdef{Command Line Editing-pg}{131}
|
||||
@xrdef{Introduction and Notation-pg}{131}
|
||||
@xrdef{Readline Interaction-pg}{131}
|
||||
@xrdef{Readline Bare Essentials-title}{Readline Bare Essentials}
|
||||
@xrdef{Readline Bare Essentials-snt}{Section@tie 8.2.1}
|
||||
@xrdef{Readline Movement Commands-title}{Readline Movement Commands}
|
||||
@xrdef{Readline Movement Commands-snt}{Section@tie 8.2.2}
|
||||
@xrdef{Readline Bare Essentials-pg}{131}
|
||||
@xrdef{Readline Movement Commands-pg}{131}
|
||||
@xrdef{Readline Bare Essentials-pg}{132}
|
||||
@xrdef{Readline Movement Commands-pg}{132}
|
||||
@xrdef{Readline Killing Commands-title}{Readline Killing Commands}
|
||||
@xrdef{Readline Killing Commands-snt}{Section@tie 8.2.3}
|
||||
@xrdef{Readline Arguments-title}{Readline Arguments}
|
||||
@xrdef{Readline Arguments-snt}{Section@tie 8.2.4}
|
||||
@xrdef{Searching-title}{Searching for Commands in the History}
|
||||
@xrdef{Searching-snt}{Section@tie 8.2.5}
|
||||
@xrdef{Readline Killing Commands-pg}{132}
|
||||
@xrdef{Readline Arguments-pg}{132}
|
||||
@xrdef{Readline Killing Commands-pg}{133}
|
||||
@xrdef{Readline Arguments-pg}{133}
|
||||
@xrdef{Readline Init File-title}{Readline Init File}
|
||||
@xrdef{Readline Init File-snt}{Section@tie 8.3}
|
||||
@xrdef{Readline Init File Syntax-title}{Readline Init File Syntax}
|
||||
@xrdef{Readline Init File Syntax-snt}{Section@tie 8.3.1}
|
||||
@xrdef{Searching-pg}{133}
|
||||
@xrdef{Readline Init File-pg}{133}
|
||||
@xrdef{Readline Init File Syntax-pg}{133}
|
||||
@xrdef{Searching-pg}{134}
|
||||
@xrdef{Readline Init File-pg}{134}
|
||||
@xrdef{Readline Init File Syntax-pg}{134}
|
||||
@xrdef{Conditional Init Constructs-title}{Conditional Init Constructs}
|
||||
@xrdef{Conditional Init Constructs-snt}{Section@tie 8.3.2}
|
||||
@xrdef{Conditional Init Constructs-pg}{143}
|
||||
@xrdef{Conditional Init Constructs-pg}{144}
|
||||
@xrdef{Sample Init File-title}{Sample Init File}
|
||||
@xrdef{Sample Init File-snt}{Section@tie 8.3.3}
|
||||
@xrdef{Sample Init File-pg}{144}
|
||||
@xrdef{Sample Init File-pg}{145}
|
||||
@xrdef{Bindable Readline Commands-title}{Bindable Readline Commands}
|
||||
@xrdef{Bindable Readline Commands-snt}{Section@tie 8.4}
|
||||
@xrdef{Commands For Moving-title}{Commands For Moving}
|
||||
@xrdef{Commands For Moving-snt}{Section@tie 8.4.1}
|
||||
@xrdef{Bindable Readline Commands-pg}{147}
|
||||
@xrdef{Commands For Moving-pg}{147}
|
||||
@xrdef{Bindable Readline Commands-pg}{148}
|
||||
@xrdef{Commands For Moving-pg}{148}
|
||||
@xrdef{Commands For History-title}{Commands For Manipulating The History}
|
||||
@xrdef{Commands For History-snt}{Section@tie 8.4.2}
|
||||
@xrdef{Commands For History-pg}{148}
|
||||
@xrdef{Commands For History-pg}{149}
|
||||
@xrdef{Commands For Text-title}{Commands For Changing Text}
|
||||
@xrdef{Commands For Text-snt}{Section@tie 8.4.3}
|
||||
@xrdef{Commands For Text-pg}{150}
|
||||
@xrdef{Commands For Text-pg}{151}
|
||||
@xrdef{Commands For Killing-title}{Killing And Yanking}
|
||||
@xrdef{Commands For Killing-snt}{Section@tie 8.4.4}
|
||||
@xrdef{Commands For Killing-pg}{151}
|
||||
@xrdef{Commands For Killing-pg}{152}
|
||||
@xrdef{Numeric Arguments-title}{Specifying Numeric Arguments}
|
||||
@xrdef{Numeric Arguments-snt}{Section@tie 8.4.5}
|
||||
@xrdef{Commands For Completion-title}{Letting Readline Type For You}
|
||||
@xrdef{Commands For Completion-snt}{Section@tie 8.4.6}
|
||||
@xrdef{Numeric Arguments-pg}{153}
|
||||
@xrdef{Commands For Completion-pg}{153}
|
||||
@xrdef{Numeric Arguments-pg}{154}
|
||||
@xrdef{Commands For Completion-pg}{154}
|
||||
@xrdef{Keyboard Macros-title}{Keyboard Macros}
|
||||
@xrdef{Keyboard Macros-snt}{Section@tie 8.4.7}
|
||||
@xrdef{Miscellaneous Commands-title}{Some Miscellaneous Commands}
|
||||
@xrdef{Miscellaneous Commands-snt}{Section@tie 8.4.8}
|
||||
@xrdef{Keyboard Macros-pg}{155}
|
||||
@xrdef{Miscellaneous Commands-pg}{155}
|
||||
@xrdef{Keyboard Macros-pg}{156}
|
||||
@xrdef{Miscellaneous Commands-pg}{156}
|
||||
@xrdef{Readline vi Mode-title}{Readline vi Mode}
|
||||
@xrdef{Readline vi Mode-snt}{Section@tie 8.5}
|
||||
@xrdef{Programmable Completion-title}{Programmable Completion}
|
||||
@xrdef{Programmable Completion-snt}{Section@tie 8.6}
|
||||
@xrdef{Readline vi Mode-pg}{158}
|
||||
@xrdef{Programmable Completion-pg}{158}
|
||||
@xrdef{Readline vi Mode-pg}{159}
|
||||
@xrdef{Programmable Completion-pg}{159}
|
||||
@xrdef{Programmable Completion Builtins-title}{Programmable Completion Builtins}
|
||||
@xrdef{Programmable Completion Builtins-snt}{Section@tie 8.7}
|
||||
@xrdef{Programmable Completion Builtins-pg}{161}
|
||||
@xrdef{Programmable Completion Builtins-pg}{162}
|
||||
@xrdef{A Programmable Completion Example-title}{A Programmable Completion Example}
|
||||
@xrdef{A Programmable Completion Example-snt}{Section@tie 8.8}
|
||||
@xrdef{A Programmable Completion Example-pg}{165}
|
||||
@xrdef{A Programmable Completion Example-pg}{166}
|
||||
@xrdef{Using History Interactively-title}{Using History Interactively}
|
||||
@xrdef{Using History Interactively-snt}{Chapter@tie 9}
|
||||
@xrdef{Bash History Facilities-title}{Bash History Facilities}
|
||||
@xrdef{Bash History Facilities-snt}{Section@tie 9.1}
|
||||
@xrdef{Using History Interactively-pg}{168}
|
||||
@xrdef{Bash History Facilities-pg}{168}
|
||||
@xrdef{Using History Interactively-pg}{169}
|
||||
@xrdef{Bash History Facilities-pg}{169}
|
||||
@xrdef{Bash History Builtins-title}{Bash History Builtins}
|
||||
@xrdef{Bash History Builtins-snt}{Section@tie 9.2}
|
||||
@xrdef{Bash History Builtins-pg}{169}
|
||||
@xrdef{Bash History Builtins-pg}{170}
|
||||
@xrdef{History Interaction-title}{History Expansion}
|
||||
@xrdef{History Interaction-snt}{Section@tie 9.3}
|
||||
@xrdef{History Interaction-pg}{171}
|
||||
@xrdef{History Interaction-pg}{172}
|
||||
@xrdef{Event Designators-title}{Event Designators}
|
||||
@xrdef{Event Designators-snt}{Section@tie 9.3.1}
|
||||
@xrdef{Event Designators-pg}{172}
|
||||
@xrdef{Event Designators-pg}{173}
|
||||
@xrdef{Word Designators-title}{Word Designators}
|
||||
@xrdef{Word Designators-snt}{Section@tie 9.3.2}
|
||||
@xrdef{Word Designators-pg}{173}
|
||||
@xrdef{Word Designators-pg}{174}
|
||||
@xrdef{Modifiers-title}{Modifiers}
|
||||
@xrdef{Modifiers-snt}{Section@tie 9.3.3}
|
||||
@xrdef{Modifiers-pg}{174}
|
||||
@xrdef{Modifiers-pg}{175}
|
||||
@xrdef{Installing Bash-title}{Installing Bash}
|
||||
@xrdef{Installing Bash-snt}{Chapter@tie 10}
|
||||
@xrdef{Basic Installation-title}{Basic Installation}
|
||||
@xrdef{Basic Installation-snt}{Section@tie 10.1}
|
||||
@xrdef{Installing Bash-pg}{175}
|
||||
@xrdef{Basic Installation-pg}{175}
|
||||
@xrdef{Installing Bash-pg}{176}
|
||||
@xrdef{Basic Installation-pg}{176}
|
||||
@xrdef{Compilers and Options-title}{Compilers and Options}
|
||||
@xrdef{Compilers and Options-snt}{Section@tie 10.2}
|
||||
@xrdef{Compiling For Multiple Architectures-title}{Compiling For Multiple Architectures}
|
||||
@xrdef{Compiling For Multiple Architectures-snt}{Section@tie 10.3}
|
||||
@xrdef{Installation Names-title}{Installation Names}
|
||||
@xrdef{Installation Names-snt}{Section@tie 10.4}
|
||||
@xrdef{Compilers and Options-pg}{176}
|
||||
@xrdef{Compiling For Multiple Architectures-pg}{176}
|
||||
@xrdef{Compilers and Options-pg}{177}
|
||||
@xrdef{Compiling For Multiple Architectures-pg}{177}
|
||||
@xrdef{Specifying the System Type-title}{Specifying the System Type}
|
||||
@xrdef{Specifying the System Type-snt}{Section@tie 10.5}
|
||||
@xrdef{Sharing Defaults-title}{Sharing Defaults}
|
||||
@xrdef{Sharing Defaults-snt}{Section@tie 10.6}
|
||||
@xrdef{Operation Controls-title}{Operation Controls}
|
||||
@xrdef{Operation Controls-snt}{Section@tie 10.7}
|
||||
@xrdef{Installation Names-pg}{177}
|
||||
@xrdef{Specifying the System Type-pg}{177}
|
||||
@xrdef{Sharing Defaults-pg}{177}
|
||||
@xrdef{Installation Names-pg}{178}
|
||||
@xrdef{Specifying the System Type-pg}{178}
|
||||
@xrdef{Sharing Defaults-pg}{178}
|
||||
@xrdef{Optional Features-title}{Optional Features}
|
||||
@xrdef{Optional Features-snt}{Section@tie 10.8}
|
||||
@xrdef{Operation Controls-pg}{178}
|
||||
@xrdef{Optional Features-pg}{178}
|
||||
@xrdef{Operation Controls-pg}{179}
|
||||
@xrdef{Optional Features-pg}{179}
|
||||
@xrdef{Reporting Bugs-title}{Reporting Bugs}
|
||||
@xrdef{Reporting Bugs-snt}{Appendix@tie @char65{}}
|
||||
@xrdef{Reporting Bugs-pg}{184}
|
||||
@xrdef{Reporting Bugs-pg}{185}
|
||||
@xrdef{Major Differences From The Bourne Shell-title}{Major Differences From The Bourne Shell}
|
||||
@xrdef{Major Differences From The Bourne Shell-snt}{Appendix@tie @char66{}}
|
||||
@xrdef{Major Differences From The Bourne Shell-pg}{185}
|
||||
@xrdef{Major Differences From The Bourne Shell-pg}{186}
|
||||
@xrdef{GNU Free Documentation License-title}{GNU Free Documentation License}
|
||||
@xrdef{GNU Free Documentation License-snt}{Appendix@tie @char67{}}
|
||||
@xrdef{GNU Free Documentation License-pg}{192}
|
||||
@xrdef{GNU Free Documentation License-pg}{193}
|
||||
@xrdef{Indexes-title}{Indexes}
|
||||
@xrdef{Indexes-snt}{Appendix@tie @char68{}}
|
||||
@xrdef{Builtin Index-title}{Index of Shell Builtin Commands}
|
||||
@xrdef{Builtin Index-snt}{Section@tie @char68.1}
|
||||
@xrdef{Indexes-pg}{200}
|
||||
@xrdef{Builtin Index-pg}{200}
|
||||
@xrdef{Indexes-pg}{201}
|
||||
@xrdef{Builtin Index-pg}{201}
|
||||
@xrdef{Reserved Word Index-title}{Index of Shell Reserved Words}
|
||||
@xrdef{Reserved Word Index-snt}{Section@tie @char68.2}
|
||||
@xrdef{Variable Index-title}{Parameter and Variable Index}
|
||||
@xrdef{Variable Index-snt}{Section@tie @char68.3}
|
||||
@xrdef{Reserved Word Index-pg}{201}
|
||||
@xrdef{Variable Index-pg}{202}
|
||||
@xrdef{Reserved Word Index-pg}{202}
|
||||
@xrdef{Variable Index-pg}{203}
|
||||
@xrdef{Function Index-title}{Function Index}
|
||||
@xrdef{Function Index-snt}{Section@tie @char68.4}
|
||||
@xrdef{Function Index-pg}{204}
|
||||
@xrdef{Function Index-pg}{205}
|
||||
@xrdef{Concept Index-title}{Concept Index}
|
||||
@xrdef{Concept Index-snt}{Section@tie @char68.5}
|
||||
@xrdef{Concept Index-pg}{206}
|
||||
@xrdef{Concept Index-pg}{207}
|
||||
|
||||
Reference in New Issue
Block a user