From: Bruno Haible Date: Sun, 30 Jun 2024 14:16:26 +0000 (+0200) Subject: *printf-tests: Correct test file descriptions. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=d147ad82d7b2a0fe59a314e427bafcd0f885b7b8;p=gnulib.git *printf-tests: Correct test file descriptions. * tests/test-fprintf-gnu.h: Fix title line. * tests/test-fprintf-posix.h: Likewise. * tests/test-printf-gnu.h: Likewise. * tests/test-printf-posix.h: Likewise. * tests/test-snzprintf-gnu.h: Likewise. * tests/test-vaszprintf-gnu.h: Likewise. --- diff --git a/ChangeLog b/ChangeLog index e240a5fb63..cf44fca935 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2024-06-30 Bruno Haible + + *printf-tests: Correct test file descriptions. + * tests/test-fprintf-gnu.h: Fix title line. + * tests/test-fprintf-posix.h: Likewise. + * tests/test-printf-gnu.h: Likewise. + * tests/test-printf-posix.h: Likewise. + * tests/test-snzprintf-gnu.h: Likewise. + * tests/test-vaszprintf-gnu.h: Likewise. + 2024-06-30 Bruno Haible *printf-posix-tests: Strengthen tests. diff --git a/tests/test-fprintf-gnu.h b/tests/test-fprintf-gnu.h index a88f72770d..f22ed39d02 100644 --- a/tests/test-fprintf-gnu.h +++ b/tests/test-fprintf-gnu.h @@ -1,4 +1,4 @@ -/* Test of POSIX and GNU compatible vsprintf() and sprintf() functions. +/* Test of POSIX and GNU compatible [v]fprintf() and vdprintf() functions. Copyright (C) 2007-2024 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify diff --git a/tests/test-fprintf-posix.h b/tests/test-fprintf-posix.h index b5d023ff5b..8576f58324 100644 --- a/tests/test-fprintf-posix.h +++ b/tests/test-fprintf-posix.h @@ -1,4 +1,4 @@ -/* Test of POSIX compatible vsprintf() and sprintf() functions. +/* Test of POSIX compatible [v]fprintf() and vdprintf() functions. Copyright (C) 2007-2024 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify diff --git a/tests/test-printf-gnu.h b/tests/test-printf-gnu.h index 1dd9d026f7..1ee541669a 100644 --- a/tests/test-printf-gnu.h +++ b/tests/test-printf-gnu.h @@ -1,4 +1,4 @@ -/* Test of POSIX and GNU compatible vsprintf() and sprintf() functions. +/* Test of POSIX and GNU compatible vprintf() and printf() functions. Copyright (C) 2007-2024 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify diff --git a/tests/test-printf-posix.h b/tests/test-printf-posix.h index acb4e82b26..68e8edb175 100644 --- a/tests/test-printf-posix.h +++ b/tests/test-printf-posix.h @@ -1,4 +1,4 @@ -/* Test of POSIX compatible vsprintf() and sprintf() functions. +/* Test of POSIX compatible vprintf() and printf() functions. Copyright (C) 2007-2024 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify diff --git a/tests/test-snzprintf-gnu.h b/tests/test-snzprintf-gnu.h index eb8e503079..072250dc37 100644 --- a/tests/test-snzprintf-gnu.h +++ b/tests/test-snzprintf-gnu.h @@ -1,4 +1,4 @@ -/* Test of POSIX and GNU compatible vsnzprintf() and snzprintf() functions. +/* Test of POSIX and GNU compatible [v]snzprintf(), c_[v]snzprintf() functions. Copyright (C) 2007-2024 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify diff --git a/tests/test-vaszprintf-gnu.h b/tests/test-vaszprintf-gnu.h index 498c8ef730..4b6cb493c0 100644 --- a/tests/test-vaszprintf-gnu.h +++ b/tests/test-vaszprintf-gnu.h @@ -1,4 +1,4 @@ -/* Test of POSIX and GNU compatible vaszprintf() and aszprintf() functions. +/* Test of POSIX and GNU compatible [v]aszprintf(), c_[v]aszprintf() functions. Copyright (C) 2007-2024 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify