allow FIGNORE suffixes to match entire pathnames; allow SIGINT received while a function is executing in a loop to break the loop

This commit is contained in:
Chet Ramey
2023-04-24 15:25:45 -04:00
parent d052bd6fd9
commit ec02facd13
16 changed files with 244 additions and 235 deletions
+58 -65
View File
@@ -1,9 +1,9 @@
This is bash.info, produced by makeinfo version 6.8 from bashref.texi.
This text is a brief description of the features that are present in the
Bash shell (version 5.2, 17 April 2023).
Bash shell (version 5.2, 20 April 2023).
This is Edition 5.2, last updated 17 April 2023, of 'The GNU Bash
This is Edition 5.2, last updated 20 April 2023, of 'The GNU Bash
Reference Manual', for 'Bash', Version 5.2.
Copyright (C) 1988-2023 Free Software Foundation, Inc.
@@ -26,10 +26,10 @@ Bash Features
*************
This text is a brief description of the features that are present in the
Bash shell (version 5.2, 17 April 2023). The Bash home page is
Bash shell (version 5.2, 20 April 2023). The Bash home page is
<http://www.gnu.org/software/bash/>.
This is Edition 5.2, last updated 17 April 2023, of 'The GNU Bash
This is Edition 5.2, last updated 20 April 2023, of 'The GNU Bash
Reference Manual', for 'Bash', Version 5.2.
Bash contains features that appear in other popular shells, and some
@@ -7493,13 +7493,6 @@ required for bash-5.1 and later versions.
* quoting the rhs of the '[[' command's regexp matching operator
(=~) has no special effect
'compat32'
* interrupting a command list such as "a ; b ; c" causes the
execution of the next command in the list (in bash-4.0 and
later versions, the shell acts as if it received the
interrupt, so interrupting one command in a list aborts the
execution of the entire list)
'compat40'
* the '<' and '>' operators to the '[[' command do not consider
the current locale when comparing strings; they use ASCII
@@ -12787,60 +12780,60 @@ Node: Controlling the Prompt298007
Node: The Restricted Shell300969
Node: Bash POSIX Mode303576
Node: Shell Compatibility Mode319366
Node: Job Control327930
Node: Job Control Basics328387
Node: Job Control Builtins333386
Node: Job Control Variables339178
Node: Command Line Editing340331
Node: Introduction and Notation341999
Node: Readline Interaction343619
Node: Readline Bare Essentials344807
Node: Readline Movement Commands346593
Node: Readline Killing Commands347550
Node: Readline Arguments349468
Node: Searching350509
Node: Readline Init File352692
Node: Readline Init File Syntax353950
Node: Conditional Init Constructs377738
Node: Sample Init File381931
Node: Bindable Readline Commands385052
Node: Commands For Moving386253
Node: Commands For History388301
Node: Commands For Text393292
Node: Commands For Killing396938
Node: Numeric Arguments399968
Node: Commands For Completion401104
Node: Keyboard Macros405292
Node: Miscellaneous Commands405977
Node: Readline vi Mode412012
Node: Programmable Completion412916
Node: Programmable Completion Builtins420693
Node: A Programmable Completion Example431678
Node: Using History Interactively436923
Node: Bash History Facilities437604
Node: Bash History Builtins440606
Node: History Interaction445627
Node: Event Designators449244
Node: Word Designators450595
Node: Modifiers452352
Node: Installing Bash454157
Node: Basic Installation455291
Node: Compilers and Options459010
Node: Compiling For Multiple Architectures459748
Node: Installation Names461437
Node: Specifying the System Type463543
Node: Sharing Defaults464257
Node: Operation Controls464927
Node: Optional Features465882
Node: Reporting Bugs477098
Node: Major Differences From The Bourne Shell478429
Node: GNU Free Documentation License495275
Node: Indexes520449
Node: Builtin Index520900
Node: Reserved Word Index527724
Node: Variable Index530169
Node: Function Index547154
Node: Concept Index560935
Node: Job Control327607
Node: Job Control Basics328064
Node: Job Control Builtins333063
Node: Job Control Variables338855
Node: Command Line Editing340008
Node: Introduction and Notation341676
Node: Readline Interaction343296
Node: Readline Bare Essentials344484
Node: Readline Movement Commands346270
Node: Readline Killing Commands347227
Node: Readline Arguments349145
Node: Searching350186
Node: Readline Init File352369
Node: Readline Init File Syntax353627
Node: Conditional Init Constructs377415
Node: Sample Init File381608
Node: Bindable Readline Commands384729
Node: Commands For Moving385930
Node: Commands For History387978
Node: Commands For Text392969
Node: Commands For Killing396615
Node: Numeric Arguments399645
Node: Commands For Completion400781
Node: Keyboard Macros404969
Node: Miscellaneous Commands405654
Node: Readline vi Mode411689
Node: Programmable Completion412593
Node: Programmable Completion Builtins420370
Node: A Programmable Completion Example431355
Node: Using History Interactively436600
Node: Bash History Facilities437281
Node: Bash History Builtins440283
Node: History Interaction445304
Node: Event Designators448921
Node: Word Designators450272
Node: Modifiers452029
Node: Installing Bash453834
Node: Basic Installation454968
Node: Compilers and Options458687
Node: Compiling For Multiple Architectures459425
Node: Installation Names461114
Node: Specifying the System Type463220
Node: Sharing Defaults463934
Node: Operation Controls464604
Node: Optional Features465559
Node: Reporting Bugs476775
Node: Major Differences From The Bourne Shell478106
Node: GNU Free Documentation License494952
Node: Indexes520126
Node: Builtin Index520577
Node: Reserved Word Index527401
Node: Variable Index529846
Node: Function Index546831
Node: Concept Index560612

