xz/src
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 Rename read32ne to aligned_read32ne, and similarly for the others. 2019-12-31 00:29:48 +02:00
liblzma Rename read32ne to aligned_read32ne, and similarly for the others. 2019-12-31 00:29:48 +02:00
lzmainfo Build: Prepare to support Automake's subdir-objects. 2014-10-29 21:15:35 +02:00
scripts Scripts: Put /usr/xpg4/bin to the beginning of PATH on Solaris. 2019-09-24 23:02:40 +03:00
xz xz: Automatically align the strings in --info-memory. 2019-06-28 00:54:31 +03:00
xzdec xzdec: Fix warnings from -Wsign-conversion. 2019-06-23 21:40:47 +03:00
Makefile.am Build: Prepare to support Automake's subdir-objects. 2014-10-29 21:15:35 +02:00