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 5e78fcbf2e Rename read32ne to aligned_read32ne, and similarly for the others.
Using the aligned methods requires more care to ensure that
the address really is aligned, so it's nicer if the aligned
methods are prefixed. The next commit will remove the unaligned_
prefix from the unaligned methods which in liblzma are used in
more places than the aligned ones.
2019-12-31 00:29:48 +02:00
..
common_w32res.rc Update the home page URLs to HTTPS. 2017-04-19 22:17:35 +03:00
mythread.h Fix build when --disable-threads is used. 2014-12-21 18:00:38 +02:00
sysdefs.h Windows: Add MSVC defines for inline and restrict keywords. 2014-01-12 17:04:33 +02:00
tuklib_common.h Update tuklib base headers to include stdbool.h. 2019-07-12 18:10:57 +03:00
tuklib_config.h Update tuklib base headers to include stdbool.h. 2019-07-12 18:10:57 +03:00
tuklib_cpucores.c tuklib_cpucores: Silence warnings from -Wsign-conversion. 2019-06-23 22:27:45 +03:00
tuklib_cpucores.h Various changes. 2009-09-19 09:47:30 +03:00
tuklib_exit.c Various changes. 2009-09-19 09:47:30 +03: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 Rename read32ne to aligned_read32ne, and similarly for the others. 2019-12-31 00:29:48 +02: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: Hopefully silence a warning on Windows. 2015-11-08 20:16:10 +02:00
tuklib_physmem.h Various changes. 2009-09-19 09:47:30 +03:00
tuklib_progname.c Collection of language fixes to comments and docs. 2010-02-12 13:16:15 +02:00
tuklib_progname.h Collection of language fixes to comments and docs. 2010-02-12 13:16:15 +02:00