Commit Graph

  • 2523c30705 liblzma: Fix uint64_t vs. size_t confusion. Lasse Collin 2022-02-06 23:19:32 +0200
  • 2bd36c91d0 CMake: Keep compatible with Windows 95 for 32-bit build. huangqinjin 2021-12-13 20:49:21 +0800
  • 2024fbf279 xzgrep: Update man page timestamp. Lasse Collin 2021-11-13 21:04:05 +0200
  • 400e7a239a Update THANKS. Lasse Collin 2021-11-13 18:23:24 +0200
  • 3a512c7787 xzgrep: use `grep -E/-F` instead of `egrep` and `fgrep` Ville Skyttä 2021-11-13 10:11:57 +0200
  • edf525e2b1 Bump the version number for 5.3.2alpha. v5.3.2alpha Lasse Collin 2021-10-28 23:02:11 +0300
  • ea8c948655 Add NEWS for 5.3.2alpha. Lasse Collin 2021-10-28 22:59:52 +0300
  • 52435f302f Update THANKS. Lasse Collin 2021-10-27 23:27:48 +0300
  • f2aea1d5a5 xz: Change the coding style of the previous commit. Lasse Collin 2021-10-27 23:23:11 +0300
  • 892b16cc28 xz: Avoid fchown(2) failure. Alexander Bluhm 2021-10-05 23:33:16 +0200
  • 2b509c868c liblzma: Fix liblzma.map for the lzma_microlzma_* symbols. Lasse Collin 2021-09-17 17:31:11 +0300
  • cacb06a954 Update THANKS. Lasse Collin 2021-09-09 22:21:07 +0300
  • 6928aac9da liblzma: Use _MSVC_LANG to detect when "noexcept" can be used with MSVC. Lasse Collin 2021-09-09 21:41:51 +0300
  • d267d109c3 liblzma: Rename EROFS LZMA to MicroLZMA. Lasse Collin 2021-09-05 20:38:12 +0300
  • 3247e95115 xzdiff: Update the man page about the exit status. Lasse Collin 2021-06-04 19:02:38 +0300
  • 96f5a28a46 xzless: Fix less(1) version detection when it contains a dot. Lasse Collin 2021-06-04 18:52:48 +0300
  • 5fb5212d81 Update THANKS. Lasse Collin 2021-04-11 19:58:10 +0300
  • fc3d3a7296 Reduce maximum possible memory limit on MIPS32 Ivan A. Melnikov 2021-04-09 11:45:10 +0300
  • e7da44d515 CMake: Use interface library for better FindLibLZMA compatibility. Lasse Collin 2021-02-13 23:31:27 +0200
  • a61dd82ada CMake: Try to improve compatibility with the FindLibLZMA module. Lasse Collin 2021-01-30 18:36:04 +0200
  • 5b7bc1b8ae Update THANKS. Lasse Collin 2021-01-29 21:19:43 +0200
  • 6c6f0db340 liblzma: Fix unitialized variable. Lasse Collin 2021-01-29 21:19:08 +0200
  • bb1d5c1fdd Tests: Add bad-1-lzma2-10.xz and also modify -9.xz. Lasse Collin 2021-01-24 22:32:41 +0200
  • 6b8abc84a5 liblzma: Fix a wrong comment in stream_encoder_mt.c. Lasse Collin 2021-01-24 19:22:35 +0200
  • 939fc5ed65 Tests: Add bad-1-lzma2-9.xz. Lasse Collin 2021-01-24 18:51:51 +0200
  • fdd30032f8 Tests: Add bad-1-check-crc32-2.xz. Lasse Collin 2021-01-24 17:02:00 +0200
  • db465419ae liblzma: In EROFS LZMA decoder, verify that comp_size matches at the end. Lasse Collin 2021-01-17 19:20:50 +0200
  • 774cc0118b liblzma: Make EROFS LZMA decoder work when exact uncomp_size isn't known. Lasse Collin 2021-01-17 18:53:34 +0200
  • 421b0aa352 liblzma: Fix missing normalization in rc_encode_dummy(). Lasse Collin 2021-01-14 20:57:11 +0200
  • 601ec0311e liblzma: Add EROFS LZMA encoder and decoder. Lasse Collin 2021-01-14 20:07:01 +0200
  • 625f4c7c99 liblzma: Add rough support for output-size-limited encoding in LZMA1. Lasse Collin 2021-01-13 19:16:32 +0200
  • 9cdabbeea8 Scripts: Add zstd support to xzdiff. Lasse Collin 2021-01-11 23:57:11 +0200
  • d9ec3add97 Update THANKS. Lasse Collin 2021-01-11 23:41:30 +0200
  • 074259f4f3 xz: Make --keep accept symlinks, hardlinks, and setuid/setgid/sticky. Lasse Collin 2021-01-11 23:41:16 +0200
  • 73c555b307 Scripts: Fix exit status of xzgrep. Lasse Collin 2021-01-11 23:28:52 +0200
  • 194029ffaf Scripts: Fix exit status of xzdiff/xzcmp. Lasse Collin 2021-01-11 22:01:51 +0200
  • f7fa309e1f liblzma: Make lzma_outq usable for threaded decompression too. Lasse Collin 2021-01-09 21:14:36 +0200
  • a35a69d693 Update THANKS. Lasse Collin 2020-12-23 17:15:49 +0200
  • 4fd79b90c5 liblzma: Enable Intel CET in x86 CRC assembly codes H.J. Lu 2020-12-23 06:49:04 -0800
  • bb3b8c6a23 Update THANKS. Lasse Collin 2020-12-16 18:33:29 +0200
  • 21588ca34a Build: Don't build bundles on Apple OSes. Lasse Collin 2020-12-16 18:30:14 +0200
  • d05b0c42dd Update THANKS. Lasse Collin 2020-12-05 22:44:03 +0200
  • 1890351f34 Scripts: Add zstd support to xzgrep. Adam Borowski 2020-09-25 03:35:18 +0200
  • 2f108abb3d CMake: Fix compatibility with CMake 3.13. Lasse Collin 2020-11-17 20:51:48 +0200
  • 5af726a792 Update THANKS. Lasse Collin 2020-11-01 22:56:43 +0200
  • 4575d9d365 xz: Avoid unneeded \f escapes on the man page. Lasse Collin 2020-11-01 22:34:25 +0200
  • 620b32f533 xz: Use non-breaking spaces when intentionally using more than one space. Lasse Collin 2020-11-01 19:09:53 +0200
  • cb1f34988c xz: Protect the ellipsis (...) on the man page with \&. Lasse Collin 2020-11-01 18:49:37 +0200
  • 5d224da3da xz: Avoid the abbreviation "e.g." on the man page. Lasse Collin 2020-11-01 18:41:21 +0200
  • 90457dbe3e xz man page: Change \- (minus) to \(en (en-dash) for a numeric range. Lasse Collin 2020-07-12 23:10:03 +0300
  • 352ba2d69a Windows: Fix building of resource files when config.h isn't used. Lasse Collin 2020-07-12 20:46:24 +0300
  • a9e2a87f1d src/scripts/xzgrep.1: Filenames to xzgrep are optional. Lasse Collin 2020-04-06 19:31:50 +0300
  • a7ba275d9b src/script/xzgrep.1: Remove superfluous '.RB' Bjarni Ingi Gislason 2020-03-26 22:17:31 +0000
  • 133d498db0 xzgrep.1: Delete superfluous '.PP' Bjarni Ingi Gislason 2020-03-30 21:56:36 +0000
  • 057839ca98 src/xz/xz.1: Correct misused two-fonts macros Bjarni Ingi Gislason 2020-03-26 21:16:18 +0000
  • cf1ec5518e v5.2-specific typo fix from fossies.org. Lasse Collin 2020-03-23 18:09:40 +0200
  • 968bbfea09 Typo fixes from fossies.org. Lasse Collin 2020-03-23 18:07:50 +0200
  • b8e12f5ab4 Typo fixes from fossies.org. Lasse Collin 2020-03-23 18:07:50 +0200
  • 2327a461e1 Bump version and soname for 5.2.5. v5.2.5 Lasse Collin 2020-03-17 16:27:42 +0200
  • 3be82d2f7d Update NEWS for 5.2.5. Lasse Collin 2020-03-17 16:26:04 +0200
  • 869b9d1b4e Update NEWS for 5.2.5. Lasse Collin 2020-03-17 16:24:28 +0200
  • ab3e57539c Translations: Rebuild cs.po to avoid incorrect fuzzy strings. Lasse Collin 2020-03-16 21:57:21 +0200
  • 3a6f38309d README: Update outdated sections. Lasse Collin 2020-03-16 20:01:37 +0200
  • a048e3a92d README: Update outdated sections. Lasse Collin 2020-03-16 20:01:37 +0200
  • 9cc0901798 README: Mention that translatable strings will change after 5.2.x. Lasse Collin 2020-03-16 19:46:27 +0200
  • cc16357424 README: Mention that man pages can be translated. Lasse Collin 2020-03-16 19:39:45 +0200
  • 29aed815ad README: Mention that man pages can be translated. Lasse Collin 2020-03-16 19:39:45 +0200
  • ca261994ed Translations: Add partial Danish translation. Lasse Collin 2020-03-16 17:30:39 +0200
  • 51cd5d051f Update INSTALL.generic from Automake 1.16.1. Lasse Collin 2020-03-16 16:43:29 +0200
  • 7fa7653940 Update INSTALL.generic from Automake 1.16.1. Lasse Collin 2020-03-16 16:43:29 +0200
  • 69d694e5f1 Update INSTALL for Windows and DOS and add preliminary info for z/OS. Lasse Collin 2020-03-15 15:27:22 +0200
  • 2c3b1bb80a Build: Update m4/ax_pthread.m4 from Autoconf Archive (again). Lasse Collin 2020-03-15 15:26:20 +0200
  • 9bd317ef03 Update INSTALL for Windows and DOS and add preliminary info for z/OS. Lasse Collin 2020-03-15 15:27:22 +0200
  • a3148c0446 Build: Update m4/ax_pthread.m4 from Autoconf Archive (again). Lasse Collin 2020-03-15 15:26:20 +0200
  • 74a5af180a xz: Never use thousand separators in DJGPP builds. Lasse Collin 2020-03-11 21:15:35 +0200
  • ceba0d25e8 DOS: Update dos/Makefile for DJGPP 2.05. Lasse Collin 2020-03-11 19:38:08 +0200
  • 29e5bd7161 DOS: Update instructions in dos/INSTALL.txt. Lasse Collin 2020-03-11 19:36:07 +0200
  • 00a037ee9c DOS: Update config.h. Lasse Collin 2020-03-11 17:58:51 +0200
  • 4ec2feaefa Translations: Add hu, zh_CN, and zh_TW. Lasse Collin 2020-03-11 22:37:54 +0200
  • 7812002dd3 xz: Never use thousand separators in DJGPP builds. Lasse Collin 2020-03-11 21:15:35 +0200
  • 7c8f688bf7 DOS: Update dos/Makefile for DJGPP 2.05. Lasse Collin 2020-03-11 19:38:08 +0200
  • 319ca928d7 DOS: Update instructions in dos/INSTALL.txt. Lasse Collin 2020-03-11 19:36:07 +0200
  • cb6b227ce3 DOS: Update config.h. Lasse Collin 2020-03-11 17:58:51 +0200
  • b6ed09729a Translations: Update vi.po to match the file from the TP. Lasse Collin 2020-03-11 14:33:30 +0200
  • 7c85e8953c Translations: Add fi and pt_BR, and update de, fr, it, and pl. Lasse Collin 2020-03-11 14:18:03 +0200
  • 7da3ebc67f Update THANKS. Lasse Collin 2020-02-25 21:35:14 +0200
  • 1acc487943 Build: Add very limited experimental CMake support. Lasse Collin 2020-03-11 13:05:29 +0200
  • 9acc6abea1 Build: Add support for --no-po4a option to autogen.sh. Lasse Collin 2020-02-27 20:24:27 +0200
  • c8853b3154 Update m4/.gitignore. Lasse Collin 2020-02-24 23:37:07 +0200
  • 901eb4a8c9 liblzma: Remove unneeded <sys/types.h> from fastpos_tablegen.c. Lasse Collin 2020-02-24 23:01:00 +0200
  • ac35c9585f Use defined(__GNUC__) before __GNUC__ in preprocessor lines. Lasse Collin 2020-02-22 14:15:07 +0200
  • fb9cada7cf liblzma: Add more uses of lzma_memcmplen() to the normal mode of LZMA. Lasse Collin 2020-02-21 17:40:02 +0200
  • 6117955af0 Build: Add visibility.m4 from gnulib. Lasse Collin 2020-02-21 17:01:15 +0200
  • c2cc64d78c xz: Silence a warning when sig_atomic_t is long int. Lasse Collin 2020-02-21 16:10:44 +0200
  • b6314aa275 xz: Avoid unneeded access of a volatile variable. Lasse Collin 2020-02-21 15:59:26 +0200
  • f772a1572f tuklib_integer.m4: Optimize the check order. Lasse Collin 2020-02-21 01:24:18 +0200
  • 641042e63f tuklib_exit: Add missing header. Lasse Collin 2020-02-20 18:54:04 +0200
  • dbd55a69e5 sysdefs.h: Omit the conditionals around string.h and limits.h. Lasse Collin 2020-02-16 11:18:28 +0200
  • 9294909861 Build: Bump Autoconf and Libtool version requirements. Lasse Collin 2020-02-15 15:07:11 +0200
  • bd09081bbd Build: Use AM_GNU_GETTEXT_REQUIRE_VERSION and require 0.19.6. Lasse Collin 2020-02-15 03:08:32 +0200