xz/src/liblzma
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
..
api Add LZMA_RET_INTERNAL1..8 to lzma_ret and use one for LZMA_TIMED_OUT. 2019-06-24 23:25:41 +03:00
check Rename read32ne to aligned_read32ne, and similarly for the others. 2019-12-31 00:29:48 +02:00
common liblzma: Add a comment. 2019-06-24 23:52:17 +03:00
delta liblzma: Fix warnings from -Wsign-conversion. 2019-06-23 21:38:56 +03:00
lz liblzma: Fix a buggy comment. 2019-06-25 23:15:21 +03:00
lzma liblzma: Fix warnings from -Wsign-conversion. 2019-06-23 21:38:56 +03:00
rangecoder liblzma: Remove incorrect #ifdef from range_common.h. 2018-02-06 18:02:48 +02:00
simple liblzma: Fix warnings from -Wsign-conversion. 2019-06-23 21:38:56 +03:00
Makefile.am Bump version to 5.3.0alpha and soname to 5.3.99. 2015-03-30 22:44:02 +03: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
validate_map.sh liblzma: Use symbol versioning. 2011-05-28 15:55:39 +03:00