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
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
..
api Introduced LZMA_API_STATIC macro, which the applications 2009-02-07 11:11:50 +02:00
check Add a separate internal function to initialize the CRC32 2009-02-08 18:24:50 +02:00
common Introduced LZMA_API_STATIC macro, which the applications 2009-02-07 11:11:50 +02:00
delta Added lzma_delta_coder_memusage() which also validates 2008-12-01 16:30:11 +02:00
lz Add a separate internal function to initialize the CRC32 2009-02-08 18:24:50 +02:00
lzma Modify LZMA_API macro so that it works on Windows with 2009-02-02 20:14:03 +02:00
rangecoder Remove lzma_init() and other init functions from liblzma API. 2008-12-31 00:30:49 +02:00
simple Renamed lzma_options_simple to lzma_options_bcj in the API. 2008-12-31 16:29:39 +02:00
subblock Oh well, big messy commit again. Some highlights: 2008-11-19 20:46:52 +02:00
liblzma.pc.in Remove lzma_init() and other init functions from liblzma API. 2008-12-31 00:30:49 +02:00
Makefile.am Updated src/liblzma/Makefile.am to use liblzma.pc.in, which 2008-12-31 00:48:23 +02:00