1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00
xz-archive/src/common
Lasse Collin 194a5fab69 sysdefs.h: Don't include memory.h anymore even if it were available.
It quite probably was never needed, that is, any system where memory.h
was required likely couldn't compile XZ Utils for other reasons anyway.

XZ Utils 5.2.6 and later source packages were generated using
Autoconf 2.71 which no longer defines HAVE_MEMORY_H. So the code
being removed is no longer used anyway.
2023-01-10 10:04:06 +02: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 Style: Change #if !defined() to #ifndef in mythread.h. 2023-01-06 20:43:31 +08:00
sysdefs.h sysdefs.h: Don't include memory.h anymore even if it were available. 2023-01-10 10:04:06 +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: Add 64-bit endianness-converting reads and writes. 2022-10-05 14:26:00 +03:00
tuklib_mbstr.h Fix comment typos in tuklib_mbstr* files. 2019-07-12 18:57:43 +03:00
tuklib_mbstr_fw.c Fix comment typos in tuklib_mbstr* files. 2019-07-12 18:57:43 +03: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: Fix Unicode builds on Windows. 2022-09-28 12:20:41 +03: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-02 22:33:48 +08:00
tuklib_progname.h Build: Only define HAVE_PROGRAM_INVOCATION_NAME if it is set to 1. 2023-01-02 22:33:48 +08:00