xz/src/common
Lasse Collin f8c328eed1
Windows: Workaround a UTF-8 issue in Gettext's libintl_setlocale()
See the comment. In this package, locale is set at program startup and
not changed later, so the point (2) in the comment isn't a problem.

Fixes: 46ee006162
2024-12-20 16:33:34 +02:00
..
common_w32res.rc Windows: Embed an application manifest in the EXE files 2024-10-01 12:10:23 +03:00
mythread.h Fix typos 2024-05-18 00:34:07 +03:00
sysdefs.h Windows: Drop Visual Studio 2013 support 2024-06-20 21:53:07 +03:00
tuklib_common.h tuklib: __STDC_VERSION__ in C23 is 202311 2024-06-10 23:19:27 +03:00
tuklib_config.h Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
tuklib_cpucores.c Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
tuklib_cpucores.h Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
tuklib_exit.c Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
tuklib_exit.h Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
tuklib_gettext.h Windows: Workaround a UTF-8 issue in Gettext's libintl_setlocale() 2024-12-20 16:33:34 +02:00
tuklib_integer.h Fix typos 2024-06-07 16:01:27 +03:00
tuklib_mbstr.h tuklib_mbstr_width: Add tuklib_mbstr_width_mem() 2024-12-18 17:09:30 +02:00
tuklib_mbstr_fw.c Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
tuklib_mbstr_nonprint.c Add tuklib_mbstr_nonprint to mask non-printable characters 2024-12-18 17:09:32 +02:00
tuklib_mbstr_nonprint.h Add tuklib_mbstr_nonprint to mask non-printable characters 2024-12-18 17:09:32 +02:00
tuklib_mbstr_width.c tuklib_mbstr_width: Add tuklib_mbstr_width_mem() 2024-12-18 17:09:30 +02:00
tuklib_mbstr_wrap.c tuklib_mbstr_wrap: Silence a warning from Clang 2024-12-18 17:50:58 +02:00
tuklib_mbstr_wrap.h Add tuklib_mbstr_wrap for automatic word wrapping 2024-12-18 17:09:31 +02:00
tuklib_open_stdxxx.c Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
tuklib_open_stdxxx.h Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
tuklib_physmem.c Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
tuklib_physmem.h Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
tuklib_progname.c Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
tuklib_progname.h Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
w32_application.manifest Windows: Embed an application manifest in the EXE files 2024-10-01 12:10:23 +03:00
w32_application.manifest.comments.txt Windows: Revert the setlocale(LC_ALL, ".UTF8") documentation 2024-12-20 16:33:28 +02:00