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>
|
2024-06-30 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
strnlen: avoid undefined memcmp behavior
|
strnlen: avoid undefined memcmp behavior
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
Description:
|
Description:
|
||||||
c_snzprintf() function
|
c_snzprintf() function
|
||||||
with POSIX compliant and GNU compatible format string interpretation
|
with POSIX and GNU compatible format string interpretation
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
Description:
|
Description:
|
||||||
c_aszprintf() and c_vaszprintf() functions
|
c_aszprintf() and c_vaszprintf() functions
|
||||||
with POSIX compliant and GNU compatible format string interpretation
|
with POSIX and GNU compatible format string interpretation
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
Description:
|
Description:
|
||||||
c_vsnzprintf() function
|
c_vsnzprintf() function
|
||||||
with POSIX compliant and GNU compatible format string interpretation
|
with POSIX and GNU compatible format string interpretation
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
|
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
Description:
|
Description:
|
||||||
POSIX formatted printing into an obstack.
|
Formatted printing into an obstack
|
||||||
|
with POSIX compatible format string interpretation
|
||||||
|
|
||||||
Comment:
|
Comment:
|
||||||
This module should not be used as a dependency from a test module,
|
This module should not be used as a dependency from a test module,
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
Description:
|
Description:
|
||||||
Formatted printing into an obstack (without INT_MAX limitation)
|
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:
|
Files:
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
Description:
|
Description:
|
||||||
Formatted printing into an obstack (without INT_MAX limitation)
|
Formatted printing into an obstack (without INT_MAX limitation)
|
||||||
with POSIX compliant format string interpretation
|
with POSIX compatible format string interpretation
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
Description:
|
Description:
|
||||||
snzprintf() function
|
snzprintf() function
|
||||||
with POSIX compliant and GNU compatible format string interpretation
|
with POSIX and GNU compatible format string interpretation
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
Description:
|
Description:
|
||||||
snzprintf() function with POSIX compliant format string interpretation
|
snzprintf() function with POSIX compatible format string interpretation
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
Description:
|
Description:
|
||||||
szprintf() function
|
szprintf() function
|
||||||
with POSIX compliant and GNU compatible format string interpretation
|
with POSIX and GNU compatible format string interpretation
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
Description:
|
Description:
|
||||||
szprintf() function with POSIX compliant format string interpretation
|
szprintf() function with POSIX compatible format string interpretation
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
Description:
|
Description:
|
||||||
aszprintf() and vaszprintf() functions
|
aszprintf() and vaszprintf() functions
|
||||||
with POSIX compliant and GNU compatible format string interpretation
|
with POSIX and GNU compatible format string interpretation
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
Description:
|
Description:
|
||||||
aszprintf() and vaszprintf() functions
|
aszprintf() and vaszprintf() functions
|
||||||
with POSIX compliant format string interpretation
|
with POSIX compatible format string interpretation
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
Description:
|
Description:
|
||||||
vsnzprintf() function
|
vsnzprintf() function
|
||||||
with POSIX compliant and GNU compatible format string interpretation
|
with POSIX and GNU compatible format string interpretation
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
Description:
|
Description:
|
||||||
vsnzprintf() function with POSIX compliant format string interpretation
|
vsnzprintf() function with POSIX compatible format string interpretation
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
Description:
|
Description:
|
||||||
vszprintf() function
|
vszprintf() function
|
||||||
with POSIX compliant and GNU compatible format string interpretation
|
with POSIX and GNU compatible format string interpretation
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
Description:
|
Description:
|
||||||
vszprintf() function with POSIX compliant format string interpretation
|
vszprintf() function with POSIX compatible format string interpretation
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user