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:
Chet Ramey
2024-03-18 11:45:39 -04:00
parent 167a9248f9
commit b1e7f68032
15 changed files with 243 additions and 145 deletions
+1 -1
View File
@@ -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