1
0
mirror of https://git.tukaani.org/xz.git synced 2025-11-24 15:54:46 +00:00

Commit Graph

  • c737eec91d Updated THANKS. Lasse Collin 2010-03-22 21:03:03 +02:00
  • f4b2b52624 Fix xzgrep to not break if filenames have spaces or quotes. Lasse Collin 2010-03-07 19:52:25 +02:00
  • cf38da00a1 Treat all integer multiplier suffixes as base-2. Lasse Collin 2010-03-07 13:59:32 +02:00
  • 00fc1211ae Consistently round up the memory usage limit in messages. Lasse Collin 2010-03-07 13:50:23 +02:00
  • 9886d436ff Change the default of --enable-assume-ram from 32 to 128 MiB. Lasse Collin 2010-03-07 13:34:34 +02:00
  • 2672bcc9f8 Increase the default memory usage limit on "low-memory" systems. Lasse Collin 2010-03-07 13:29:28 +02:00
  • 5527b7269a Updated THANKS. Lasse Collin 2010-03-06 21:36:19 +02:00
  • d0d1c51aea Fix missing initialization in lzma_strm_init(). Lasse Collin 2010-03-06 21:17:20 +02:00
  • eb7d51a3fa Collection of language fixes to comments and docs. Lasse Collin 2010-02-12 13:16:15 +02:00
  • 4785f2021a Fix jl -> jb in ASM files. Lasse Collin 2010-02-12 12:41:20 +02:00
  • 6b50c9429b Use __APPLE__ instead of __MACH__ in ASM files. Lasse Collin 2010-02-12 12:31:22 +02:00
  • 6503fde658 Subtle change to liblzma Block handling API. Lasse Collin 2010-02-07 19:48:06 +02:00
  • dd7c3841ff Fix wrong assertion. Lasse Collin 2010-02-02 11:50:11 +02:00
  • 9d67588c15 Updated TODO. Lasse Collin 2010-02-01 22:48:42 +02:00
  • fef6333f52 Fix typos in comments. Lasse Collin 2010-02-01 22:47:54 +02:00
  • 455e68c030 Fix signal handling for --list. Lasse Collin 2010-02-01 22:46:56 +02:00
  • 82220a1490 Fix compression of symlinks with --force. Lasse Collin 2010-02-01 11:44:45 +02:00
  • d4da177d5b Fix a comment. Lasse Collin 2010-02-01 10:20:57 +02:00
  • f9dd797a42 Updated THANKS. Lasse Collin 2010-01-31 23:43:54 +02:00
  • ee5ddb8b28 Updated TODO. Lasse Collin 2010-01-31 23:41:29 +02:00
  • 11936ad3f5 Mention TODO in README. Lasse Collin 2010-01-31 23:35:04 +02:00
  • 2901a8e7e8 Updated INSTALL. Lasse Collin 2010-01-31 23:31:14 +02:00
  • 8884e16864 Revise the Windows build files. Lasse Collin 2010-01-31 23:28:51 +02:00
  • 34eb5e201d Select the default integrity check type at runtime. Lasse Collin 2010-01-31 19:52:38 +02:00
  • 96a4f840e3 Improve displaying of the memory usage limit. Lasse Collin 2010-01-31 18:17:50 +02:00
  • b3cc4d8edd Don't use uninitialized sigset_t. Lasse Collin 2010-01-31 12:53:56 +02:00
  • 231c3c7098 Delay opening the destionation file and other fixes. Lasse Collin 2010-01-31 12:01:54 +02:00
  • 0dbd0641db Add list.h to src/xz/Makefile.am. Lasse Collin 2010-01-29 22:48:04 +02:00
  • b4b1a56e0c Add lzmainfo.1 to manfiles list to convert to .txt and .pdf. Lasse Collin 2010-01-29 13:24:27 +02:00
  • 5574d64e03 Silence two compiler warnings on DOS-like systems. Lasse Collin 2010-01-27 16:42:11 +02:00
  • b063cc34a3 Use PACKAGE_URL instead of custom PACKAGE_HOMEPAGE. Lasse Collin 2010-01-27 13:31:03 +02:00
  • 38b8035b5c Add a missing space to an error message. Lasse Collin 2010-01-26 23:37:46 +02:00
  • e5496f9628 Use past tense in error message in io_unlink(). Lasse Collin 2010-01-26 22:53:37 +02:00
  • d9a9800597 Fix too small static buffer in util.c. Lasse Collin 2010-01-26 15:42:24 +02:00
  • d0b4bbf5da Minor comment fix. Lasse Collin 2010-01-26 14:46:43 +02:00
  • 0bc9eab243 Add initial version of xz --list. Lasse Collin 2010-01-24 23:50:54 +02:00
  • df254ce03b Add io_pread(). Lasse Collin 2010-01-24 22:46:11 +02:00
  • ef68dd4a92 Set LC_NUMERIC=C when --robot is used. Lasse Collin 2010-01-24 22:45:14 +02:00
  • 0dd6d00766 Some improvements to printing sizes in xz. Lasse Collin 2010-01-24 16:57:40 +02:00
  • 2a98fdffd6 Fix a typo in README. Lasse Collin 2010-01-20 22:02:35 +02:00
  • 07a11dad44 Updated windows/Makefile. Lasse Collin 2010-01-17 11:59:54 +02:00
  • 37f31ead9d Update the xz man page to match the previous two commits. Lasse Collin 2010-01-15 11:05:11 +02:00
  • 3ffd5d81a4 Don't read compressed data from a terminal or write it to a terminal even if --force is specified. Lasse Collin 2010-01-13 19:10:25 +02:00
  • 23ac2c44c3 Don't compress or decompress special files unless writing to stdout even if --force is used. Lasse Collin 2010-01-13 18:12:40 +02:00
  • cee12aa852 Updated THANKS. Lasse Collin 2010-01-12 16:30:33 +02:00
  • 153c7740c5 Add IRIX-specific code to tuklib_physmem and tuklib_cpucores. Lasse Collin 2010-01-12 16:18:14 +02:00
  • 8ea8dc754a Fix _memconfig() functions. Lasse Collin 2010-01-01 00:29:10 +02:00
  • 1a7ec87c8e Revised the Index handling code. Lasse Collin 2009-12-31 22:45:53 +02:00
  • f29997a846 Remove c-format tag in cs.po. Lasse Collin 2009-12-31 21:13:25 +02:00
  • 097bad0003 Add missing lzma_nothrow in filter.h. Lasse Collin 2009-12-31 21:11:05 +02:00
  • b56cb1fc31 Remove redefinition of _(msgid) macro from lzmainfo.c. Lasse Collin 2009-12-09 18:13:44 +02:00
  • 171b03febf update po/.gitignore Jonathan Nieder 2009-12-08 19:41:57 -06:00
  • f7e44c6c11 Always rely on GCC's auto-import on Windows. Lasse Collin 2009-12-09 00:38:55 +02:00
  • 7b76a3e233 Fix file_io.c on DOS-like systems. Lasse Collin 2009-12-07 21:46:53 +02:00
  • 0696f5d268 Add Czech translation. Lasse Collin 2009-12-07 20:54:21 +02:00
  • 5e817a50d2 Add a note for translators to add a bug reporting address for translation bugs. Lasse Collin 2009-12-07 20:32:08 +02:00
  • 6db1c35be9 Prevent xgettext from taking one regular string as a C format string. Lasse Collin 2009-12-07 20:07:02 +02:00
  • e0c2776b6f Remove duplicate code in io_open_dest(). Lasse Collin 2009-11-28 17:45:22 +02:00
  • f057a33c6f Typo fix to sysdefs.h. Lasse Collin 2009-11-26 10:11:23 +02:00
  • 8767b41534 Fix a memory leak in test_index.c. Lasse Collin 2009-11-26 10:10:36 +02:00
  • 919fbaff86 Add missing error check to coder.c. Lasse Collin 2009-11-25 14:22:19 +02:00
  • bd13b04e20 Fix bugs in lzma_index_read() and lzma_index_cat(). Lasse Collin 2009-11-25 13:04:10 +02:00
  • 1f19690914 Index decoder fixes. Lasse Collin 2009-11-25 12:52:56 +02:00
  • 465d1b0d65 Create sparse files by default when decompressing into a regular file. Lasse Collin 2009-11-25 11:19:20 +02:00
  • 37de544414 Updated THANKS. Lasse Collin 2009-11-22 12:43:06 +02:00
  • f1a28b96c9 Add missing consts to pointer casts. Lasse Collin 2009-11-22 12:05:33 +02:00
  • b9b5c54cd4 Enable assembler code only if it is known to work on that operating system. Lasse Collin 2009-11-22 12:00:30 +02:00
  • 0733f4c999 Make fastpos.h use tuklib_integer.h instead of bsr.h when --enable-small has been specified. Lasse Collin 2009-11-22 11:55:03 +02:00
  • 7ac3985d89 Update tuklib_integer.h with bit scan functions. Lasse Collin 2009-11-22 11:52:30 +02:00
  • c74c132f7f Update tuklib_cpucores.m4 and tuklib_physmem.m4 from tuklib, which now use AC_CACHE_CHECK. Using the cache variable, configure now warns if there is no method to detect the amount of RAM and recommends using --enable-assume-ram. Lasse Collin 2009-11-20 12:51:19 +02:00
  • d315ca4930 Add support for --info-memory and --robot to xz. Lasse Collin 2009-11-16 18:16:45 +02:00
  • e330fb7e6b Fix wrong indentation caused by incorrect settings in the text editor. Lasse Collin 2009-11-15 12:54:45 +02:00
  • 93e418562c Add lzma_physmem(). Lasse Collin 2009-11-15 12:40:17 +02:00
  • cf39faca59 Updated THANKS. Lasse Collin 2009-11-14 20:21:19 +02:00
  • 2ddcae247c Some updates to xz man page. Lasse Collin 2009-11-14 20:20:03 +02:00
  • 19b2674f07 Fix description of --memory in --long-help. Lasse Collin 2009-11-14 19:51:03 +02:00
  • 2291346f0c Update the debug programs so that they compile again. Lasse Collin 2009-11-14 19:45:39 +02:00
  • 418d64a32e Fix a design error in liblzma API. Lasse Collin 2009-11-14 18:59:19 +02:00
  • f0bf7634b7 Fix wrong function name in the previous commit. Lasse Collin 2009-10-17 11:11:58 +03:00
  • 6d118a0b9d Add lzma_filters_copy(). Lasse Collin 2009-10-17 01:47:07 +03:00
  • 78e92c1847 Escape dashes in xzmore.1 Jonathan Nieder 2009-10-15 20:44:13 -05:00
  • 7b7fe902d9 Mention --check=none in --long-help. It was already in the man page though. Lasse Collin 2009-10-16 20:35:39 +03:00
  • ebfb2c5e1f Use a tuklib module for integer handling. Lasse Collin 2009-10-04 22:57:12 +03:00
  • 29fd321033 Add support for --enable-assume-ram=SIZE. Lasse Collin 2009-10-02 14:35:56 +03:00
  • 3782b3fee4 Use unaligned access (if possible) on both endiannesses in lz_encoder_hash.h. Lasse Collin 2009-10-02 11:28:17 +03:00
  • c5f68b5cc7 Make liblzma produce the same output on both endiannesses. Lasse Collin 2009-10-02 11:03:26 +03:00
  • 4a84d1adfd add lzmainfo to gitignore Mike Frysinger 2009-09-26 12:51:50 -04:00
  • 188a1dcd0c Updated THANKS. Lasse Collin 2009-09-27 11:53:36 +03:00
  • db9119b918 Work around a bug in Interix header files. Lasse Collin 2009-09-27 11:48:54 +03:00
  • b3d105e697 Fix an error in OpenVMS-specific code. Lasse Collin 2009-09-24 17:50:17 +03:00
  • 5e000ff00d Added OpenVMS-specific information to INSTALL. Lasse Collin 2009-09-22 18:59:56 +03:00
  • 932b2e2044 Better fixes for OpenVMS support. Lasse Collin 2009-09-22 14:03:02 +03:00
  • 4c3630ec41 Avoid non-standard preprocessor construct. Lasse Collin 2009-09-22 13:40:19 +03:00
  • 0deb1bb60a Make sure that TUKLIB_DOSLIKE doesn't get defined on Cygwin. Lasse Collin 2009-09-21 19:50:09 +03:00
  • e599bba421 Various changes. Lasse Collin 2009-09-19 09:47:30 +03:00
  • 49cfc8d392 Fix incorrect use of "restrict". Lasse Collin 2009-09-15 21:07:23 +03:00
  • 15ffd675ab Fix GCC version check for nothrow attribute. Lasse Collin 2009-09-12 14:09:17 +03:00
  • 6bfdd3a88a Updated THANKS. Lasse Collin 2009-09-12 14:08:15 +03:00
  • 4ab7b16b95 A few grammar fixes. Lasse Collin 2009-09-12 14:07:36 +03:00
  • 8905a33daa Updated THANKS. Lasse Collin 2009-09-11 17:08:15 +03:00