]> icculus.org git repositories - icculus/xz.git/history - src/liblzma/lz/lz_encoder.c
Rename MIN() and MAX() to my_min() and my_max().
[icculus/xz.git] / src / liblzma / lz / lz_encoder.c
2010-05-26 Lasse CollinRename MIN() and MAX() to my_min() and my_max().
2010-02-12 Lasse CollinCollection of language fixes to comments and docs.
2009-11-14 Lasse CollinFix a design error in liblzma API.
2009-10-02 Lasse CollinMake liblzma produce the same output on both endiannesses.
2009-09-11 Lasse CollinFix a couple of warnings.
2009-04-13 Lasse CollinPut the interesting parts of XZ Utils into the public...
2009-02-08 Lasse CollinAdd a separate internal function to initialize the...
2009-02-02 Lasse CollinModify LZMA_API macro so that it works on Windows with
2009-01-27 Lasse CollinAdded initial support for preset dictionary for raw...
2008-12-30 Lasse CollinRemove lzma_init() and other init functions from liblzm...
2008-09-27 Lasse CollinSome API changes, bug fixes, cleanups etc.
2008-09-17 Lasse CollinMiscellaneous LZ and LZMA encoder cleanups
2008-09-13 Lasse CollinRenamed constants:
2008-09-06 Lasse CollinComments
2008-09-02 Lasse CollinSome fixes to LZ encoder.
2008-08-28 Lasse CollinSort of garbage collection commit. :-| Many things...
2008-06-01 Lasse CollinFix a buffer overflow in the LZMA encoder. It was due...
2008-04-25 Lasse CollinPrevent LZ encoder from hanging with known uncompressed v4.999.3alpha
2008-04-24 Lasse CollinFix wrong return type (uint32_t -> bool).
2008-04-24 Lasse CollinFix data corruption in LZ encoder with LZMA_SYNC_FLUSH.
2008-01-18 Lasse CollinFix LZMA_SYNC_FLUSH handling in LZ and LZMA encoders.
2008-01-14 Lasse CollinMajor changes to LZ encoder, LZMA encoder, and range...
2008-01-10 Lasse CollinEliminate lzma_lz_encoder.must_move_pos. It's needed
2007-12-08 Lasse CollinImported to git.