xz/src/liblzma
Lasse Collin 33be3c0e24 Subblock decoder: Don't exit the main loop in decode_buffer()
too early if we hit End of Input while decoding a Subblock of
type Repeating Data. To keep the loop termination condition
elegant, the order of enumerations in coder->sequence were
changed.

To keep the case-labels in roughly the same order as the
enumerations in coder->sequence, large chunks of code was
moved around. This made the diff big and ugly compared to
the amount of the actual changes made.
2008-01-17 18:56:53 +02:00
..
api Added lzma_memlimit_count(). 2008-01-16 14:46:50 +02:00
check Fix CRC code in case --enable-small is used. 2008-01-15 07:44:59 +02:00
common Plugged a memory leak in stream_decoder.c. 2008-01-16 14:48:04 +02:00
lz Major changes to LZ encoder, LZMA encoder, and range encoder. 2008-01-14 13:39:54 +02:00
lzma Revised the fastpos code. It now uses the slightly faster 2008-01-15 14:02:22 +02:00
rangecoder Omit invalid space from printf() format string 2008-01-15 12:20:41 +02:00
simple Fix wrong too small size of argument unfiltered_max 2008-01-17 17:39:42 +02:00
subblock Subblock decoder: Don't exit the main loop in decode_buffer() 2008-01-17 18:56:53 +02:00
Makefile.am Imported to git. 2007-12-09 00:42:33 +02:00
lzma.pc.in Imported to git. 2007-12-09 00:42:33 +02:00