From: Collin Funk Date: Sat, 5 Jul 2025 04:19:39 +0000 (-0700) Subject: Fix recent ChangeLog entries. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbb058b782d1ba5850924084ac4957e198ccf57d;p=thirdparty%2Fgnulib.git Fix recent ChangeLog entries. --- diff --git a/ChangeLog b/ChangeLog index 2d52118881..e18a5dcd1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,9 @@ 2025-07-04 Collin Funk - 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.