+2024-06-30 Bruno Haible <bruno@clisp.org>
+
+ *printf-{posix,gnu}: Tweak module descriptions.
+ * modules/c-snzprintf-gnu (Description): Say "POSIX compatible", not
+ "POSIX compliant", since these modules don't implement the %n directive
+ by default any more.
+ * modules/c-vaszprintf-gnu (Description): Likewise.
+ * modules/c-vsnzprintf-gnu (Description): Likewise.
+ * modules/obstack-printf-posix (Description): Likewise.
+ * modules/obstack-zprintf-gnu (Description): Likewise.
+ * modules/obstack-zprintf-posix (Description): Likewise.
+ * modules/snzprintf-gnu (Description): Likewise.
+ * modules/snzprintf-posix (Description): Likewise.
+ * modules/szprintf-gnu (Description): Likewise.
+ * modules/szprintf-posix (Description): Likewise.
+ * modules/vaszprintf-gnu (Description): Likewise.
+ * modules/vaszprintf-posix (Description): Likewise.
+ * modules/vsnzprintf-gnu (Description): Likewise.
+ * modules/vsnzprintf-posix (Description): Likewise.
+ * modules/vszprintf-gnu (Description): Likewise.
+ * modules/vszprintf-posix (Description): Likewise.
+
2024-06-30 Paul Eggert <eggert@cs.ucla.edu>
strnlen: avoid undefined memcmp behavior
Description:
c_snzprintf() function
-with POSIX compliant and GNU compatible format string interpretation
+with POSIX and GNU compatible format string interpretation
Files:
Description:
c_aszprintf() and c_vaszprintf() functions
-with POSIX compliant and GNU compatible format string interpretation
+with POSIX and GNU compatible format string interpretation
Files:
Description:
c_vsnzprintf() function
-with POSIX compliant and GNU compatible format string interpretation
+with POSIX and GNU compatible format string interpretation
Files:
Description:
-POSIX formatted printing into an obstack.
+Formatted printing into an obstack
+with POSIX compatible format string interpretation
Comment:
This module should not be used as a dependency from a test module,
Description:
Formatted printing into an obstack (without INT_MAX limitation)
-with POSIX compliant and GNU compatible format string interpretation
+with POSIX and GNU compatible format string interpretation
Files:
Description:
Formatted printing into an obstack (without INT_MAX limitation)
-with POSIX compliant format string interpretation
+with POSIX compatible format string interpretation
Files:
Description:
snzprintf() function
-with POSIX compliant and GNU compatible format string interpretation
+with POSIX and GNU compatible format string interpretation
Files:
Description:
-snzprintf() function with POSIX compliant format string interpretation
+snzprintf() function with POSIX compatible format string interpretation
Files:
Description:
szprintf() function
-with POSIX compliant and GNU compatible format string interpretation
+with POSIX and GNU compatible format string interpretation
Files:
Description:
-szprintf() function with POSIX compliant format string interpretation
+szprintf() function with POSIX compatible format string interpretation
Files:
Description:
aszprintf() and vaszprintf() functions
-with POSIX compliant and GNU compatible format string interpretation
+with POSIX and GNU compatible format string interpretation
Files:
Description:
aszprintf() and vaszprintf() functions
-with POSIX compliant format string interpretation
+with POSIX compatible format string interpretation
Files:
Description:
vsnzprintf() function
-with POSIX compliant and GNU compatible format string interpretation
+with POSIX and GNU compatible format string interpretation
Files:
Description:
-vsnzprintf() function with POSIX compliant format string interpretation
+vsnzprintf() function with POSIX compatible format string interpretation
Files:
Description:
vszprintf() function
-with POSIX compliant and GNU compatible format string interpretation
+with POSIX and GNU compatible format string interpretation
Files:
Description:
-vszprintf() function with POSIX compliant format string interpretation
+vszprintf() function with POSIX compatible format string interpretation
Files: