* modules/lock (Depends-on): Add pthread-once.
+2024-05-29 Bruno Haible <bruno@clisp.org>
+
+ lock: Work around Cygwin 3.5.3 bug.
+ * modules/lock (Depends-on): Add pthread-once.
+
2024-05-29 Collin Funk <collin.funk1@gmail.com>
- gnulib-tool.py: Don't emit non-ASCII shell output.
+ gnulib-tool.py: Don't emit non-ASCII shell output (regr. yesterday).
Reported by Bruno Haible in
<https://lists.gnu.org/archive/html/bug-gnulib/2024-05/msg00441.html>.
* pygnulib/GLModuleSystem.py (GLModule.shell_id_chars): Use the re.ASCII
Depends-on:
extensions
threadlib
+pthread-once [test $gl_threads_api = posix]
windows-mutex [test $gl_threads_api = windows]
windows-rwlock [test $gl_threads_api = windows]
windows-recmutex [test $gl_threads_api = windows]