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
@@ -547,7 +547,7 @@ and @code{TEXTDOMAIN} shell variables, as explained below.
See the gettext documentation for additional details not covered here.
If the current locale is @code{C} or @code{POSIX},
if there are no translations available,
of if the string is not translated,
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.