Adjust to 2021-03-07 change “Rename GNULIB_WCHAR_SINGLE to
GNULIB_WCHAR_SINGLE_LOCALE”. Apparently nobody noticed that
the module was broken. Perhaps we should obsolete the module?
* modules/wchar-single (GNULIB_WCHAR_SINGLE_LOCALE): Define.
+2023-08-30 Paul Eggert <eggert@cs.ucla.edu>
+
+ wchar-single: fix module broken since 2021
+ Adjust to 2021-03-07 change “Rename GNULIB_WCHAR_SINGLE to
+ GNULIB_WCHAR_SINGLE_LOCALE”. Apparently nobody noticed that
+ the module was broken. Perhaps we should obsolete the module?
+ * modules/wchar-single (GNULIB_WCHAR_SINGLE_LOCALE): Define.
+
2023-08-26 Bruno Haible <bruno@clisp.org>
crypto/{sha*,md5,sm3}-buffer: Ignore too old OpenSSL versions.
wchar
configure.ac:
+AC_DEFINE([GNULIB_WCHAR_SINGLE_LOCALE], [1],
+ [Define to 1 to enable more efficient wchar replacements,
+ where we know the locale charset will not change between calls.])
+dnl For backward compatibility:
gl_MODULE_INDICATOR([wchar-single])
Makefile.am: