Commit Graph

  • 1e5e08d865 Translations: Add German translation of the man pages. Lasse Collin 2020-02-14 20:42:06 +0200
  • 4b1447809f Build: Add support for translated man pages using po4a. Lasse Collin 2020-02-07 15:32:21 +0200
  • 4572d53e16 liblzma: Fix a comment and RC_SYMBOLS_MAX. Lasse Collin 2020-03-02 13:54:33 +0200
  • 265daa873c Build: Make CMake build fail if tuklib_cpucores or tuklib_physmem fails. Lasse Collin 2020-02-27 20:58:52 +0200
  • 7c8b904527 Build: Add support for --no-po4a option to autogen.sh. Lasse Collin 2020-02-27 20:24:27 +0200
  • 292a5c0f9c Update THANKS. Lasse Collin 2020-02-25 21:35:14 +0200
  • 474320e990 Build: Fix bugs in the CMake files. Lasse Collin 2020-02-25 20:42:31 +0200
  • 7e3493d40e Build: Add very limited experimental CMake support. Lasse Collin 2020-02-24 23:38:16 +0200
  • 21bd4701fc Update m4/.gitignore. Lasse Collin 2020-02-24 23:37:07 +0200
  • e094d1d0f1 tuklib: Omit an unneeded <sys/types.h> from a tests. Lasse Collin 2020-02-24 23:29:35 +0200
  • b3ed19a55f liblzma: Remove unneeded <sys/types.h> from fastpos_tablegen.c. Lasse Collin 2020-02-24 23:01:00 +0200
  • 7b8982b291 Use defined(__GNUC__) before __GNUC__ in preprocessor lines. Lasse Collin 2020-02-22 14:15:07 +0200
  • 43dfe04e62 liblzma: Add more uses of lzma_memcmplen() to the normal mode of LZMA. Lasse Collin 2020-02-21 17:40:02 +0200
  • 59e6eb4840 Build: Add visibility.m4 from gnulib. Lasse Collin 2020-02-21 17:01:15 +0200
  • 7fe3ef2eaa xz: Silence a warning when sig_atomic_t is long int. Lasse Collin 2020-02-21 16:10:44 +0200
  • b0a2a77d10 xz: Avoid unneeded access of a volatile variable. Lasse Collin 2020-02-21 15:59:26 +0200
  • 524c2f12c7 tuklib_integer.m4: Optimize the check order. Lasse Collin 2020-02-21 01:24:18 +0200
  • 57360bb4fd tuklib_exit: Add missing header. Lasse Collin 2020-02-20 18:54:04 +0200
  • fddd31175e Revert the previous commit and add a comment. Lasse Collin 2020-02-18 19:12:35 +0200
  • 4e4e9fbb7e Do not check for HAVE_CONFIG_H in tuklib_config.h. Lasse Collin 2020-02-17 23:37:20 +0200
  • 2d4cef954f sysdefs.h: Omit the conditionals around string.h and limits.h. Lasse Collin 2020-02-16 11:18:28 +0200
  • feb9c1969b Build: Bump Autoconf and Libtool version requirements. Lasse Collin 2020-02-15 15:07:11 +0200
  • 3d576cf921 Build: Use AM_GNU_GETTEXT_REQUIRE_VERSION and require 0.19.6. Lasse Collin 2020-02-15 03:08:32 +0200
  • fa792b8bef Translations: Add German translation of the man pages. Lasse Collin 2020-02-14 20:42:06 +0200
  • 6f7211b6bb Build: Add support for translated man pages using po4a. Lasse Collin 2020-02-07 15:32:21 +0200
  • 882fcfdcd8 Update THANKS (sync with the master branch). Lasse Collin 2020-02-06 00:04:42 +0200
  • 426f9e5819 Update THANKS. Lasse Collin 2020-02-06 17:31:38 +0200
  • 134bb77658 Update tests/.gitignore. Lasse Collin 2020-02-05 22:35:06 +0200
  • 6912472faf Update m4/.gitignore. Lasse Collin 2020-02-05 22:28:51 +0200
  • 68c60735bb Update THANKS. Lasse Collin 2020-02-05 20:47:38 +0200
  • e3a4481d02 Update tests/.gitignore. Lasse Collin 2020-02-05 22:35:06 +0200
  • 07208de92f Update m4/.gitignore. Lasse Collin 2020-02-05 22:28:51 +0200
  • e1beaa74bc xz: Comment out annoying sandboxing messages. Lasse Collin 2020-02-05 20:33:50 +0200
  • 8238192652 Build: Workaround a POSIX shell detection problem on Solaris. Lasse Collin 2020-02-05 19:33:37 +0200
  • 93a1f61e89 Build: Update m4/ax_pthread.m4 from Autoconf Archive. Lasse Collin 2020-02-03 22:03:50 +0200
  • d0daa21792 xz: Limit --memlimit-compress to at most 4020 MiB for 32-bit xz. Lasse Collin 2020-02-01 19:56:18 +0200
  • 4433c2dc57 xz: Set the --flush-timeout deadline when the first input byte arrives. Lasse Collin 2020-01-26 20:53:25 +0200
  • acc0ef3ac8 xz: Move flush_needed from mytime.h to file_pair struct in file_io.h. Lasse Collin 2020-01-26 20:19:19 +0200
  • 4afe69d30b xz: coder.c: Make writing output a separate function. Lasse Collin 2020-01-26 14:49:22 +0200
  • ec26f3ace5 xz: Fix semi-busy-waiting in xz --flush-timeout. Lasse Collin 2020-01-26 14:13:42 +0200
  • 3891570324 xz: Refactor io_read() a bit. Lasse Collin 2020-01-26 13:47:31 +0200
  • f6d2424534 xz: Update a comment in file_io.h. Lasse Collin 2020-01-26 13:37:08 +0200
  • 15b55d5c63 xz: Move the setting of flush_needed in file_io.c to a nicer location. Lasse Collin 2020-01-26 13:27:51 +0200
  • c91fbf223d Update THANKS. Lasse Collin 2020-02-05 20:47:38 +0200
  • 15a133b6d1 xz: Make it a fatal error if enabling the sandbox fails. Lasse Collin 2020-02-05 20:40:14 +0200
  • af0fb386ef xz: Comment out annoying sandboxing messages. Lasse Collin 2020-02-05 20:33:50 +0200
  • 609c706785 xz: Enable Capsicum sandboxing by default if available. Lasse Collin 2020-02-05 19:56:09 +0200
  • 986d8c9b52 Build: Workaround a POSIX shell detection problem on Solaris. Lasse Collin 2020-02-05 19:33:37 +0200
  • 6629ed929c Build: Update m4/ax_pthread.m4 from Autoconf Archive. Lasse Collin 2020-02-03 22:03:50 +0200
  • 3539705108 xz: Limit --memlimit-compress to at most 4020 MiB for 32-bit xz. Lasse Collin 2020-02-01 19:56:18 +0200
  • ba76d67585 xz: Set the --flush-timeout deadline when the first input byte arrives. Lasse Collin 2020-01-26 20:53:25 +0200
  • fd47fd62bb xz: Move flush_needed from mytime.h to file_pair struct in file_io.h. Lasse Collin 2020-01-26 20:19:19 +0200
  • 8150356810 xz: coder.c: Make writing output a separate function. Lasse Collin 2020-01-26 14:49:22 +0200
  • 5a49e081a0 xz: Fix semi-busy-waiting in xz --flush-timeout. Lasse Collin 2020-01-26 14:13:42 +0200
  • dcca70fe9f xz: Refactor io_read() a bit. Lasse Collin 2020-01-26 13:47:31 +0200
  • 4ae9ab70cd xz: Update a comment in file_io.h. Lasse Collin 2020-01-26 13:37:08 +0200
  • 3333ba4a67 xz: Move the setting of flush_needed in file_io.c to a nicer location. Lasse Collin 2020-01-26 13:27:51 +0200
  • cf2df0f05a Use $(LIB_FUZZING_ENGINE) in tests/ossfuzz/Makefile. Lasse Collin 2020-01-19 21:54:33 +0200
  • 00517d125c Rename unaligned_read32ne to read32ne, and similarly for the others. Lasse Collin 2019-12-31 22:41:45 +0200
  • 52d89d8443 Rename read32ne to aligned_read32ne, and similarly for the others. Lasse Collin 2019-12-31 00:29:48 +0200
  • 850620468b Revise tuklib_integer.h and .m4. Lasse Collin 2019-12-31 00:18:24 +0200
  • a45badf034 Tests: Hopefully fix test_check.c to work on EBCDIC systems. Lasse Collin 2019-12-29 22:51:58 +0200
  • c9a8071e66 Scripts: Put /usr/xpg4/bin to the beginning of PATH on Solaris. Lasse Collin 2019-09-24 23:02:40 +0300
  • aba140e2df Fix comment typos in tuklib_mbstr* files. Lasse Collin 2019-07-12 18:57:43 +0300
  • 710f5bd769 Add missing include to tuklib_mbstr_width.c. Lasse Collin 2019-07-12 18:30:46 +0300
  • 0e491aa8cd liblzma: Fix a buggy comment. Lasse Collin 2019-06-25 23:15:21 +0300
  • bfc245569f configure.ac: Fix a typo in a comment. Lasse Collin 2019-06-25 00:16:06 +0300
  • f18eee9d15 Tests: Silence warnings from clang -Wassign-enum. Lasse Collin 2019-06-25 00:08:13 +0300
  • 25f7455472 liblzma: Add a comment. Lasse Collin 2019-06-24 23:52:17 +0300
  • 44eb961f2a liblzma: Silence clang -Wmissing-variable-declarations. Lasse Collin 2019-06-24 23:45:21 +0300
  • 267afcd995 xz: Silence a warning from clang -Wsign-conversion in main.c. Lasse Collin 2019-06-24 22:57:43 +0300
  • 0e3c4002f8 liblzma: Remove incorrect uses of lzma_attribute((__unused__)). Lasse Collin 2019-06-24 22:47:39 +0300
  • cb708e8fa3 Tests: Silence a warning from -Wsign-conversion. Lasse Collin 2019-06-24 20:53:55 +0300
  • c8cace3d6e xz: Fix an integer overflow with 32-bit off_t. Lasse Collin 2019-06-24 20:45:49 +0300
  • 65a42741e2 Tests: Remove a duplicate branch from tests/tests.h. Lasse Collin 2019-06-24 00:57:23 +0300
  • 5c4fb60e8d tuklib_mbstr_width: Fix a warning from -Wsign-conversion. Lasse Collin 2019-06-23 23:22:45 +0300
  • 37df03ce52 xz: Fix some of the warnings from -Wsign-conversion. Lasse Collin 2019-06-23 23:19:34 +0300
  • 7c65ae0f5f tuklib_cpucores: Silence warnings from -Wsign-conversion. Lasse Collin 2019-06-23 22:27:45 +0300
  • a502dd1d00 xzdec: Fix warnings from -Wsign-conversion. Lasse Collin 2019-06-23 21:40:47 +0300
  • a45d1a5374 liblzma: Fix warnings from -Wsign-conversion. Lasse Collin 2019-06-23 21:38:56 +0300
  • 4ff87ddf80 tuklib_integer: Silence warnings from -Wsign-conversion. Lasse Collin 2019-06-23 19:33:55 +0300
  • ed1a9d3398 tuklib_integer: Fix usage of conv macros. Lasse Collin 2019-06-20 19:40:30 +0300
  • 612c88dfc0 Update THANKS. Lasse Collin 2019-06-03 20:44:19 +0300
  • 85da31d8b8 liblzma: Fix comments. Lasse Collin 2019-06-03 20:41:54 +0300
  • 6a73a78895 liblzma: Fix one more unaligned read to use unaligned_read16ne(). Lasse Collin 2019-06-02 00:50:59 +0300
  • ce59b34ec9 Update THANKS. Lasse Collin 2019-06-01 21:41:55 +0300
  • 94aa3fb568 liblzma: memcmplen: Use ctz32() from tuklib_integer.h. Lasse Collin 2019-06-01 21:36:13 +0300
  • 412791486d tuklib_integer: Cleanup MSVC-specific code. Lasse Collin 2019-06-01 21:30:03 +0300
  • efbf6e5f09 liblzma: Use unaligned_readXXne functions instead of type punning. Lasse Collin 2019-06-01 19:01:21 +0300
  • 29afef0348 tuklib_integer: Improve unaligned memory access. Lasse Collin 2019-06-01 18:41:16 +0300
  • 7136f1735c Rename unaligned_read32ne to read32ne, and similarly for the others. Lasse Collin 2019-12-31 00:41:28 +0200
  • 5e78fcbf2e Rename read32ne to aligned_read32ne, and similarly for the others. Lasse Collin 2019-12-31 00:29:48 +0200
  • 77bc5bc6dd Revise tuklib_integer.h and .m4. Lasse Collin 2019-12-31 00:18:24 +0200
  • 8b72950a6b Tests: Hopefully fix test_check.c to work on EBCDIC systems. Lasse Collin 2019-12-29 22:51:58 +0200
  • 43ce4ea7c7 Scripts: Put /usr/xpg4/bin to the beginning of PATH on Solaris. Lasse Collin 2019-09-24 23:02:40 +0300
  • 596ed3de44 liblzma: Avoid memcpy(NULL, foo, 0) because it is undefined behavior. Lasse Collin 2019-05-13 20:05:17 +0300
  • b4b83555c5 Update THANKS. Lasse Collin 2019-05-11 20:56:08 +0300
  • 8d4906262b xz: Update xz man page date. Lasse Collin 2019-05-11 20:54:12 +0300
  • 0d318402f8 spelling Antoine Cœur 2019-05-08 13:30:57 +0800
  • aeb3be8ac4 README: Update translation instructions. Lasse Collin 2019-03-04 22:49:04 +0200