summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version and soname for 5.2.12.v5.2.12v5.2Jia Tan2023-05-042-2/+2
* Add NEWS for 5.2.12.Jia Tan2023-05-041-0/+14
* Translations: Update the Croatian translation.Jia Tan2023-05-041-2/+2
* tuklib_integer.h: Fix a recent copypaste error in Clang detection.Lasse Collin2023-05-031-2/+2
* Update THANKS.Jia Tan2023-05-031-0/+1
* Windows: Include <intrin.h> when needed.Jia Tan2023-05-032-0/+16
* tuklib_integer: Use __builtin_clz() with Clang.Jia Tan2023-05-031-3/+3
* liblzma: Update project maintainers in lzma.h.Lasse Collin2023-05-031-1/+1
* liblzma: Cleans up old commented out code.Jia Tan2023-05-031-11/+0
* Build: Removes redundant check for LZMA1 filter support.Jia Tan2023-05-031-4/+1
* Build: Add a comment that AC_PROG_CC_C99 is needed for Autoconf 2.69.Lasse Collin2023-03-211-0/+3
* Build: configure.ac: Use AS_IF and AS_CASE where required.Lasse Collin2023-03-211-8/+8
* Update THANKS.Lasse Collin2023-03-211-0/+1
* Build: Fix --disable-threads breaking the building of shared libs.Lasse Collin2023-03-211-8/+8
* Bump version and soname for 5.2.11.v5.2.11Jia Tan2023-03-182-2/+2
* Add NEWS for 5.2.11.Jia Tan2023-03-181-0/+27
* Update the copy of GNU GPLv3 from gnu.org to COPYING.GPLv3.Lasse Collin2023-03-181-4/+4
* Change a few HTTP URLs to HTTPS.Lasse Collin2023-03-188-19/+19
* CMake: Require that the C compiler supports C99 or a newer standard.Lasse Collin2023-03-111-0/+8
* Update THANKS.Lasse Collin2023-03-111-0/+1
* liblzma: Avoid null pointer + 0 (undefined behavior in C).Lasse Collin2023-03-119-22/+72
* Update THANKS.Lasse Collin2023-03-111-0/+1
* Build: Use only the generic symbol versioning on MicroBlaze.Lasse Collin2023-03-111-2/+10
* liblzma: Fix documentation for LZMA_MEMLIMIT_ERROR.Jia Tan2023-03-111-1/+1
* tuklib_physmem: Silence warning from -Wcast-function-type on MinGW-w64.Jia Tan2023-03-111-0/+18
* xz: Add missing comment for coder_set_compression_settings()Jia Tan2023-03-111-1/+2
* xz: Do not set compression settings with raw format in list mode.Jia Tan2023-03-111-1/+2
* xz: Use ssize_t for the to-be-ignored return value from write(fd, ptr, 1).Lasse Collin2023-03-111-1/+1
* liblzma: Silence warnings from clang -Wconditional-uninitialized.Lasse Collin2023-03-111-1/+1
* Fix warnings from clang -Wdocumentation.Lasse Collin2023-03-113-8/+4
* xz: Fix warning -Wformat-nonliteral on clang in message.c.Jia Tan2023-03-111-0/+9
* CMake/Windows: Add a workaround for windres from GNU binutils.Lasse Collin2023-03-111-1/+31
* CMake: Update cmake_minimum_required from 3.13...3.16 to 3.13...3.25.Lasse Collin2023-03-111-1/+1
* Update THANKS.Lasse Collin2023-03-111-0/+1
* CMake: Fix a copypaste error in xzdec Windows resource file handling.Lasse Collin2023-03-111-2/+2
* CMake/Windows: Add resource files to xz.exe and xzdec.exe.Lasse Collin2023-03-111-0/+16
* liblzma: Update documentation for lzma_filter_encoder.Jia Tan2023-03-111-2/+5
* Doxygen: Update .gitignore for generating docs for in source build.Jia Cheong Tan2023-03-111-0/+2
* CMake: Update .gitignore for CMake artifacts from in source build.Jia Tan2023-03-111-0/+23
* Bump version and soname for 5.2.10.v5.2.10Lasse Collin2022-12-132-2/+2
* Add NEWS for 5.2.10.Lasse Collin2022-12-131-0/+12
* Tests: Fix a typo in tests/files/README.Lasse Collin2022-12-131-1/+1
* Update AUTHORS.Lasse Collin2022-12-121-0/+4
* xz: Make args_info.files_name a const pointer.Lasse Collin2022-12-122-2/+2
* xz: Don't modify argv[].Lasse Collin2022-12-121-4/+19
* liblzma: Check for unexpected NULL pointers in block_header_decode().Lasse Collin2022-12-121-0/+4
* liblzma: Use __has_attribute(__symver__) to fix Clang detection.Lasse Collin2022-12-121-1/+14
* Update THANKS (sync all from master).Lasse Collin2022-12-121-0/+8
* Bump version and soname for 5.2.9.v5.2.9Lasse Collin2022-11-302-2/+2
* Add NEWS for 5.2.9.Lasse Collin2022-11-301-0/+34