]> git.ipfire.org Git - thirdparty/bash.git/commit
fix obscure macOS issue where the Apple locale is set to something setlocale(3) doesn... devel
authorChet Ramey <chet.ramey@case.edu>
Tue, 14 Jul 2026 13:29:04 +0000 (09:29 -0400)
committerChet Ramey <chet.ramey@case.edu>
Tue, 14 Jul 2026 13:29:04 +0000 (09:29 -0400)
commit03e7298d1eb7f7163cda94ee23dcfa983152a540
treeccaf3e44b012f0cd1c40d63c66d250f96ff05896
parent0e16a4e4b1dd8403bd186f13716079cb223f9603
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
24 files changed:
CWRU/CWRU.chlog
MANIFEST
builtins/exit.def
builtins/history.def
configure
configure.ac
doc/bash.0
doc/bash.1
doc/bash.info
doc/bashref.info
doc/bashref.texi
doc/version.texi
externs.h
general.c
general.h
lib/intl/Makefile.in
lib/intl/localename.h [new file with mode: 0644]
lib/intl/setlocale-fixes.h [new file with mode: 0644]
lib/intl/setlocale.c
lib/readline/doc/readline.3
lib/readline/doc/rluser.texi
lib/readline/doc/version.texi
redir.c
shell.c