xz/src/liblzma
Lasse Collin c5f68b5cc7 Make liblzma produce the same output on both endiannesses.
Seems that it is a problem in some cases if the same
version of XZ Utils produces different output on different
endiannesses, so this commit fixes that problem. The output
will still vary between different XZ Utils versions, but I
cannot avoid that for now.

This commit bloatens the code on big endian systems by 1 KiB,
which should be OK since liblzma is bloated already. ;-)
2009-10-02 11:03:26 +03:00
..
api Fix incorrect use of "restrict". 2009-09-15 21:07:23 +03:00
check Make liblzma produce the same output on both endiannesses. 2009-10-02 11:03:26 +03:00
common Fix incorrect use of "restrict". 2009-09-15 21:07:23 +03:00
delta Build system fixes 2009-06-30 17:09:57 +03:00
lz Make liblzma produce the same output on both endiannesses. 2009-10-02 11:03:26 +03:00
lzma Fix a couple of warnings. 2009-09-11 09:25:09 +03:00
rangecoder Build system fixes 2009-06-30 17:09:57 +03:00
simple BCJ filters: Reject invalid start offsets with LZMA_OPTIONS_ERROR. 2009-07-10 11:39:38 +03:00
subblock Build system fixes 2009-06-30 17:09:57 +03:00
Makefile.am Use sed instead of $(SED) so that we don't need to 2009-07-06 10:36:04 +03:00
liblzma.pc.in Added public domain notice into a few files. 2009-07-18 11:26:39 +03:00
liblzma_w32res.rc Added public domain notice into a few files. 2009-07-18 11:26:39 +03:00