summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6323068ffd..ac0153693e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2023-05-03 Bruno Haible <bruno@clisp.org>
+
+ vasnprintf, vasnwprintf: Make '0' flag handling more ISO C compliant.
+ * lib/vasnprintf.c (VASNPRINTF): When doing the padding ourselves,
+ ignore the '0' flag if a precision is specified and the conversion is
+ one of d, i, o, u, x, X, b, B.
+ * tests/test-vasnprintf-posix.c (test_function): Update expected results
+ accordingly.
+ * tests/test-vasprintf-posix.c (test_function): Likewise.
+ * tests/test-snprintf-posix.h (test_function): Likewise.
+ * tests/test-sprintf-posix.h (test_function): Likewise.
+ * tests/test-vasnwprintf-posix.c (test_function): Likewise.
+
2023-05-02 Paul Eggert <eggert@cs.ucla.edu>
mktime: include <intprops.h>