add more overflow handling for printf builtin; start incorporating C23 stdckdint ; rework PRIdMAX replacements

This commit is contained in:
Chet Ramey
2024-03-15 12:55:39 -04:00
parent bf944fe91f
commit 167a9248f9
22 changed files with 608 additions and 91 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/* stringlib.c - Miscellaneous string functions. */
/* Copyright (C) 1996-2009,2022-2023 Free Software Foundation, Inc.
/* Copyright (C) 1996-2009,2022-2024 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.