mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
*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.
This commit is contained in:
22
ChangeLog
22
ChangeLog
@@ -1,3 +1,25 @@
|
||||
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
|
||||
|
@@ -1,6 +1,6 @@
|
||||
Description:
|
||||
c_snzprintf() function
|
||||
with POSIX compliant and GNU compatible format string interpretation
|
||||
with POSIX and GNU compatible format string interpretation
|
||||
|
||||
Files:
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
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:
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
Description:
|
||||
c_vsnzprintf() function
|
||||
with POSIX compliant and GNU compatible format string interpretation
|
||||
with POSIX and GNU compatible format string interpretation
|
||||
|
||||
Files:
|
||||
|
||||
|
@@ -1,5 +1,6 @@
|
||||
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,
|
||||
|
@@ -1,6 +1,6 @@
|
||||
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:
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
Description:
|
||||
Formatted printing into an obstack (without INT_MAX limitation)
|
||||
with POSIX compliant format string interpretation
|
||||
with POSIX compatible format string interpretation
|
||||
|
||||
Files:
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
Description:
|
||||
snzprintf() function
|
||||
with POSIX compliant and GNU compatible format string interpretation
|
||||
with POSIX and GNU compatible format string interpretation
|
||||
|
||||
Files:
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
Description:
|
||||
snzprintf() function with POSIX compliant format string interpretation
|
||||
snzprintf() function with POSIX compatible format string interpretation
|
||||
|
||||
Files:
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
Description:
|
||||
szprintf() function
|
||||
with POSIX compliant and GNU compatible format string interpretation
|
||||
with POSIX and GNU compatible format string interpretation
|
||||
|
||||
Files:
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
Description:
|
||||
szprintf() function with POSIX compliant format string interpretation
|
||||
szprintf() function with POSIX compatible format string interpretation
|
||||
|
||||
Files:
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
Description:
|
||||
aszprintf() and vaszprintf() functions
|
||||
with POSIX compliant and GNU compatible format string interpretation
|
||||
with POSIX and GNU compatible format string interpretation
|
||||
|
||||
Files:
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
Description:
|
||||
aszprintf() and vaszprintf() functions
|
||||
with POSIX compliant format string interpretation
|
||||
with POSIX compatible format string interpretation
|
||||
|
||||
Files:
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
Description:
|
||||
vsnzprintf() function
|
||||
with POSIX compliant and GNU compatible format string interpretation
|
||||
with POSIX and GNU compatible format string interpretation
|
||||
|
||||
Files:
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
Description:
|
||||
vsnzprintf() function with POSIX compliant format string interpretation
|
||||
vsnzprintf() function with POSIX compatible format string interpretation
|
||||
|
||||
Files:
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
Description:
|
||||
vszprintf() function
|
||||
with POSIX compliant and GNU compatible format string interpretation
|
||||
with POSIX and GNU compatible format string interpretation
|
||||
|
||||
Files:
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
Description:
|
||||
vszprintf() function with POSIX compliant format string interpretation
|
||||
vszprintf() function with POSIX compatible format string interpretation
|
||||
|
||||
Files:
|
||||
|
||||
|
Reference in New Issue
Block a user