]> icculus.org git repositories - icculus/xz.git/history - src/liblzma/common/common.c
Removed what I believe is an incorrect #ifdef HAVE_* test.
[icculus/xz.git] / src / liblzma / common / common.c
2010-10-23 Lasse Collinliblzma: Make lzma_code() check the reserved members...
2010-05-26 Lasse CollinRename MIN() and MAX() to my_min() and my_max().
2010-03-06 Lasse CollinFix missing initialization in lzma_strm_init().
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-02-13 Lasse CollinChanged how the version number is specified in various...
2009-02-02 Lasse CollinModify LZMA_API macro so that it works on Windows with
2009-01-20 Lasse CollinUse LZMA_PROG_ERROR in lzma_code() as documented in...
2009-01-19 Lasse CollinFix handling of non-fatal errors in lzma_code().
2008-12-15 Lasse CollinBunch of liblzma API cleanups and fixes.
2008-09-06 Lasse CollinSome API cleanups
2008-08-28 Lasse CollinSort of garbage collection commit. :-| Many things...