mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-12 21:20:47 +02:00
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
This commit is contained in:
+1
-1
@@ -364,7 +364,7 @@ hpux11*)
|
||||
SHLIB_STATUS=unsupported
|
||||
|
||||
# If you are using the HP ANSI C compiler, you can uncomment and use
|
||||
# this code from michael.osipov@siemens.com (I have not tested it)
|
||||
# this code from michael.osipov@innomotics.com (I have not tested it)
|
||||
# SHOBJ_CFLAGS='+z'
|
||||
# SHOBJ_LD='$(CC)'
|
||||
# SHOBJ_LDFLAGS='-b -Wl,+s -Wl,+h,$@'
|
||||
|
||||
Reference in New Issue
Block a user