xz/src/liblzma/lz
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
..
Makefile.inc Make liblzma produce the same output on both endiannesses. 2009-10-02 11:03:26 +03:00
lz_decoder.c Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
lz_decoder.h Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
lz_encoder.c Make liblzma produce the same output on both endiannesses. 2009-10-02 11:03:26 +03:00
lz_encoder.h A few grammar fixes. 2009-09-12 14:07:36 +03:00
lz_encoder_hash.h Make liblzma produce the same output on both endiannesses. 2009-10-02 11:03:26 +03:00
lz_encoder_hash_table.h Make liblzma produce the same output on both endiannesses. 2009-10-02 11:03:26 +03:00
lz_encoder_mf.c Make liblzma produce the same output on both endiannesses. 2009-10-02 11:03:26 +03:00