| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Some `.c` sources add `restrict` to their pointer types to tell
the optimizer that there is no aliasing. These do not appear in
the corresponding `.h` declarations so MSVC warns.
|
|
|
|
|
| |
* upstream-liblzma:
liblzma 2018-04-29 (b5be61cc)
|
| |
|
|
|
|
|
|
|
|
|
| |
Some systems don't define a SIZE_MAX (older versions of HP-UX with aCC).
The logic was already in place to account for this condition but
SIZEOF_SIZE_T was not getting cmoputed at configure time to allow it to
function. This computes sizeof(size_t) at configure time to allow the
appropriate logic to work. It also changes SIZEOF_SIZE_T to SIZE_OF_SIZE_T
for consistency.
|
| |
|
|
|
|
| |
Also remove use of MSVC intrinsic.
|
|
|
|
|
| |
Modify sources just enough to build without the full xz common
directory.
|
|
|