Commit Graph

  • 608d6f06c9 Update German translation, mostly wrt orthography Hauke Henningsen 2015-08-17 04:59:54 +0200
  • c8988414e5 Build: Minor Cygwin cleanup. Lasse Collin 2015-08-11 13:23:04 +0300
  • 85a6dfed53 Build: Support building of MSYS2 binaries. Lasse Collin 2015-08-11 13:21:52 +0300
  • 77f270be84 Windows: Define DLL_EXPORT when building liblzma.dll with MSVC. Lasse Collin 2015-08-09 21:06:26 +0300
  • 8c975446c5 Windows: Omit unneeded header files from MSVC project files. Lasse Collin 2015-08-09 21:02:20 +0300
  • 119a004349 liblzma: A MSVC-specific hack isn't needed with MSVC 2013 and newer. Lasse Collin 2015-07-12 20:48:19 +0300
  • d4e7c557fc Update THANKS. Lasse Collin 2015-06-19 20:38:55 +0300
  • 98001740ca Windows: Update the docs. Lasse Collin 2015-06-19 20:21:30 +0300
  • 28195e4c87 Windows: Add MSVC project files for building liblzma. Lasse Collin 2015-06-19 17:25:31 +0300
  • 397fcc0946 Update German translation, mostly wrt orthography Hauke Henningsen 2015-08-17 04:59:54 +0200
  • cbc9e39bae Build: Minor Cygwin cleanup. Lasse Collin 2015-08-11 13:23:04 +0300
  • bcacd8ce7a Build: Support building of MSYS2 binaries. Lasse Collin 2015-08-11 13:21:52 +0300
  • 0275a5398c Windows: Define DLL_EXPORT when building liblzma.dll with MSVC. Lasse Collin 2015-08-09 21:06:26 +0300
  • a74525cf9b Windows: Omit unneeded header files from MSVC project files. Lasse Collin 2015-08-09 21:02:20 +0300
  • fbbb295a91 liblzma: A MSVC-specific hack isn't needed with MSVC 2013 and newer. Lasse Collin 2015-07-12 20:48:19 +0300
  • 713dbe5c23 Update THANKS. Lasse Collin 2015-06-19 20:38:55 +0300
  • 3a5d755d05 Windows: Update the docs. Lasse Collin 2015-06-19 20:21:30 +0300
  • b0798c6aa6 Windows: Add MSVC project files for building liblzma. Lasse Collin 2015-06-19 17:25:31 +0300
  • 9b02a4ffda Fix typo in German translation. Andre Noll 2015-05-28 15:50:00 +0200
  • 960440f323 Tests: Fix a memory leak in test_bcj_exact_size. Lasse Collin 2015-05-13 20:57:55 +0300
  • c7f4041f6b Tests: Fix a memory leak in test_bcj_exact_size. Lasse Collin 2015-05-13 20:57:55 +0300
  • 68cd35acaf Fix NEWS about threading in 5.2.0. Lasse Collin 2015-05-12 18:08:24 +0300
  • 17b29d4f0a Fix NEWS about threading in 5.2.0. Lasse Collin 2015-05-12 18:08:24 +0300
  • ff96ed6d25 xz: Document that threaded decompression hasn't been implemented yet. Lasse Collin 2015-05-11 21:26:16 +0300
  • 49c26920d6 xz: Document that threaded decompression hasn't been implemented yet. Lasse Collin 2015-05-11 21:26:16 +0300
  • 5b2458cb24 Update THANKS. Lasse Collin 2015-04-20 20:20:29 +0300
  • 00d37b64a6 Update THANKS. Lasse Collin 2015-04-20 20:20:29 +0300
  • 6bd0349c58 Revert "xz: Use pipe2() if available." Lasse Collin 2015-04-20 19:59:18 +0300
  • db190a832c Revert "xz: Use pipe2() if available." Lasse Collin 2015-04-20 19:59:18 +0300
  • fc0df0f8db xz: Fix the Capsicum rights on user_abort_pipe. Lasse Collin 2015-04-01 14:45:25 +0300
  • 57393615b3 Update THANKS. Lasse Collin 2015-03-31 22:20:11 +0300
  • 1238381143 xz: Add support for sandboxing with Capsicum. Lasse Collin 2015-03-31 22:19:34 +0300
  • 29a087fb5a Fix bugs and otherwise improve ax_check_capsicum.m4. Lasse Collin 2015-03-31 21:12:30 +0300
  • 6e845c6a3e Add m4/ax_check_capsicum.m4 for detecting Capsicum support. Lasse Collin 2015-03-31 19:20:24 +0300
  • 3717885f9e Bump version to 5.3.0alpha and soname to 5.3.99. Lasse Collin 2015-03-30 22:44:02 +0300
  • eccd8155e1 Update THANKS. Lasse Collin 2015-03-29 22:14:47 +0300
  • 25263fd9e7 Fix the detection of installed RAM on QNX. Lasse Collin 2015-03-29 22:13:48 +0300
  • 4c544d2410 Fix CPU core count detection on QNX. Lasse Collin 2015-03-27 22:39:07 +0200
  • e0ea6737b0 xz: size_t/uint32_t cleanup in options.c. Lasse Collin 2015-03-07 22:05:57 +0200
  • 8bcca29a65 xz: Fix a comment and silence a warning in message.c. Lasse Collin 2015-03-07 22:04:23 +0200
  • f243f5f44c liblzma: Silence more uint32_t vs. size_t warnings. Lasse Collin 2015-03-07 22:01:00 +0200
  • 7f0a4c50f4 xz: Make arg_count an unsigned int to silence a warning. Lasse Collin 2015-03-07 19:54:00 +0200
  • f6ec468015 liblzma: Fix a warning in index.c. Lasse Collin 2015-03-07 19:33:17 +0200
  • a24518971c Build: Fix a CR+LF problem when running autoreconf -fi on OS/2. Lasse Collin 2015-02-26 20:46:14 +0200
  • dec11497a7 Bump version and soname for 5.2.1. v5.2.1 Lasse Collin 2015-02-26 16:53:44 +0200
  • 29e39c7997 Update NEWS for 5.2.1. Lasse Collin 2015-02-26 13:01:09 +0200
  • 7a11c4a8e5 xz: Use pipe2() if available. Lasse Collin 2015-02-22 19:38:48 +0200
  • 117d962685 liblzma: Fix a compression-ratio regression in LZMA1/2 in fast mode. Lasse Collin 2015-02-21 23:40:26 +0200
  • ae984e31c1 xz: Fix the fcntl() usage when creating a pipe for the self-pipe trick. Lasse Collin 2015-02-21 23:00:19 +0200
  • 2205bb5853 Update THANKS. Lasse Collin 2015-02-10 15:29:34 +0200
  • d935b0cdf3 tuklib_cpucores: Use cpuset_getaffinity() on FreeBSD if available. Lasse Collin 2015-02-10 15:28:30 +0200
  • eb61bc58c2 xzdiff: Make the mktemp usage compatible with FreeBSD's mktemp. Lasse Collin 2015-02-09 22:08:37 +0200
  • b9a5b6b7a2 Add a few casts to tuklib_integer.h to silence possible warnings. Lasse Collin 2015-02-03 21:45:53 +0200
  • c45757135f liblzma: Set LZMA_MEMCMPLEN_EXTRA depending on the compare method. Lasse Collin 2015-01-26 21:24:39 +0200
  • 3c500174ed Update THANKS. Lasse Collin 2015-01-26 20:40:16 +0200
  • fec88d41e6 liblzma: Silence harmless Valgrind errors. Lasse Collin 2015-01-26 20:39:28 +0200
  • a9b45badfe xz: Fix comments. Lasse Collin 2015-01-09 21:50:19 +0200
  • 541aee6dd4 Update THANKS. Lasse Collin 2015-01-09 21:35:06 +0200
  • 4170edc914 xz: Don't fail if stdout doesn't support O_NONBLOCK. Lasse Collin 2015-01-09 21:34:06 +0200
  • 04bbc0c284 xz: Fix a memory leak in DOS-specific code. Lasse Collin 2015-01-07 19:18:20 +0200
  • f0f1f6c723 xz: Don't fail if stdin doesn't support O_NONBLOCK. Lasse Collin 2015-01-07 19:08:06 +0200
  • d2d484647d Tests: Don't hide unexpected error messages in test_files.sh. Lasse Collin 2015-01-06 20:30:15 +0200
  • aae6a6aeda Update Solaris notes in INSTALL. Lasse Collin 2014-12-30 11:17:16 +0200
  • 7815112153 Build: POSIX shell isn't required if scripts are disabled. Lasse Collin 2014-12-26 12:00:05 +0200
  • a0cd05ee71 DOS: Update Makefile. v5.2.0 Lasse Collin 2014-12-21 20:48:37 +0200
  • b85ee0905e Windows: Fix bin_i486 to bin_i686 in build.bash. Lasse Collin 2014-12-21 19:50:38 +0200
  • cbafa71091 Docs: Use lzma_cputhreads() in 04_compress_easy_mt.c. Lasse Collin 2014-12-21 18:58:44 +0200
  • 8dbb57238d Docs: Update docs/examples/00_README.txt. Lasse Collin 2014-12-21 18:56:44 +0200
  • 6060f7dc76 Bump version and soname for 5.2.0. Lasse Collin 2014-12-21 18:11:17 +0200
  • 3e8bd1d15e Avoid variable-length arrays in the debug programs. Lasse Collin 2014-12-21 18:05:03 +0200
  • 72f7307cfd Build: Include 04_compress_easy_mt.c in the tarball. Lasse Collin 2014-12-21 18:01:45 +0200
  • 2cb82ff21c Fix build when --disable-threads is used. Lasse Collin 2014-12-21 18:00:38 +0200
  • 9b9e3536e4 po/fr: improve wording for help for --lzma1/--lzma2. Adrien Nader 2014-12-21 15:56:15 +0100
  • a8b6b569e7 po/fr: missing line in translation of --extreme. Adrien Nader 2014-12-21 15:55:48 +0100
  • 265e5ffb70 po/fr: improve wording for help for --lzma1/--lzma2. v5.0.8 v5.0 Adrien Nader 2014-12-21 15:56:15 +0100
  • 3dfa915cd1 po/fr: missing line in translation of --extreme. Adrien Nader 2014-12-21 15:55:48 +0100
  • f168a6fd1a Update NEWS for 5.2.0. Lasse Collin 2014-12-21 14:32:33 +0200
  • cec2ee863b Update NEWS for 5.0.8. Lasse Collin 2014-12-21 14:32:22 +0200
  • 6b65e84bd4 xz: Fix a comment. Lasse Collin 2014-12-21 14:07:54 +0200
  • 42e97a3264 xz: Fix a comment. Lasse Collin 2014-12-21 14:07:54 +0200
  • 4da8e1d833 Bump version and soname for 5.0.8. Lasse Collin 2014-12-21 13:50:08 +0200
  • f6dc9996b0 Update NEWS for 5.0.8. Lasse Collin 2014-12-21 13:48:45 +0200
  • 67d62a375a Translations: Update the French translation. Lasse Collin 2014-12-20 20:49:49 +0200
  • 29b95d5d66 Update INSTALL about the dependencies of the scripts. Lasse Collin 2014-12-20 20:43:14 +0200
  • 3af91040bb Windows: Update build instructions. Lasse Collin 2014-12-20 20:42:33 +0200
  • 0152f72bf6 Windows: Update the build script and README-Windows.txt. Lasse Collin 2014-12-20 20:41:48 +0200
  • 4a1f6133ee Windows: Define TUKLIB_SYMBOL_PREFIX in config.h. Lasse Collin 2014-12-19 15:51:50 +0200
  • 283c03fe5b Update THANKS. Lasse Collin 2014-12-18 21:33:33 +0200
  • 0c7fe9f227 Update INSTALL about a "make check" failure in test_scripts.sh. Lasse Collin 2014-11-28 20:07:18 +0200
  • b46fe3ced9 Build: Update m4/ax_pthread.m4 from Autoconf Archive. Lasse Collin 2014-11-17 19:11:49 +0200
  • 6ed0554a15 Build: Replace obsolete AC_HELP_STRING with AS_HELP_STRING. Lasse Collin 2014-12-18 21:27:35 +0200
  • 0ab300ec52 Build: Fix Autoconf warnings about escaped backquotes. Lasse Collin 2014-12-18 21:26:20 +0200
  • b274ad02c4 Update THANKS. Lasse Collin 2014-10-09 19:42:26 +0300
  • 4fdcccd85e Add support for AmigaOS/AROS to tuklib_physmem(). Lasse Collin 2014-10-09 19:41:51 +0300
  • f229fa32bf xzgrep: Avoid passing both -q and -l to grep. Lasse Collin 2014-10-09 18:42:14 +0300
  • 94a1a869ee Build: Detect supported compiler warning flags better. Lasse Collin 2014-09-25 18:38:48 +0300
  • 7f7d093de7 xz: Update the man page about --threads. Lasse Collin 2014-12-16 21:00:09 +0200
  • 009823448b xz: Update the man page about --block-size. Lasse Collin 2014-12-16 20:57:43 +0200
  • 7dddfbeb49 po/fr: several more translation updates: reword and handle --ignore-check. Adrien Nader 2014-12-10 22:26:57 +0100
  • 6eca5be40e po/fr: yet another place where my email address had to be updated. Adrien Nader 2014-12-10 22:23:01 +0100