xz/src/liblzma
Jia Tan 761f5b69a4 liblzma: Rename crc32_aarch64.h to crc32_arm64.h.
Even though the proper name for the architecture is aarch64, this
project uses ARM64 throughout. So the rename is for consistency.

Additionally, crc32_arm64.h was slightly refactored for the following
changes:

   * Added MSVC, FreeBSD, and macOS support in
     is_arch_extension_supported().

   * crc32_arch_optimized() now checks the size when aligning the
     buffer.

   * crc32_arch_optimized() loop conditions were slightly modified to
     avoid both decrementing the size and incrementing the buffer
     pointer.

   * Use the intrinsic wrappers defined in <arm_acle.h> because GCC and
     Clang name them differently.

   * Minor spacing and comment changes.
2024-02-01 20:09:11 +08:00
..
api Bump version number for 5.5.1alpha. 2024-01-26 19:05:51 +08:00
check liblzma: Rename crc32_aarch64.h to crc32_arm64.h. 2024-02-01 20:09:11 +08:00
common liblzma: Update string_conversion.c to support RISC-V Filter. 2024-01-23 23:05:47 +08:00
delta liblzma: Avoid null pointer + 0 (undefined behavior in C). 2023-02-23 20:41:22 +02:00
lz liblzma: Initialize lzma_lz_encoder pointers with NULL. 2023-12-20 21:38:39 +08:00
lzma liblzma: Improve lzma encoder init function consistency. 2023-12-16 20:18:47 +08:00
rangecoder liblzma: Use lzma_attr_visibility_hidden on private extern declarations. 2023-10-30 18:06:25 +02:00
simple liblzma: RISC-V filter: Use byte-by-byte access. 2024-01-23 23:05:47 +08:00
Makefile.am liblzma: Prevent an empty translation unit in Windows builds. 2023-07-24 23:11:13 +08:00
liblzma.pc.in liblzma: Add Cflags.private to liblzma.pc.in for MSYS2. 2023-10-26 21:46:06 +03:00
liblzma_generic.map Bump version number for 5.5.1alpha. 2024-01-26 19:05:51 +08:00
liblzma_linux.map Bump version number for 5.5.1alpha. 2024-01-26 19:05:51 +08:00
liblzma_w32res.rc Added public domain notice into a few files. 2009-07-18 11:26:39 +03:00
validate_map.sh liblzma: Vaccinate against an ill patch from RHEL/CentOS 7. 2022-09-08 15:01:29 +03:00