End Tag Table
+58 -65
View File
@@ -2,9 +2,9 @@ This is bashref.info, produced by makeinfo version 6.8 from
bashref.texi.
This text is a brief description of the features that are present in the
Bash shell (version 5.2, 17 April 2023).
Bash shell (version 5.2, 20 April 2023).
This is Edition 5.2, last updated 17 April 2023, of 'The GNU Bash
This is Edition 5.2, last updated 20 April 2023, of 'The GNU Bash
Reference Manual', for 'Bash', Version 5.2.
Copyright (C) 1988-2023 Free Software Foundation, Inc.
@@ -27,10 +27,10 @@ Bash Features
*************
This text is a brief description of the features that are present in the
Bash shell (version 5.2, 17 April 2023). The Bash home page is
Bash shell (version 5.2, 20 April 2023). The Bash home page is
<http://www.gnu.org/software/bash/>.
This is Edition 5.2, last updated 17 April 2023, of 'The GNU Bash
This is Edition 5.2, last updated 20 April 2023, of 'The GNU Bash
Reference Manual', for 'Bash', Version 5.2.
Bash contains features that appear in other popular shells, and some
@@ -7494,13 +7494,6 @@ required for bash-5.1 and later versions.
* quoting the rhs of the '[[' command's regexp matching operator
(=~) has no special effect
'compat32'
* interrupting a command list such as "a ; b ; c" causes the
execution of the next command in the list (in bash-4.0 and
later versions, the shell acts as if it received the
interrupt, so interrupting one command in a list aborts the
execution of the entire list)
'compat40'
* the '<' and '>' operators to the '[[' command do not consider
the current locale when comparing strings; they use ASCII
@@ -12788,60 +12781,60 @@ Node: Controlling the Prompt298232
Node: The Restricted Shell301197
Node: Bash POSIX Mode303807
Node: Shell Compatibility Mode319600
Node: Job Control328167
Node: Job Control Basics328627
Node: Job Control Builtins333629
Node: Job Control Variables339424
Node: Command Line Editing340580
Node: Introduction and Notation342251
Node: Readline Interaction343874
Node: Readline Bare Essentials345065
Node: Readline Movement Commands346854
Node: Readline Killing Commands347814
Node: Readline Arguments349735
Node: Searching350779
Node: Readline Init File352965
Node: Readline Init File Syntax354226
Node: Conditional Init Constructs378017
Node: Sample Init File382213
Node: Bindable Readline Commands385337
Node: Commands For Moving386541
Node: Commands For History388592
Node: Commands For Text393586
Node: Commands For Killing397235
Node: Numeric Arguments400268
Node: Commands For Completion401407
Node: Keyboard Macros405598
Node: Miscellaneous Commands406286
Node: Readline vi Mode412324
Node: Programmable Completion413231
Node: Programmable Completion Builtins421011
Node: A Programmable Completion Example431999
Node: Using History Interactively437247
Node: Bash History Facilities437931
Node: Bash History Builtins440936
Node: History Interaction445960
Node: Event Designators449580
Node: Word Designators450934
Node: Modifiers452694
Node: Installing Bash454502
Node: Basic Installation455639
Node: Compilers and Options459361
Node: Compiling For Multiple Architectures460102
Node: Installation Names461794
Node: Specifying the System Type463903
Node: Sharing Defaults464620
Node: Operation Controls465293
Node: Optional Features466251
Node: Reporting Bugs477470
Node: Major Differences From The Bourne Shell478804
Node: GNU Free Documentation License495653
Node: Indexes520830
Node: Builtin Index521284
Node: Reserved Word Index528111
Node: Variable Index530559
Node: Function Index547547
Node: Concept Index561331
Node: Job Control327844
Node: Job Control Basics328304
Node: Job Control Builtins333306
Node: Job Control Variables339101
Node: Command Line Editing340257
Node: Introduction and Notation341928
Node: Readline Interaction343551
Node: Readline Bare Essentials344742
Node: Readline Movement Commands346531
Node: Readline Killing Commands347491
Node: Readline Arguments349412
Node: Searching350456
Node: Readline Init File352642
Node: Readline Init File Syntax353903
Node: Conditional Init Constructs377694
Node: Sample Init File381890
Node: Bindable Readline Commands385014
Node: Commands For Moving386218
Node: Commands For History388269
Node: Commands For Text393263
Node: Commands For Killing396912
Node: Numeric Arguments399945
Node: Commands For Completion401084
Node: Keyboard Macros405275
Node: Miscellaneous Commands405963
Node: Readline vi Mode412001
Node: Programmable Completion412908
Node: Programmable Completion Builtins420688
Node: A Programmable Completion Example431676
Node: Using History Interactively436924
Node: Bash History Facilities437608
Node: Bash History Builtins440613
Node: History Interaction445637
Node: Event Designators449257
Node: Word Designators450611
Node: Modifiers452371
Node: Installing Bash454179
Node: Basic Installation455316
Node: Compilers and Options459038
Node: Compiling For Multiple Architectures459779
Node: Installation Names461471
Node: Specifying the System Type463580
Node: Sharing Defaults464297
Node: Operation Controls464970
Node: Optional Features465928
Node: Reporting Bugs477147
Node: Major Differences From The Bourne Shell478481
Node: GNU Free Documentation License495330
Node: Indexes520507
Node: Builtin Index520961
Node: Reserved Word Index527788
Node: Variable Index530236
Node: Function Index547224
Node: Concept Index561008

