]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
Fix ChangeLog to match recent commit message
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 26 May 2026 00:06:42 +0000 (17:06 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 26 May 2026 00:06:42 +0000 (17:06 -0700)
ChangeLog

index 3b9f26165d119e712db523639f24828d0ba73443..b486911abecf7f706ec87ff7eb88032dbc9610ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        lib/localeinfo.c.
        * modules/mbiter-aux: New file.
 
-2026-05-25  Waldemar Brodkorb  <wbx@openadk.org>
+2026-05-25  Paul Eggert  <eggert@cs.ucla.edu>
 
        mbrtoc32: do not optimze for uClibc-ng
+       Problem reported by Waldemar Brodkorb in:
+       https://lists.gnu.org/r/bug-gnulib/2026-05/msg00145.html
        * lib/mbrtoc32.c (mbrtoc32):
        * lib/mbrtowc.c (rpl_mbrtowc):
        Treat uClibc-ng as non-glibc.
 
-2026-05-25  Paul Eggert  <eggert@cs.ucla.edu>
-
        quotearg: support USE_C_LOCALE variant
        This is for gzip, which does not use setlocale,
        but does need to quote file names.