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 3e09e1c058 In lzma_read_match_distances(), don't use
coder->lz.stream_end_was_reached. That variable
will be removed, and the check isn't required anyway.
Rearrange the check so that it doesn't make one to
think that there could be an integer overflow.
2008-01-14 12:08:02 +02:00
..
api Introduced compatibility with systems that have pre-C99 2008-01-06 16:27:41 +02:00
check More pre-C99 inttypes.h compatibility fixes. Now the code 2008-01-08 00:48:30 +02:00
common Small LZMA_SYNC_FLUSH fixes to Block and Single-Stream encoders. 2008-01-14 11:56:41 +02:00
lz Eliminate lzma_lz_encoder.must_move_pos. It's needed 2008-01-10 17:13:42 +02:00
lzma In lzma_read_match_distances(), don't use 2008-01-14 12:08:02 +02:00
rangecoder Moved range decoder initialization (reading the first 2008-01-04 20:45:05 +02:00
simple Remove uncompressed size tracking from the filter encoders. 2007-12-11 16:49:19 +02:00
subblock Remove uncompressed size tracking from the filter encoders. 2007-12-11 16:49:19 +02:00
lzma.pc.in Imported to git. 2007-12-09 00:42:33 +02:00
Makefile.am Imported to git. 2007-12-09 00:42:33 +02:00