1
0
mirror of https://git.tukaani.org/xz.git synced 2025-12-20 04:18:44 +00:00

Commit Graph

  • ec1c82b2e8 Fixed wrong symbol name in crc64_x86.s. Lasse Collin 2007-12-14 09:59:05 +02:00
  • 2881570df6 Use .globl instead of .global in x86 assembler code for better portability. Still needs fixing the commenting. Lasse Collin 2007-12-14 09:53:24 +02:00
  • 698470b8f3 Fixed a few short options that take an argument. short_opts[] was missing colons to indicate required argument. Thanks to Fabio Pedretti for the bug report. Lasse Collin 2007-12-13 20:14:37 +02:00
  • 918bcb0e07 Removed uncompressed size tracking from Delta encoder too. Lasse Collin 2007-12-11 17:08:04 +02:00
  • 3e16d51dd6 Remove uncompressed size tracking from the filter encoders. It's not strictly needed there, and just complicates the code. LZ encoder never even had this feature. Lasse Collin 2007-12-11 16:49:19 +02:00
  • 5286723e0d Get rid of no-NLS gnulib. I don't know how to get it working with Automake. People who want smaller lzmadec should use --disable-nls on non-GNU systems. Lasse Collin 2007-12-11 14:10:53 +02:00
  • ce8b036a6c Fixed a typo in tests/Makefile.am which prevented building the tests if gnulib was needed. Lasse Collin 2007-12-11 14:09:35 +02:00
  • 7c1ad41eb6 Fixed wrong type of flags_size in Subblock encoder. Lasse Collin 2007-12-11 11:18:58 +02:00
  • ce64df7162 Bumped version number to 4.42.3alpha. Lasse Collin 2007-12-10 20:44:16 +02:00
  • b499a0403e Disabled some unneeded warnings and made "make dist" work. v4.42.2alpha Lasse Collin 2007-12-10 15:02:50 +02:00
  • 2ab8adb516 Added LZMA_SYNC_FLUSH support to the Copy filter. Lasse Collin 2007-12-09 21:43:15 +02:00
  • 329c272d50 Added missing LZMA_API to the C versions of the CRC functions. The x86 assembler versions were already OK. Lasse Collin 2007-12-09 17:14:07 +02:00
  • c90daf86ce * tests/test_block_header.c (test3): Remove duplicate initializer. Jim Meyering 2007-12-09 15:34:25 +01:00
  • 07ac881779 Take advantage of return_if_error() macro in more places. Cleaned Subblock filter's initialization code too. Lasse Collin 2007-12-09 17:06:45 +02:00
  • 4133871796 Added a bunch of .lzma test files. Lasse Collin 2007-12-09 12:13:01 +02:00
  • ff946ceb79 Re-enabled the security checks in Subblock decoder that were disabled for debugging reasons. Lasse Collin 2007-12-09 11:24:48 +02:00
  • 2bf36d22d2 Fixed the tests to build with -Werror. Lasse Collin 2007-12-09 11:03:28 +02:00
  • 5d018dc035 Imported to git. Lasse Collin 2007-12-09 00:42:33 +02:00