xz/src/liblzma/subblock
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
..
Makefile.am Imported to git. 2007-12-09 00:42:33 +02:00
subblock_decoder.c Subblock decoder: Don't exit the main loop in decode_buffer() 2008-01-17 18:56:53 +02:00
subblock_decoder.h Imported to git. 2007-12-09 00:42:33 +02:00
subblock_decoder_helper.c Imported to git. 2007-12-09 00:42:33 +02:00
subblock_decoder_helper.h Imported to git. 2007-12-09 00:42:33 +02:00
subblock_encoder.c Remove uncompressed size tracking from the filter encoders. 2007-12-11 16:49:19 +02:00
subblock_encoder.h Imported to git. 2007-12-09 00:42:33 +02:00