1
0
mirror of https://git.tukaani.org/xz.git synced 2025-04-18 21:50:49 +00:00

Commit Graph

  • 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
  • 68059334ff Add PACKAGE_HOMEPAGE to {windows,dos}/config.h to fix build errors. Lasse Collin 2009-09-11 17:06:32 +03:00
  • 221be761f4 Use $(LN_EXEEXT) in symlinks to executables. Lasse Collin 2009-09-11 10:24:09 +03:00
  • 18a4233a53 Fix a couple of warnings. Lasse Collin 2009-09-11 09:25:09 +03:00
  • 429910b2ba Add OS/2-specific code to physmem.h. Lasse Collin 2009-09-05 18:39:21 +03:00
  • 7aca7b3174 Updated THANKS. Lasse Collin 2009-09-05 01:21:15 +03:00
  • 60ccb80c9c Use sysctl() != -1 instead of !sysctl() to check if the function call succeeded. Lasse Collin 2009-09-05 01:20:29 +03:00
  • 173368911c Mention in INSTALL that --enable-small doesn't modify CFLAGS. Lasse Collin 2009-09-02 09:43:51 +03:00
  • 319a0fd7d7 Refactored option parsing. Lasse Collin 2009-09-01 20:40:01 +03:00
  • 25adaaa56e Fix options parsing bug in xz. Lasse Collin 2009-09-01 20:23:30 +03:00
  • 5f6dddc6c9 Updated TODO. Lasse Collin 2009-09-01 20:20:19 +03:00
  • 655457b9ad Revert 43f44160b1ddcbf7e5205c37db09b3bebe7226f9 and use a fix that works on all systems using GNU assembler. Lasse Collin 2009-08-31 21:59:25 +03:00
  • 162189c347 Updated THANKS. Lasse Collin 2009-08-30 17:29:19 +03:00
  • 2331f5f97a Add more OS/2 specific info to INSTALL. Lasse Collin 2009-08-30 17:28:52 +03:00
  • 94c66b3297 Use even more hackish way to support thousand separators. Lasse Collin 2009-08-29 14:43:52 +03:00
  • 3432e9c6aa Updated THANKS. Lasse Collin 2009-08-29 13:42:56 +03:00
  • 27414daadf Fix sysctl() usage. Lasse Collin 2009-08-29 13:39:21 +03:00
  • 43f44160b1 Fix x86 assembler on GCC 3. Lasse Collin 2009-08-29 13:35:23 +03:00
  • 682efdc1f9 "make dist" fixes v4.999.9beta Lasse Collin 2009-08-27 18:36:59 +03:00
  • c8c184db1c Update xz man page date. Lasse Collin 2009-08-27 17:08:33 +03:00
  • 9756fce565 Fix the debug directory. Lasse Collin 2009-08-27 17:00:22 +03:00
  • 77007a7fb2 Add missing files to EXTRA_DIST. Lasse Collin 2009-08-27 16:36:40 +03:00
  • 04dcbfdeb9 Bumped version to 4.999.9beta. Lasse Collin 2009-08-27 16:21:22 +03:00
  • fd7618611a Updated THANKS. Lasse Collin 2009-08-27 16:17:47 +03:00
  • c29e76c0f9 .xz file format specification 1.0.4 (probably). Lasse Collin 2009-08-27 16:12:52 +03:00
  • 696d7ee395 Require GNU libtool 2.2. Lasse Collin 2009-08-27 15:43:54 +03:00
  • 4c3558aa83 Add "dos" to EXTRA_DIST. Lasse Collin 2009-08-27 15:34:45 +03:00
  • 35b29e4424 Updated TODO. Lasse Collin 2009-08-27 15:23:27 +03:00
  • 2341437719 Some xz man page improvements. Lasse Collin 2009-08-27 15:17:00 +03:00
  • 371b04e19f Removed doc/bugs.txt. Lasse Collin 2009-08-27 10:41:01 +03:00
  • d88c4072b3 Updated README. Lasse Collin 2009-08-27 10:40:25 +03:00
  • 92e536d8b8 Fix a typo in FAQ. Lasse Collin 2009-08-27 10:21:18 +03:00
  • 3e2ba8b585 Updates to liblzma API headers. Lasse Collin 2009-08-27 10:13:46 +03:00
  • 8e8ebc17c5 Install faq.txt. Lasse Collin 2009-08-18 00:30:09 +03:00
  • b198e770a1 Updated faq.txt. Lasse Collin 2009-08-18 00:26:48 +03:00
  • fe111a25cd Some xz man changes. Lasse Collin 2009-08-17 22:45:50 +03:00
  • 10242a21e9 Updated THANKS. Lasse Collin 2009-08-16 22:15:42 +03:00
  • 3ce1916c83 Fix data corruption in LZ/LZMA2 encoder. Lasse Collin 2009-08-16 22:15:13 +03:00
  • 66da129c8e Updated INSTALL and PACKAGERS to match the changes made in --enable-dynamic. Lasse Collin 2009-08-13 15:15:37 +03:00
  • 8238c4b240 Link lzmainfo against shared liblzma by default. Lasse Collin 2009-08-13 15:03:46 +03:00
  • 71f18e8a06 Make --enable-dynamic a tristate option. Lasse Collin 2009-08-13 15:00:21 +03:00
  • 5aa4678b23 Fix xz Makefile.am for the man page. Lasse Collin 2009-08-13 12:56:47 +03:00
  • e51b4e49e8 Add lzmainfo for backward compatibility with LZMA Utils. Lasse Collin 2009-08-13 12:55:45 +03:00
  • a4165d0584 Sync some error messages from xz to xzdec. Lasse Collin 2009-08-13 12:42:36 +03:00
  • df636eb4e0 Add xz man page to manfiles in toplevel Makefile.am. Lasse Collin 2009-08-13 09:37:21 +03:00
  • 180bdf58ea Fix first line of xz man page. Lasse Collin 2009-08-13 09:37:01 +03:00
  • e1ce2291e7 Added a rough version of the xz man page. Lasse Collin 2009-08-10 11:22:31 +03:00
  • e71903fc61 “xzdiff a.xz b.xz” always fails Jonathan Nieder 2009-08-09 13:41:20 -05:00
  • 1d314b81aa xzless: Support compressed standard input Jonathan Nieder 2009-08-09 13:22:12 -05:00
  • a7f5d2fe48 GPLv2+ not GPLv2 for Doxyfile.in is probably OK. Lasse Collin 2009-08-09 20:57:46 +03:00
  • b735cde20c Added a copyright notice to Doxyfile.in since it contains lots of comments from Doxygen. Lasse Collin 2009-08-02 00:27:29 +03:00
  • 0fd157cc00 Updated THANKS. Lasse Collin 2009-08-02 00:11:37 +03:00
  • b198da96ff Updated TODO. Lasse Collin 2009-08-02 00:10:22 +03:00
  • 669413bb2d Updated THANKS. Lasse Collin 2009-07-30 12:25:55 +03:00
  • dbbd8fb870 xzdiff: add missing ;; to case statement Jonathan Nieder 2009-07-28 17:37:24 -05:00
  • adbad2d16c Added history.txt to doc_DATA. Lasse Collin 2009-07-24 13:15:06 +03:00
  • e0236f1256 Updated .gitignore files. Lasse Collin 2009-07-24 12:00:40 +03:00
  • 2f34fb2692 Minor improvements to COPYING. Lasse Collin 2009-07-24 11:34:02 +03:00
  • 0db1befcfb Fix incorrect usage of getopt_long(), which caused invalid memory access if XZ_OPT was defined. Lasse Collin 2009-07-23 19:10:55 +03:00
  • 8f8ec942d6 Avoid internal error with --format=xz --lzma1. Lasse Collin 2009-07-20 15:43:32 +03:00
  • 99f9e879a6 Major documentation update. Lasse Collin 2009-07-19 13:14:20 +03:00
  • ef4cf1851d Added missing author notice to xzless.in. Lasse Collin 2009-07-19 11:09:31 +03:00
  • 4c9c989d45 Use AC_CONFIG_AUX_DIR to clean up the toplevel directory a little. Lasse Collin 2009-07-18 18:54:55 +03:00
  • 366e436090 Updated the totally outdated TODO file. Lasse Collin 2009-07-18 14:34:08 +03:00
  • 64e498c89d Added public domain notice into a few files. Lasse Collin 2009-07-18 11:26:39 +03:00
  • a35755c5de Allow extra commas in filter-specific options on xz command line. Lasse Collin 2009-07-14 21:10:36 +03:00
  • 98f3cac1ad Accept --lzma2=preset=6e where "e" is equivalent to --extreme when no custom chain is in use. Lasse Collin 2009-07-14 18:04:31 +03:00