mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-09 03:30:48 +02:00
fix obscure macOS issue where the Apple locale is set to something setlocale(3) doesn't understand; don't source .bash_logout if the shell is running setuid; fix for macOS issue with pipe size throttling and here-documents
This commit is contained in:
@@ -1212,7 +1212,7 @@ the previous command.
|
||||
Once the argument \fIn\fP is computed,
|
||||
this uses the history expansion facilities to extract the
|
||||
\fIn\fPth word, as if the
|
||||
.Q !\fIn\fP
|
||||
.Q !!:\fIn\fP
|
||||
history expansion had been specified.
|
||||
.TP
|
||||
.B
|
||||
|
||||
@@ -1501,7 +1501,7 @@ the previous command.
|
||||
Once the argument @var{n} is computed,
|
||||
this uses the history expansion facilities to extract the
|
||||
@var{n}th word, as if the
|
||||
@samp{!@var{n}} history expansion had been specified.
|
||||
@samp{!!:@var{n}} history expansion had been specified.
|
||||
|
||||
@item yank-last-arg (M-. or M-_)
|
||||
Insert last argument to the previous command (the last word of the
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
@ignore
|
||||
Copyright (C) 1988-2025 Free Software Foundation, Inc.
|
||||
Copyright (C) 1988-2026 Free Software Foundation, Inc.
|
||||
@end ignore
|
||||
|
||||
@set EDITION 8.3
|
||||
@set VERSION 8.3
|
||||
|
||||
@set UPDATED 25 August 2025
|
||||
@set UPDATED-MONTH August 2025
|
||||
@set UPDATED 9 July 2026
|
||||
@set UPDATED-MONTH July 2026
|
||||
|
||||
@set LASTCHANGE Mon Aug 25 11:33:46 EDT 2025
|
||||
@set LASTCHANGE Thu Jul 9 09:20:35 EDT 2026
|
||||
|
||||
Reference in New Issue
Block a user