]> icculus.org git repositories - icculus/xz.git/history - src/liblzma/lz/lz_decoder.c
Rename MIN() and MAX() to my_min() and my_max().
[icculus/xz.git] / src / liblzma / lz / lz_decoder.c
2010-05-26 Lasse CollinRename MIN() and MAX() to my_min() and my_max().
2009-11-15 Lasse CollinFix wrong indentation caused by incorrect settings
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...
2008-12-15 Lasse CollinThe LZMA2 decoder fix introduced a bug to LZ decoder,
2008-12-15 Lasse CollinFix data corruption in LZMA2 decoder.
2008-09-13 Lasse CollinLZ decoder cleanup
2008-09-13 Lasse CollinRenamed constants:
2008-08-28 Lasse CollinSort of garbage collection commit. :-| Many things...
2008-06-18 Lasse CollinUpdate the code to mostly match the new simpler file...
2008-03-11 Lasse CollinInitialize the last byte of the dictionary to zero...
2008-03-10 Lasse CollinAlways initialize lz->temp_size in lz_decoder.c. temp_s...
2008-02-02 Lasse CollinDon't memzero() the history buffer when initializing LZ
2007-12-08 Lasse CollinImported to git.