This website requires JavaScript.
Explore
Help
Sign In
root
/
xz
Watch
1
Star
0
Fork
0
You've already forked xz
mirror of
https://git.tukaani.org/xz.git
synced
2025-02-10 18:55:53 +00:00
Code
Issues
Releases
Wiki
Activity
xz
/
src
/
liblzma
/
lz
History
Lasse Collin
608517b9b7
liblzma: Remove incorrect uses of lzma_attribute((__unused__)).
...
Caught by clang -Wused-but-marked-unused.
2019-06-24 22:50:36 +03:00
..
lz_decoder.c
liblzma: Remove incorrect uses of lzma_attribute((__unused__)).
2019-06-24 22:50:36 +03:00
lz_decoder.h
liblzma: Avoid multiple definitions of lzma_coder structures.
2016-11-21 20:24:50 +02: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_hash.h
liblzma: Fix one more unaligned read to use unaligned_read16ne().
2019-06-02 00:50:59 +03:00
lz_encoder_mf.c
liblzma: Use lzma_memcmplen() in the BT3 match finder.
2014-08-04 19:25:58 +03:00
lz_encoder.c
liblzma: Avoid multiple definitions of lzma_coder structures.
2016-11-21 20:24:50 +02:00
lz_encoder.h
liblzma: Avoid multiple definitions of lzma_coder structures.
2016-11-21 20:24:50 +02:00
Makefile.inc
Make liblzma produce the same output on both endiannesses.
2009-10-02 11:03:26 +03:00