aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-23Upgrade xz to 5.2.5HEADndk-r23-beta6ndk-r23-beta5ndk-r23-beta4ndk-r23-beta3ndk-r23-beta2ndk-r23-beta1ndk-r22-beta1ndk-r22ndk-release-r23ndk-release-r22mastermainllvm-r487747llvm-r450784llvm-r416183llvm-r399163bbusytown-mac1010-releaseHaibo Huang
2020-03-17Bump version and soname for 5.2.5.Lasse Collin
2020-03-17Update NEWS for 5.2.5.Lasse Collin
2020-03-16Translations: Rebuild cs.po to avoid incorrect fuzzy strings.Lasse Collin
2020-03-16README: Update outdated sections.Lasse Collin
2020-03-16README: Mention that translatable strings will change after 5.2.x.Lasse Collin
2020-03-16README: Mention that man pages can be translated.Lasse Collin
2020-03-16Translations: Add partial Danish translation.Lasse Collin
2020-03-16Update INSTALL.generic from Automake 1.16.1.Lasse Collin
2020-03-15Update INSTALL for Windows and DOS and add preliminary info for z/OS.Lasse Collin
2020-03-15Build: Update m4/ax_pthread.m4 from Autoconf Archive (again).Lasse Collin
2020-03-11xz: Never use thousand separators in DJGPP builds.Lasse Collin
2020-03-11DOS: Update dos/Makefile for DJGPP 2.05.Lasse Collin
2020-03-11DOS: Update instructions in dos/INSTALL.txt.Lasse Collin
2020-03-11DOS: Update config.h.Lasse Collin
2020-03-11Translations: Add hu, zh_CN, and zh_TW.Lasse Collin
2020-03-11Translations: Update vi.po to match the file from the TP.Lasse Collin
2020-03-11Translations: Add fi and pt_BR, and update de, fr, it, and pl.Lasse Collin
2020-03-11Update THANKS.Lasse Collin
2020-03-11Build: Add very limited experimental CMake support.Lasse Collin
2020-03-11Build: Add support for --no-po4a option to autogen.sh.Lasse Collin
2020-03-11Update m4/.gitignore.Lasse Collin
2020-03-11liblzma: Remove unneeded <sys/types.h> from fastpos_tablegen.c.Lasse Collin
2020-03-11Use defined(__GNUC__) before __GNUC__ in preprocessor lines.Lasse Collin
2020-03-11liblzma: Add more uses of lzma_memcmplen() to the normal mode of LZMA.Lasse Collin
2020-03-11Build: Add visibility.m4 from gnulib.Lasse Collin
2020-03-11xz: Silence a warning when sig_atomic_t is long int.Lasse Collin
2020-03-11xz: Avoid unneeded access of a volatile variable.Lasse Collin
2020-03-11tuklib_integer.m4: Optimize the check order.Lasse Collin
2020-03-11tuklib_exit: Add missing header.Lasse Collin
2020-03-11sysdefs.h: Omit the conditionals around string.h and limits.h.Lasse Collin
2020-03-11Build: Bump Autoconf and Libtool version requirements.Lasse Collin
2020-03-11Build: Use AM_GNU_GETTEXT_REQUIRE_VERSION and require 0.19.6.Lasse Collin
2020-03-11Translations: Add German translation of the man pages.Lasse Collin
2020-03-11Build: Add support for translated man pages using po4a.Lasse Collin
2020-02-06Update THANKS (sync with the master branch).Lasse Collin
2020-02-06Update tests/.gitignore.Lasse Collin
2020-02-06Update m4/.gitignore.Lasse Collin
2020-02-06Update THANKS.Lasse Collin
2020-02-05xz: Comment out annoying sandboxing messages.Lasse Collin
2020-02-05Build: Workaround a POSIX shell detection problem on Solaris.Lasse Collin
2020-02-05Build: Update m4/ax_pthread.m4 from Autoconf Archive.Lasse Collin
2020-02-05xz: Limit --memlimit-compress to at most 4020 MiB for 32-bit xz.Lasse Collin
2020-02-05xz: Set the --flush-timeout deadline when the first input byte arrives.Lasse Collin
2020-02-05xz: Move flush_needed from mytime.h to file_pair struct in file_io.h.Lasse Collin
2020-02-05xz: coder.c: Make writing output a separate function.Lasse Collin
2020-02-05xz: Fix semi-busy-waiting in xz --flush-timeout.Lasse Collin
2020-02-05xz: Refactor io_read() a bit.Lasse Collin
2020-02-05xz: Update a comment in file_io.h.Lasse Collin
2020-02-05xz: Move the setting of flush_needed in file_io.c to a nicer location.Lasse Collin