mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-03 18:30:49 +02:00
changes for quoting special and multibyte characters in glob patterns; changes to filename unicode normalization on macOS for globbing and filename completion; send SIGCONT unconditionally to just-restarted job in fg/bg
This commit is contained in:
+13
-13
@@ -20,22 +20,22 @@
|
||||
\entry{trap}{55}{\code {trap}}
|
||||
\entry{true}{56}{\code {true}}
|
||||
\entry{umask}{56}{\code {umask}}
|
||||
\entry{unset}{56}{\code {unset}}
|
||||
\entry{unset}{57}{\code {unset}}
|
||||
\entry{alias}{57}{\code {alias}}
|
||||
\entry{bind}{57}{\code {bind}}
|
||||
\entry{builtin}{58}{\code {builtin}}
|
||||
\entry{caller}{58}{\code {caller}}
|
||||
\entry{caller}{59}{\code {caller}}
|
||||
\entry{command}{59}{\code {command}}
|
||||
\entry{declare}{59}{\code {declare}}
|
||||
\entry{echo}{60}{\code {echo}}
|
||||
\entry{enable}{61}{\code {enable}}
|
||||
\entry{echo}{61}{\code {echo}}
|
||||
\entry{enable}{62}{\code {enable}}
|
||||
\entry{help}{62}{\code {help}}
|
||||
\entry{let}{62}{\code {let}}
|
||||
\entry{local}{62}{\code {local}}
|
||||
\entry{local}{63}{\code {local}}
|
||||
\entry{logout}{63}{\code {logout}}
|
||||
\entry{mapfile}{63}{\code {mapfile}}
|
||||
\entry{printf}{63}{\code {printf}}
|
||||
\entry{read}{64}{\code {read}}
|
||||
\entry{printf}{64}{\code {printf}}
|
||||
\entry{read}{65}{\code {read}}
|
||||
\entry{readarray}{66}{\code {readarray}}
|
||||
\entry{source}{66}{\code {source}}
|
||||
\entry{type}{66}{\code {type}}
|
||||
@@ -43,7 +43,7 @@
|
||||
\entry{ulimit}{67}{\code {ulimit}}
|
||||
\entry{unalias}{68}{\code {unalias}}
|
||||
\entry{set}{68}{\code {set}}
|
||||
\entry{shopt}{72}{\code {shopt}}
|
||||
\entry{shopt}{73}{\code {shopt}}
|
||||
\entry{dirs}{105}{\code {dirs}}
|
||||
\entry{popd}{105}{\code {popd}}
|
||||
\entry{pushd}{105}{\code {pushd}}
|
||||
@@ -54,8 +54,8 @@
|
||||
\entry{wait}{119}{\code {wait}}
|
||||
\entry{disown}{120}{\code {disown}}
|
||||
\entry{suspend}{120}{\code {suspend}}
|
||||
\entry{compgen}{150}{\code {compgen}}
|
||||
\entry{complete}{150}{\code {complete}}
|
||||
\entry{compopt}{153}{\code {compopt}}
|
||||
\entry{fc}{158}{\code {fc}}
|
||||
\entry{history}{158}{\code {history}}
|
||||
\entry{compgen}{151}{\code {compgen}}
|
||||
\entry{complete}{151}{\code {complete}}
|
||||
\entry{compopt}{154}{\code {compopt}}
|
||||
\entry{fc}{159}{\code {fc}}
|
||||
\entry{history}{159}{\code {history}}
|
||||
|
||||
Reference in New Issue
Block a user