]> icculus.org git repositories - icculus/xz.git/shortlog
icculus/xz.git
2008-01-07 Lasse CollinUpdated README regarding the assembler optimizations.
2008-01-07 Lasse CollinUpdated THANKS.
2008-01-06 Lasse CollinCosmetic changes to configure.ac.
2008-01-06 Lasse CollinAutomatically disable assembler code on Darwin x86.
2008-01-06 Lasse CollinWith printf(), use PRIu64 with a cast to uint64_t instead
2008-01-06 Lasse CollinIntroduced compatibility with systems that have pre-C99
2008-01-05 Lasse CollinFix typo in comment (INT64_MAX -> UINT64_MAX).
2008-01-05 Lasse CollinRearranged testing of GCC-specific flags.
2008-01-04 Lasse CollinAnother bug fix for flush marker detection.
2008-01-04 Lasse CollinFix stupid bugs in flush marker detection.
2008-01-04 Lasse CollinAdded support for flush marker, which will be in files
2008-01-04 Lasse CollinMoved range decoder initialization (reading the first
2007-12-14 Lasse CollinAdded a note to README that --disable-assembler
2007-12-14 Lasse CollinUse the filename suffix .S instead of .s for assembler...
2007-12-14 Lasse CollinFixed wrong symbol name in crc64_x86.s.
2007-12-14 Lasse CollinUse .globl instead of .global in x86 assembler code for
2007-12-13 Lasse CollinFixed a few short options that take an argument.
2007-12-11 Lasse CollinRemoved uncompressed size tracking from Delta encoder...
2007-12-11 Lasse CollinRemove uncompressed size tracking from the filter encoders.
2007-12-11 Lasse CollinGet rid of no-NLS gnulib. I don't know how to get it
2007-12-11 Lasse CollinFixed a typo in tests/Makefile.am which prevented
2007-12-11 Lasse CollinFixed wrong type of flags_size in Subblock encoder.
2007-12-10 Lasse CollinBumped version number to 4.42.3alpha.
2007-12-10 Lasse CollinDisabled some unneeded warnings and made "make dist... v4.42.2alpha
2007-12-09 Lasse CollinAdded LZMA_SYNC_FLUSH support to the Copy filter.
2007-12-09 Lasse CollinAdded missing LZMA_API to the C versions of the CRC...
2007-12-09 Jim Meyering* tests/test_block_header.c (test3): Remove duplicate...
2007-12-09 Lasse CollinTake advantage of return_if_error() macro in more places.
2007-12-09 Lasse CollinAdded a bunch of .lzma test files.
2007-12-09 Lasse CollinRe-enabled the security checks in Subblock decoder
2007-12-09 Lasse CollinFixed the tests to build with -Werror.
2007-12-08 Lasse CollinImported to git.