]> icculus.org git repositories - icculus/xz.git/history - src/liblzma/lzma/lzma2_encoder.c
Removed what I believe is an incorrect #ifdef HAVE_* test.
[icculus/xz.git] / src / liblzma / lzma / lzma2_encoder.c
2010-11-15 Lasse CollinMerge branch 'v5.0' origin/HEAD origin/master
2010-10-26 Lasse CollinMerge branch 'v5.0'
2010-10-26 Lasse Collinliblzma: Rename a few variables and constants.
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-15 Lasse CollinFix wrong indentation caused by incorrect settings
2009-11-14 Lasse CollinFix a design error in liblzma API.
2009-04-13 Lasse CollinPut the interesting parts of XZ Utils into the public...
2009-01-27 Lasse CollinAdded initial support for preset dictionary for raw...
2009-01-19 Lasse CollinMove some LZMA2 constants to lzma2_encoder.h so that...
2008-12-15 Lasse CollinBunch of liblzma API cleanups and fixes.
2008-12-09 Lasse CollinMake the memusage functions of LZMA1 and LZMA2 encoders
2008-09-27 Lasse CollinSome API changes, bug fixes, cleanups etc.
2008-08-28 Lasse CollinSort of garbage collection commit. :-| Many things...