1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00
xz-archive/src/liblzma/lz
Lasse Collin 0e27028d74 Add a separate internal function to initialize the CRC32
table, which is used also by LZ encoder. This was needed
because calling lzma_crc32() and ignoring the result is
a no-op due to lzma_attr_pure.
2009-02-08 18:24:50 +02:00
..
lz_decoder.c Added initial support for preset dictionary for raw LZMA1 2009-01-27 18:36:05 +02:00
lz_decoder.h Added initial support for preset dictionary for raw LZMA1 2009-01-27 18:36:05 +02:00
lz_encoder.c Add a separate internal function to initialize the CRC32 2009-02-08 18:24:50 +02:00
lz_encoder.h Some API changes, bug fixes, cleanups etc. 2008-09-27 19:09:21 +03:00
lz_encoder_hash.h Sort of garbage collection commit. :-| Many things are still 2008-08-28 22:53:15 +03:00
lz_encoder_mf.c Some API changes, bug fixes, cleanups etc. 2008-09-27 19:09:21 +03:00
Makefile.am Sort of garbage collection commit. :-| Many things are still 2008-08-28 22:53:15 +03:00