xz/src/common
Lasse Collin e9b9ea9531 tuklib_integer.h: Fix a recent copypaste error in Clang detection.
Wrong line was changed in 7062348bf3.
Also, this has >= instead of == since ints larger than 32 bits would
work too even if not relevant in practice.
2023-05-03 22:55:54 +03:00
..
common_w32res.rc Windows: Fix building of resource files when config.h isn't used. 2020-07-12 20:46:24 +03:00
mythread.h liblzma: Silence a warning from -Wsign-conversion in a 32-bit build. 2023-02-03 21:10:25 +08:00
sysdefs.h sysdefs.h: Don't include strings.h anymore. 2023-01-11 17:49:59 +02:00
tuklib_common.h Update tuklib base headers to include stdbool.h. 2019-07-12 18:10:57 +03:00
tuklib_config.h Revert the previous commit and add a comment. 2020-02-18 19:12:35 +02:00
tuklib_cpucores.c tuklib_cpucores: Use HW_NCPUONLINE on OpenBSD. 2022-10-20 20:22:50 +03:00
tuklib_cpucores.h Various changes. 2009-09-19 09:47:30 +03:00
tuklib_exit.c tuklib_exit: Add missing header. 2020-02-20 18:54:04 +02:00
tuklib_exit.h Various changes. 2009-09-19 09:47:30 +03:00
tuklib_gettext.h Fix use of N_() and ngettext(). 2010-09-07 10:42:13 +03:00
tuklib_integer.h tuklib_integer.h: Fix a recent copypaste error in Clang detection. 2023-05-03 22:55:54 +03:00
tuklib_mbstr.h Fix comment typos in tuklib_mbstr* files. 2019-07-12 18:57:43 +03:00
tuklib_mbstr_fw.c xz: Silence warnings from -Wsign-conversion in a 32-bit build. 2023-02-03 21:10:38 +08:00
tuklib_mbstr_width.c Fix comment typos in tuklib_mbstr* files. 2019-07-12 18:57:43 +03:00
tuklib_open_stdxxx.c Don't call close(-1) in tuklib_open_stdxxx() on error. 2011-05-28 16:43:26 +03:00
tuklib_open_stdxxx.h Various changes. 2009-09-19 09:47:30 +03:00
tuklib_physmem.c tuklib_physmem: Silence warning from -Wcast-function-type on MinGW-w64. 2023-02-03 21:38:13 +08:00
tuklib_physmem.h Various changes. 2009-09-19 09:47:30 +03:00
tuklib_progname.c Build: Only define HAVE_PROGRAM_INVOCATION_NAME if it is set to 1. 2023-01-05 00:29:39 +08:00
tuklib_progname.h Build: Only define HAVE_PROGRAM_INVOCATION_NAME if it is set to 1. 2023-01-05 00:29:39 +08:00