]> git.ipfire.org Git - thirdparty/gettext.git/commit
libgettextpo: Use a multithread-safe alternative to strerror().
authorBruno Haible <bruno@clisp.org>
Wed, 7 Aug 2024 18:04:26 +0000 (20:04 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 7 Aug 2024 18:04:26 +0000 (20:04 +0200)
commitd65c188776a7fd1022700cf779f21faadabaf21c
tree0279b59e85f894ac965a77e2117a1fee56d146b0
parent8bd6c8f7029d5d1962def24db0e620d50b8e97be
libgettextpo: Use a multithread-safe alternative to strerror().

* autogen.sh (GNULIB_MODULES_LIBGETTEXTPO): Add xstrerror.
* gnulib-local/lib/markup.c: Include xstrerror.h.
(unescape_string_inplace): Use xstrerror instead of strerror.
* gnulib-local/modules/markup (Depends-on): Add xstrerror.
* gettext-tools/src/read-po-lex.c: Include xstrerror.h.
(mbfile_getc, lex_getc): Use xstrerror instead of strerror.
* gettext-tools/src/read-properties.c: Include xstrerror.h.
(properties_parse): Use xstrerror instead of strerror.
* gettext-tools/src/read-stringtable.c: Include xstrerror.h.
(phase1_getc): Use xstrerror instead of strerror.
* gettext-tools/src/write-catalog.c: Include xstrerror.h.
(msgdomain_list_print): Use xstrerror instead of strerror.
autogen.sh
gettext-tools/src/read-po-lex.c
gettext-tools/src/read-properties.c
gettext-tools/src/read-stringtable.c
gettext-tools/src/write-catalog.c
gnulib-local/lib/markup.c
gnulib-local/modules/markup