From 6674810815912a828bd9a509e0041ee203c88487 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 30 Aug 2023 21:10:20 +0200 Subject: [PATCH] doc: Mention the module 'wchar-single'. * doc/multithread.texi: Mention the module 'wchar-single'. --- ChangeLog | 5 +++++ doc/multithread.texi | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 702f195ec0..d4b2287307 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023-08-30 Bruno Haible + + doc: Mention the module 'wchar-single'. + * doc/multithread.texi: Mention the module 'wchar-single'. + 2023-08-30 Paul Eggert wchar-single: fix module broken since 2021 diff --git a/doc/multithread.texi b/doc/multithread.texi index 87485e8580..7d8126e8f3 100644 --- a/doc/multithread.texi +++ b/doc/multithread.texi @@ -290,6 +290,8 @@ before the locale has been initialized. @end itemize This macro optimizes the functions @code{mbrtowc}, @code{mbrtoc32}, and @code{wcwidth}. +You can get this macro defined by including the Gnulib module +@code{wchar-single}. @item You may define the C macro @code{GNULIB_GETUSERSHELL_SINGLE_THREAD}, if all the programs in your package invoke the functions @code{setusershell}, -- 2.39.5