End Tag Table
+50 -23
View File
@@ -1,11 +1,12 @@
This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/MacPorts 2022.62882_0) (preloaded format=etex 2022.5.4) 18 APR 2023 10:26
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/MacPorts 2021.58693_0) (preloaded format=pdfetex 2021.8.30) 20 APR 2023 15:09
entering extended mode
restricted \write18 enabled.
file:line:error style messages enabled.
%&-line parsing enabled.
**\nonstopmode \input /usr/local/src/chet/src/bash/src/doc/bashref.texi
(/usr/local/src/chet/src/bash/src/doc/bashref.texi
(/usr/local/src/chet/src/bash/src/doc/texinfo.tex
**\input /usr/local/src/bash/bash-20230420/doc/bashref.texi \input /usr/local/s
rc/bash/bash-20230420/doc/bashref.texi
(/usr/local/src/bash/bash-20230420/doc/bashref.texi
(/usr/local/src/bash/bash-20230420/doc/texinfo.tex
Loading texinfo [version 2015-11-22.14]:
\outerhsize=\dimen16
\outervsize=\dimen17
@@ -161,20 +162,23 @@ This is `epsf.tex' v2.7.4 <14 February 2011>
texinfo.tex: doing @include of version.texi
(/usr/local/src/chet/src/bash/src/doc/version.texi) [1] [2]
(/usr/local/src/chet/src/bash/src/doc/bashref.toc [-1] [-2] [-3]) [-4]
Chapter 1
(/usr/local/src/bash/bash-20230420/doc/version.texi) [1{/opt/local/var/db/texmf
/fonts/map/pdftex/updmap/pdftex.map}] [2]
(/usr/local/build/bash/bash-20230420/doc/bashref.toc [-1] [-2] [-3]) [-4]
(/usr/local/build/bash/bash-20230420/doc/bashref.toc)
(/usr/local/build/bash/bash-20230420/doc/bashref.toc) Chapter 1
\openout0 = `bashref.toc'.
(/usr/local/src/chet/src/bash/src/doc/bashref.aux)
(/usr/local/build/bash/bash-20230420/doc/bashref.aux)
\openout1 = `bashref.aux'.
Chapter 2 [1]
[2]
Chapter 2 [1] [2]
@cpindfile=@write2
\openout2 = `bashref.cp'.
[3] Chapter 3 [4] [5] [6] [7]
[3] Chapter 3 [4] [5] [6] [7]
@vrindfile=@write3
\openout3 = `bashref.vr'.
@@ -257,8 +261,9 @@ Overfull \hbox (38.26585pt too wide) in paragraph at lines 5280--5280
[118]
texinfo.tex: doing @include of rluser.texi
(/usr/local/src/chet/src/bash/src/lib/readline/doc/rluser.texi Chapter 8
[119] [120] [121] [122] [123] [124] [125] [126] [127] [128] [129] [130]
(/usr/local/src/bash/bash-20230420/lib/readline/doc/rluser.texi
Chapter 8 [119] [120] [121] [122] [123] [124] [125] [126] [127] [128] [129]
[130]
Underfull \hbox (badness 7540) in paragraph at lines 874--880
[]@textrm In the ex-am-ple above, @textttsl C-u[] @textrm is bound to the func
-tion
@@ -306,10 +311,10 @@ gnored[]
texinfo.tex: doing @include of hsuser.texi
(/usr/local/src/chet/src/bash/src/lib/readline/doc/hsuser.texi Chapter 9
(/usr/local/src/bash/bash-20230420/lib/readline/doc/hsuser.texi Chapter 9
[154] [155] [156] [157] [158] [159]) Chapter 10 [160] [161] [162] [163]
[164]
Underfull \hbox (badness 10000) in paragraph at lines 9566--9575
Underfull \hbox (badness 10000) in paragraph at lines 9556--9565
[]@textrm All of the fol-low-ing op-tions ex-cept for `@texttt alt-array-implem
entation[]@textrm '[],
@@ -322,7 +327,7 @@ entation[]@textrm '[],
.etc.
Underfull \hbox (badness 10000) in paragraph at lines 9566--9575
Underfull \hbox (badness 10000) in paragraph at lines 9556--9565
@textrm `@texttt disabled-builtins[]@textrm '[], `@texttt direxpand-default[]@t
extrm '[], `@texttt strict-posix-default[]@textrm '[], and
@@ -338,16 +343,38 @@ extrm '[], `@texttt strict-posix-default[]@textrm '[], and
[174] [175] Appendix C [176]
texinfo.tex: doing @include of fdl.texi
(/usr/local/src/chet/src/bash/src/doc/fdl.texi
(/usr/local/src/bash/bash-20230420/doc/fdl.texi
[177] [178] [179] [180] [181] [182] [183]) Appendix D [184] [185] [186]
[187] [188] [189] [190] [191] [192] [193] )
Here is how much of TeX's memory you used:
3530 strings out of 497084
40207 string characters out of 6206695
87715 words of memory out of 5000000
4703 multiletter control sequences out of 15000+600000
4100 strings out of 497086
47602 string characters out of 6206517
142025 words of memory out of 5000000
4869 multiletter control sequences out of 15000+600000
34315 words of font info for 116 fonts, out of 8000000 for 9000
51 hyphenation exceptions out of 8191
16i,6n,16p,343b,942s stack positions out of 10000i,1000n,20000p,200000b,200000s
16i,6n,16p,389b,983s stack positions out of 5000i,500n,10000p,200000b,80000s
{/opt/local/share/texmf-texlive/font
s/enc/dvips/cm-super/cm-super-t1.enc}</opt/local/share/texmf-texlive/fonts/type
1/public/amsfonts/cm/cmbx12.pfb></opt/local/share/texmf-texlive/fonts/type1/pub
lic/amsfonts/cm/cmcsc10.pfb></opt/local/share/texmf-texlive/fonts/type1/public/
amsfonts/cm/cmmi10.pfb></opt/local/share/texmf-texlive/fonts/type1/public/amsfo
nts/cm/cmmi12.pfb></opt/local/share/texmf-texlive/fonts/type1/public/amsfonts/c
m/cmmi9.pfb></opt/local/share/texmf-texlive/fonts/type1/public/amsfonts/cm/cmr1
0.pfb></opt/local/share/texmf-texlive/fonts/type1/public/amsfonts/cm/cmr9.pfb><
/opt/local/share/texmf-texlive/fonts/type1/public/amsfonts/cm/cmsl10.pfb></opt/
local/share/texmf-texlive/fonts/type1/public/amsfonts/cm/cmsltt10.pfb></opt/loc
al/share/texmf-texlive/fonts/type1/public/amsfonts/cm/cmsy10.pfb></opt/local/sh
are/texmf-texlive/fonts/type1/public/amsfonts/cm/cmti10.pfb></opt/local/share/t
exmf-texlive/fonts/type1/public/amsfonts/cm/cmtt10.pfb></opt/local/share/texmf-
texlive/fonts/type1/public/amsfonts/cm/cmtt12.pfb></opt/local/share/texmf-texli
ve/fonts/type1/public/amsfonts/cm/cmtt9.pfb></opt/local/share/texmf-texlive/fon
ts/type1/public/cm-super/sfrm1095.pfb></opt/local/share/texmf-texlive/fonts/typ
e1/public/cm-super/sfrm1440.pfb>
Output written on bashref.pdf (199 pages, 804832 bytes).
PDF statistics:
2794 PDF objects out of 2984 (max. 8388607)
2548 compressed objects within 26 object streams
327 named destinations out of 1000 (max. 500000)
1157 words of extra memory for PDF output out of 10000 (max. 10000000)
Output written on bashref.dvi (199 pages, 836976 bytes).
BIN
View File
Binary file not shown.
-10
View File
@@ -8697,16 +8697,6 @@ quoting the rhs of the @code{[[} command's regexp matching operator (=~)
has no special effect
@end itemize
@item compat32
@itemize @bullet
@item
interrupting a command list such as "a ; b ; c" causes the execution
of the next command in the list (in bash-4.0 and later versions,
the shell acts as if it received the interrupt, so
interrupting one command in a list aborts the execution of the
entire list)
@end itemize
@item compat40
@itemize @bullet
@item
+2 -2
View File
@@ -2,10 +2,10 @@
Copyright (C) 1988-2023 Free Software Foundation, Inc.
@end ignore
@set LASTCHANGE Mon Apr 17 10:35:15 EDT 2023
@set LASTCHANGE Thu Apr 20 15:08:33 EDT 2023
@set EDITION 5.2
@set VERSION 5.2
@set UPDATED 17 April 2023
@set UPDATED 20 April 2023
@set UPDATED-MONTH April 2023