]> icculus.org git repositories - icculus/xz.git/history - src/liblzma
Typo fix
[icculus/xz.git] / src / liblzma /
2008-01-15 Lasse CollinFix a typo in lzma_encoder.c.
2008-01-15 Lasse CollinConvert bittree_get_price() and bittree_reverse_get_price()
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 CollinRemove RC_BUFFER_SIZE from lzma_encoder_private.h
2008-01-14 Lasse CollinMajor changes to LZ encoder, LZMA encoder, and range...
2008-01-14 Lasse CollinDon't use coder->lz.stream_end_was_reached in assertions
2008-01-14 Lasse CollinIn lzma_read_match_distances(), don't use
2008-01-14 Lasse CollinSmall LZMA_SYNC_FLUSH fixes to Block and Single-Stream...
2008-01-14 Lasse CollinMore fixes to LZMA decoder's flush marker handling.
2008-01-10 Lasse CollinEliminate lzma_lz_encoder.must_move_pos. It's needed
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()
2008-01-07 Lasse CollinMore pre-C99 inttypes.h compatibility fixes. Now the...
2008-01-06 Lasse CollinIntroduced compatibility with systems that have pre-C99
2008-01-05 Lasse CollinFix typo in comment (INT64_MAX -> UINT64_MAX).
2008-01-04 Lasse CollinAnother bug fix for flush marker detection.
2008-01-04 Lasse CollinFix stupid bugs in flush marker detection.
2008-01-04 Lasse CollinAdded support for flush marker, which will be in files
2008-01-04 Lasse CollinMoved range decoder initialization (reading the first
2007-12-14 Lasse CollinUse the filename suffix .S instead of .s for assembler...
2007-12-14 Lasse CollinFixed wrong symbol name in crc64_x86.s.
2007-12-14 Lasse CollinUse .globl instead of .global in x86 assembler code for
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-11 Lasse CollinFixed wrong type of flags_size in Subblock encoder.
2007-12-10 Lasse CollinBumped version number to 4.42.3alpha.
2007-12-09 Lasse CollinAdded LZMA_SYNC_FLUSH support to the Copy filter.
2007-12-09 Lasse CollinAdded missing LZMA_API to the C versions of the CRC...
2007-12-09 Lasse CollinTake advantage of return_if_error() macro in more places.
2007-12-09 Lasse CollinRe-enabled the security checks in Subblock decoder
2007-12-08 Lasse CollinImported to git.