]> icculus.org git repositories - icculus/xz.git/history - src/liblzma/common
Moved var declarations out of for-loops. Makes pre-C99 compilers happier.
[icculus/xz.git] / src / liblzma / common /
2008-01-23 Lasse CollinFix the fix 863028cb7ad6d8d0455fa69348f56b376d7b908f...
2008-01-22 Lasse CollinTake advantage of return_if_error() macro in
2008-01-22 Lasse CollinFixed a dangling pointer that caused invalid free().
2008-01-22 Lasse CollinAdded lzma_easy_* functions. These should make using
2008-01-22 Lasse CollinFix Multi-Block Stream encoder's EOPM usage.
2008-01-21 Lasse CollinMade lzma_extra pointers const in lzma_options_stream.
2008-01-19 Lasse CollinRevised the Delta filter implementation. The initialization
2008-01-16 Lasse CollinPlugged a memory leak in stream_decoder.c.
2008-01-16 Lasse CollinAdded lzma_memlimit_count().
2008-01-16 Lasse CollinMake Uncompresed Size validation more strict
2008-01-15 Lasse CollinUse fastpos.h when encoding LZMA dictionary size in
2008-01-15 Lasse CollinRevised the fastpos code. It now uses the slightly...
2008-01-15 Lasse CollinAdded bsr.h.
2008-01-15 Lasse CollinFix CRC code in case --enable-small is used.
2008-01-15 Lasse CollinAdded precomputed range coder probability price table.
2008-01-14 Lasse CollinSmall LZMA_SYNC_FLUSH fixes to Block and Single-Stream...
2008-01-08 Lasse CollinTake advantage of return_if_error() in block_decoder.c.
2008-01-08 Lasse CollinFix decoding of Blocks that have only Block Header.
2008-01-08 Lasse CollinFixed encoding of empty files. Arguments to is_size_valid()
2007-12-11 Lasse CollinRemoved uncompressed size tracking from Delta encoder...
2007-12-11 Lasse CollinRemove uncompressed size tracking from the filter encoders.
2007-12-09 Lasse CollinAdded LZMA_SYNC_FLUSH support to the Copy filter.
2007-12-09 Lasse CollinTake advantage of return_if_error() macro in more places.
2007-12-08 Lasse CollinImported to git.