mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-08 03:02:40 +02:00
add stdbool.h detection and replacement for bool; use ckd_mul/ckd_add/ckd_sub where appropriate; update overflow detection in brace expansion and printf builtin
This commit is contained in:
+1
-1
@@ -485,7 +485,7 @@ current locale. The ‘gettext’ infrastructure performs the lookup and
|
||||
translation, using the ‘LC_MESSAGES’, ‘TEXTDOMAINDIR’, and ‘TEXTDOMAIN’
|
||||
shell variables, as explained below. See the gettext documentation for
|
||||
additional details not covered here. If the current locale is ‘C’ or
|
||||
‘POSIX’, if there are no translations available, of if the string is not
|
||||
‘POSIX’, if there are no translations available, or if the string is not
|
||||
translated, the dollar sign is ignored. Since this is a form of double
|
||||
quoting, the string remains double-quoted by default, whether or not it
|
||||
is translated and replaced. If the ‘noexpand_translation’ option is
|
||||
|
||||
Reference in New Issue
Block a user