1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00
xz-archive/src/liblzma
Lasse Collin 7b8982b291 Use defined(__GNUC__) before __GNUC__ in preprocessor lines.
This should silence the equivalent of -Wundef in compilers that
don't define __GNUC__.
2020-02-22 14:15:07 +02:00
..
api Use defined(__GNUC__) before __GNUC__ in preprocessor lines. 2020-02-22 14:15:07 +02:00
check Rename read32ne to aligned_read32ne, and similarly for the others. 2019-12-31 00:29:48 +02:00
common Rename unaligned_read32ne to read32ne, and similarly for the others. 2019-12-31 00:47:49 +02:00
delta liblzma: Fix warnings from -Wsign-conversion. 2019-06-23 21:38:56 +03:00
lz Rename unaligned_read32ne to read32ne, and similarly for the others. 2019-12-31 00:47:49 +02:00
lzma liblzma: Add more uses of lzma_memcmplen() to the normal mode of LZMA. 2020-02-21 17:40:02 +02:00
rangecoder liblzma: Remove incorrect #ifdef from range_common.h. 2018-02-06 18:02:48 +02:00
simple Rename unaligned_read32ne to read32ne, and similarly for the others. 2019-12-31 00:47:49 +02:00
liblzma.map Bump the version number to 5.3.1alpha. 2018-04-29 18:58:19 +03:00
liblzma.pc.in liblzma: Fix Libs.private in liblzma.pc to include -lrt when needed. 2012-04-19 14:02:25 +03:00
liblzma_w32res.rc Added public domain notice into a few files. 2009-07-18 11:26:39 +03:00
Makefile.am Bump version to 5.3.0alpha and soname to 5.3.99. 2015-03-30 22:44:02 +03:00
validate_map.sh liblzma: Use symbol versioning. 2011-05-28 15:55:39 +03:00