Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | liblzma: Avoid defining a 'restrict' macro | Brad King | 2014-07-29 | 1 | -3/+3 |
| | | | | | | | | | | Any "#define restrict ..." line may conflict with MSVC header files that use "__declspec(restrict)". Define our own LZMA_RESTRICT macro in "Utilities/cmliblzma/config.h.in" and transform liblzma code to use it: git grep -lE '\<restrict\>' Utilities/cmliblzma/liblzma | xargs sed -i 's/\<restrict\>/LZMA_RESTRICT/g' | ||||
* | liblzma: Port from C99 to C89/90 | Daniel Pfeifer | 2014-07-29 | 1 | -7/+9 |
| | | | | | Remove use of designated initializers and declarations of variables after statements. Leave "//" comments as-is for now. | ||||
* | Merge branch 'liblzma-upstream' into add-liblzma | Brad King | 2014-07-21 | 1 | -0/+345 |