1
0
mirror of https://git.tukaani.org/xz.git synced 2025-11-24 07:44:43 +00:00

Commit Graph

  • 4d2af2c43b
    Translations: Run po4a/update-po Lasse Collin 2025-01-23 11:48:43 +02:00
  • ac50df0d89
    Bump version and soname for 5.6.4 v5.6.4 Lasse Collin 2025-01-23 11:45:07 +02:00
  • ff0b825505
    Add NEWS for 5.7.1alpha Lasse Collin 2025-01-23 11:40:46 +02:00
  • f6cd3e3bfc
    Add NEWS for 5.6.4 Lasse Collin 2025-01-23 11:40:46 +02:00
  • 83ce1d42ae
    Add NEWS for 5.6.4 Lasse Collin 2025-01-23 11:40:46 +02:00
  • 608dec5bc6
    NEWS: The security fix in 5.6.3 is known as CVE-2024-47611 Lasse Collin 2025-01-23 11:40:46 +02:00
  • b3af3297e4
    NEWS: The security fix in 5.6.3 is known as CVE-2024-47611 Lasse Collin 2025-01-23 11:40:46 +02:00
  • 9295008837
    Translations: Run po4a/update-po Lasse Collin 2025-01-23 11:24:33 +02:00
  • 990c769a5e
    windows/build.bash: Fix error message Lasse Collin 2025-01-22 16:55:09 +02:00
  • a04b9dd0c7
    windows/build.bash: Fix error message Lasse Collin 2025-01-22 16:55:09 +02:00
  • 5ae7958dbc
    Windows: Disable MinGW-w64's stdio functions in size-optimized builds Lasse Collin 2025-01-22 15:03:55 +02:00
  • 4eae859ae8
    Windows: Disable MinGW-w64's stdio functions in size-optimized builds Lasse Collin 2025-01-22 15:03:55 +02:00
  • a831bc185b
    liblzma: Add raw ARM64, RISC-V, and x86 BCJ filter APIs Lasse Collin 2025-01-20 16:44:27 +02:00
  • 6f5cdd4534
    xz: Unify a few strings with liblzma Lasse Collin 2025-01-20 16:31:49 +02:00
  • 713fdaa8b0
    xz: Translate error messages from lzma_str_to_filters() Lasse Collin 2025-01-20 16:31:49 +02:00
  • f2e2b267ca
    liblzma: Mark string conversion messages as translatable Lasse Collin 2025-01-20 16:31:49 +02:00
  • f49d7413d9
    liblzma: Tweak a few error messages in lzma_str_to_filters() Lasse Collin 2025-01-20 16:31:35 +02:00
  • c182b9c1b3
    Update THANKS Lasse Collin 2025-01-19 20:11:54 +02:00
  • da359c360e
    Update THANKS Lasse Collin 2025-01-19 20:11:54 +02:00
  • 82df651858
    Update THANKS Lasse Collin 2025-01-19 19:40:32 +02:00
  • f032373561
    Update THANKS Lasse Collin 2025-01-19 19:40:32 +02:00
  • 717bee1ec5
    Build: Use --sort=name in TAR_OPTIONS Lasse Collin 2025-01-08 19:26:29 +02:00
  • 51f038f8cb
    liblzma: memcmplen.h: Use 8-byte method on 64-bit unaligned archs Lasse Collin 2025-01-13 08:44:58 +02:00
  • 27a503b8dd
    Update THANKS Lasse Collin 2025-01-12 13:06:17 +02:00
  • f4d988bc04
    liblzma: Fix the encoder breakage on big endian ARM64 Lasse Collin 2025-01-12 12:59:20 +02:00
  • e22c4fb259
    Windows: Update manifest comments about long UTF-8 filenames Lasse Collin 2025-01-12 11:04:27 +02:00
  • 5e77f8a9ef
    Windows: Update build.bash and its README-Windows.txt to UCRT Lasse Collin 2025-01-12 10:47:58 +02:00
  • 96336b0110
    Update THANKS Lasse Collin 2025-01-12 13:06:17 +02:00
  • 150356207c
    liblzma: Fix the encoder breakage on big endian ARM64 Lasse Collin 2025-01-12 12:59:20 +02:00
  • b01b095802
    Windows: Update manifest comments about long UTF-8 filenames Lasse Collin 2025-01-12 11:04:27 +02:00
  • 0dfc67d37e
    Windows: Update build.bash and its README-Windows.txt to UCRT Lasse Collin 2025-01-12 10:47:58 +02:00
  • 7b3eb2db6c
    Translations: Update Serbian translation Lasse Collin 2025-01-10 13:11:40 +02:00
  • 2133ff9839
    Translations: Update Serbian translation Lasse Collin 2025-01-10 13:11:40 +02:00
  • 950da11ce0
    Build: Use --sort=name in TAR_OPTIONS Lasse Collin 2025-01-08 19:26:29 +02:00
  • 75d91d6b39
    xz: Workaround broken O_SEARCH in musl Lasse Collin 2025-01-08 19:08:08 +02:00
  • ea92eae122
    Revert "xz: O_SEARCH cannot be used for fsync()" Lasse Collin 2025-01-07 21:34:33 +02:00
  • 4014e2479c
    xz: O_SEARCH cannot be used for fsync() Lasse Collin 2025-01-05 21:43:11 +02:00
  • ad2b57cb47
    CI: Make ctest show errors from failed tests Lasse Collin 2025-01-05 20:48:28 +02:00
  • c405264c03
    tuklib_mbstr_nonprint: Preserve the value of errno Lasse Collin 2025-01-05 20:14:49 +02:00
  • 2a9e91d796
    xz: Use fsync() before deleting the input file, and add --no-sync Lasse Collin 2025-01-05 20:14:49 +02:00
  • 2e28c71457
    xz: Use "goto" for error handling in io_open_dest_real() Lasse Collin 2024-12-27 09:15:50 +02:00
  • 8eaf2cb58e
    liblzma: Always validate the first digit of a preset string Lasse Collin 2025-01-05 12:10:05 +02:00
  • 7510721767
    liblzma: Always validate the first digit of a preset string Lasse Collin 2025-01-05 12:10:05 +02:00
  • 9b5a5c39f4
    xz: Fix getopt_long argument type in --filters* Lasse Collin 2025-01-05 11:40:34 +02:00
  • 52ff324337
    xz: Fix getopt_long argument type in --filters* Lasse Collin 2025-01-05 11:40:34 +02:00
  • 4ddf32c92b
    xzdec: Don't leave Landlock file descriptor open for no reason Lasse Collin 2025-01-04 20:04:56 +02:00
  • 2655c81b5e
    xzdec: Don't leave Landlock file descriptor open for no reason Lasse Collin 2025-01-04 20:04:56 +02:00
  • 35df4c2bc0
    xz: Make --single-stream imply --keep Lasse Collin 2025-01-04 20:02:18 +02:00
  • 6f412814a8
    Update AUTHORS Lasse Collin 2025-01-04 19:57:07 +02:00
  • 5651d15303
    xz: Avoid printf formats like %2$s Lasse Collin 2025-01-04 15:02:16 +02:00
  • 63b246c90e
    tuklib_mbstr_wrap: Add printf format attribute Lasse Collin 2025-01-04 14:41:37 +02:00
  • a7313c01d9
    xz: Translate a Windows-specific string Lasse Collin 2025-01-04 13:44:12 +02:00
  • 1a5b93ed57
    liblzma: Silence warnings from "clang -Wimplicit-fallthrough" Lasse Collin 2025-01-01 18:46:50 +02:00
  • 33899ee86d
    xzdec: Fix language in a comment Lasse Collin 2025-01-01 15:06:15 +02:00
  • 00eb6073c0
    xz: Use my_landlock.h Lasse Collin 2025-01-02 15:32:10 +02:00
  • 0fc5a625d7
    xzdec: Use my_landlock.h Lasse Collin 2025-01-02 15:32:10 +02:00
  • 38cb8ec9fd
    Add my_landlock.h with helper functions to use Linux Landlock Lasse Collin 2025-01-02 15:32:10 +02:00
  • 672da29bb3
    liblzma: Silence warnings from "clang -Wimplicit-fallthrough" Lasse Collin 2025-01-01 18:46:50 +02:00
  • 1a8a1ad9a1
    Build: Use -Wimplicit-fallthrough=5 when supported Lasse Collin 2025-01-01 15:34:51 +02:00
  • 94adc996e4
    Replace "Fall through" comments with FALLTHROUGH Lasse Collin 2025-01-01 15:30:50 +02:00
  • f31c3a6647
    sysdefs.h: Add FALLTHROUGH macro Lasse Collin 2025-01-01 15:08:51 +02:00
  • e34dbd6a0a
    xzdec: Fix language in a comment Lasse Collin 2025-01-01 15:06:15 +02:00
  • 5a208b0c92
    Windows: Make NLS require UCRT and gettext-runtime >= 0.23.1 Lasse Collin 2025-01-02 13:35:48 +02:00
  • 16821252c5
    Windows: Make NLS require UCRT and gettext-runtime >= 0.23.1 Lasse Collin 2025-01-02 13:35:48 +02:00
  • aa1807ed94
    windows/build-with-cmake.bat: Fix ENABLE_NLS to XZ_NLS Lasse Collin 2025-01-02 11:52:17 +02:00
  • b8081fdbc5
    Build: Use git log --pretty=medium when creating ChangeLog Lasse Collin 2024-12-30 11:21:57 +02:00
  • ea21c76aa2
    Build: Use git log --pretty=medium when creating ChangeLog Lasse Collin 2024-12-30 11:21:57 +02:00
  • 27c63200ee
    Windows: Update MinGW-w64 + CMake instructions to recommend UCRT Lasse Collin 2024-12-30 10:51:33 +02:00
  • 89db6aacbf
    xz man page: Describe the source file deletion in -z and -d options Lasse Collin 2024-12-30 10:51:26 +02:00
  • 08050c0788
    Windows: Update MinGW-w64 + CMake instructions to recommend UCRT Lasse Collin 2024-12-30 10:51:33 +02:00
  • 653732bd6f
    xz man page: Describe the source file deletion in -z and -d options Lasse Collin 2024-12-30 10:51:26 +02:00
  • bb79f79b27
    Build: Set libtool -version-info so that it matches with CMake Lasse Collin 2024-12-27 21:52:28 +02:00
  • cf54f70e14
    CMake/macOS: Use GNU Libtool compatible shared library versioning Lasse Collin 2024-12-28 18:28:56 +02:00
  • 94e1791668
    CMake: Edit a comment Lasse Collin 2024-12-28 14:49:45 +02:00
  • 6b50590725
    version.sh: Omit an unwanted dot from development versions Lasse Collin 2024-12-28 20:39:49 +02:00
  • f7a248f56e
    CMake: Remove a duplicate word from a comment Lasse Collin 2024-12-27 16:25:07 +02:00
  • 8b7c55d148
    INSTALL: Document CMAKE_DLL_NAME_WITH_SOVERSION Lasse Collin 2024-12-27 16:23:12 +02:00
  • 3324ea3576
    xz: Fix comments Lasse Collin 2024-12-26 21:27:18 +02:00
  • 260d5d3620
    xz: Fix comments Lasse Collin 2024-12-26 21:27:18 +02:00
  • 50b8d61030
    CMake: Disable unity builds project-wide Dexter Castor Döpping 2024-12-22 13:44:03 +01:00
  • bf6da9a573
    CMake: Disable unity builds project-wide Dexter Castor Döpping 2024-12-22 13:44:03 +01:00
  • 8a7d922fb8
    Windows: Workaround a UTF-8 issue in Gettext's libintl_setlocale() Lasse Collin 2024-12-20 08:51:18 +02:00
  • dcdd40cacc
    Revert "Windows: Use UTF-8 locale when active code page is UTF-8" Lasse Collin 2024-12-20 06:50:36 +02:00
  • f8e42ed44d
    xzdec: Use setlocale() instead of tuklib_gettext_setlocale() Lasse Collin 2024-12-19 18:31:09 +02:00
  • 3ed40b9f87
    Windows: Revert the setlocale(LC_ALL, ".UTF8") documentation Lasse Collin 2024-12-19 19:36:15 +02:00
  • f8c328eed1
    Windows: Workaround a UTF-8 issue in Gettext's libintl_setlocale() Lasse Collin 2024-12-20 08:51:18 +02:00
  • 0353390609
    Revert "Windows: Use UTF-8 locale when active code page is UTF-8" Lasse Collin 2024-12-20 06:50:36 +02:00
  • 4b319e05af
    xzdec: Use setlocale() instead of tuklib_gettext_setlocale() Lasse Collin 2024-12-19 18:31:09 +02:00
  • 34b80e282e
    Windows: Revert the setlocale(LC_ALL, ".UTF8") documentation Lasse Collin 2024-12-19 19:36:15 +02:00
  • 4e0ebbabe4
    tuklib_mbstr_width: Change the behavior when wcwidth() is not available Lasse Collin 2024-12-16 20:06:07 +02:00
  • 4ff609adb0
    xzdec: Use setlocale() via tuklib_gettext_setlocale() Lasse Collin 2024-12-18 14:23:13 +02:00
  • 4e7a48bf15
    Windows: Use UTF-8 locale when active code page is UTF-8 Lasse Collin 2024-12-17 14:59:37 +02:00
  • d20e4115e1
    Windows: Document the need for setlocale(LC_ALL, ".UTF8") Lasse Collin 2024-12-17 15:01:29 +02:00
  • f9f0cdae8a
    xzdec: Call tuklib_progname_init() early enough Lasse Collin 2024-12-18 14:12:22 +02:00
  • 3e0bc4e91f
    CMake: Bump maximum policy version to 3.31 Lasse Collin 2024-12-15 19:08:32 +02:00
  • 55127b25f2
    Update THANKS Lasse Collin 2024-12-15 18:35:27 +02:00
  • d86fa15b72
    liblzma: Fix incorrect macro name in a comment Dexter Castor Döpping 2024-12-08 18:24:29 +01:00
  • 86e8b03d20
    Translations: Update the Chinese (traditional) translation Lasse Collin 2024-11-30 10:27:14 +02:00
  • 9c5bab8bd1
    Update THANKS Lasse Collin 2024-11-25 16:26:54 +02:00
  • d9c2e7572b
    xz: Landlock: Fix a file descriptor leak Mark Wielaard 2024-11-25 12:28:44 +02:00