]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
Fix recent ChangeLog entries.
authorCollin Funk <collin.funk1@gmail.com>
Sat, 5 Jul 2025 04:19:39 +0000 (21:19 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Sat, 5 Jul 2025 04:19:39 +0000 (21:19 -0700)
ChangeLog

index 2d52118881b503b845d122d05b707f2cd594cad4..e18a5dcd1ea43474ef61d9eab864e28064607811 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,9 @@
 2025-07-04  Collin Funk  <collin.funk1@gmail.com>
 
-       strncasecmp_l: Fix missing declaration of c_strncasecmp (regr. 2025-02-16).
+       strncasecmp_l: Fix missing declaration of c_strncasecmp.
        * lib/strncasecmp_l.c [GNULIB_defined_locale_t]: Include c-strcase.h.
 
-       strcasecmp_l: Fix missing declaration of c_strcasecmp (regr. 2025-02-16).
+       strcasecmp_l: Fix missing declaration of c_strcasecmp.
        * lib/strcasecmp_l.c [GNULIB_defined_locale_t]: Include c-strcase.h.
 
        forkpty: Adjust misleading comment.