]> icculus.org git repositories - icculus/xz.git/history - src/liblzma/common/filter_decoder.c
Moved var declarations out of for-loops. Makes pre-C99 compilers happier.
[icculus/xz.git] / src / liblzma / common / filter_decoder.c
2010-11-16 Ryan C. GordonMoved var declarations out of for-loops. Makes pre...
2010-05-26 Lasse CollinRemove the Subblock filter code for now.
2009-04-13 Lasse CollinPut the interesting parts of XZ Utils into the public...
2009-02-02 Lasse CollinModify LZMA_API macro so that it works on Windows with
2009-01-17 Lasse CollinBeta was supposed to be API stable but I had forgot...
2008-12-01 Lasse CollinAdded the changes for Delta filter that should have...
2008-09-27 Lasse CollinSome API changes, bug fixes, cleanups etc.
2008-09-13 Lasse CollinRenamed constants:
2008-09-10 Lasse CollinFilter handling cleanups
2008-09-04 Lasse CollinDon't allow LZMA_SYNC_FLUSH with decoders anymore....
2008-08-28 Lasse CollinSort of garbage collection commit. :-| Many things...