]> git.ipfire.org Git - thirdparty/bash.git/commit
speedups for character processing in a multibyte locale when expanding $'...'; cosmet... devel
authorChet Ramey <chet.ramey@case.edu>
Mon, 27 Oct 2025 14:42:10 +0000 (10:42 -0400)
committerChet Ramey <chet.ramey@case.edu>
Mon, 27 Oct 2025 14:42:10 +0000 (10:42 -0400)
commitc299f535be51179b1e0c989ad9ba4365e182ec28
tree1264a65c1826b51ce08656fa3d37a0583851e1bf
parent403b32faf6a5b31ed58a42d1ff696fb8d3d7d5b9
speedups for character processing in a multibyte locale when expanding $'...'; cosmetic fix for select command when read returns EOF; fix for a forced interactive shell running under emacs with a pipe for stdin; fix for local nameref variables with the same name as variables in a function's temporary environment; fix for `x=y local -n x' not making `x' visible as a local variable; turn off nameref attribute for local nameref variables converted to arrays
14 files changed:
CWRU/CWRU.chlog
Makefile.in
builtins/declare.def
execute_cmd.c
input.c
input.h
lib/sh/strtrans.c
parse.y
shell.c
support/shobj-conf
tests/run-all
tests/varenv.right
tests/varenv23.sub
variables.c