aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/lz/lz_encoder_hash_table.h (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2024-02-14liblzma: Include the SPDX license identifier 0BSD to generated files.Lasse Collin1-1/+3
Perhaps the generated files aren't even copyrightable but using the same license for them as for the rest of the liblzma keeps things more consistent for tools that look for license info.
2009-10-02Make liblzma produce the same output on both endiannesses.Lasse Collin1-0/+68
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. ;-)