updated translations; back out change allowing quoted characters and process substitution words in function names; rework readline change for GNU Hurd and ncurses

This commit is contained in:
Chet Ramey
2025-06-16 13:47:40 -04:00
parent 727b8d3663
commit 0f0cea342e
18 changed files with 1355 additions and 1850 deletions
+8
View File
@@ -37,6 +37,7 @@ set +o posix
a\=2
# these are still errors, but one day will not be
<(:) ()
{
echo $FUNCNAME
@@ -44,6 +45,13 @@ a\=2
\<\(:\)
type '<(:)'
'a b c' ()
{
echo function a b c
}
a\ b\ c
type 'a b c'
break()
{
echo inside function $FUNCNAME