]> Savannah Git Hosting - gnulib.git/commitdiff
*printf-tests: Correct test file descriptions.
authorBruno Haible <bruno@clisp.org>
Sun, 30 Jun 2024 14:16:26 +0000 (16:16 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 30 Jun 2024 14:16:26 +0000 (16:16 +0200)
* 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.

ChangeLog
tests/test-fprintf-gnu.h
tests/test-fprintf-posix.h
tests/test-printf-gnu.h
tests/test-printf-posix.h
tests/test-snzprintf-gnu.h
tests/test-vaszprintf-gnu.h

index e240a5fb630b7beb4cd20e6030dbc145d099a2e4..cf44fca9351a4646611f5f877f1259b9a72dc84e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2024-06-30  Bruno Haible  <bruno@clisp.org>
+
+       *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  <bruno@clisp.org>
 
        *printf-posix-tests: Strengthen tests.
index a88f72770d179e7b9a342d87c124ee5f57aa1645..f22ed39d027129c3d4705c3597fe5136d13fe7b7 100644 (file)
@@ -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
index b5d023ff5b7a19c1d73ed7e5c8643f21eeede649..8576f58324dea2d2ad6323aafb8911c326e57872 100644 (file)
@@ -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
index 1dd9d026f770a9cdf84c20de0ae03b1abffb9ea6..1ee541669a002ee3cbc4c654389a6962189d09c6 100644 (file)
@@ -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
index acb4e82b26213373c8ff617bc33b92ff991b6f06..68e8edb17586d4b4738126a252aa14f7a1ee59d1 100644 (file)
@@ -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
index eb8e50307905b0550746817fe26e1d2147b9c99d..072250dc37f9c382f9d4529b02078accfdd6b0e3 100644 (file)
@@ -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
index 498c8ef7302514e30dee216acf2391786a335650..4b6cb493c08fd38e62705f66dd9001b85aca3361 100644 (file)
@@ -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