]> icculus.org git repositories - icculus/xz.git/history - src/liblzma/common/stream_buffer_decoder.c
Moved var declarations out of for-loops. Makes pre-C99 compilers happier.
[icculus/xz.git] / src / liblzma / common / stream_buffer_decoder.c
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-26 Lasse CollinAdd more sanity checks to lzma_stream_buffer_decode().
2009-01-23 Lasse CollinAdded lzma_stream_buffer_decode() and made minor cleanups.