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:
Chet Ramey
2026-07-14 09:29:04 -04:00
parent 0e16a4e4b1
commit 03e7298d1e
24 changed files with 2806 additions and 2336 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+4 -4
View File
@@ -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