liblzma/src
Lasse Collin 8c947e9291 liblzma: Make lzma_code() check the reserved members in lzma_stream.
If any of the reserved members in lzma_stream are non-zero
or non-NULL, LZMA_OPTIONS_ERROR is returned. It is possible
that a new feature in the future is indicated by just setting
a reserved member to some other value, so the old liblzma
version need to catch it as an unsupported feature.
2010-10-23 12:30:54 +03:00
..
common Windows: Use MinGW's stdio functions. 2010-10-23 12:26:33 +03:00
liblzma liblzma: Make lzma_code() check the reserved members in lzma_stream. 2010-10-23 12:30:54 +03:00
lzmainfo lzmainfo: Use "%"PRIu32 instead of "%u" for uint32_t. 2010-10-10 16:49:01 +03:00
scripts Build: Add options to disable individual command line tools. 2010-10-08 15:25:45 +03:00
xz xz: Make sure that message_strm() can never return NULL. 2010-10-21 23:16:11 +03:00
xzdec Add missing public domain notice to lzmadec_w32res.rc. 2010-10-09 12:57:25 +03:00
Makefile.am Build: Add options to disable individual command line tools. 2010-10-08 15:25:45 +03:00