[Midnightbsd-cvs] src [11013] vendor/xz/dist: xz 5.2.3

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jun 15 18:33:28 EDT 2018


Revision: 11013
          http://svnweb.midnightbsd.org/src/?rev=11013
Author:   laffer1
Date:     2018-06-15 18:33:27 -0400 (Fri, 15 Jun 2018)
Log Message:
-----------
xz 5.2.3

Modified Paths:
--------------
    vendor/xz/dist/ChangeLog
    vendor/xz/dist/THANKS
    vendor/xz/dist/src/common/tuklib_cpucores.c
    vendor/xz/dist/src/common/tuklib_physmem.c
    vendor/xz/dist/src/liblzma/api/lzma/version.h
    vendor/xz/dist/src/liblzma/check/check.h
    vendor/xz/dist/src/liblzma/common/alone_decoder.c
    vendor/xz/dist/src/liblzma/common/alone_encoder.c
    vendor/xz/dist/src/liblzma/common/auto_decoder.c
    vendor/xz/dist/src/liblzma/common/block_decoder.c
    vendor/xz/dist/src/liblzma/common/block_encoder.c
    vendor/xz/dist/src/liblzma/common/common.h
    vendor/xz/dist/src/liblzma/common/index.c
    vendor/xz/dist/src/liblzma/common/index_decoder.c
    vendor/xz/dist/src/liblzma/common/index_encoder.c
    vendor/xz/dist/src/liblzma/common/stream_decoder.c
    vendor/xz/dist/src/liblzma/common/stream_encoder.c
    vendor/xz/dist/src/liblzma/common/stream_encoder_mt.c
    vendor/xz/dist/src/liblzma/delta/delta_common.c
    vendor/xz/dist/src/liblzma/delta/delta_decoder.c
    vendor/xz/dist/src/liblzma/delta/delta_encoder.c
    vendor/xz/dist/src/liblzma/delta/delta_private.h
    vendor/xz/dist/src/liblzma/lz/lz_decoder.c
    vendor/xz/dist/src/liblzma/lz/lz_decoder.h
    vendor/xz/dist/src/liblzma/lz/lz_encoder.c
    vendor/xz/dist/src/liblzma/lz/lz_encoder.h
    vendor/xz/dist/src/liblzma/lzma/lzma2_decoder.c
    vendor/xz/dist/src/liblzma/lzma/lzma2_encoder.c
    vendor/xz/dist/src/liblzma/lzma/lzma_decoder.c
    vendor/xz/dist/src/liblzma/lzma/lzma_encoder.c
    vendor/xz/dist/src/liblzma/lzma/lzma_encoder.h
    vendor/xz/dist/src/liblzma/lzma/lzma_encoder_optimum_fast.c
    vendor/xz/dist/src/liblzma/lzma/lzma_encoder_optimum_normal.c
    vendor/xz/dist/src/liblzma/lzma/lzma_encoder_presets.c
    vendor/xz/dist/src/liblzma/lzma/lzma_encoder_private.h
    vendor/xz/dist/src/liblzma/simple/arm.c
    vendor/xz/dist/src/liblzma/simple/armthumb.c
    vendor/xz/dist/src/liblzma/simple/ia64.c
    vendor/xz/dist/src/liblzma/simple/powerpc.c
    vendor/xz/dist/src/liblzma/simple/simple_coder.c
    vendor/xz/dist/src/liblzma/simple/simple_private.h
    vendor/xz/dist/src/liblzma/simple/sparc.c
    vendor/xz/dist/src/liblzma/simple/x86.c
    vendor/xz/dist/src/xz/args.c
    vendor/xz/dist/src/xz/coder.c
    vendor/xz/dist/src/xz/file_io.c
    vendor/xz/dist/src/xz/file_io.h
    vendor/xz/dist/src/xz/main.c
    vendor/xz/dist/src/xz/private.h

Added Paths:
-----------
    vendor/xz/dist/po/
    vendor/xz/dist/po/LINGUAS
    vendor/xz/dist/po/Makevars
    vendor/xz/dist/po/POTFILES.in
    vendor/xz/dist/po/cs.po
    vendor/xz/dist/po/de.po
    vendor/xz/dist/po/fr.po
    vendor/xz/dist/po/it.po
    vendor/xz/dist/po/pl.po
    vendor/xz/dist/po/xz.pot

Modified: vendor/xz/dist/ChangeLog
===================================================================
--- vendor/xz/dist/ChangeLog	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/ChangeLog	2018-06-15 22:33:27 UTC (rev 11013)
@@ -1,18 +1,585 @@
+commit 3d566cd519017eee1a400e7961ff14058dfaf33c
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2016-12-30 13:26:36 +0200
+
+    Bump version and soname for 5.2.3.
+
+ src/liblzma/Makefile.am        | 2 +-
+ src/liblzma/api/lzma/version.h | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 053e624fe33795e779ff736f16ce44a129c829b5
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2016-12-30 13:25:10 +0200
+
+    Update NEWS for 5.2.3.
+
+ NEWS | 39 +++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 39 insertions(+)
+
+commit cae412b2b77d7fd88d187ed7659331709311f80d
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2015-04-01 14:45:25 +0300
+
+    xz: Fix the Capsicum rights on user_abort_pipe.
+
+ src/xz/file_io.c | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit 9ccbae41000572193b9a09e7102f9e84dc6d96de
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2016-12-28 21:05:22 +0200
+
+    Mention potential sandboxing bugs in INSTALL.
+
+ INSTALL | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit e013a337d3de77cce24360dffe956ea2339489b6
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2016-11-21 20:24:50 +0200
+
+    liblzma: Avoid multiple definitions of lzma_coder structures.
+    
+    Only one definition was visible in a translation unit.
+    It avoided a few casts and temp variables but seems that
+    this hack doesn't work with link-time optimizations in compilers
+    as it's not C99/C11 compliant.
+    
+    Fixes:
+    http://www.mail-archive.com/xz-devel@tukaani.org/msg00279.html
+
+ src/liblzma/common/alone_decoder.c             |  44 +++++----
+ src/liblzma/common/alone_encoder.c             |  34 ++++---
+ src/liblzma/common/auto_decoder.c              |  35 ++++---
+ src/liblzma/common/block_decoder.c             |  41 ++++----
+ src/liblzma/common/block_encoder.c             |  40 ++++----
+ src/liblzma/common/common.h                    |  18 ++--
+ src/liblzma/common/index_decoder.c             |  33 ++++---
+ src/liblzma/common/index_encoder.c             |  16 ++--
+ src/liblzma/common/stream_decoder.c            |  50 +++++-----
+ src/liblzma/common/stream_encoder.c            |  56 ++++++-----
+ src/liblzma/common/stream_encoder_mt.c         | 124 ++++++++++++++-----------
+ src/liblzma/delta/delta_common.c               |  25 ++---
+ src/liblzma/delta/delta_decoder.c              |   6 +-
+ src/liblzma/delta/delta_encoder.c              |  12 ++-
+ src/liblzma/delta/delta_private.h              |   4 +-
+ src/liblzma/lz/lz_decoder.c                    |  60 ++++++------
+ src/liblzma/lz/lz_decoder.h                    |  13 ++-
+ src/liblzma/lz/lz_encoder.c                    |  57 +++++++-----
+ src/liblzma/lz/lz_encoder.h                    |   9 +-
+ src/liblzma/lzma/lzma2_decoder.c               |  32 ++++---
+ src/liblzma/lzma/lzma2_encoder.c               |  51 +++++-----
+ src/liblzma/lzma/lzma_decoder.c                |  27 +++---
+ src/liblzma/lzma/lzma_encoder.c                |  29 +++---
+ src/liblzma/lzma/lzma_encoder.h                |   9 +-
+ src/liblzma/lzma/lzma_encoder_optimum_fast.c   |   3 +-
+ src/liblzma/lzma/lzma_encoder_optimum_normal.c |  23 ++---
+ src/liblzma/lzma/lzma_encoder_private.h        |   6 +-
+ src/liblzma/simple/arm.c                       |   2 +-
+ src/liblzma/simple/armthumb.c                  |   2 +-
+ src/liblzma/simple/ia64.c                      |   2 +-
+ src/liblzma/simple/powerpc.c                   |   2 +-
+ src/liblzma/simple/simple_coder.c              |  61 ++++++------
+ src/liblzma/simple/simple_private.h            |  12 +--
+ src/liblzma/simple/sparc.c                     |   2 +-
+ src/liblzma/simple/x86.c                       |  15 +--
+ 35 files changed, 532 insertions(+), 423 deletions(-)
+
+commit 8e0f1af3dcaec00a3879cce8ad7441edc6359d1c
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2016-12-26 20:50:25 +0200
+
+    Document --enable-sandbox configure option in INSTALL.
+
+ INSTALL | 25 +++++++++++++++++++++++++
+ 1 file changed, 25 insertions(+)
+
+commit ce2542d220de06acd618fd9f5c0a6683029fb4eb
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2015-03-31 22:19:34 +0300
+
+    xz: Add support for sandboxing with Capsicum (disabled by default).
+    
+    In the v5.2 branch this feature is considered experimental
+    and thus disabled by default.
+    
+    The sandboxing is used conditionally as described in main.c.
+    This isn't optimal but it was much easier to implement than
+    a full sandboxing solution and it still covers the most common
+    use cases where xz is writing to standard output. This should
+    have practically no effect on performance even with small files
+    as fork() isn't needed.
+    
+    C and locale libraries can open files as needed. This has been
+    fine in the past, but it's a problem with things like Capsicum.
+    io_sandbox_enter() tries to ensure that various locale-related
+    files have been loaded before cap_enter() is called, but it's
+    possible that there are other similar problems which haven't
+    been seen yet.
+    
+    Currently Capsicum is available on FreeBSD 10 and later
+    and there is a port to Linux too.
+    
+    Thanks to Loganaden Velvindron for help.
+
+ configure.ac       | 41 +++++++++++++++++++++++++++
+ src/xz/Makefile.am |  2 +-
+ src/xz/file_io.c   | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/xz/file_io.h   |  6 ++++
+ src/xz/main.c      | 18 ++++++++++++
+ src/xz/private.h   |  4 +++
+ 6 files changed, 151 insertions(+), 1 deletion(-)
+
+commit 3ca1d5e6320111043e19434da881065fadafa0e4
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2015-03-31 21:12:30 +0300
+
+    Fix bugs and otherwise improve ax_check_capsicum.m4.
+    
+    AU_ALIAS was removed because the new version is incompatible
+    with the old version.
+    
+    It no longer checks for <sys/capability.h> separately.
+    It's enough to test for it as part of AC_CHECK_DECL.
+    The defines HAVE_CAPSICUM_SYS_CAPSICUM_H and
+    HAVE_CAPSICUM_SYS_CAPABILITY_H were removed as unneeded.
+    HAVE_SYS_CAPSICUM_H from AC_CHECK_HEADERS is enough.
+    
+    It no longer does a useless search for the Capsicum library
+    if the header wasn't found.
+    
+    Fixed a bug in ACTION-IF-FOUND (the first argument). Specifying
+    the argument omitted the default action but the given action
+    wasn't used instead.
+    
+    AC_DEFINE([HAVE_CAPSICUM]) is now always called when Capsicum
+    support is found. Previously it was part of the default
+    ACTION-IF-FOUND which a custom action would override. Now
+    the default action only prepends ${CAPSICUM_LIB} to LIBS.
+    
+    The documentation was updated.
+    
+    Since there as no serial number, "#serial 2" was added.
+
+ m4/ax_check_capsicum.m4 | 103 ++++++++++++++++++++++++------------------------
+ 1 file changed, 51 insertions(+), 52 deletions(-)
+
+commit 5f3a742b64197fe8bedb6f05fc6ce5d177d11145
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2015-03-31 19:20:24 +0300
+
+    Add m4/ax_check_capsicum.m4 for detecting Capsicum support.
+    
+    The file was loaded from this web page:
+    https://github.com/google/capsicum-test/blob/dev/autoconf/m4/ax_check_capsicum.m4
+    
+    Thanks to Loganaden Velvindron for pointing it out for me.
+
+ m4/ax_check_capsicum.m4 | 86 +++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 86 insertions(+)
+
+commit d74377e62b4c649e40294dd441de72c0f092e67c
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2015-10-12 20:29:09 +0300
+
+    liblzma: Fix a memory leak in error path of lzma_index_dup().
+    
+    lzma_index_dup() calls index_dup_stream() which, in case of
+    an error, calls index_stream_end() to free memory allocated
+    by index_stream_init(). However, it illogically didn't
+    actually free the memory. To make it logical, the tree
+    handling code was modified a bit in addition to changing
+    index_stream_end().
+    
+    Thanks to Evan Nemerson for the bug report.
+
+ src/liblzma/common/index.c | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit f580732216dcf971f3f006fe8e01cd4979e1d964
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2016-10-24 18:53:25 +0300
+
+    Update THANKS.
+
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 88d7a7fd153bf1355cdf798ffdac7443d0169afc
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2016-10-24 18:51:36 +0300
+
+    tuklib_cpucores: Add support for sched_getaffinity().
+    
+    It's available in glibc (GNU/Linux, GNU/kFreeBSD). It's better
+    than sysconf(_SC_NPROCESSORS_ONLN) because sched_getaffinity()
+    gives the number of cores available to the process instead of
+    the total number of cores online.
+    
+    As a side effect, this commit fixes a bug on GNU/kFreeBSD where
+    configure would detect the FreeBSD-specific cpuset_getaffinity()
+    but it wouldn't actually work because on GNU/kFreeBSD it requires
+    using -lfreebsd-glue when linking. Now the glibc-specific function
+    will be used instead.
+    
+    Thanks to Sebastian Andrzej Siewior for the original patch
+    and testing.
+
+ m4/tuklib_cpucores.m4        | 30 +++++++++++++++++++++++++++++-
+ src/common/tuklib_cpucores.c |  9 +++++++++
+ 2 files changed, 38 insertions(+), 1 deletion(-)
+
+commit 51baf684376903dbeddd840582bfdf9fa91b311b
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2016-06-30 20:27:36 +0300
+
+    xz: Fix copying of timestamps on Windows.
+    
+    xz used to call utime() on Windows, but its result gets lost
+    on close(). Using _futime() seems to work.
+    
+    Thanks to Martok for reporting the bug:
+    http://www.mail-archive.com/xz-devel@tukaani.org/msg00261.html
+
+ configure.ac     |  2 +-
+ src/xz/file_io.c | 18 ++++++++++++++++++
+ 2 files changed, 19 insertions(+), 1 deletion(-)
+
+commit 1ddc479851139d6e8202e5835421bfe6578d9e07
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2016-06-16 22:46:02 +0300
+
+    xz: Silence warnings from -Wlogical-op.
+    
+    Thanks to Evan Nemerson.
+
+ src/xz/file_io.c | 12 ++++++++++--
+ 1 file changed, 10 insertions(+), 2 deletions(-)
+
+commit be647ff5ed5a1c244a65722af6ce250259f3b14a
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2016-04-10 20:55:49 +0300
+
+    Build: Fix = to += for xz_SOURCES in src/xz/Makefile.am.
+    
+    Thanks to Christian Kujau.
+
+ src/xz/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit fb6d50c15343831f35305982cefa82053099191d
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2016-04-10 20:54:17 +0300
+
+    Build: Bump GNU Gettext version requirement to 0.19.
+    
+    It silences a few warnings and most people probably have
+    0.19 even on stable distributions.
+    
+    Thanks to Christian Kujau.
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 74f8dad9f912a2993768d93d108ea2b0b2c196e0
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2016-03-13 20:21:49 +0200
+
+    liblzma: Disable external SHA-256 by default.
+    
+    This is the sane thing to do. The conflict with OpenSSL
+    on some OSes and especially that the OS-provided versions
+    can be significantly slower makes it clear that it was
+    a mistake to have the external SHA-256 support enabled by
+    default.
+    
+    Those who want it can now pass --enable-external-sha256 to
+    configure. INSTALL was updated with notes about OSes where
+    this can be a bad idea.
+    
+    The SHA-256 detection code in configure.ac had some bugs that
+    could lead to a build failure in some situations. These were
+    fixed, although it doesn't matter that much now that the
+    external SHA-256 is disabled by default.
+    
+    MINIX >= 3.2.0 uses NetBSD's libc and thus has SHA256_Init
+    in libc instead of libutil. Support for the libutil version
+    was removed.
+
+ INSTALL                   | 36 ++++++++++++++++++++++
+ configure.ac              | 76 +++++++++++++++++++++++------------------------
+ src/liblzma/check/check.h | 16 ++++------
+ 3 files changed, 79 insertions(+), 49 deletions(-)
+
+commit ea7f6ff04cb5bb1498088eb09960a4c3f13dfe39
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2016-03-10 20:27:05 +0200
+
+    Update THANKS.
+
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit d0e018016b311232e82d9a98dc68f1e3dabce794
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2016-03-10 20:26:49 +0200
+
+    Build: Avoid SHA256_Init on FreeBSD and MINIX 3.
+    
+    On FreeBSD 10 and older, SHA256_Init from libmd conflicts
+    with libcrypto from OpenSSL. The OpenSSL version has
+    different sizeof(SHA256_CTX) and it can cause weird
+    problems if wrong SHA256_Init gets used.
+    
+    Looking at the source, MINIX 3 seems to have a similar issue but
+    I'm not sure. To be safe, I disabled SHA256_Init on MINIX 3 too.
+    
+    NetBSD has SHA256_Init in libc and they had a similar problem,
+    but they already fixed it in 2009.
+    
+    Thanks to Jim Wilcoxson for the bug report that helped
+    in finding the problem.
+
+ configure.ac | 27 +++++++++++++++++++++------
+ 1 file changed, 21 insertions(+), 6 deletions(-)
+
+commit 5daae123915f32a4ed6dc948b831533c2d1beec3
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2015-11-08 20:16:10 +0200
+
+    tuklib_physmem: Hopefully silence a warning on Windows.
+
+ src/common/tuklib_physmem.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 491acc406e098167ccb7fce0728b94c2f32cff9f
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2015-11-04 23:17:43 +0200
+
+    Update THANKS.
+
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 8173ff8790ad3502d04e1c07d014cb84a3b8187b
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2015-11-04 23:14:00 +0200
+
+    liblzma: Make Valgrind happier with optimized (gcc -O2) liblzma.
+    
+    When optimizing, GCC can reorder code so that an uninitialized
+    value gets used in a comparison, which makes Valgrind unhappy.
+    It doesn't happen when compiled with -O0, which I tend to use
+    when running Valgrind.
+    
+    Thanks to Rich Prohaska. I remember this being mentioned long
+    ago by someone else but nothing was done back then.
+
+ src/liblzma/lz/lz_encoder.c | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit 013de2b5ab8094d2c82a2771f3d143eeb656eda9
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2015-11-03 20:55:45 +0200
+
+    liblzma: Rename lzma_presets.c back to lzma_encoder_presets.c.
+    
+    It would be too annoying to update other build systems
+    just because of this.
+
+ src/liblzma/lzma/Makefile.inc                               | 2 +-
+ src/liblzma/lzma/{lzma_presets.c => lzma_encoder_presets.c} | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit a322f70ad96de88968c2c36e6a36bc08ae30bd20
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2015-11-03 20:47:07 +0200
+
+    Build: Disable xzdec, lzmadec, and lzmainfo when they cannot be built.
+    
+    They all need decoder support and if that isn't available,
+    there's no point trying to build them.
+
+ configure.ac | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 8ea49606cf6427e32319de7693eca9e43f1c8ad6
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2015-11-03 20:35:19 +0200
+
+    Build: Simplify $enable_{encoders,decoders} usage a bit.
+
+ configure.ac | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 42131a25e52bfe400acfa7df93469a96bb78bb78
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2015-11-03 20:31:31 +0200
+
+    Windows/MSVC: Update config.h.
+
+ windows/config.h | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit e9184e87cc989d14c7413e6adb3eca98f6ae0290
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2015-11-03 20:29:58 +0200
+
+    DOS: Update config.h.
+
+ dos/config.h | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 2296778f3c9a1e3a8699973b09dd3610b8baa402
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2015-11-03 20:29:33 +0200
+
+    xz: Make xz buildable even when encoders or decoders are disabled.
+    
+    The patch is quite long but it's mostly about adding new #ifdefs
+    to omit code when encoders or decoders have been disabled.
+    
+    This adds two new #defines to config.h: HAVE_ENCODERS and
+    HAVE_DECODERS.
+
+ configure.ac       |  4 ++++
+ src/xz/Makefile.am |  8 ++++++--
+ src/xz/args.c      | 16 ++++++++++++++++
+ src/xz/coder.c     | 33 +++++++++++++++++++++++++--------
+ src/xz/main.c      |  9 +++++++--
+ src/xz/private.h   |  5 ++++-
+ 6 files changed, 62 insertions(+), 13 deletions(-)
+
+commit 97a3109281e475d9cf1b5095237d672fa0ad25e5
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2015-11-03 18:06:40 +0200
+
+    Build: Build LZMA1/2 presets also when only decoder is wanted.
+    
+    People shouldn't rely on the presets when decoding raw streams,
+    but xz uses the presets as the starting point for raw decoder
+    options anyway.
+    
+    lzma_encocder_presets.c was renamed to lzma_presets.c to
+    make it clear it's not used solely by the encoder code.
+
+ src/liblzma/lzma/Makefile.inc                               | 6 +++++-
+ src/liblzma/lzma/{lzma_encoder_presets.c => lzma_presets.c} | 3 ++-
+ 2 files changed, 7 insertions(+), 2 deletions(-)
+
+commit dc6b78d7f0f6fe43e9d4215146e8581feb8090e7
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2015-11-03 17:54:48 +0200
+
+    Build: Fix configure to handle LZMA1 dependency with LZMA2.
+    
+    Now it gives an error if LZMA1 encoder/decoder is missing
+    when LZMA2 encoder/decoder was requested. Even better would
+    be LZMA2 implicitly enabling LZMA1 but it would need more code.
+
+ configure.ac | 5 -----
+ 1 file changed, 5 deletions(-)
+
+commit 46d76c9cd3cb26a31f5ae6c3a8bbcf38e6da1add
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2015-11-03 17:41:54 +0200
+
+    Build: Don't omit lzma_cputhreads() unless using --disable-threads.
+    
+    Previously it was omitted if encoders were disabled
+    with --disable-encoders. It didn't make sense and
+    it also broke the build.
+
+ src/liblzma/common/Makefile.inc | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit 16d68f874d89f1e4a1919786a35bbaef7d71a077
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2015-11-02 18:16:51 +0200
+
+    liblzma: Fix a build failure related to external SHA-256 support.
+    
+    If an appropriate header and structure were found by configure,
+    but a library with a usable SHA-256 functions wasn't, the build
+    failed.
+
+ src/liblzma/check/check.h | 32 +++++++++++++++++++++++---------
+ 1 file changed, 23 insertions(+), 9 deletions(-)
+
+commit d9311647fc1ab512a3394596221ab8039c00af6b
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2015-11-02 15:19:10 +0200
+
+    xz: Always close the file before trying to delete it.
+    
+    unlink() can return EBUSY in errno for open files on some
+    operating systems and file systems.
+
+ src/xz/file_io.c | 25 ++++++++++++-------------
+ 1 file changed, 12 insertions(+), 13 deletions(-)
+
+commit f59c4183f3c9066626ce45dc3db4642fa603fa21
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2015-10-12 21:08:42 +0300
+
+    Update THANKS.
+
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 35f189673e280c12e4c5129f9f97e54eef3bbc04
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2015-10-12 21:07:41 +0300
+
+    Tests: Add tests for the two bugs fixed in index.c.
+
+ tests/test_index.c | 30 ++++++++++++++++++++++++++++++
+ 1 file changed, 30 insertions(+)
+
+commit e10bfdb0fcaff12f3a6dadee51e0a022aadccb51
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2015-10-12 20:45:15 +0300
+
+    liblzma: Fix lzma_index_dup() for empty Streams.
+    
+    Stream Flags and Stream Padding weren't copied from
+    empty Streams.
+
+ src/liblzma/common/index.c | 11 ++++++-----
+ 1 file changed, 6 insertions(+), 5 deletions(-)
+
+commit 06f434bd8980f25ca23232eb7bb7df7e37dc8448
+Author: Lasse Collin <lasse.collin at tukaani.org>
+Date:   2015-10-12 20:31:44 +0300
+
+    liblzma: Add a note to index.c for those using static analyzers.
+
+ src/liblzma/common/index.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
 commit 9815cdf6987ef91a85493bfcfd1ce2aaf3b47a0a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Sep 29 13:59:35 2015 +0300
+Date:   2015-09-29 13:59:35 +0300
 
     Bump version and soname for 5.2.2.
 
+ src/liblzma/Makefile.am        | 2 +-
+ src/liblzma/api/lzma/version.h | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
 commit cbe0cec8476bdd0416c7ca9bc83895c9bea1cf78
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Sep 29 13:57:28 2015 +0300
+Date:   2015-09-29 13:57:28 +0300
 
     Update NEWS for 5.2.2.
 
+ NEWS | 18 ++++++++++++++++++
+ 1 file changed, 18 insertions(+)
+
 commit 49427ce7eececdd18bbd35dab23c81910d083e1c
 Author: Andre Noll <maan at tuebingen.mpg.de>
-Date:   Thu May 28 15:50:00 2015 +0200
+Date:   2015-05-28 15:50:00 +0200
 
     Fix typo in German translation.
     
@@ -21,9 +588,12 @@
     "The compressor" translates to "der Komprimierer", and the genitive
     form is "des Komprimierers". The old word makes no sense at all.
 
+ po/de.po | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 608d6f06c940e7f28c25de005e8b99bdff42d27c
 Author: Hauke Henningsen <sqrt at entless.org>
-Date:   Mon Aug 17 04:59:54 2015 +0200
+Date:   2015-08-17 04:59:54 +0200
 
     Update German translation, mostly wrt orthography
     
@@ -47,9 +617,12 @@
     
     * Update after msgmerge
 
+ po/de.po | 383 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 196 insertions(+), 187 deletions(-)
+
 commit c8988414e5b67b8ef2fe0ba7b1ccdd0ec73c60d3
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Aug 11 13:23:04 2015 +0300
+Date:   2015-08-11 13:23:04 +0300
 
     Build: Minor Cygwin cleanup.
     
@@ -56,15 +629,21 @@
     Some tests used "cygwin*" and some used "cygwin". I changed
     them all to use "cygwin". Shouldn't affect anything in practice.
 
+ configure.ac | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
 commit 85a6dfed53477906bfe9a7c0123dd412e391cb48
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Aug 11 13:21:52 2015 +0300
+Date:   2015-08-11 13:21:52 +0300
 
     Build: Support building of MSYS2 binaries.
 
+ configure.ac | 16 +++++++++++-----
+ 1 file changed, 11 insertions(+), 5 deletions(-)
+
 commit 77f270be8432df2e4516a0c48814b6976d6618c5
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Aug 9 21:06:26 2015 +0300
+Date:   2015-08-09 21:06:26 +0300
 
     Windows: Define DLL_EXPORT when building liblzma.dll with MSVC.
     
@@ -73,69 +652,104 @@
     
     Thanks to Adam Walling.
 
+ windows/liblzma_dll.vcxproj | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
 commit 8c975446c5903090a5a8493b5b96b71003056a88
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Aug 9 21:02:20 2015 +0300
+Date:   2015-08-09 21:02:20 +0300
 
     Windows: Omit unneeded header files from MSVC project files.
 
+ windows/liblzma.vcxproj     | 5 -----
+ windows/liblzma_dll.vcxproj | 5 -----
+ 2 files changed, 10 deletions(-)
+
 commit 119a00434954726ca58e4a578e6469f530fca30e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jul 12 20:48:19 2015 +0300
+Date:   2015-07-12 20:48:19 +0300
 
     liblzma: A MSVC-specific hack isn't needed with MSVC 2013 and newer.
 
+ src/liblzma/api/lzma.h | 18 +++++++++++++-----
+ 1 file changed, 13 insertions(+), 5 deletions(-)
+
 commit d4e7c557fcab353539c9481a8d95cb04bcb15c7c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 19 20:38:55 2015 +0300
+Date:   2015-06-19 20:38:55 +0300
 
     Update THANKS.
 
+ THANKS | 2 ++
+ 1 file changed, 2 insertions(+)
+
 commit 98001740ca56c894a7bd32eb47e9857a8a7d878d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 19 20:21:30 2015 +0300
+Date:   2015-06-19 20:21:30 +0300
 
     Windows: Update the docs.
 
+ INSTALL                                            | 29 ++++++++-----
+ windows/INSTALL-MSVC.txt                           | 47 ++++++++++++++++++++++
+ windows/{INSTALL-Windows.txt => INSTALL-MinGW.txt} |  2 +-
+ 3 files changed, 67 insertions(+), 11 deletions(-)
+
 commit 28195e4c877007cc760ecea1d17f740693d66873
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 19 17:25:31 2015 +0300
+Date:   2015-06-19 17:25:31 +0300
 
     Windows: Add MSVC project files for building liblzma.
     
     Thanks to Adam Walling for creating these files.
 
+ windows/liblzma.vcxproj     | 359 ++++++++++++++++++++++++++++++++++++++++
+ windows/liblzma_dll.vcxproj | 388 ++++++++++++++++++++++++++++++++++++++++++++
+ windows/xz_win.sln          |  48 ++++++
+ 3 files changed, 795 insertions(+)
+
 commit 960440f3230dc628f6966d9f7614fc1b28baf44e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed May 13 20:57:55 2015 +0300
+Date:   2015-05-13 20:57:55 +0300
 
     Tests: Fix a memory leak in test_bcj_exact_size.
     
     Thanks to Cristian Rodríguez.
 
+ tests/test_bcj_exact_size.c | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 68cd35acafbdcdf4e8ea8b5bb843c736939d6f8b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue May 12 18:08:24 2015 +0300
+Date:   2015-05-12 18:08:24 +0300
 
     Fix NEWS about threading in 5.2.0.
     
     Thanks to Andy Hochhaus.
 
+ NEWS | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
 commit ff96ed6d25786728356017a13baf8c14731b4f1e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon May 11 21:26:16 2015 +0300
+Date:   2015-05-11 21:26:16 +0300
 
     xz: Document that threaded decompression hasn't been implemented yet.
 
+ src/xz/xz.1 | 10 +++++++++-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
 commit 00d37b64a64ea8597fd2422d5187afd761ab9531
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Apr 20 20:20:29 2015 +0300
+Date:   2015-04-20 20:20:29 +0300
 
     Update THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit db190a832c49ca3aed6d69cc992fa5583cae7b11
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Apr 20 19:59:18 2015 +0300
+Date:   2015-04-20 19:59:18 +0300
 
     Revert "xz: Use pipe2() if available."
     
@@ -147,15 +761,22 @@
     
     Thanks to Michael Fox for the bug report.
 
+ configure.ac     | 4 ++--
+ src/xz/file_io.c | 9 +--------
+ 2 files changed, 3 insertions(+), 10 deletions(-)
+
 commit eccd8155e107c5ada03d13e7730675cdf1a44ddc
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Mar 29 22:14:47 2015 +0300
+Date:   2015-03-29 22:14:47 +0300
 
     Update THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 25263fd9e7a8a913395cb93d7c104cd48c2b4a00
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Mar 29 22:13:48 2015 +0300
+Date:   2015-03-29 22:13:48 +0300
 
     Fix the detection of installed RAM on QNX.
     
@@ -164,9 +785,13 @@
     
     Thanks to Ole André Vadla Ravnås for the patch and testing.
 
+ m4/tuklib_physmem.m4        |  6 +++---
+ src/common/tuklib_physmem.c | 14 +++++++++++++-
+ 2 files changed, 16 insertions(+), 4 deletions(-)
+
 commit 4c544d2410903d38402221cb783ed85585b6a007
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Mar 27 22:39:07 2015 +0200
+Date:   2015-03-27 22:39:07 +0200
 
     Fix CPU core count detection on QNX.
     
@@ -180,27 +805,40 @@
     
     Thanks to Ole André Vadla Ravnås.
 
+ m4/tuklib_cpucores.m4 | 15 +++++++++++----
+ 1 file changed, 11 insertions(+), 4 deletions(-)
+
 commit e0ea6737b03e83ccaff4514d00e31bb926f8f0f3
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Mar 7 22:05:57 2015 +0200
+Date:   2015-03-07 22:05:57 +0200
 
     xz: size_t/uint32_t cleanup in options.c.
 
+ src/xz/options.c | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
 commit 8bcca29a65335fd679c13814b70b35b68fa5daed
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Mar 7 22:04:23 2015 +0200
+Date:   2015-03-07 22:04:23 +0200
 
     xz: Fix a comment and silence a warning in message.c.
 
+ src/xz/message.c | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
 commit f243f5f44c6b19a7c289a0ec73a03ee08364cb5b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Mar 7 22:01:00 2015 +0200
+Date:   2015-03-07 22:01:00 +0200
 
     liblzma: Silence more uint32_t vs. size_t warnings.
 
+ src/liblzma/lz/lz_encoder.c     | 2 +-
+ src/liblzma/lzma/lzma_encoder.c | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
 commit 7f0a4c50f4a374c40acf4b86848f301ad1e82d34
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Mar 7 19:54:00 2015 +0200
+Date:   2015-03-07 19:54:00 +0200
 
     xz: Make arg_count an unsigned int to silence a warning.
     
@@ -207,39 +845,60 @@
     Actually the value of arg_count cannot exceed INT_MAX
     but it's nicer as an unsigned int.
 
+ src/xz/args.h | 2 +-
+ src/xz/main.c | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
 commit f6ec46801588b1be29c07c9db98558b521304002
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Mar 7 19:33:17 2015 +0200
+Date:   2015-03-07 19:33:17 +0200
 
     liblzma: Fix a warning in index.c.
 
+ src/liblzma/common/index.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
 commit a24518971cc621315af142dd3bb7614fab04ad27
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Feb 26 20:46:14 2015 +0200
+Date:   2015-02-26 20:46:14 +0200
 
     Build: Fix a CR+LF problem when running autoreconf -fi on OS/2.
 
+ build-aux/version.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit dec11497a71518423b5ff0e759100cf8aadf6c7b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Feb 26 16:53:44 2015 +0200
+Date:   2015-02-26 16:53:44 +0200
 
     Bump version and soname for 5.2.1.
 
+ src/liblzma/Makefile.am        | 2 +-
+ src/liblzma/api/lzma/version.h | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
 commit 29e39c79975ab89ee5dd671e97064534a9f3a649
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Feb 26 13:01:09 2015 +0200
+Date:   2015-02-26 13:01:09 +0200
 
     Update NEWS for 5.2.1.
 
+ NEWS | 14 ++++++++++++++
+ 1 file changed, 14 insertions(+)
+
 commit 7a11c4a8e5e15f13d5fa59233b3172e65428efdd
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Feb 22 19:38:48 2015 +0200
+Date:   2015-02-22 19:38:48 +0200
 
     xz: Use pipe2() if available.
 
+ configure.ac     | 4 ++--
+ src/xz/file_io.c | 9 ++++++++-
+ 2 files changed, 10 insertions(+), 3 deletions(-)
+
 commit 117d962685c72682c63edc9bb765367189800202
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Feb 21 23:40:26 2015 +0200
+Date:   2015-02-21 23:40:26 +0200
 
     liblzma: Fix a compression-ratio regression in LZMA1/2 in fast mode.
     
@@ -248,9 +907,12 @@
     affected 5.1.4beta and 5.2.0. Luckily the bug cannot
     cause data corruption or other nasty things.
 
+ src/liblzma/lzma/lzma_encoder_optimum_fast.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit ae984e31c167d3bc52972ec422dd1ebd5f5d5719
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Feb 21 23:00:19 2015 +0200
+Date:   2015-02-21 23:00:19 +0200
 
     xz: Fix the fcntl() usage when creating a pipe for the self-pipe trick.
     
@@ -257,15 +919,21 @@
     Now it reads the old flags instead of blindly setting O_NONBLOCK.
     The old code may have worked correctly, but this is better.
 
+ src/xz/file_io.c | 16 +++++++++++-----
+ 1 file changed, 11 insertions(+), 5 deletions(-)
+
 commit 2205bb5853098aea36a56df6f5747037175f66b4
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Feb 10 15:29:34 2015 +0200
+Date:   2015-02-10 15:29:34 +0200
 
     Update THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit d935b0cdf3db440269b9d952b2b281b18f8c7b08
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Feb 10 15:28:30 2015 +0200
+Date:   2015-02-10 15:28:30 +0200
 
     tuklib_cpucores: Use cpuset_getaffinity() on FreeBSD if available.
     
@@ -275,17 +943,24 @@
     Thanks to Rui Paulo for the patch. I edited it slightly, but
     hopefully I didn't break anything.
 
+ m4/tuklib_cpucores.m4        | 23 ++++++++++++++++++++++-
+ src/common/tuklib_cpucores.c | 18 ++++++++++++++++++
+ 2 files changed, 40 insertions(+), 1 deletion(-)
+
 commit eb61bc58c20769cac4d05f363b9c0e8c9c71a560
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Feb 9 22:08:37 2015 +0200
+Date:   2015-02-09 22:08:37 +0200
 
     xzdiff: Make the mktemp usage compatible with FreeBSD's mktemp.
     
     Thanks to Rui Paulo for the fix.
 
+ src/scripts/xzdiff.in | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
 commit b9a5b6b7a29029680af733082b6a46e0fc01623a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Feb 3 21:45:53 2015 +0200
+Date:   2015-02-03 21:45:53 +0200
 
     Add a few casts to tuklib_integer.h to silence possible warnings.
     
@@ -293,21 +968,30 @@
     
     Thanks to Gabi Davar.
 
+ src/common/tuklib_integer.h | 24 ++++++++++++------------
+ 1 file changed, 12 insertions(+), 12 deletions(-)
+
 commit c45757135f40e4a0de730ba5fff0100219493982
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jan 26 21:24:39 2015 +0200
+Date:   2015-01-26 21:24:39 +0200
 
     liblzma: Set LZMA_MEMCMPLEN_EXTRA depending on the compare method.
 
+ src/liblzma/common/memcmplen.h | 15 ++++++++++-----
+ 1 file changed, 10 insertions(+), 5 deletions(-)
+
 commit 3c500174ed5485f550972a2a6109c361e875f069
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jan 26 20:40:16 2015 +0200
+Date:   2015-01-26 20:40:16 +0200
 
     Update THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit fec88d41e672d9e197c9442aecf02bd0dfa6d516
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jan 26 20:39:28 2015 +0200
+Date:   2015-01-26 20:39:28 +0200
 
     liblzma: Silence harmless Valgrind errors.
     
@@ -314,21 +998,30 @@
     Thanks to Torsten Rupp for reporting this. I had
     forgotten to run Valgrind before the 5.2.0 release.
 
+ src/liblzma/lz/lz_encoder.c | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
 commit a9b45badfec0928d20a27c7176c005fa637f7d1e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jan 9 21:50:19 2015 +0200
+Date:   2015-01-09 21:50:19 +0200
 
     xz: Fix comments.
 
+ src/xz/file_io.c | 12 ++++++++----
+ 1 file changed, 8 insertions(+), 4 deletions(-)
+
 commit 541aee6dd4aa97a809aba281475a21b641bb89e2
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jan 9 21:35:06 2015 +0200
+Date:   2015-01-09 21:35:06 +0200
 
     Update THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 4170edc914655310d2363baccf5e615e09b04911
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jan 9 21:34:06 2015 +0200
+Date:   2015-01-09 21:34:06 +0200
 
     xz: Don't fail if stdout doesn't support O_NONBLOCK.
     
@@ -337,15 +1030,21 @@
     Thanks to Brad Smith for the bug report and testing
     on OpenBSD.
 
+ src/xz/file_io.c | 36 +++++++++++++++---------------------
+ 1 file changed, 15 insertions(+), 21 deletions(-)
+
 commit 04bbc0c2843c50c8ad1cba42b937118e38b0508d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 7 19:18:20 2015 +0200
+Date:   2015-01-07 19:18:20 +0200
 
     xz: Fix a memory leak in DOS-specific code.
 
+ src/xz/file_io.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
 commit f0f1f6c7235ffa901cf76fe18e33749e200b3eea
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 7 19:08:06 2015 +0200
+Date:   2015-01-07 19:08:06 +0200
 
     xz: Don't fail if stdin doesn't support O_NONBLOCK.
     
@@ -358,9 +1057,12 @@
     and included in 5.1.3alpha released on 2013-10-26. Clearly
     the development releases only get limited testing.
 
+ src/xz/file_io.c | 18 +++++++-----------
+ 1 file changed, 7 insertions(+), 11 deletions(-)
+
 commit d2d484647d9d9d679f03c75abb0404f67069271c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 6 20:30:15 2015 +0200
+Date:   2015-01-06 20:30:15 +0200
 
     Tests: Don't hide unexpected error messages in test_files.sh.
     
@@ -368,9 +1070,12 @@
     when testing the "good" files. With "bad" files errors are
     expected and then it makes sense to keep the messages hidden.
 
+ tests/test_files.sh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
 commit aae6a6aeda51cf94a47e39ad624728f9bee75e30
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Dec 30 11:17:16 2014 +0200
+Date:   2014-12-30 11:17:16 +0200
 
     Update Solaris notes in INSTALL.
     
@@ -379,39 +1084,58 @@
     section 4.5 but it is better mention it in the OS-specific
     section too.
 
+ INSTALL | 4 ++++
+ 1 file changed, 4 insertions(+)
+
 commit 7815112153178800a3521b9f31960e7cdc26cfba
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Dec 26 12:00:05 2014 +0200
+Date:   2014-12-26 12:00:05 +0200
 
     Build: POSIX shell isn't required if scripts are disabled.
 
+ INSTALL      | 3 ++-
+ configure.ac | 2 +-
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
 commit a0cd05ee71d330b79ead6eb9222e1b24e1559d3a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Dec 21 20:48:37 2014 +0200
+Date:   2014-12-21 20:48:37 +0200
 
     DOS: Update Makefile.
 
+ dos/Makefile | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit b85ee0905ec4ab7656d22e63519fdd3bedb21f2e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Dec 21 19:50:38 2014 +0200
+Date:   2014-12-21 19:50:38 +0200
 
     Windows: Fix bin_i486 to bin_i686 in build.bash.
 
+ windows/build.bash | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit cbafa710918195dbba3db02c3fab4f0538235206
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Dec 21 18:58:44 2014 +0200
+Date:   2014-12-21 18:58:44 +0200
 
     Docs: Use lzma_cputhreads() in 04_compress_easy_mt.c.
 
+ doc/examples/04_compress_easy_mt.c | 30 ++++++++++++++++++++++++++----
+ 1 file changed, 26 insertions(+), 4 deletions(-)
+
 commit 8dbb57238d372c7263cfeb3e7f7fd9a73173156a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Dec 21 18:56:44 2014 +0200
+Date:   2014-12-21 18:56:44 +0200
 
     Docs: Update docs/examples/00_README.txt.
 
+ doc/examples/00_README.txt | 4 ++++
+ 1 file changed, 4 insertions(+)
+
 commit 6060f7dc76fd6c2a8a1f8e85d0e4d86bb78273e6
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Dec 21 18:11:17 2014 +0200
+Date:   2014-12-21 18:11:17 +0200
 
     Bump version and soname for 5.2.0.
     
@@ -420,69 +1144,106 @@
     version anyway. It doesn't hurt anything as long as
     it doesn't conflict with library versioning rules.
 
+ src/liblzma/Makefile.am        | 2 +-
+ src/liblzma/api/lzma/version.h | 6 +++---
+ src/liblzma/liblzma.map        | 2 +-
+ 3 files changed, 5 insertions(+), 5 deletions(-)
+
 commit 3e8bd1d15e417f2d588e9be50ce027ee3d48b2da
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Dec 21 18:05:03 2014 +0200
+Date:   2014-12-21 18:05:03 +0200
 
     Avoid variable-length arrays in the debug programs.
 
+ debug/full_flush.c | 3 ++-
+ debug/sync_flush.c | 3 ++-
+ 2 files changed, 4 insertions(+), 2 deletions(-)
+
 commit 72f7307cfdceb941aeb2bf30d424cc0d13621786
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Dec 21 18:01:45 2014 +0200
+Date:   2014-12-21 18:01:45 +0200
 
     Build: Include 04_compress_easy_mt.c in the tarball.
 
+ Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 2cb82ff21c62def11f3683a8bb0aaf363102aaa0
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Dec 21 18:00:38 2014 +0200
+Date:   2014-12-21 18:00:38 +0200
 
     Fix build when --disable-threads is used.
 
+ src/common/mythread.h | 2 ++
+ 1 file changed, 2 insertions(+)
+
 commit 9b9e3536e458ef958f66b0e8982efc9d36de4d17
 Author: Adrien Nader <adrien at notk.org>
-Date:   Sun Dec 21 15:56:15 2014 +0100
+Date:   2014-12-21 15:56:15 +0100
 
     po/fr: improve wording for help for --lzma1/--lzma2.
 
+ po/fr.po | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit a8b6b569e7fadbf5b5b9139d53bc764015c15027
 Author: Adrien Nader <adrien at notk.org>
-Date:   Sun Dec 21 15:55:48 2014 +0100
+Date:   2014-12-21 15:55:48 +0100
 
     po/fr: missing line in translation of --extreme.
 
+ po/fr.po | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit f168a6fd1a888cf4f0caaddcafcb21dadc6ab6e9
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Dec 21 14:32:33 2014 +0200
+Date:   2014-12-21 14:32:33 +0200
 
     Update NEWS for 5.2.0.
 
+ NEWS | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 65 insertions(+)
+
 commit cec2ee863b3a88f4bf039cb00f73c4a4fc93a429
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Dec 21 14:32:22 2014 +0200
+Date:   2014-12-21 14:32:22 +0200
 
     Update NEWS for 5.0.8.
 
+ NEWS | 12 ++++++++++++
+ 1 file changed, 12 insertions(+)
+
 commit 42e97a32649bf53ce43be2258b902a417c6e7fa1
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Dec 21 14:07:54 2014 +0200
+Date:   2014-12-21 14:07:54 +0200
 
     xz: Fix a comment.
 
+ src/xz/options.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
 commit 29b95d5d6665cedffa6a9d6d3d914f981e852182
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Dec 20 20:43:14 2014 +0200
+Date:   2014-12-20 20:43:14 +0200
 
     Update INSTALL about the dependencies of the scripts.
 
+ INSTALL | 15 ++++++++++-----
+ 1 file changed, 10 insertions(+), 5 deletions(-)
+
 commit 3af91040bb42c21afbb81f5568c3313125e61192
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Dec 20 20:42:33 2014 +0200
+Date:   2014-12-20 20:42:33 +0200
 
     Windows: Update build instructions.
 
+ INSTALL                     | 15 +++++++++------
+ windows/INSTALL-Windows.txt | 44 +++++++++++++++++++++-----------------------
+ 2 files changed, 30 insertions(+), 29 deletions(-)
+
 commit 0152f72bf6289d744823dc6c849538f3a139ad70
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Dec 20 20:41:48 2014 +0200
+Date:   2014-12-20 20:41:48 +0200
 
     Windows: Update the build script and README-Windows.txt.
     
@@ -494,61 +1255,89 @@
     Run-time detection of SSE2 support would be nice (on any OS)
     but it's not implemented in XZ Utils yet.
 
+ windows/README-Windows.txt | 30 ++++++++++++++++--------------
+ windows/build.bash         | 23 ++++++++++++++---------
+ 2 files changed, 30 insertions(+), 23 deletions(-)
+
 commit 4a1f6133ee5533cee8d91e06fcc22443e5f1881a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Dec 19 15:51:50 2014 +0200
+Date:   2014-12-19 15:51:50 +0200
 
     Windows: Define TUKLIB_SYMBOL_PREFIX in config.h.
     
     It is to keep all symbols in the lzma_ namespace.
 
+ windows/config.h | 3 +++
+ 1 file changed, 3 insertions(+)
+
 commit 7f7d093de79eee0c7dbfd7433647e46302f19f82
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Dec 16 21:00:09 2014 +0200
+Date:   2014-12-16 21:00:09 +0200
 
     xz: Update the man page about --threads.
 
+ src/xz/xz.1 | 5 -----
+ 1 file changed, 5 deletions(-)
+
 commit 009823448b82aa5f465668878a544c5842885407
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Dec 16 20:57:43 2014 +0200
+Date:   2014-12-16 20:57:43 +0200
 
     xz: Update the man page about --block-size.
 
+ src/xz/xz.1 | 41 +++++++++++++++++++++++++++++++++--------
+ 1 file changed, 33 insertions(+), 8 deletions(-)
+
 commit 7dddfbeb499e528940bc12047355c184644aafe9
 Author: Adrien Nader <adrien at notk.org>
-Date:   Wed Dec 10 22:26:57 2014 +0100
+Date:   2014-12-10 22:26:57 +0100
 
     po/fr: several more translation updates: reword and handle --ignore-check.
 
+ po/fr.po | 50 ++++++++++++++++++++++++++------------------------
+ 1 file changed, 26 insertions(+), 24 deletions(-)
+
 commit 6eca5be40e04ddc4b738d493e4e56835956d8b69
 Author: Adrien Nader <adrien at notk.org>
-Date:   Wed Dec 10 22:23:01 2014 +0100
+Date:   2014-12-10 22:23:01 +0100
 
     po/fr: yet another place where my email address had to be updated.
 
+ po/fr.po | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit d1003673e92ba47edd6aeeb3dbea05c18269d0e7
 Author: Adrien Nader <adrien at notk.org>
-Date:   Wed Dec 10 22:22:20 2014 +0100
+Date:   2014-12-10 22:22:20 +0100
 
     po/fr: fix several typos that have been around since the beginning.
 
+ po/fr.po | 22 +++++++++++-----------
+ 1 file changed, 11 insertions(+), 11 deletions(-)
+
 commit 4c5aa911a0df027e46171e368debc543d2fa72b2
 Author: Adrien Nader <adrien at notk.org>
-Date:   Wed Dec 3 20:02:31 2014 +0100
+Date:   2014-12-03 20:02:31 +0100
 
     po/fr: last batch of new translations for now.
     
     Four new error messages.
 
+ po/fr.po | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
 commit 3e3099e36d27059499e7996fb38a62e8ab01d356
 Author: Adrien Nader <adrien at notk.org>
-Date:   Wed Dec 3 20:01:32 2014 +0100
+Date:   2014-12-03 20:01:32 +0100
 
     po/fr: translations for --threads, --block-size and --block-list.
 
+ po/fr.po | 12 ++++++++----
+ 1 file changed, 8 insertions(+), 4 deletions(-)
+
 commit e7d96a5933eec4e9d4a62569ee88df0ebb0f1d53
 Author: Adrien Nader <adrien at notk.org>
-Date:   Wed Dec 3 20:00:53 2014 +0100
+Date:   2014-12-03 20:00:53 +0100
 
     po/fr: remove fuzzy marker for error messages that will be kept in English.
     
@@ -564,9 +1353,12 @@
     a million times, if we dilute the error message in 20 languages, it will be
     almost impossible to find an explanation and support for the error.
 
+ po/fr.po | 22 ++++++++++++++++------
+ 1 file changed, 16 insertions(+), 6 deletions(-)
+
 commit 46cbb9033af8a21fafe543302d6919746e0d72af
 Author: Adrien Nader <adrien at notk.org>
-Date:   Wed Dec 3 19:58:25 2014 +0100
+Date:   2014-12-03 19:58:25 +0100
 
     po/fr: several minor updates and better wording.
     
@@ -573,45 +1365,68 @@
     Meaning doesn't change at all: it's only for better wording and/or
     formatting of a few strings.
 
+ po/fr.po | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
 commit 7ce49d444f04e73145f79c832eb4d510594b074a
 Author: Adrien Nader <adrien at notk.org>
-Date:   Wed Dec 3 19:56:12 2014 +0100
+Date:   2014-12-03 19:56:12 +0100
 
     po/fr: update my email address and copyright years.
 
+ po/fr.po | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
 commit 214c553ebc3047cd720da1ce5c80cf7c38118d3c
 Author: Adrien Nader <adrien at notk.org>
-Date:   Wed Nov 26 10:08:26 2014 +0100
+Date:   2014-11-26 10:08:26 +0100
 
     fr.po: commit file after only "update-po" so actual is readable.
 
+ po/fr.po | 311 ++++++++++++++++++++++++++++++++++++++++-----------------------
+ 1 file changed, 199 insertions(+), 112 deletions(-)
+
 commit 1190c641af09cde85f8bd0fbe5c4906f4a29431b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Dec 2 20:04:07 2014 +0200
+Date:   2014-12-02 20:04:07 +0200
 
     liblzma: Document how lzma_mt.block_size affects memory usage.
 
+ src/liblzma/api/lzma/container.h | 4 ++++
+ 1 file changed, 4 insertions(+)
+
 commit e4fc1d2f9571fba79ce383595be2ea2a9257def0
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Nov 28 20:07:18 2014 +0200
+Date:   2014-11-28 20:07:18 +0200
 
     Update INSTALL about a "make check" failure in test_scripts.sh.
 
+ INSTALL | 24 +++++++++++++++++-------
+ 1 file changed, 17 insertions(+), 7 deletions(-)
+
 commit 34f9e40a0a0c3bd2c2730cdb9cd550bbb8a3f2fe
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Nov 26 20:12:27 2014 +0200
+Date:   2014-11-26 20:12:27 +0200
 
     Remove LZMA_UNSTABLE macro.
 
+ src/liblzma/api/lzma/container.h | 4 ----
+ src/liblzma/common/common.h      | 2 --
+ src/xz/private.h                 | 1 -
+ 3 files changed, 7 deletions(-)
+
 commit 6d9c0ce9f2677b159e32b224aba5b535b304a705
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Nov 26 20:10:33 2014 +0200
+Date:   2014-11-26 20:10:33 +0200
 
     liblzma: Update lzma_stream_encoder_mt() API docs.
 
+ src/liblzma/api/lzma/container.h | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
 commit 2301f3f05dd9742f42cda8f0f318864f5dc39ab3
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Nov 25 12:32:05 2014 +0200
+Date:   2014-11-25 12:32:05 +0200
 
     liblzma: Verify the filter chain in threaded encoder initialization.
     
@@ -620,21 +1435,31 @@
     call to lzma_code() which triggers the initialization of
     the actual filter encoder(s).
 
+ src/liblzma/common/stream_encoder_mt.c | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
 commit 107a263d5bb63cd3593fd6a5c938706539f84523
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Nov 17 19:11:49 2014 +0200
+Date:   2014-11-17 19:11:49 +0200
 
     Build: Update m4/ax_pthread.m4 from Autoconf Archive.
 
+ m4/ax_pthread.m4 | 71 +++++++++++++++++++++++++++++++++++++-------------------
+ 1 file changed, 47 insertions(+), 24 deletions(-)
+
 commit b13a781833399ff5726cfc997f3cb2f0acbdbf31
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Nov 17 18:52:21 2014 +0200
+Date:   2014-11-17 18:52:21 +0200
 
     Build: Replace obsolete AC_HELP_STRING with AS_HELP_STRING.
 
+ configure.ac         | 36 ++++++++++++++++++------------------
+ m4/tuklib_integer.m4 |  2 +-
+ 2 files changed, 19 insertions(+), 19 deletions(-)
+
 commit 542cac122ed3550148a2af0033af22b757491378
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Nov 17 18:43:19 2014 +0200
+Date:   2014-11-17 18:43:19 +0200
 
     Build: Fix Autoconf warnings about escaped backquotes.
     
@@ -641,15 +1466,21 @@
     Thanks to Daniel Richard G. for pointing out that it's
     good to sometimes run autoreconf -fi with -Wall.
 
+ configure.ac | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
 commit 7b03a15cea8cd4f19ed680b51c4bcbae3ce4142f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Nov 10 18:54:40 2014 +0200
+Date:   2014-11-10 18:54:40 +0200
 
     xzdiff: Use mkdir if mktemp isn't available.
 
+ src/scripts/xzdiff.in | 17 ++++++++++++++++-
+ 1 file changed, 16 insertions(+), 1 deletion(-)
+
 commit f8c13e5e3609581d5dd9f8777985ca07f2390ad7
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Nov 10 18:45:01 2014 +0200
+Date:   2014-11-10 18:45:01 +0200
 
     xzdiff: Create a temporary directory to hold a temporary file.
     
@@ -666,9 +1497,12 @@
     
     Note that with some shells temp files or dirs won't be used at all.
 
+ src/scripts/xzdiff.in | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
 commit 7716dcf9df7f457500cb657314e7a9aea5fedb06
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Nov 10 15:38:47 2014 +0200
+Date:   2014-11-10 15:38:47 +0200
 
     liblzma: Fix lzma_mt.preset in lzma_stream_encoder_mt_memusage().
     
@@ -675,21 +1509,31 @@
     It read the filter chain from a wrong variable. This is a similar
     bug that was fixed in 9494fb6d0ff41c585326f00aa8f7fe58f8106a5e.
 
+ src/liblzma/common/stream_encoder_mt.c | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
 commit 230fa4a605542c84b4178a57381695a0af4e779b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Nov 10 14:49:55 2014 +0200
+Date:   2014-11-10 14:49:55 +0200
 
     Update THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 4e4ae08bc7c1711e399c9f2d26eb375d39d08101
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Oct 29 21:28:25 2014 +0200
+Date:   2014-10-29 21:28:25 +0200
 
     Update .gitignore files.
 
+ .gitignore    | 2 ++
+ m4/.gitignore | 3 +++
+ 2 files changed, 5 insertions(+)
+
 commit c923b140b27d1a055db6284e10fd546ad1a7fcdb
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Oct 29 21:15:35 2014 +0200
+Date:   2014-10-29 21:15:35 +0200
 
     Build: Prepare to support Automake's subdir-objects.
     
@@ -700,25 +1544,39 @@
     
     Thanks to Daniel Richard G. for the original patches.
 
+ configure.ac             |  7 ++++++-
+ src/Makefile.am          | 22 +++++++++++++++++++++-
+ src/liblzma/Makefile.am  |  4 ++--
+ src/lzmainfo/Makefile.am |  4 ++--
+ src/xz/Makefile.am       | 10 +++++-----
+ src/xzdec/Makefile.am    |  8 ++++----
+ 6 files changed, 40 insertions(+), 15 deletions(-)
+
 commit 08c2aa16bea0df82828f665d51fba2e0a5e8997f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Oct 24 20:09:29 2014 +0300
+Date:   2014-10-24 20:09:29 +0300
 
     Translations: Update the Italian translation.
     
     Thanks to Milo Casagrande.
 
+ po/it.po | 452 ++++++++++++++++++++++++++++++++++++++-------------------------
+ 1 file changed, 275 insertions(+), 177 deletions(-)
+
 commit 2f9f61aa83539c54ff6c118a2693890f0519b3dd
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Oct 18 18:51:45 2014 +0300
+Date:   2014-10-18 18:51:45 +0300
 
     Translations: Update the Polish translation.
     
     Thanks to Jakub Bogusz.
 
+ po/pl.po | 332 ++++++++++++++++++++++++++++++++++++++++-----------------------
+ 1 file changed, 214 insertions(+), 118 deletions(-)
+
 commit 4f9d233f67aea25e532824d11b7642cf7dee7a76
 Author: Andre Noll <maan at tuebingen.mpg.de>
-Date:   Tue Oct 14 17:30:30 2014 +0200
+Date:   2014-10-14 17:30:30 +0200
 
     l10n: de.po: Change translator email address.
     
@@ -728,17 +1586,23 @@
     
     Signed-off-by: Andre Noll <maan at tuebingen.mpg.de>
 
+ po/de.po | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
 commit 00502b2bedad43f0cc167ac17ae0608837ee196b
 Author: Andre Noll <maan at tuebingen.mpg.de>
-Date:   Tue Oct 14 17:30:29 2014 +0200
+Date:   2014-10-14 17:30:29 +0200
 
     l10n: de.po: Update German translation
     
     Signed-off-by: Andre Noll <maan at systemlinux.org>
 
+ po/de.po | 531 +++++++++++++++++++++++++++++++++------------------------------
+ 1 file changed, 281 insertions(+), 250 deletions(-)
+
 commit 706b0496753fb609e69f1570ec603f11162189d1
 Author: Andre Noll <maan at tuebingen.mpg.de>
-Date:   Tue Oct 14 17:30:28 2014 +0200
+Date:   2014-10-14 17:30:28 +0200
 
     l10n: de.po: Fix typo: Schießen -> Schließen.
     
@@ -746,23 +1610,33 @@
     
     Signed-off-by: Andre Noll <maan at systemlinux.org>
 
+ po/de.po | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 7c32e6a935c3d7ee366abad1679bd5f322f0c7d4
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Oct 9 19:42:26 2014 +0300
+Date:   2014-10-09 19:42:26 +0300
 
     Update THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 076258cc458f1e705041ac7a729b15ffe8c5214a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Oct 9 19:41:51 2014 +0300
+Date:   2014-10-09 19:41:51 +0300
 
     Add support for AmigaOS/AROS to tuklib_physmem().
     
     Thanks to Fredrik Wikstrom.
 
+ m4/tuklib_physmem.m4        | 3 ++-
+ src/common/tuklib_physmem.c | 7 +++++++
+ 2 files changed, 9 insertions(+), 1 deletion(-)
+
 commit efa7b0a210e1baa8e128fc98c5443a944c39ad24
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Oct 9 18:42:14 2014 +0300
+Date:   2014-10-09 18:42:14 +0300
 
     xzgrep: Avoid passing both -q and -l to grep.
     
@@ -776,17 +1650,23 @@
     
     Thanks to Christian Weisgerber.
 
+ src/scripts/xzgrep.in | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
 commit 9c5f76098c9986b48d2fc574a0b764f4cde0c538
 Author: Trần Ngọc Quân <vnwildman at gmail.com>
-Date:   Thu Sep 25 09:22:45 2014 +0700
+Date:   2014-09-25 09:22:45 +0700
 
     l10n: vi.po: Update Vietnamese translation
     
     Signed-off-by: Trần Ngọc Quân <vnwildman at gmail.com>
 
+ po/vi.po | 136 +++++++++++++++++++++++++++++++++++++++------------------------
+ 1 file changed, 84 insertions(+), 52 deletions(-)
+
 commit c4911f2db36d811896c73c008b4218d8fa9a4730
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Sep 25 18:38:48 2014 +0300
+Date:   2014-09-25 18:38:48 +0300
 
     Build: Detect supported compiler warning flags better.
     
@@ -797,15 +1677,21 @@
     
     Thanks to Charles Diza.
 
+ configure.ac | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
 commit 76e75522ed6f5c228d55587dee5a997893f6e474
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Sep 20 21:01:21 2014 +0300
+Date:   2014-09-20 21:01:21 +0300
 
     Update NEWS for 5.0.7.
 
+ NEWS | 11 +++++++++++
+ 1 file changed, 11 insertions(+)
+
 commit d62028b4c1174fc67b6929f126f5eb24c018c700
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Sep 20 19:42:56 2014 +0300
+Date:   2014-09-20 19:42:56 +0300
 
     liblzma: Fix a portability problem in Makefile.am.
     
@@ -815,39 +1701,64 @@
     
     Thanks to Christian Weisgerber for the patch.
 
+ src/liblzma/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit c35de31d4283edad3e57d37ffe939406542cb7bb
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Sep 14 21:54:09 2014 +0300
+Date:   2014-09-14 21:54:09 +0300
 
     Bump the version number to 5.1.4beta.
 
+ src/liblzma/api/lzma/version.h | 4 ++--
+ src/liblzma/liblzma.map        | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
 commit e9e097e22cacdaa23e5414fea7913535449cb340
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Sep 14 21:50:13 2014 +0300
+Date:   2014-09-14 21:50:13 +0300
 
     Update NEWS for 5.0.6 and 5.1.4beta.
 
+ NEWS | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 50 insertions(+)
+
 commit 642f856bb8562ab66704b1e01ac7bc08b6d0a663
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Sep 14 21:02:41 2014 +0300
+Date:   2014-09-14 21:02:41 +0300
 
     Update TODO.
 
+ TODO | 38 ++++++++++++++++++++++++++++++++++----
+ 1 file changed, 34 insertions(+), 4 deletions(-)
+
 commit 6b5e3b9eff5b8cedb2aac5f524d4d60fc8a48124
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Aug 5 22:32:36 2014 +0300
+Date:   2014-08-05 22:32:36 +0300
 
     xz: Add --ignore-check.
 
+ src/xz/args.c    |  7 +++++++
+ src/xz/args.h    |  1 +
+ src/xz/coder.c   | 10 +++++++++-
+ src/xz/message.c |  2 ++
+ src/xz/xz.1      | 19 +++++++++++++++++++
+ 5 files changed, 38 insertions(+), 1 deletion(-)
+
 commit 9adbc2ff373f979c917cdfd3679ce0ebd59f1040
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Aug 5 22:15:07 2014 +0300
+Date:   2014-08-05 22:15:07 +0300
 
     liblzma: Add support for LZMA_IGNORE_CHECK.
 
+ src/liblzma/api/lzma/container.h    | 24 ++++++++++++++++++++++++
+ src/liblzma/common/common.h         |  1 +
+ src/liblzma/common/stream_decoder.c | 14 ++++++++++++--
+ 3 files changed, 37 insertions(+), 2 deletions(-)
+
 commit 0e0f34b8e4f1c60ecaec15c2105982381cc9c3e6
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Aug 5 22:03:30 2014 +0300
+Date:   2014-08-05 22:03:30 +0300
 
     liblzma: Add support for lzma_block.ignore_check.
     
@@ -858,9 +1769,18 @@
     affect any old code, because before this commit the only
     possible .version was 0.
 
+ src/liblzma/api/lzma/block.h              | 50 ++++++++++++++++++++++++-------
+ src/liblzma/common/block_buffer_encoder.c |  2 +-
+ src/liblzma/common/block_decoder.c        | 18 ++++++++---
+ src/liblzma/common/block_encoder.c        |  2 +-
+ src/liblzma/common/block_header_decoder.c | 12 ++++++--
+ src/liblzma/common/block_header_encoder.c |  2 +-
+ src/liblzma/common/block_util.c           |  2 +-
+ 7 files changed, 68 insertions(+), 20 deletions(-)
+
 commit 71e1437ab585b46f7a25f5a131557d3d1c0cbaa2
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Aug 4 19:25:58 2014 +0300
+Date:   2014-08-04 19:25:58 +0300
 
     liblzma: Use lzma_memcmplen() in the BT3 match finder.
     
@@ -869,15 +1789,21 @@
     
     Thanks to Jun I Jin.
 
+ src/liblzma/lz/lz_encoder_mf.c | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
 commit 41dc9ea06e1414ebe8ef52afc8fc15b6e3282b04
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Aug 4 00:25:44 2014 +0300
+Date:   2014-08-04 00:25:44 +0300
 
     Update THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 5dcffdbcc23a68abc3ac3539b30be71bc9b5af84
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Aug 3 21:32:25 2014 +0300
+Date:   2014-08-03 21:32:25 +0300
 
     liblzma: SHA-256: Optimize the Maj macro slightly.
     
@@ -889,9 +1815,12 @@
     I learned this trick from
     <http://www.hackersdelight.org/corres.txt>.
 
+ src/liblzma/check/sha256.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit a9477d1e0c6fd0e47e637d051e7b9e2a5d9af517
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Aug 3 21:08:12 2014 +0300
+Date:   2014-08-03 21:08:12 +0300
 
     liblzma: SHA-256: Optimize the way rotations are done.
     
@@ -909,9 +1838,12 @@
     I didn't invent this idea myself, but I don't remember where
     I saw it first.
 
+ src/liblzma/check/sha256.c | 17 +++++++++++------
+ 1 file changed, 11 insertions(+), 6 deletions(-)
+
 commit 5a76c7c8ee9a0afbeedb1c211db9224260404347
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Aug 3 20:38:13 2014 +0300
+Date:   2014-08-03 20:38:13 +0300
 
     liblzma: SHA-256: Remove the GCC #pragma that became unneeded.
     
@@ -919,9 +1851,12 @@
     situation where a compiler may think that an uninitialized
     variable might be accessed.
 
+ src/liblzma/check/sha256.c | 5 -----
+ 1 file changed, 5 deletions(-)
+
 commit 9a096f8e57509775c331950b8351bbca77bdcfa8
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Aug 3 20:33:38 2014 +0300
+Date:   2014-08-03 20:33:38 +0300
 
     liblzma: SHA-256: Unroll a little more.
     
@@ -929,15 +1864,21 @@
     to choose between blk0 and blk2, and still the code
     doesn't grow as much as it would with full unrolling.
 
+ src/liblzma/check/sha256.c | 25 ++++++++++++++++---------
+ 1 file changed, 16 insertions(+), 9 deletions(-)
+
 commit bc7650d87bf27f85f1a2a806dc2db1780e09e6a5
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Aug 3 19:56:43 2014 +0300
+Date:   2014-08-03 19:56:43 +0300
 
     liblzma: SHA-256: Do the byteswapping without a temporary buffer.
 
+ src/liblzma/check/sha256.c | 13 +------------
+ 1 file changed, 1 insertion(+), 12 deletions(-)
+
 commit 544aaa3d13554e8640f9caf7db717a96360ec0f6
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jul 25 22:38:28 2014 +0300
+Date:   2014-07-25 22:38:28 +0300
 
     liblzma: Use lzma_memcmplen() in normal mode of LZMA.
     
@@ -944,35 +1885,51 @@
     Two locations were not changed yet because the simplest change
     assumes that the initial "len" may be greater than "limit".
 
+ src/liblzma/lzma/lzma_encoder_optimum_normal.c | 20 +++++---------------
+ 1 file changed, 5 insertions(+), 15 deletions(-)
+
 commit f48fce093b07aeda95c18850f5e086d9f2383380
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jul 25 22:30:38 2014 +0300
+Date:   2014-07-25 22:30:38 +0300
 
     liblzma: Simplify LZMA fast mode code by using memcmp().
 
+ src/liblzma/lzma/lzma_encoder_optimum_fast.c | 11 +----------
+ 1 file changed, 1 insertion(+), 10 deletions(-)
+
 commit 6bf5308e34e23dede5b301b1b9b4f131dacd9218
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jul 25 22:29:49 2014 +0300
+Date:   2014-07-25 22:29:49 +0300
 
     liblzma: Use lzma_memcmplen() in fast mode of LZMA.
 
+ src/liblzma/lzma/lzma_encoder_optimum_fast.c | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
 commit 353212137e51e45b105a3a3fc2e6879f1cf0d492
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jul 25 21:16:23 2014 +0300
+Date:   2014-07-25 21:16:23 +0300
 
     Update THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 5db75054e900fa06ef5ade5f2c21dffdd5d16141
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jul 25 21:15:07 2014 +0300
+Date:   2014-07-25 21:15:07 +0300
 
     liblzma: Use lzma_memcmplen() in the match finders.
     
     This doesn't change the match finder output.
 
+ src/liblzma/lz/lz_encoder.c    | 13 ++++++++++++-
+ src/liblzma/lz/lz_encoder_mf.c | 33 +++++++++++----------------------
+ 2 files changed, 23 insertions(+), 23 deletions(-)
+
 commit e1c8f1d01f4a4e2136173edab2dc63c71ef038f4
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jul 25 20:57:20 2014 +0300
+Date:   2014-07-25 20:57:20 +0300
 
     liblzma: Add lzma_memcmplen() for fast memory comparison.
     
@@ -986,23 +1943,35 @@
     Thanks to Jun I Jin from Intel for help and for pointing out
     that string comparison needs to be optimized in liblzma.
 
+ configure.ac                    |  13 +++
+ src/liblzma/common/Makefile.inc |   1 +
+ src/liblzma/common/memcmplen.h  | 170 ++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 184 insertions(+)
+
 commit 765735cf52e5123586e74a51b9c073b5257f631f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Jul 12 21:10:09 2014 +0300
+Date:   2014-07-12 21:10:09 +0300
 
     Update THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 59da01785ef66c7e62f36e70ca808fd2824bb995
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Jul 12 20:06:08 2014 +0300
+Date:   2014-07-12 20:06:08 +0300
 
     Translations: Add Vietnamese translation.
     
     Thanks to Trần Ngọc Quân.
 
+ po/LINGUAS |    1 +
+ po/vi.po   | 1007 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 1008 insertions(+)
+
 commit 17215f751c354852700e7f8592ccf319570a0721
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jun 29 20:54:14 2014 +0300
+Date:   2014-06-29 20:54:14 +0300
 
     xz: Update the help message of a few options.
     
@@ -1009,21 +1978,35 @@
     Updated: --threads, --block-size, and --block-list
     Added: --flush-timeout
 
+ src/xz/message.c | 18 +++++++++++-------
+ 1 file changed, 11 insertions(+), 7 deletions(-)
+
 commit 96864a6ddf91ad693d102ea165f3d7918744d582
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jun 18 22:07:06 2014 +0300
+Date:   2014-06-18 22:07:06 +0300
 
     xz: Use lzma_cputhreads() instead of own copy of tuklib_cpucores().
 
+ src/xz/Makefile.am |  1 -
+ src/xz/hardware.c  | 12 +++++++++---
+ 2 files changed, 9 insertions(+), 4 deletions(-)
+
 commit a115cc3748482e277f42a968baa3cd266f031dba
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jun 18 22:04:24 2014 +0300
+Date:   2014-06-18 22:04:24 +0300
 
     liblzma: Add lzma_cputhreads().
 
+ src/liblzma/Makefile.am                  |  8 +++++++-
+ src/liblzma/api/lzma/hardware.h          | 14 ++++++++++++++
+ src/liblzma/common/Makefile.inc          |  1 +
+ src/liblzma/common/hardware_cputhreads.c | 22 ++++++++++++++++++++++
+ src/liblzma/liblzma.map                  |  1 +
+ 5 files changed, 45 insertions(+), 1 deletion(-)
+
 commit 3ce3e7976904fbab4e6482bafa442856f77a51fa
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jun 18 19:11:52 2014 +0300
+Date:   2014-06-18 19:11:52 +0300
 
     xz: Check for filter chain compatibility for --flush-timeout.
     
@@ -1030,15 +2013,21 @@
     This avoids LZMA_PROG_ERROR from lzma_code() with filter chains
     that don't support LZMA_SYNC_FLUSH.
 
+ src/xz/coder.c | 30 +++++++++++++++++++++---------
+ 1 file changed, 21 insertions(+), 9 deletions(-)
+
 commit 381ac14ed79e5d38809f251705be8b3193bba417
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 13 19:21:54 2014 +0300
+Date:   2014-06-13 19:21:54 +0300
 
     xzgrep: List xzgrep_expected_output in tests/Makefile.am.
 
+ tests/Makefile.am | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
 commit 4244b65b06d5ecaf6f9dd0387ac7e3166bd2364e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 13 18:58:22 2014 +0300
+Date:   2014-06-13 18:58:22 +0300
 
     xzgrep: Improve the test script.
     
@@ -1045,9 +2034,14 @@
     Now it should be close to the functionality of the original
     version by Pavel Raiskup.
 
+ tests/Makefile.am            |  3 ++-
+ tests/test_scripts.sh        | 24 ++++++++++++++----------
+ tests/xzgrep_expected_output | 39 +++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 55 insertions(+), 11 deletions(-)
+
 commit 1e60f2c0a0ee6c18b02943ce56214799a70aac26
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jun 11 21:03:25 2014 +0300
+Date:   2014-06-11 21:03:25 +0300
 
     xzgrep: Add a test for the previous fix.
     
@@ -1054,9 +2048,12 @@
     This is a simplified version of Pavel Raiskup's
     original patch.
 
+ tests/test_scripts.sh | 26 ++++++++++++++++++++++----
+ 1 file changed, 22 insertions(+), 4 deletions(-)
+
 commit ceca37901783988204caaf40dff4623d535cc789
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jun 11 20:43:28 2014 +0300
+Date:   2014-06-11 20:43:28 +0300
 
     xzgrep: exit 0 when at least one file matches.
     
@@ -1068,21 +2065,30 @@
     
     Thanks to Pavel Raiskup for the patch.
 
+ src/scripts/xzgrep.in | 15 +++++++++++++--
+ 1 file changed, 13 insertions(+), 2 deletions(-)
+
 commit 8c19216baccb92d011694590df8a1262da2e980c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jun 9 21:21:24 2014 +0300
+Date:   2014-06-09 21:21:24 +0300
 
     xz: Force single-threaded mode when --flush-timeout is used.
 
+ src/xz/coder.c | 11 +++++++++++
+ 1 file changed, 11 insertions(+)
+
 commit 87f1a24810805187d7bbc8ac5512e7eec307ddf5
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun May 25 22:05:39 2014 +0300
+Date:   2014-05-25 22:05:39 +0300
 
     Update THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit da1718f266fcfc091e7bf08aae1bc986d0e6cc6b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun May 25 21:45:56 2014 +0300
+Date:   2014-05-25 21:45:56 +0300
 
     liblzma: Use lzma_alloc_zero() in LZ encoder initialization.
     
@@ -1096,29 +2102,44 @@
     
     Thanks to Vincenzo Innocente for reporting the problem.
 
+ src/liblzma/lz/lz_encoder.c    | 84 ++++++++++++++++++++++--------------------
+ src/liblzma/lz/lz_encoder.h    |  2 +-
+ src/liblzma/lz/lz_encoder_mf.c | 31 +++++++++-------
+ 3 files changed, 62 insertions(+), 55 deletions(-)
+
 commit 28af24e9cf2eb259997c85dce13d4c97b3daa47a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun May 25 19:25:57 2014 +0300
+Date:   2014-05-25 19:25:57 +0300
 
     liblzma: Add the internal function lzma_alloc_zero().
 
+ src/liblzma/common/common.c | 21 +++++++++++++++++++++
+ src/liblzma/common/common.h |  6 ++++++
+ 2 files changed, 27 insertions(+)
+
 commit ed9ac85822c490e34b68c259afa0b385d21d1c40
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu May 8 18:03:09 2014 +0300
+Date:   2014-05-08 18:03:09 +0300
 
     xz: Fix uint64_t vs. size_t which broke 32-bit build.
     
     Thanks to Christian Hesse.
 
+ src/xz/coder.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit d716acdae3fa7996f9e68a7bac012e6d8d13dd02
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun May 4 11:09:11 2014 +0300
+Date:   2014-05-04 11:09:11 +0300
 
     Docs: Update comments to refer to lzma/lzma12.h in example programs.
 
+ doc/examples/03_compress_custom.c | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
 commit 4d5b7b3fda31241ca86ed35e08e73f776ee916e0
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun May 4 11:07:17 2014 +0300
+Date:   2014-05-04 11:07:17 +0300
 
     liblzma: Rename the private API header lzma/lzma.h to lzma/lzma12.h.
     
@@ -1125,9 +2146,14 @@
     It can be confusing that two header files have the same name.
     The public API file is still lzma.h.
 
+ src/liblzma/api/Makefile.am               | 2 +-
+ src/liblzma/api/lzma.h                    | 2 +-
+ src/liblzma/api/lzma/{lzma.h => lzma12.h} | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
 commit 1555a9c5664afc7893a2b75e9970105437f01ef1
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Apr 25 17:53:42 2014 +0300
+Date:   2014-04-25 17:53:42 +0300
 
     Build: Fix the combination of --disable-xzdec --enable-lzmadec.
     
@@ -1137,15 +2163,23 @@
     instead. This isn't the best fix but it's better than the old
     behavior.
 
+ src/xzdec/Makefile.am | 10 +++++++++-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
 commit 56056571df3377eaa6ae6233b3ccc5d72e81d43d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Apr 25 17:44:26 2014 +0300
+Date:   2014-04-25 17:44:26 +0300
 
     Build: Add --disable-doc to configure.
 
+ INSTALL      | 6 ++++++
+ Makefile.am  | 2 ++
+ configure.ac | 6 ++++++
+ 3 files changed, 14 insertions(+)
+
 commit 6de61d8721097a6214810841aa85b08e303ac538
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Apr 24 18:06:24 2014 +0300
+Date:   2014-04-24 18:06:24 +0300
 
     Update INSTALL.
     
@@ -1158,9 +2192,12 @@
     Add a note about a possible need to run "ldconfig" after
     "make install".
 
+ INSTALL | 25 +++++++++++++++++++++++++
+ 1 file changed, 25 insertions(+)
+
 commit 54df428799a8d853639b753d0e6784694d73eb3e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Apr 9 17:26:10 2014 +0300
+Date:   2014-04-09 17:26:10 +0300
 
     xz: Rename a variable to avoid a namespace collision on Solaris.
     
@@ -1171,9 +2208,12 @@
     
     Thanks to Mark Ashley.
 
+ src/xz/signals.c | 12 +++++++-----
+ 1 file changed, 7 insertions(+), 5 deletions(-)
+
 commit 5876ca27daa1429676b1160007d9688266907f00
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 29 20:19:41 2014 +0200
+Date:   2014-01-29 20:19:41 +0200
 
     Docs: Add example program for threaded encoding.
     
@@ -1180,23 +2220,33 @@
     I didn't add -DLZMA_UNSTABLE to Makefile so one has to
     specify it manually as long as LZMA_UNSTABLE is needed.
 
+ doc/examples/04_compress_easy_mt.c | 184 +++++++++++++++++++++++++++++++++++++
+ doc/examples/Makefile              |   3 +-
+ 2 files changed, 186 insertions(+), 1 deletion(-)
+
 commit 9494fb6d0ff41c585326f00aa8f7fe58f8106a5e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 29 20:13:51 2014 +0200
+Date:   2014-01-29 20:13:51 +0200
 
     liblzma: Fix lzma_mt.preset not working with lzma_stream_encoder_mt().
     
     It read the filter chain from a wrong variable.
 
+ src/liblzma/common/stream_encoder_mt.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
 commit 673a4cb53de3a715685cb1b836da57a3c7dcd43c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jan 20 11:20:40 2014 +0200
+Date:   2014-01-20 11:20:40 +0200
 
     liblzma: Fix typo in a comment.
 
+ src/liblzma/api/lzma/block.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit ad96a871a1470eb76d6233d3890ce9338047b7a3
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jan 12 19:38:43 2014 +0200
+Date:   2014-01-12 19:38:43 +0200
 
     Windows: Add config.h for building liblzma with MSVC 2013.
     
@@ -1215,21 +2265,30 @@
     Hopefully it will get fixed. Then liblzma should be
     compilable with MSVC 2013 without patching.
 
+ windows/config.h | 139 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 139 insertions(+)
+
 commit 3d5c090872fab4212b57c290e8ed4d02c78c1737
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jan 12 17:41:14 2014 +0200
+Date:   2014-01-12 17:41:14 +0200
 
     xz: Fix a comment.
 
+ src/xz/coder.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
 commit 69fd4e1c932c7975476a0143c86e45d81b60d3f9
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jan 12 17:04:33 2014 +0200
+Date:   2014-01-12 17:04:33 +0200
 
     Windows: Add MSVC defines for inline and restrict keywords.
 
+ src/common/sysdefs.h | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
 commit a19d9e8575ee6647cd9154cf1f20203f1330485f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jan 12 16:44:52 2014 +0200
+Date:   2014-01-12 16:44:52 +0200
 
     liblzma: Avoid C99 compound literal arrays.
     
@@ -1236,17 +2295,23 @@
     MSVC 2013 doesn't like them. Maybe they aren't so good
     for readability either since many aren't used to them.
 
+ src/liblzma/lzma/lzma_encoder_presets.c | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
 commit e28528f1c867b2ed4ac91195ad08efb9bb8a6263
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jan 12 12:50:30 2014 +0200
+Date:   2014-01-12 12:50:30 +0200
 
     liblzma: Remove a useless C99ism from sha256.c.
     
     Unsurprisingly it makes no difference in compiled output.
 
+ src/liblzma/check/sha256.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 5ad1effc45adfb7dabc9a98e79736077e6b7e2d5
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jan 12 12:17:08 2014 +0200
+Date:   2014-01-12 12:17:08 +0200
 
     xz: Fix use of wrong variable.
     
@@ -1254,41 +2319,60 @@
     as the argument, fixing this bug doesn't change
     the behavior of the program.
 
+ src/xz/suffix.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 3e62c68d75b5a3fdd46dbb34bb335d73289860d5
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jan 12 12:11:36 2014 +0200
+Date:   2014-01-12 12:11:36 +0200
 
     Fix typos in comments.
 
+ src/common/mythread.h          | 2 +-
+ src/liblzma/check/crc32_fast.c | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
 commit e90ea601fb72867ec04adf456cbe4bf9520fd412
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Nov 26 18:20:16 2013 +0200
+Date:   2013-11-26 18:20:16 +0200
 
     Update THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit b22e94d8d15764416354e04729382a7371ae2c30
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Nov 26 18:20:09 2013 +0200
+Date:   2013-11-26 18:20:09 +0200
 
     liblzma: Document the need for block->check for lzma_block_header_decode().
     
     Thanks to Tomer Chachamu.
 
+ src/liblzma/api/lzma/block.h | 3 +++
+ 1 file changed, 3 insertions(+)
+
 commit d1cd8b1cb824b72421d1ee370e628024d2fcbec4
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Nov 12 16:38:57 2013 +0200
+Date:   2013-11-12 16:38:57 +0200
 
     xz: Update the man page about --block-size and --block-list.
 
+ src/xz/xz.1 | 24 +++++++++++++++---------
+ 1 file changed, 15 insertions(+), 9 deletions(-)
+
 commit 76be7c612e6bcc38724488ccc3b8bcb1cfec9f0a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Nov 12 16:30:53 2013 +0200
+Date:   2013-11-12 16:30:53 +0200
 
     Update THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit dd750acbe2259d75444ef0f8da2d4bacc90d7afc
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Nov 12 16:29:48 2013 +0200
+Date:   2013-11-12 16:29:48 +0200
 
     xz: Make --block-list and --block-size work together in single-threaded.
     
@@ -1299,41 +2383,60 @@
     
     Thanks to James M Leddy for the original patch.
 
+ src/xz/coder.c | 90 ++++++++++++++++++++++++++++++++++++++++++++++++----------
+ 1 file changed, 75 insertions(+), 15 deletions(-)
+
 commit ae222fe9805d0161d022d75ba8485dab8bf6d7d5
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Oct 26 13:26:14 2013 +0300
+Date:   2013-10-26 13:26:14 +0300
 
     Bump the version number to 5.1.3alpha.
 
+ src/liblzma/api/lzma/version.h | 2 +-
+ src/liblzma/liblzma.map        | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
 commit 2193837a6a597cd3bf4e9ddf49421a5697d8e155
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Oct 26 13:25:02 2013 +0300
+Date:   2013-10-26 13:25:02 +0300
 
     Update NEWS for 5.1.3alpha.
 
+ NEWS | 35 +++++++++++++++++++++++++++++++++++
+ 1 file changed, 35 insertions(+)
+
 commit ed48e75e2763876173aef8902da407a8eb28854b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Oct 26 12:47:04 2013 +0300
+Date:   2013-10-26 12:47:04 +0300
 
     Update TODO.
 
+ TODO | 4 ----
+ 1 file changed, 4 deletions(-)
+
 commit 841da0352d79a56a44796a4c39163429c9f039a3
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Oct 25 22:41:28 2013 +0300
+Date:   2013-10-25 22:41:28 +0300
 
     xz: Document behavior of --block-list with threads.
     
     This needs to be updated before 5.2.0.
 
+ src/xz/xz.1 | 24 +++++++++++++++++++++---
+ 1 file changed, 21 insertions(+), 3 deletions(-)
+
 commit 56feb8665b78c1032aabd53c619c62af51defe64
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Oct 22 20:03:12 2013 +0300
+Date:   2013-10-22 20:03:12 +0300
 
     xz: Document --flush-timeout=TIMEOUT on the man page.
 
+ src/xz/xz.1 | 37 ++++++++++++++++++++++++++++++++++++-
+ 1 file changed, 36 insertions(+), 1 deletion(-)
+
 commit ba413da1d5bb3324287cf3174922acd921165971
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Oct 22 19:51:55 2013 +0300
+Date:   2013-10-22 19:51:55 +0300
 
     xz: Take advantage of LZMA_FULL_BARRIER with --block-list.
     
@@ -1346,9 +2449,12 @@
     LZMA_FULL_BARRIER doesn't flush, resetting the timer is
     no longer done.
 
+ src/xz/coder.c | 32 +++++++++++++++-----------------
+ 1 file changed, 15 insertions(+), 17 deletions(-)
+
 commit 0cd45fc2bc5537de287a0bc005e2d67467a92148
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Oct 2 20:05:23 2013 +0300
+Date:   2013-10-02 20:05:23 +0300
 
     liblzma: Support LZMA_FULL_FLUSH and _BARRIER in threaded encoder.
     
@@ -1356,9 +2462,12 @@
     although the performance is still bad due to the use of
     LZMA_FULL_FLUSH instead of the new LZMA_FULL_BARRIER.
 
+ src/liblzma/common/stream_encoder_mt.c | 55 ++++++++++++++++++++++++----------
+ 1 file changed, 39 insertions(+), 16 deletions(-)
+
 commit 97bb38712f414fabecca908af2e38a12570293fd
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Oct 2 12:55:11 2013 +0300
+Date:   2013-10-02 12:55:11 +0300
 
     liblzma: Add LZMA_FULL_BARRIER support to single-threaded encoder.
     
@@ -1365,23 +2474,35 @@
     In the single-threaded encoder LZMA_FULL_BARRIER is simply
     an alias for LZMA_FULL_FLUSH.
 
+ src/liblzma/api/lzma/base.h         | 37 ++++++++++++++++++++++++++++++-------
+ src/liblzma/common/common.c         | 17 +++++++++++++++--
+ src/liblzma/common/common.h         |  7 ++++++-
+ src/liblzma/common/stream_encoder.c |  4 +++-
+ 4 files changed, 54 insertions(+), 11 deletions(-)
+
 commit fef0c6b410c08e581c9178700a4e7599f0895ff9
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Sep 17 11:57:51 2013 +0300
+Date:   2013-09-17 11:57:51 +0300
 
     liblzma: Add block_buffer_encoder.h into Makefile.inc.
     
     This should have been in b465da5988dd59ad98fda10c2e4ea13d0b9c73bc.
 
+ src/liblzma/common/Makefile.inc | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 8083e03291b6d21c0f538163e187b4e8cd5594e4
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Sep 17 11:55:38 2013 +0300
+Date:   2013-09-17 11:55:38 +0300
 
     xz: Add a missing test for TUKLIB_DOSLIKE.
 
+ src/xz/file_io.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
 commit 6b44b4a775fe29ecc7bcb7996e086e3bc09e5fd0
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Sep 17 11:52:28 2013 +0300
+Date:   2013-09-17 11:52:28 +0300
 
     Add native threading support on Windows.
     
@@ -1397,9 +2518,18 @@
     so the binaries should run even on Windows 95 if someone
     happens to care.
 
+ INSTALL                                |  41 ++-
+ configure.ac                           | 118 ++++++--
+ src/common/mythread.h                  | 513 ++++++++++++++++++++++++++-------
+ src/liblzma/common/stream_encoder_mt.c |  83 +++---
+ src/xz/coder.c                         |   8 +-
+ windows/README-Windows.txt             |   2 +-
+ windows/build.bash                     |  23 +-
+ 7 files changed, 573 insertions(+), 215 deletions(-)
+
 commit ae0ab74a88d5b9b15845f1d9a24ade4349a54f9f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Sep 11 14:40:35 2013 +0300
+Date:   2013-09-11 14:40:35 +0300
 
     Build: Remove a comment about Automake 1.10 from configure.ac.
     
@@ -1406,9 +2536,12 @@
     The previous commit supports silent rules and that requires
     Automake 1.11.
 
+ configure.ac | 2 --
+ 1 file changed, 2 deletions(-)
+
 commit 72975df6c8c59aaf849138ab3606e8fb6970596a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Sep 9 20:37:03 2013 +0300
+Date:   2013-09-09 20:37:03 +0300
 
     Build: Create liblzma.pc in a src/liblzma/Makefile.am.
     
@@ -1426,9 +2559,13 @@
     
     Thanks to Vincent Torri.
 
+ configure.ac            |  1 -
+ src/liblzma/Makefile.am | 20 ++++++++++++++++++++
+ 2 files changed, 20 insertions(+), 1 deletion(-)
+
 commit 1c2b6e7e8382ed390f53e140f160488bb2205ecc
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Aug 4 15:24:09 2013 +0300
+Date:   2013-08-04 15:24:09 +0300
 
     Fix the previous commit which broke the build.
     
@@ -1436,9 +2573,12 @@
     
     Thanks to Christian Hesse.
 
+ src/common/tuklib_cpucores.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 124eb69c7857f618b4807588c51bc9ba21bf8691
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Aug 3 13:52:58 2013 +0300
+Date:   2013-08-03 13:52:58 +0300
 
     Windows: Add Windows support to tuklib_cpucores().
     
@@ -1447,41 +2587,60 @@
     
     Thanks to Vincent Torri.
 
+ m4/tuklib_cpucores.m4        | 19 +++++++++++++++++--
+ src/common/tuklib_cpucores.c | 13 ++++++++++++-
+ 2 files changed, 29 insertions(+), 3 deletions(-)
+
 commit eada8a875ce3fd521cb42e4ace2624d3d49c5f35
 Author: Anders F Bjorklund <afb at users.sourceforge.net>
-Date:   Fri Aug 2 15:59:46 2013 +0200
+Date:   2013-08-02 15:59:46 +0200
 
     macosx: separate liblzma package
 
+ macosx/build.sh | 23 +++++++++++++++--------
+ 1 file changed, 15 insertions(+), 8 deletions(-)
+
 commit be0100d01ca6a75899d051bee00acf17e6dc0c15
 Author: Anders F Bjorklund <afb at users.sourceforge.net>
-Date:   Fri Aug 2 15:58:44 2013 +0200
+Date:   2013-08-02 15:58:44 +0200
 
     macosx: set minimum to leopard
 
+ macosx/build.sh | 13 ++++++++-----
+ 1 file changed, 8 insertions(+), 5 deletions(-)
+
 commit 416729e2d743f4b2fe9fd438eedeb98adce033c3
 Author: Anders F Bjorklund <afb at users.sourceforge.net>
-Date:   Sun Aug 7 13:13:30 2011 +0200
+Date:   2011-08-07 13:13:30 +0200
 
     move configurables into variables
 
+ macosx/build.sh | 25 ++++++++++++++++++-------
+ 1 file changed, 18 insertions(+), 7 deletions(-)
+
 commit 16581080e5f29f9a4e49efece21c5bf572323acc
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jul 15 14:08:41 2013 +0300
+Date:   2013-07-15 14:08:41 +0300
 
     Update THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 3e2b198ba37b624efd9c7caee2a435dc986b46c6
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jul 15 14:08:02 2013 +0300
+Date:   2013-07-15 14:08:02 +0300
 
     Build: Fix the detection of missing CRC32.
     
     Thanks to Vincent Torri.
 
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit dee6ad3d5915422bc30a6821efeacaeb8ca8ef00
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jul 4 14:18:46 2013 +0300
+Date:   2013-07-04 14:18:46 +0300
 
     xz: Add preliminary support for --flush-timeout=TIMEOUT.
     
@@ -1506,15 +2665,23 @@
     The --long-help or man page were not updated yet.
     The details of this feature may change.
 
+ src/xz/args.c    |  7 +++++++
+ src/xz/coder.c   | 46 +++++++++++++++++++++++++++++++++++-----------
+ src/xz/file_io.c | 46 ++++++++++++++++++++++++++++++++++++----------
+ 3 files changed, 78 insertions(+), 21 deletions(-)
+
 commit fa381acaf9a29a8114e1c0a97de99bab9adb014e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jul 4 13:41:03 2013 +0300
+Date:   2013-07-04 13:41:03 +0300
 
     xz: Don't set src_eof=true after an I/O error because it's useless.
 
+ src/xz/file_io.c | 3 ---
+ 1 file changed, 3 deletions(-)
+
 commit ea00545beace5b950f709ec21e46878e0f448678
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jul 4 13:25:11 2013 +0300
+Date:   2013-07-04 13:25:11 +0300
 
     xz: Fix the test when to read more input.
     
@@ -1523,9 +2690,12 @@
     There was no bug in practice though because xz just made a few
     unneeded zero-byte reads.
 
+ src/xz/coder.c | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
 commit 736903c64bef394c06685d79908e397bcb08b88f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jul 4 12:51:57 2013 +0300
+Date:   2013-07-04 12:51:57 +0300
 
     xz: Move some of the timing code into mytime.[hc].
     
@@ -1534,29 +2704,46 @@
     New clock_gettime(CLOCK_MONOTONIC) will be used if available.
     There is still a fallback to gettimeofday().
 
+ src/xz/Makefile.am |  2 ++
+ src/xz/coder.c     |  5 +++
+ src/xz/message.c   | 54 +++++++++------------------------
+ src/xz/mytime.c    | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/xz/mytime.h    | 47 ++++++++++++++++++++++++++++
+ src/xz/private.h   |  1 +
+ 6 files changed, 158 insertions(+), 40 deletions(-)
+
 commit 24edf8d807e24ffaa1e793114d94cca3b970027d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jul 1 14:35:03 2013 +0300
+Date:   2013-07-01 14:35:03 +0300
 
     Update THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit c0627b3fceacfa1ed162f5f55235360ea26f569a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jul 1 14:34:11 2013 +0300
+Date:   2013-07-01 14:34:11 +0300
 
     xz: Silence a warning seen with _FORTIFY_SOURCE=2.
     
     Thanks to Christian Hesse.
 
+ src/xz/file_io.c | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
 commit 1936718bb38ee394bd89836fdd4eabc0beb02443
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jun 30 19:40:11 2013 +0300
+Date:   2013-06-30 19:40:11 +0300
 
     Update NEWS for 5.0.5.
 
+ NEWS | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 52 insertions(+)
+
 commit a37ae8b5eb6093a530198f109c6f7a538c80ecf0
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jun 30 18:02:27 2013 +0300
+Date:   2013-06-30 18:02:27 +0300
 
     Man pages: Use similar syntax for synopsis as in xz.
     
@@ -1566,9 +2753,14 @@
     didn't mention these man pages in his bug report, but
     it's nice to be consistent.
 
+ src/lzmainfo/lzmainfo.1 |  4 ++--
+ src/scripts/xzmore.1    |  6 +++---
+ src/xzdec/xzdec.1       | 10 +++++-----
+ 3 files changed, 10 insertions(+), 10 deletions(-)
+
 commit cdba9ddd870ae72fd6219a125662c20ec997f86c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Jun 29 15:59:13 2013 +0300
+Date:   2013-06-29 15:59:13 +0300
 
     xz: Use non-blocking I/O for the output file.
     
@@ -1580,9 +2772,12 @@
     EINTR but it may cause problems e.g. if writing to
     stderr blocks when trying to display an error message.
 
+ src/xz/file_io.c | 57 ++++++++++++++++++++++++++++++++++++++++++++++++--------
+ 1 file changed, 49 insertions(+), 8 deletions(-)
+
 commit e61a5c95da3fe31281d959e5e842885a8ba2b5bd
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 28 23:56:17 2013 +0300
+Date:   2013-06-28 23:56:17 +0300
 
     xz: Fix return value type in io_write_buf().
     
@@ -1589,9 +2784,12 @@
     It didn't affect the behavior of the code since -1
     becomes true anyway.
 
+ src/xz/file_io.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 9dc319eabb34a826f4945f91c71620f14a60e9e2
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 28 23:48:05 2013 +0300
+Date:   2013-06-28 23:48:05 +0300
 
     xz: Use the self-pipe trick to avoid a race condition with signals.
     
@@ -1604,23 +2802,34 @@
     input side which already uses non-blocking I/O. The output
     side still uses blocking I/O and thus has the race condition.
 
+ src/xz/file_io.c | 56 ++++++++++++++++++++++++++++++++++++++++++++------------
+ src/xz/file_io.h |  8 ++++++++
+ src/xz/signals.c |  5 +++++
+ 3 files changed, 57 insertions(+), 12 deletions(-)
+
 commit 3541bc79d0cfabc0ad155c99bfdad1289f17fec3
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 28 22:51:02 2013 +0300
+Date:   2013-06-28 22:51:02 +0300
 
     xz: Use non-blocking I/O for the input file.
 
+ src/xz/file_io.c | 156 +++++++++++++++++++++++++++++++++++++++----------------
+ 1 file changed, 111 insertions(+), 45 deletions(-)
+
 commit 78673a08bed5066c81e8a8e90d20e670c28ecfd5
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 28 18:46:13 2013 +0300
+Date:   2013-06-28 18:46:13 +0300
 
     xz: Remove an outdated NetBSD-specific comment.
     
     Nowadays errno == EFTYPE is documented in open(2).
 
+ src/xz/file_io.c | 4 ----
+ 1 file changed, 4 deletions(-)
+
 commit a616fdad34b48b2932ef03fb87309dcc8b829527
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 28 18:09:47 2013 +0300
+Date:   2013-06-28 18:09:47 +0300
 
     xz: Fix error detection of fcntl(fd, F_SETFL, flags) calls.
     
@@ -1630,9 +2839,12 @@
     F_SETFL is always 0 (at least accorinding to fcntl(2)
     from man-pages 3.51).
 
+ src/xz/file_io.c | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
 commit 4a08a6e4c61c65ab763ab314100a6d7a3bb89298
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 28 17:36:47 2013 +0300
+Date:   2013-06-28 17:36:47 +0300
 
     xz: Fix use of wrong variable in a fcntl() call.
     
@@ -1648,9 +2860,12 @@
     indicate when the flags should be restored instead of
     relying on a special value in stdout_flags.
 
+ src/xz/file_io.c | 24 +++++++++++++-----------
+ 1 file changed, 13 insertions(+), 11 deletions(-)
+
 commit b790b435daa3351067f80a5973b647f8d55367a2
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 28 14:55:37 2013 +0300
+Date:   2013-06-28 14:55:37 +0300
 
     xz: Fix assertion related to posix_fadvise().
     
@@ -1659,9 +2874,12 @@
     even with an assertion. Nothing bad happens if the call
     to posix_fadvise() fails.
 
+ src/xz/file_io.c | 10 ++--------
+ 1 file changed, 2 insertions(+), 8 deletions(-)
+
 commit 84d2da6c9dc252f441deb7626c2522202b005d4d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jun 26 13:30:57 2013 +0300
+Date:   2013-06-26 13:30:57 +0300
 
     xz: Check the value of lzma_stream_flags.version in --list.
     
@@ -1670,9 +2888,12 @@
     then this check becomes important and will stop the old xz
     from trying to parse files that it won't understand.
 
+ src/xz/list.c | 14 ++++++++++++++
+ 1 file changed, 14 insertions(+)
+
 commit 9376f5f8f762296f2173d61af9101112c36f38c0
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jun 26 12:17:00 2013 +0300
+Date:   2013-06-26 12:17:00 +0300
 
     Build: Require Automake 1.12 and use serial-tests option.
     
@@ -1685,15 +2906,21 @@
     in XZ Utils but they hide the progress output from
     test_compress.sh.
 
+ configure.ac | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
 commit b7e200d7bd0a3c7c171c13ad37d68296d6f73374
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jun 23 18:59:13 2013 +0300
+Date:   2013-06-23 18:59:13 +0300
 
     Update THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 46540e4c10923e363741ff5aab99e79fc0ce6ee8
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jun 23 18:57:23 2013 +0300
+Date:   2013-06-23 18:57:23 +0300
 
     liblzma: Avoid a warning about a shadowed variable.
     
@@ -1703,9 +2930,12 @@
     
     Thanks to Christian Kujau.
 
+ src/liblzma/common/stream_encoder_mt.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
 commit ebb501ec73cecc546c67117dd01b5e33c90bfb4a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jun 23 17:36:47 2013 +0300
+Date:   2013-06-23 17:36:47 +0300
 
     xz: Validate Uncompressed Size from Block Header in list.c.
     
@@ -1715,23 +2945,32 @@
     show such files as corrupt instead of showing the
     Uncompressed Size from Index.
 
+ src/xz/list.c | 14 +++++++++++++-
+ 1 file changed, 13 insertions(+), 1 deletion(-)
+
 commit c09e91dd236d3cabee0fc48312b3dc8cceae41ab
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 21 22:08:11 2013 +0300
+Date:   2013-06-21 22:08:11 +0300
 
     Update THANKS.
 
+ THANKS | 2 ++
+ 1 file changed, 2 insertions(+)
+
 commit eb6ca9854b8eb9fbf72497c1cf608d6b19d2d494
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 21 22:04:45 2013 +0300
+Date:   2013-06-21 22:04:45 +0300
 
     xz: Make the man page more friendly to doclifter.
     
     Thanks to Eric S. Raymond.
 
+ src/xz/xz.1 | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
 commit 0c0a1947e6ad90a0a10b7a5c39f6ab99a0aa5c93
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 21 21:54:59 2013 +0300
+Date:   2013-06-21 21:54:59 +0300
 
     xz: A couple of man page fixes.
     
@@ -1741,9 +2980,12 @@
     Thanks to DevHC who reported these issues on IRC to me
     on 2012-12-14.
 
+ src/xz/xz.1 | 35 +++++++++++++++++++++++------------
+ 1 file changed, 23 insertions(+), 12 deletions(-)
+
 commit 2fcda89939c903106c429e109083d43d894049e0
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 21 21:50:26 2013 +0300
+Date:   2013-06-21 21:50:26 +0300
 
     xz: Fix interaction between preset and custom filter chains.
     
@@ -1766,9 +3008,12 @@
     
     Thanks to Conley Moorhous.
 
+ src/xz/coder.c | 35 +++++++++++++++++++++--------------
+ 1 file changed, 21 insertions(+), 14 deletions(-)
+
 commit 97379c5ea758da3f8b0bc444d5f7fa43753ce610
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Apr 27 22:07:46 2013 +0300
+Date:   2013-04-27 22:07:46 +0300
 
     Build: Use -Wvla with GCC if supported.
     
@@ -1777,9 +3022,12 @@
     future either to stay compatible with C11 without requiring any
     optional C11 features.
 
+ configure.ac | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 8957c58609d3987c58aa72b96c436cf565cc4917
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Apr 15 19:29:09 2013 +0300
+Date:   2013-04-15 19:29:09 +0300
 
     xzdec: Improve the --help message.
     
@@ -1791,23 +3039,32 @@
     because I find it easier to spot the ignored vs. non-ignored
     options from the list that way.
 
+ src/xzdec/xzdec.c | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
 commit ed886e1a92534a24401d0e99c11f1dcff3b5220a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Apr 5 19:25:40 2013 +0300
+Date:   2013-04-05 19:25:40 +0300
 
     Update THANKS.
 
+ THANKS | 2 ++
+ 1 file changed, 2 insertions(+)
+
 commit 5019413a055ce29e660dbbf15e02443cb5a26c59
 Author: Jeff Bastian <jbastian at redhat.com>
-Date:   Wed Apr 3 13:59:17 2013 +0200
+Date:   2013-04-03 13:59:17 +0200
 
     xzgrep: make the '-h' option to be --no-filename equivalent
     
     * src/scripts/xzgrep.in: Accept the '-h' option in argument parsing.
 
+ src/scripts/xzgrep.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 5ea900cb5ad862bca81316729f92357c1fc040ce
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Mar 23 22:25:15 2013 +0200
+Date:   2013-03-23 22:25:15 +0200
 
     liblzma: Be less picky in lzma_alone_decoder().
     
@@ -1829,9 +3086,14 @@
     Reported here:
     http://sourceforge.net/projects/lzmautils/forums/forum/708858/topic/7068827
 
+ src/liblzma/common/alone_decoder.c | 22 ++++++++++++++--------
+ src/liblzma/common/alone_decoder.h |  5 +++--
+ src/liblzma/common/auto_decoder.c  |  2 +-
+ 3 files changed, 18 insertions(+), 11 deletions(-)
+
 commit bb117fffa84604b6e3811b068c80db82bf7f7b05
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Mar 23 21:55:13 2013 +0200
+Date:   2013-03-23 21:55:13 +0200
 
     liblzma: Use lzma_block_buffer_bound64() in threaded encoder.
     
@@ -1838,9 +3100,12 @@
     Now it uses lzma_block_uncomp_encode() if the data doesn't
     fit into the space calculated by lzma_block_buffer_bound64().
 
+ src/liblzma/common/stream_encoder_mt.c | 66 +++++++++++++++++++++++++---------
+ 1 file changed, 50 insertions(+), 16 deletions(-)
+
 commit e572e123b55b29527e54ce5f0807f115481d78b9
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Mar 23 21:51:38 2013 +0200
+Date:   2013-03-23 21:51:38 +0200
 
     liblzma: Fix another deadlock in the threaded encoder.
     
@@ -1849,9 +3114,12 @@
     xz with debugging enabled (non-debugging version doesn't
     call lzma_end() before exiting).
 
+ src/liblzma/common/stream_encoder_mt.c | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
 commit b465da5988dd59ad98fda10c2e4ea13d0b9c73bc
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Mar 23 19:17:33 2013 +0200
+Date:   2013-03-23 19:17:33 +0200
 
     liblzma: Add lzma_block_uncomp_encode().
     
@@ -1860,9 +3128,15 @@
     lzma_block_buffer_bound() but uses uint64_t instead
     of size_t.
 
+ src/liblzma/api/lzma/block.h              | 18 ++++++
+ src/liblzma/common/block_buffer_encoder.c | 94 +++++++++++++++++++++----------
+ src/liblzma/common/block_buffer_encoder.h | 24 ++++++++
+ src/liblzma/liblzma.map                   |  1 +
+ 4 files changed, 106 insertions(+), 31 deletions(-)
+
 commit 9e6dabcf22ef4679f4faaae15ebd5b137ae2fad1
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Mar 5 19:14:50 2013 +0200
+Date:   2013-03-05 19:14:50 +0200
 
     Avoid unneeded use of awk in xzless.
     
@@ -1872,9 +3146,12 @@
     
     Thanks to Ariel P for the patch.
 
+ src/scripts/xzless.in | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
 commit e7b424d267a34803db8d92a3515528be2ed45abd
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Dec 14 20:13:32 2012 +0200
+Date:   2012-12-14 20:13:32 +0200
 
     Make the progress indicator smooth in threaded mode.
     
@@ -1890,15 +3167,26 @@
     locking mutexes. It's waste of time to do it more often than
     the up to date information is actually needed by an application.
 
+ src/liblzma/api/lzma/base.h            | 22 +++++++++-
+ src/liblzma/common/common.c            | 16 +++++++
+ src/liblzma/common/common.h            |  6 +++
+ src/liblzma/common/stream_encoder_mt.c | 77 +++++++++++++++++++++++++++++++---
+ src/liblzma/liblzma.map                |  1 +
+ src/xz/message.c                       | 20 +++++----
+ 6 files changed, 129 insertions(+), 13 deletions(-)
+
 commit 2ebbb994e367f55f2561aa7c9e7451703c171f2f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Dec 14 11:01:41 2012 +0200
+Date:   2012-12-14 11:01:41 +0200
 
     liblzma: Fix mythread_sync for nested locking.
 
+ src/common/mythread.h | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
 commit 4c7e28705f6de418d19cc77324ef301f996e01ff
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Dec 13 21:05:36 2012 +0200
+Date:   2012-12-13 21:05:36 +0200
 
     xz: Mention --threads in --help.
     
@@ -1905,9 +3193,12 @@
     Thanks to Olivier Delhomme for pointing out that this
     was still missing.
 
+ src/xz/message.c | 4 ++++
+ 1 file changed, 4 insertions(+)
+
 commit db5c1817fabf7cbb9e4087b1576eb26f0747338e
 Author: Jonathan Nieder <jrnieder at gmail.com>
-Date:   Mon Nov 19 00:10:10 2012 -0800
+Date:   2012-11-19 00:10:10 -0800
 
     xzless: Make "less -V" parsing more robust
     
@@ -1944,37 +3235,54 @@
     Reported-by: Jörg-Volker Peetz <jvpeetz at web.de>
     Signed-off-by: Jonathan Nieder <jrnieder at gmail.com>
 
+ src/scripts/xzless.in | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
 commit 65536214a31ecd33b6b03b68a351fb597d3703d6
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Oct 3 15:54:24 2012 +0300
+Date:   2012-10-03 15:54:24 +0300
 
     xz: Fix the note about --rsyncable on the man page.
 
+ src/xz/xz.1 | 17 +++++++++--------
+ 1 file changed, 9 insertions(+), 8 deletions(-)
+
 commit 3d93b6354927247a1569caf22ad27b07e97ee904
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Sep 28 20:11:09 2012 +0300
+Date:   2012-09-28 20:11:09 +0300
 
     xz: Improve handling of failed realloc in xrealloc.
     
     Thanks to Jim Meyering.
 
+ src/xz/util.c | 14 ++++++++++++--
+ 1 file changed, 12 insertions(+), 2 deletions(-)
+
 commit ab225620664e235637833be2329935f9d290ba80
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Aug 24 16:27:31 2012 +0300
+Date:   2012-08-24 16:27:31 +0300
 
     A few typo fixes to comments and the xz man page.
     
     Thanks to Jim Meyering.
 
+ configure.ac               | 2 +-
+ src/liblzma/check/sha256.c | 1 -
+ src/xz/xz.1                | 4 ++--
+ 3 files changed, 3 insertions(+), 4 deletions(-)
+
 commit f3c1ec69d910175ffd431fd82968dd35cec806ed
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Aug 13 21:40:09 2012 +0300
+Date:   2012-08-13 21:40:09 +0300
 
     xz: Add a warning to --help about alpha and beta versions.
 
+ src/xz/message.c | 5 +++++
+ 1 file changed, 5 insertions(+)
+
 commit d8eaf9d8278c23c2cf2b7ca5562d4de570d3b5db
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Aug 2 17:13:30 2012 +0300
+Date:   2012-08-02 17:13:30 +0300
 
     Build: Bump gettext version requirement to 0.18.
     
@@ -1981,15 +3289,21 @@
     Otherwise too old version of m4/lib-link.m4 gets included
     when autoreconf -fi is run.
 
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 96e08902b09f0f304d4ff80c6e83ef7fff883f34
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jul 17 18:29:08 2012 +0300
+Date:   2012-07-17 18:29:08 +0300
 
     Update THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 3778db1be53e61ff285c573af5ee468803008456
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jul 17 18:19:59 2012 +0300
+Date:   2012-07-17 18:19:59 +0300
 
     liblzma: Make the use of lzma_allocator const-correct.
     
@@ -2000,15 +3314,91 @@
     
     Thanks to Jan Kratochvil for the patch.
 
+ src/liblzma/api/lzma/base.h                |  4 +++-
+ src/liblzma/api/lzma/block.h               |  6 ++---
+ src/liblzma/api/lzma/container.h           |  9 +++++---
+ src/liblzma/api/lzma/filter.h              | 13 ++++++-----
+ src/liblzma/api/lzma/index.h               | 16 ++++++-------
+ src/liblzma/api/lzma/index_hash.h          |  4 ++--
+ src/liblzma/common/alone_decoder.c         |  6 ++---
+ src/liblzma/common/alone_decoder.h         |  2 +-
+ src/liblzma/common/alone_encoder.c         |  8 +++----
+ src/liblzma/common/auto_decoder.c          |  6 ++---
+ src/liblzma/common/block_buffer_decoder.c  |  2 +-
+ src/liblzma/common/block_buffer_encoder.c  |  4 ++--
+ src/liblzma/common/block_decoder.c         |  6 ++---
+ src/liblzma/common/block_decoder.h         |  2 +-
+ src/liblzma/common/block_encoder.c         |  8 +++----
+ src/liblzma/common/block_encoder.h         |  2 +-
+ src/liblzma/common/block_header_decoder.c  |  4 ++--
+ src/liblzma/common/common.c                | 10 ++++-----
+ src/liblzma/common/common.h                | 20 +++++++++--------
+ src/liblzma/common/easy_buffer_encoder.c   |  4 ++--
+ src/liblzma/common/filter_buffer_decoder.c |  3 ++-
+ src/liblzma/common/filter_buffer_encoder.c |  7 +++---
+ src/liblzma/common/filter_common.c         |  4 ++--
+ src/liblzma/common/filter_common.h         |  2 +-
+ src/liblzma/common/filter_decoder.c        |  7 +++---
+ src/liblzma/common/filter_decoder.h        |  2 +-
+ src/liblzma/common/filter_encoder.c        |  2 +-
+ src/liblzma/common/filter_encoder.h        |  2 +-
+ src/liblzma/common/filter_flags_decoder.c  |  2 +-
+ src/liblzma/common/index.c                 | 26 ++++++++++-----------
+ src/liblzma/common/index_decoder.c         | 12 +++++-----
+ src/liblzma/common/index_encoder.c         |  6 ++---
+ src/liblzma/common/index_encoder.h         |  2 +-
+ src/liblzma/common/index_hash.c            |  6 +++--
+ src/liblzma/common/outqueue.c              |  4 ++--
+ src/liblzma/common/outqueue.h              |  5 +++--
+ src/liblzma/common/stream_buffer_decoder.c |  2 +-
+ src/liblzma/common/stream_buffer_encoder.c |  3 ++-
+ src/liblzma/common/stream_decoder.c        |  9 ++++----
+ src/liblzma/common/stream_decoder.h        |  5 +++--
+ src/liblzma/common/stream_encoder.c        | 10 ++++-----
+ src/liblzma/common/stream_encoder_mt.c     | 16 ++++++-------
+ src/liblzma/delta/delta_common.c           |  4 ++--
+ src/liblzma/delta/delta_decoder.c          |  6 ++---
+ src/liblzma/delta/delta_decoder.h          |  5 +++--
+ src/liblzma/delta/delta_encoder.c          |  6 ++---
+ src/liblzma/delta/delta_encoder.h          |  3 ++-
+ src/liblzma/delta/delta_private.h          |  2 +-
+ src/liblzma/lz/lz_decoder.c                |  8 +++----
+ src/liblzma/lz/lz_decoder.h                |  7 +++---
+ src/liblzma/lz/lz_encoder.c                | 19 ++++++++--------
+ src/liblzma/lz/lz_encoder.h                |  6 ++---
+ src/liblzma/lzma/lzma2_decoder.c           |  8 +++----
+ src/liblzma/lzma/lzma2_decoder.h           |  5 +++--
+ src/liblzma/lzma/lzma2_encoder.c           |  6 ++---
+ src/liblzma/lzma/lzma2_encoder.h           |  2 +-
+ src/liblzma/lzma/lzma_decoder.c            |  8 +++----
+ src/liblzma/lzma/lzma_decoder.h            |  7 +++---
+ src/liblzma/lzma/lzma_encoder.c            |  7 +++---
+ src/liblzma/lzma/lzma_encoder.h            |  5 +++--
+ src/liblzma/simple/arm.c                   |  8 ++++---
+ src/liblzma/simple/armthumb.c              |  8 ++++---
+ src/liblzma/simple/ia64.c                  |  8 ++++---
+ src/liblzma/simple/powerpc.c               |  8 ++++---
+ src/liblzma/simple/simple_coder.c          | 10 ++++-----
+ src/liblzma/simple/simple_coder.h          | 36 ++++++++++++++++++++----------
+ src/liblzma/simple/simple_decoder.c        |  2 +-
+ src/liblzma/simple/simple_decoder.h        |  2 +-
+ src/liblzma/simple/simple_private.h        |  3 ++-
+ src/liblzma/simple/sparc.c                 |  8 ++++---
+ src/liblzma/simple/x86.c                   |  8 ++++---
+ 71 files changed, 269 insertions(+), 219 deletions(-)
+
 commit d625c7cf824fd3b61c6da84f56179e94917ff603
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jul 5 07:36:28 2012 +0300
+Date:   2012-07-05 07:36:28 +0300
 
     Tests: Remove tests/test_block.c that had gotten committed accidentally.
 
+ tests/test_block.c | 52 ----------------------------------------------------
+ 1 file changed, 52 deletions(-)
+
 commit 0b09d266cce72bc4841933b171e79551e488927c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jul 5 07:33:35 2012 +0300
+Date:   2012-07-05 07:33:35 +0300
 
     Build: Include macosx/build.sh in the distribution.
     
@@ -2016,9 +3406,12 @@
     few people have seen it since it hasn't been included in
     the release tarballs. :-(
 
+ Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit d6e0b23d4613b9f417893dd96cc168c8005ece3d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jul 5 07:28:53 2012 +0300
+Date:   2012-07-05 07:28:53 +0300
 
     Build: Include validate_map.sh in the distribution.
     
@@ -2027,83 +3420,127 @@
     Fix also the location of EXTRA_DIST+= so that those files
     get distributed also if symbol versioning isn't enabled.
 
+ src/liblzma/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 19de545d86097c3954d69ab5d12820387f6a09bc
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jul 5 07:24:45 2012 +0300
+Date:   2012-07-05 07:24:45 +0300
 
     Docs: Fix the name LZMA Utils -> XZ Utils in debug/README.
 
+ debug/README | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 672eccf57c31a40dfb956b7662db06d43e18618e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jul 5 07:23:17 2012 +0300
+Date:   2012-07-05 07:23:17 +0300
 
     Include debug/translation.bash in the distribution.
     
     Also fix the script name mentioned in README.
 
+ README            | 4 ++--
+ debug/Makefile.am | 3 +++
+ 2 files changed, 5 insertions(+), 2 deletions(-)
+
 commit cafb523adac1caf305e70a04bc37f25602bf990c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jul 4 22:31:58 2012 +0300
+Date:   2012-07-04 22:31:58 +0300
 
     xz: Document --block-list better.
     
     Thanks to Jonathan Nieder.
 
+ src/xz/xz.1 | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
 commit c7ff218528bc8f7c65e7ef73c6515777346c6794
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jul 4 20:01:49 2012 +0300
+Date:   2012-07-04 20:01:49 +0300
 
     Bump the version number to 5.1.2alpha.
 
+ src/liblzma/api/lzma/version.h | 2 +-
+ src/liblzma/liblzma.map        | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
 commit 8f3c1d886f93e6478ad509ff52102b2ce7faa999
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jul 4 20:01:19 2012 +0300
+Date:   2012-07-04 20:01:19 +0300
 
     Update NEWS for 5.1.2alpha.
 
+ NEWS | 41 +++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 41 insertions(+)
+
 commit 0d5fa05466e580fbc458820f87013ae7644e20e5
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jul 4 19:58:23 2012 +0300
+Date:   2012-07-04 19:58:23 +0300
 
     xz: Fix the version number printed by xz -lvv.
     
     The decoder bug was fixed in 5.0.2 instead of 5.0.3.
 
+ src/xz/list.c | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
 commit df11317985a4165731dde12bb0f0028da0e7b77f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jul 4 17:11:31 2012 +0300
+Date:   2012-07-04 17:11:31 +0300
 
     Build: Add a comment to configure.ac about symbol versioning.
 
+ configure.ac | 4 ++++
+ 1 file changed, 4 insertions(+)
+
 commit bd9cc179e8be3ef515201d3ed9c7dd79ae88869d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jul 4 17:06:49 2012 +0300
+Date:   2012-07-04 17:06:49 +0300
 
     Update TODO.
 
+ TODO | 12 ++++++++++--
+ 1 file changed, 10 insertions(+), 2 deletions(-)
+
 commit 4a238dd9b22f462cac5e199828bf1beb0df05884
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jul 4 17:05:46 2012 +0300
+Date:   2012-07-04 17:05:46 +0300
 
     Document --enable-symbol-versions in INSTALL.
 
+ INSTALL | 5 +++++
+ 1 file changed, 5 insertions(+)
+
 commit 88ccf47205d7f3aa314d358c72ef214f10f68b43
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jul 3 21:16:39 2012 +0300
+Date:   2012-07-03 21:16:39 +0300
 
     xz: Add incomplete support for --block-list.
     
     It's broken with threads and when also --block-size is used.
 
+ src/xz/args.c    | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/xz/args.h    |  1 +
+ src/xz/coder.c   | 48 ++++++++++++++++++++++++++++------
+ src/xz/coder.h   |  4 +++
+ src/xz/main.c    |  1 +
+ src/xz/message.c |  6 +++++
+ src/xz/xz.1      | 23 +++++++++++++++--
+ 7 files changed, 151 insertions(+), 10 deletions(-)
+
 commit 972179cdcdf5d8949c48ee31737d87d3050b44af
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jul 1 18:44:33 2012 +0300
+Date:   2012-07-01 18:44:33 +0300
 
     xz: Update the man page about the new field in --robot -lvv.
 
+ src/xz/xz.1 | 18 +++++++++++++++++-
+ 1 file changed, 17 insertions(+), 1 deletion(-)
+
 commit 1403707fc64a70976aebe66f8d9a9bd12f73a2c5
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jun 28 10:47:49 2012 +0300
+Date:   2012-06-28 10:47:49 +0300
 
     liblzma: Check that the first byte of range encoded data is 0x00.
     
@@ -2110,35 +3547,51 @@
     It is just to be more pedantic and thus perhaps catch broken
     files slightly earlier.
 
+ src/liblzma/lzma/lzma_decoder.c        |  8 ++++++--
+ src/liblzma/rangecoder/range_decoder.h | 12 +++++++++---
+ 2 files changed, 15 insertions(+), 5 deletions(-)
+
 commit eccd8017ffe2c5de473222c4963ec53c62f7fda2
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 22 19:00:23 2012 +0300
+Date:   2012-06-22 19:00:23 +0300
 
     Update NEWS from 5.0.4.
 
+ NEWS | 37 +++++++++++++++++++++++++++++++++++++
+ 1 file changed, 37 insertions(+)
+
 commit 2e6754eac26a431e8d340c28906f63bcd1e177e8
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 22 14:34:03 2012 +0300
+Date:   2012-06-22 14:34:03 +0300
 
     xz: Update man page date to match the latest update.
 
+ src/xz/xz.1 | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit b3235a0b1af45d5e1244cbe3191516966c076fa0
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jun 18 21:27:47 2012 +0300
+Date:   2012-06-18 21:27:47 +0300
 
     Docs: Language fix to 01_compress_easy.c.
     
     Thanks to Jonathan Nieder.
 
+ doc/examples/01_compress_easy.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit f1675f765fe228cb5a5f904f853445a03e33cfe9
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jun 14 20:15:30 2012 +0300
+Date:   2012-06-14 20:15:30 +0300
 
     Fix the top-level Makefile.am for the new example programs.
 
+ Makefile.am | 12 ++++++++++--
+ 1 file changed, 10 insertions(+), 2 deletions(-)
+
 commit 3a0c5378abefaf86aa39a62a7c9682bdb21568a1
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jun 14 10:52:33 2012 +0300
+Date:   2012-06-14 10:52:33 +0300
 
     Docs: Add new example programs.
     
@@ -2146,9 +3599,16 @@
     human-readable error messages. More tutorial-like examples
     are needed but these are a start.
 
+ doc/examples/00_README.txt        |  27 ++++
+ doc/examples/01_compress_easy.c   | 297 ++++++++++++++++++++++++++++++++++++++
+ doc/examples/02_decompress.c      | 287 ++++++++++++++++++++++++++++++++++++
+ doc/examples/03_compress_custom.c | 193 +++++++++++++++++++++++++
+ doc/examples/Makefile             |  23 +++
+ 5 files changed, 827 insertions(+)
+
 commit 1bd2c2c553e30c4a73cfb82abc6908efd6be6b8d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jun 14 10:33:27 2012 +0300
+Date:   2012-06-14 10:33:27 +0300
 
     Docs: Move xz_pipe_comp.c and xz_pipe_decomp.c to doc/examples_old.
     
@@ -2156,43 +3616,62 @@
     copied the decompressor bug from xz_pipe_decomp.c he has
     an example how to easily fix it.
 
+ doc/{examples => examples_old}/xz_pipe_comp.c   | 0
+ doc/{examples => examples_old}/xz_pipe_decomp.c | 0
+ 2 files changed, 0 insertions(+), 0 deletions(-)
+
 commit 905f0ab5b5ce544d4b68a2ed6077df0f3d021292
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jun 14 10:33:01 2012 +0300
+Date:   2012-06-14 10:33:01 +0300
 
     Docs: Fix a bug in xz_pipe_decomp.c example program.
 
+ doc/examples/xz_pipe_decomp.c | 10 +++++++++-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
 commit 4bd1a3bd5fdf4870b2f96dd0b8a21657c8a58ad8
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed May 30 23:14:33 2012 +0300
+Date:   2012-05-30 23:14:33 +0300
 
     Translations: Update the French translation.
     
     Thanks to Adrien Nader.
 
+ po/fr.po | 148 ++++++++++++++++++++++++++++++++++-----------------------------
+ 1 file changed, 79 insertions(+), 69 deletions(-)
+
 commit d2e836f2f3a87df6fe6bb0589b037db51205d910
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue May 29 23:42:37 2012 +0300
+Date:   2012-05-29 23:42:37 +0300
 
     Translations: Update the German translation.
     
     The previous only included the new strings in v5.0.
 
+ po/de.po | 229 +++++++++++++++++++++++++++++++++++++--------------------------
+ 1 file changed, 133 insertions(+), 96 deletions(-)
+
 commit c9a16151577ba459afd6e3528df23bc0ddb95171
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue May 29 22:26:27 2012 +0300
+Date:   2012-05-29 22:26:27 +0300
 
     Translations: Update the German translation.
 
+ po/de.po | 169 ++++++++++++++++++++++++++++++++++-----------------------------
+ 1 file changed, 91 insertions(+), 78 deletions(-)
+
 commit 1530a74fd48f8493372edad137a24541efe24713
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue May 29 22:14:21 2012 +0300
+Date:   2012-05-29 22:14:21 +0300
 
     Translations: Update Polish translation.
 
+ po/pl.po | 283 +++++++++++++++++++++++++++++++++++++--------------------------
+ 1 file changed, 165 insertions(+), 118 deletions(-)
+
 commit d8db706acb8316f9861abd432cfbe001dd6d0c5c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon May 28 20:42:11 2012 +0300
+Date:   2012-05-28 20:42:11 +0300
 
     liblzma: Fix possibility of incorrect LZMA_BUF_ERROR.
     
@@ -2220,21 +3699,32 @@
     
     A similar bug was fixed in XZ Embedded on 2011-09-19.
 
+ src/liblzma/simple/simple_coder.c |   2 +-
+ tests/Makefile.am                 |   4 +-
+ tests/test_bcj_exact_size.c       | 112 ++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 116 insertions(+), 2 deletions(-)
+
 commit 3f94b6d87f1b8f1c421ba548f8ebb83dca9c8cda
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon May 28 15:38:32 2012 +0300
+Date:   2012-05-28 15:38:32 +0300
 
     Update THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 7769ea051d739a38a1640fd448cf5eb83cb119c6
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon May 28 15:37:43 2012 +0300
+Date:   2012-05-28 15:37:43 +0300
 
     xz: Don't show a huge number in -vv when memory limit is disabled.
 
+ src/xz/message.c | 12 +++++++++++-
+ 1 file changed, 11 insertions(+), 1 deletion(-)
+
 commit ec921105725e4d3ef0a683dd83eee6f24ab60ccd
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun May 27 22:30:17 2012 +0300
+Date:   2012-05-27 22:30:17 +0300
 
     xz: Document the "summary" lines of --robot -lvv.
     
@@ -2242,9 +3732,12 @@
     The new columns added in the master branch aren't
     necessarily stable yet.
 
+ src/xz/xz.1 | 19 +++++++++++++++++++
+ 1 file changed, 19 insertions(+)
+
 commit 27d24eb0a9f6eed96d6a4594c2b0bf7a91d29f9a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun May 27 21:53:20 2012 +0300
+Date:   2012-05-27 21:53:20 +0300
 
     xz: Fix output of verbose --robot --list modes.
     
@@ -2251,27 +3744,40 @@
     It printed the filename in "filename (x/y)" format
     which it obviously shouldn't do in robot mode.
 
+ src/xz/message.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit ab25b82a91754d9388c89abddf806424671d9431
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu May 24 18:33:54 2012 +0300
+Date:   2012-05-24 18:33:54 +0300
 
     Build: Upgrade m4/acx_pthread.m4 to the latest version.
 
+ m4/ax_pthread.m4 | 98 +++++++++++++++++++++++++++++++++++---------------------
+ 1 file changed, 62 insertions(+), 36 deletions(-)
+
 commit d05d6d65c41a4bc83f162fa3d67c5d84e8751634
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu May 10 21:15:17 2012 +0300
+Date:   2012-05-10 21:15:17 +0300
 
     Update THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit e077391982f9f28dbfe542bba8800e7c5b916666
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu May 10 21:14:16 2012 +0300
+Date:   2012-05-10 21:14:16 +0300
 
     Docs: Cleanup line wrapping a bit.
 
+ README          | 12 ++++++------
+ doc/history.txt | 49 +++++++++++++++++++++++++------------------------
+ 2 files changed, 31 insertions(+), 30 deletions(-)
+
 commit fc39849c350225c6a1cd7f6e6adff1020521eabc
 Author: Benno Schulenberg <bensberg at justemail.net>
-Date:   Tue Mar 13 22:04:04 2012 +0100
+Date:   2012-03-13 22:04:04 +0100
 
     Fix a few typos and add some missing articles in some documents.
     
@@ -2279,21 +3785,34 @@
     
     Signed-off-by: Benno Schulenberg <bensberg at justemail.net>
 
+ AUTHORS         |  6 +++---
+ README          | 42 ++++++++++++++++++++---------------------
+ doc/faq.txt     | 24 ++++++++++++------------
+ doc/history.txt | 58 ++++++++++++++++++++++++++++-----------------------------
+ 4 files changed, 65 insertions(+), 65 deletions(-)
+
 commit 29fa0566d5df199cb9acb2d17bf7eea61acc7fa1
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Apr 29 11:51:25 2012 +0300
+Date:   2012-04-29 11:51:25 +0300
 
     Windows: Update notes about static linking with MSVC.
 
+ windows/README-Windows.txt | 13 +++++++++----
+ 1 file changed, 9 insertions(+), 4 deletions(-)
+
 commit aac1b31ea4e66cf5a7a8c116bdaa15aa45e6c56e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Apr 19 15:25:26 2012 +0300
+Date:   2012-04-19 15:25:26 +0300
 
     liblzma: Remove outdated comments.
 
+ src/liblzma/simple/simple_coder.c   | 3 ---
+ src/liblzma/simple/simple_private.h | 3 +--
+ 2 files changed, 1 insertion(+), 5 deletions(-)
+
 commit df14a46013bea70c0bd35be7821b0b9108f97de7
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Apr 19 14:17:52 2012 +0300
+Date:   2012-04-19 14:17:52 +0300
 
     DOS: Link against DJGPP's libemu to support FPU emulation.
     
@@ -2300,27 +3819,39 @@
     This way xz should work on 386SX and 486SX. Floating point
     only is needed for verbose output in xz.
 
+ dos/Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 03ed742a3a4931bb5c821357832083b26f577b13
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Apr 19 14:02:25 2012 +0300
+Date:   2012-04-19 14:02:25 +0300
 
     liblzma: Fix Libs.private in liblzma.pc to include -lrt when needed.
 
+ src/liblzma/liblzma.pc.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 8c5b13ad59df70f49429bfdfd6ac120b8f892fda
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Apr 19 13:58:55 2012 +0300
+Date:   2012-04-19 13:58:55 +0300
 
     Docs: Update MINIX 3 information in INSTALL.
 
+ INSTALL | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
 commit c7376fc415a1566f38b2de4b516a17013d516a8b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Feb 22 14:23:13 2012 +0200
+Date:   2012-02-22 14:23:13 +0200
 
     Update THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit cff070aba6281ba743d29a62b8c0c66e5da4b2a6
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Feb 22 14:02:34 2012 +0200
+Date:   2012-02-22 14:02:34 +0200
 
     Fix exit status of xzgrep when grepping binary files.
     
@@ -2336,21 +3867,31 @@
     
     Thanks to James Buren for the bug report.
 
+ src/scripts/xzgrep.in | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
 commit 41cafb2bf9beea915710ee68f05fe929cd17759c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Feb 22 12:08:43 2012 +0200
+Date:   2012-02-22 12:08:43 +0200
 
     Update THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 2dcea03712fa881930d69ec9eff70855c3d126d9
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Feb 22 12:00:16 2012 +0200
+Date:   2012-02-22 12:00:16 +0200
 
     Fix compiling with IBM XL C on AIX.
 
+ INSTALL      | 36 ++++++++++++++++++++++--------------
+ configure.ac |  6 +++++-
+ 2 files changed, 27 insertions(+), 15 deletions(-)
+
 commit 7db6bdf4abcf524115be2cf5659ed540cef074c5
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 10 17:13:03 2012 +0200
+Date:   2012-01-10 17:13:03 +0200
 
     Tests: Fix a compiler warning with _FORTIFY_SOURCE.
     
@@ -2357,51 +3898,72 @@
     Reported here:
     http://sourceforge.net/projects/lzmautils/forums/forum/708858/topic/4927385
 
+ tests/create_compress_files.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
 commit 694952d545b6cf056547893ced69486eff9ece55
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Dec 19 21:21:29 2011 +0200
+Date:   2011-12-19 21:21:29 +0200
 
     Docs: Explain the stable releases better in README.
 
+ README | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
 commit 418fe668b3c53a9a20020b6cc652aaf25c734b29
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Nov 7 13:07:52 2011 +0200
+Date:   2011-11-07 13:07:52 +0200
 
     xz: Show minimum required XZ Utils version in xz -lvv.
     
     Man page wasn't updated yet.
 
+ src/xz/list.c | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++------
+ 1 file changed, 57 insertions(+), 6 deletions(-)
+
 commit 7081d82c37326bac97184e338345fa1c327e3580
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Nov 4 17:57:16 2011 +0200
+Date:   2011-11-04 17:57:16 +0200
 
     xz: Fix a typo in a comment.
     
     Thanks to Bela Lubkin.
 
+ src/xz/args.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 232fe7cd70ad258d6a37f17e860e0f1b1891eeb5
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Nov 3 17:08:02 2011 +0200
+Date:   2011-11-03 17:08:02 +0200
 
     Update THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 74d2bae4d3449c68453b0473dd3430ce91fd90c1
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Nov 3 17:07:22 2011 +0200
+Date:   2011-11-03 17:07:22 +0200
 
     xz: Fix xz on EBCDIC systems.
     
     Thanks to Chris Donawa.
 
+ src/xz/coder.c | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
 commit 4ac4923f47cc0ef97dd9ca5cfcc44fc53eeab34a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Oct 23 17:09:10 2011 +0300
+Date:   2011-10-23 17:09:10 +0300
 
     Update THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit ab50ae3ef40c81e5bf613905ca3fd636548b75e7
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Oct 23 17:08:14 2011 +0300
+Date:   2011-10-23 17:08:14 +0300
 
     liblzma: Fix invalid free() in the threaded encoder.
     
@@ -2410,9 +3972,12 @@
     
     Thanks to Arkadiusz Miskiewicz.
 
+ src/liblzma/common/outqueue.c | 4 ++++
+ 1 file changed, 4 insertions(+)
+
 commit 6b620a0f0813d28c3c544b4ff8cb595b38a6e908
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Oct 23 17:05:55 2011 +0300
+Date:   2011-10-23 17:05:55 +0300
 
     liblzma: Fix a deadlock in the threaded encoder.
     
@@ -2419,27 +3984,40 @@
     It was triggered when reinitializing the encoder,
     e.g. when encoding two files.
 
+ src/liblzma/common/stream_encoder_mt.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
 commit bd52cf150ecd51e3ab63a9cc1a3cff6a77500178
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Sep 6 12:03:41 2011 +0300
+Date:   2011-09-06 12:03:41 +0300
 
     Build: Fix "make check" on Windows.
 
+ tests/Makefile.am  | 7 +++++--
+ windows/build.bash | 2 ++
+ 2 files changed, 7 insertions(+), 2 deletions(-)
+
 commit 5c5b2256969ac473001b7d67615ed3bd0a54cc82
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Aug 9 21:19:13 2011 +0300
+Date:   2011-08-09 21:19:13 +0300
 
     Update THANKS.
 
+ THANKS | 2 ++
+ 1 file changed, 2 insertions(+)
+
 commit 5b1e1f10741af9e4bbe4cfc3261fb7c7b04f7809
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Aug 9 21:16:44 2011 +0300
+Date:   2011-08-09 21:16:44 +0300
 
     Workaround unusual SIZE_MAX on SCO OpenServer.
 
+ src/common/sysdefs.h | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
 commit e9ed88126eee86e2511fa42681a5c7104820cf0a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Aug 6 20:37:28 2011 +0300
+Date:   2011-08-06 20:37:28 +0300
 
     Run the scripts with the correct shell in test_scripts.sh.
     
@@ -2451,9 +4029,13 @@
     
     Thanks to Jonathan Nieder for the patch.
 
+ configure.ac          | 8 ++++----
+ tests/test_scripts.sh | 8 ++++----
+ 2 files changed, 8 insertions(+), 8 deletions(-)
+
 commit 1c673e5681720491a74fc4b2992e075f47302c22
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jul 31 11:01:47 2011 +0300
+Date:   2011-07-31 11:01:47 +0300
 
     Fix exit status of "xzdiff foo.xz bar.xz".
     
@@ -2468,29 +4050,43 @@
     Thanks to Jonathan Nieder for the patch and
     to Peter Pallinger for reporting the bug.
 
+ src/scripts/xzdiff.in |  2 ++
+ tests/Makefile.am     |  4 +++-
+ tests/test_scripts.sh | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 59 insertions(+), 1 deletion(-)
+
 commit 324cde7a864f4506c32ae7846d688c359a83fe65
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jun 16 12:15:29 2011 +0300
+Date:   2011-06-16 12:15:29 +0300
 
     liblzma: Remove unneeded semicolon.
 
+ src/liblzma/lz/lz_encoder_hash.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 492c86345551a51a29bf18e55fe55a5e86f169ce
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat May 28 19:24:56 2011 +0300
+Date:   2011-05-28 19:24:56 +0300
 
     Build: Make configure print if symbol versioning is enabled or not.
 
+ configure.ac | 2 ++
+ 1 file changed, 2 insertions(+)
+
 commit fc4d4436969bd4d71b704d400a165875e596034a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat May 28 16:43:26 2011 +0300
+Date:   2011-05-28 16:43:26 +0300
 
     Don't call close(-1) in tuklib_open_stdxxx() on error.
     
     Thanks to Jim Meyering.
 
+ src/common/tuklib_open_stdxxx.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
 commit bd35d903a04c4d388adb4065b0fa271302380895
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat May 28 15:55:39 2011 +0300
+Date:   2011-05-28 15:55:39 +0300
 
     liblzma: Use symbol versioning.
     
@@ -2510,23 +4106,37 @@
     catch some probable problems in liblzma.map. Otherwise
     I would forget to update the map file for new releases.
 
+ Makefile.am                 |   1 +
+ configure.ac                |  21 +++++++++
+ src/liblzma/Makefile.am     |   6 +++
+ src/liblzma/liblzma.map     | 105 ++++++++++++++++++++++++++++++++++++++++++++
+ src/liblzma/validate_map.sh |  68 ++++++++++++++++++++++++++++
+ 5 files changed, 201 insertions(+)
+
 commit afbb244362c9426a37ce4eb9d54aab768da3adad
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat May 28 09:46:46 2011 +0300
+Date:   2011-05-28 09:46:46 +0300
 
     Translations: Update the Italian translation.
     
     Thanks to Milo Casagrande.
 
+ po/it.po | 365 +++++++++++++++++++++++++++++++++++++--------------------------
+ 1 file changed, 216 insertions(+), 149 deletions(-)
+
 commit 79bef85e0543c0c3723281c3c817616c6cec343b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat May 28 08:46:04 2011 +0300
+Date:   2011-05-28 08:46:04 +0300
 
     Tests: Add a test file for the bug in the previous commit.
 
+ tests/files/README                  |   4 ++++
+ tests/files/bad-1-block_header-6.xz | Bin 0 -> 72 bytes
+ 2 files changed, 4 insertions(+)
+
 commit c0297445064951807803457dca1611b3c47e7f0f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri May 27 22:25:44 2011 +0300
+Date:   2011-05-27 22:25:44 +0300
 
     xz: Fix error handling in xz -lvv.
     
@@ -2533,35 +4143,50 @@
     It could do an invalid free() and read past the end
     of the uninitialized filters array.
 
+ src/xz/list.c | 21 ++++++---------------
+ 1 file changed, 6 insertions(+), 15 deletions(-)
+
 commit 8bd91918ac50731f00b1a2a48072980572eb2ff9
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri May 27 22:09:49 2011 +0300
+Date:   2011-05-27 22:09:49 +0300
 
     liblzma: Handle allocation failures correctly in lzma_index_init().
     
     Thanks to Jim Meyering.
 
+ src/liblzma/common/index.c | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
 commit fe00f95828ef5627721b57e054f7eb2d42a2c961
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue May 24 00:23:46 2011 +0300
+Date:   2011-05-24 00:23:46 +0300
 
     Build: Fix checking for system-provided SHA-256.
 
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 21b45b9bab541f419712cbfd473ccc31802e0397
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon May 23 18:30:30 2011 +0300
+Date:   2011-05-23 18:30:30 +0300
 
     Build: Set GZIP_ENV=-9n in top-level Makefile.am.
 
+ Makefile.am | 3 +++
+ 1 file changed, 3 insertions(+)
+
 commit 48053e8a4550233af46359024538bff90c870ab1
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun May 22 16:42:11 2011 +0300
+Date:   2011-05-22 16:42:11 +0300
 
     Update NEWS for 5.0.3.
 
+ NEWS | 32 ++++++++++++++++++++++++++++++++
+ 1 file changed, 32 insertions(+)
+
 commit bba37df2c9e54ad773e15ff00a09d2d6989fb3b2
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat May 21 16:28:44 2011 +0300
+Date:   2011-05-21 16:28:44 +0300
 
     Add French translation.
     
@@ -2568,17 +4193,24 @@
     It is known that the BCJ filter --help text is only
     partially translated.
 
+ po/LINGUAS |   1 +
+ po/fr.po   | 864 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 865 insertions(+)
+
 commit 4161d7634965a7a287bf208dcd79f6185f448fe8
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat May 21 15:12:10 2011 +0300
+Date:   2011-05-21 15:12:10 +0300
 
     xz: Translate also the string used to print the program name.
     
     French needs a space before a colon, e.g. "xz : foo error".
 
+ src/xz/message.c | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
 commit b94aa0c8380cdb18cddb33440d625474c16643cf
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat May 21 15:08:44 2011 +0300
+Date:   2011-05-21 15:08:44 +0300
 
     liblzma: Try to use SHA-256 from the operating system.
     
@@ -2595,29 +4227,43 @@
     Thanks to Wim Lewis for the original patch, improvements,
     and testing.
 
+ configure.ac                   | 54 +++++++++++++++++++++++++++
+ src/liblzma/check/Makefile.inc |  2 +
+ src/liblzma/check/check.h      | 83 ++++++++++++++++++++++++++++++++++++++----
+ 3 files changed, 131 insertions(+), 8 deletions(-)
+
 commit f004128678d43ea10b4a6401aa184cf83252d6ec
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue May 17 12:52:18 2011 +0300
+Date:   2011-05-17 12:52:18 +0300
 
     Don't use clockid_t in mythread.h when clock_gettime() isn't available.
     
     Thanks to Wim Lewis for the patch.
 
+ src/common/mythread.h | 2 ++
+ 1 file changed, 2 insertions(+)
+
 commit f779516f42ebd2db47a5b7d6143459bf7737cf2f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue May 17 12:26:28 2011 +0300
+Date:   2011-05-17 12:26:28 +0300
 
     Update THANKS.
 
+ THANKS | 3 +++
+ 1 file changed, 3 insertions(+)
+
 commit 830ba587775bb562f6eaf05cad61bf669d1f8892
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue May 17 12:21:33 2011 +0300
+Date:   2011-05-17 12:21:33 +0300
 
     Update INSTALL with a note about linker problem on OpenSolaris x86.
 
+ INSTALL | 23 +++++++++++++++++------
+ 1 file changed, 17 insertions(+), 6 deletions(-)
+
 commit ec7106309c8060e9c646dba20c4f15689a0bbb04
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue May 17 12:01:37 2011 +0300
+Date:   2011-05-17 12:01:37 +0300
 
     Build: Fix initialization of enable_check_* variables in configure.ac.
     
@@ -2626,15 +4272,45 @@
     
     Thanks to Wim Lewis.
 
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 4c6e146df99696920f12410fb17754412797ef36
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue May 17 11:54:38 2011 +0300
+Date:   2011-05-17 11:54:38 +0300
 
     Add underscores to attributes (__attribute((__foo__))).
 
+ src/liblzma/common/alone_decoder.c |  2 +-
+ src/liblzma/common/alone_encoder.c |  2 +-
+ src/liblzma/common/block_encoder.c |  2 +-
+ src/liblzma/common/common.c        |  2 +-
+ src/liblzma/common/common.h        |  2 +-
+ src/liblzma/common/index_decoder.c |  9 +++++----
+ src/liblzma/common/index_encoder.c | 11 ++++++-----
+ src/liblzma/delta/delta_encoder.c  |  2 +-
+ src/liblzma/lz/lz_decoder.c        |  2 +-
+ src/liblzma/lz/lz_encoder.c        |  2 +-
+ src/liblzma/simple/arm.c           |  2 +-
+ src/liblzma/simple/armthumb.c      |  2 +-
+ src/liblzma/simple/ia64.c          |  2 +-
+ src/liblzma/simple/powerpc.c       |  2 +-
+ src/liblzma/simple/simple_coder.c  |  2 +-
+ src/liblzma/simple/sparc.c         |  2 +-
+ src/lzmainfo/lzmainfo.c            |  4 ++--
+ src/xz/coder.c                     |  2 +-
+ src/xz/hardware.h                  |  2 +-
+ src/xz/message.c                   |  2 +-
+ src/xz/message.h                   | 18 +++++++++---------
+ src/xz/options.c                   |  6 +++---
+ src/xz/signals.c                   |  2 +-
+ src/xz/util.h                      |  6 +++---
+ src/xzdec/xzdec.c                  |  6 +++---
+ 25 files changed, 49 insertions(+), 47 deletions(-)
+
 commit 7a480e485938884ef3021b48c3b0b9f9699dc9b6
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun May 1 12:24:23 2011 +0300
+Date:   2011-05-01 12:24:23 +0300
 
     xz: Fix input file position when --single-stream is used.
     
@@ -2648,27 +4324,41 @@
     or if there is Stream Padding between the concatenated
     .xz Streams.
 
+ src/xz/coder.c   |  1 +
+ src/xz/file_io.c | 15 +++++++++++++++
+ src/xz/file_io.h | 13 +++++++++++++
+ 3 files changed, 29 insertions(+)
+
 commit c29e6630c1450c630c4e7b783bdd76515db9004c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun May 1 12:15:51 2011 +0300
+Date:   2011-05-01 12:15:51 +0300
 
     xz: Print the maximum number of worker threads in xz -vv.
 
+ src/xz/coder.c | 4 ++++
+ 1 file changed, 4 insertions(+)
+
 commit 0b77c4a75158ccc416b07d6e81df8ee0abaea720
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Apr 19 10:44:48 2011 +0300
+Date:   2011-04-19 10:44:48 +0300
 
     Build: Warn if no supported method to detect the number of CPU cores.
 
+ configure.ac | 11 +++++------
+ 1 file changed, 5 insertions(+), 6 deletions(-)
+
 commit e4622df9ab4982f8faa53d85b17be66216175a58
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Apr 19 09:55:06 2011 +0300
+Date:   2011-04-19 09:55:06 +0300
 
     Update THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 9c1b05828a88eff54409760b92162c7cc2c7cff6
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Apr 19 09:20:44 2011 +0300
+Date:   2011-04-19 09:20:44 +0300
 
     Fix portability problems in mythread.h.
     
@@ -2686,15 +4376,22 @@
     
     Guard mythread.h against being #included multiple times.
 
+ configure.ac          |  7 +++++++
+ src/common/mythread.h | 31 +++++++++++++++++++++++++++----
+ 2 files changed, 34 insertions(+), 4 deletions(-)
+
 commit 3de00cc75da7b0e7b65e84c62b5351e231f501e9
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Apr 18 19:35:49 2011 +0300
+Date:   2011-04-18 19:35:49 +0300
 
     Update THANKS.
 
+ THANKS | 2 ++
+ 1 file changed, 2 insertions(+)
+
 commit bd5002f5821e3d1b04f2f56989e4a19318e73633
 Author: Martin Väth <vaeth at mathematik.uni-wuerzburg.de>
-Date:   Fri Apr 15 04:54:49 2011 -0400
+Date:   2011-04-15 04:54:49 -0400
 
     xzgrep: fix typo in $0 parsing
     
@@ -2702,15 +4399,22 @@
     Signed-off-by: Martin Väth <vaeth at mathematik.uni-wuerzburg.de>
     Signed-off-by: Mike Frysinger <vapier at gentoo.org>
 
+ src/scripts/xzgrep.in | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
 commit 6ef4eabc0acc49e1bb9dc68064706e19fa9fcf48
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Apr 12 12:48:31 2011 +0300
+Date:   2011-04-12 12:48:31 +0300
 
     Bump the version number to 5.1.1alpha and liblzma soname to 5.0.99.
 
+ src/liblzma/Makefile.am        | 2 +-
+ src/liblzma/api/lzma/version.h | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
 commit 9a4377be0d21e597c66bad6c7452873aebfb3c1c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Apr 12 12:42:37 2011 +0300
+Date:   2011-04-12 12:42:37 +0300
 
     Put the unstable APIs behind #ifdef LZMA_UNSTABLE.
     
@@ -2717,9 +4421,14 @@
     This way people hopefully won't complain if these APIs
     change and break code that used an older API.
 
+ src/liblzma/api/lzma/container.h | 4 ++++
+ src/liblzma/common/common.h      | 2 ++
+ src/xz/private.h                 | 2 ++
+ 3 files changed, 8 insertions(+)
+
 commit 3e321a3acd50002cf6fdfd259e910f56d3389bc3
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Apr 12 11:59:49 2011 +0300
+Date:   2011-04-12 11:59:49 +0300
 
     Remove doubled words from documentation and comments.
     
@@ -2730,33 +4439,54 @@
     
     Thanks to Jim Meyering for the original patch.
 
+ doc/lzma-file-format.txt           | 4 ++--
+ src/liblzma/common/alone_encoder.c | 2 +-
+ src/liblzma/lzma/lzma2_encoder.c   | 2 +-
+ src/xz/file_io.c                   | 2 +-
+ src/xz/xz.1                        | 2 +-
+ windows/INSTALL-Windows.txt        | 2 +-
+ 6 files changed, 7 insertions(+), 7 deletions(-)
+
 commit d91a84b534b012d19474f2fda1fbcaef873e1ba4
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Apr 12 11:46:01 2011 +0300
+Date:   2011-04-12 11:46:01 +0300
 
     Update NEWS.
 
+ NEWS | 47 +++++++++++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 45 insertions(+), 2 deletions(-)
+
 commit 14e6ad8cfe0165c1a8beeb5b2a1536558b29b0a1
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Apr 12 11:45:40 2011 +0300
+Date:   2011-04-12 11:45:40 +0300
 
     Update TODO.
 
+ TODO | 12 +++++++++++-
+ 1 file changed, 11 insertions(+), 1 deletion(-)
+
 commit 70e750f59793f9b5cd306a5adce9b8e427739e04
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Apr 12 11:08:55 2011 +0300
+Date:   2011-04-12 11:08:55 +0300
 
     xz: Update the man page about threading.
 
+ src/xz/xz.1 | 34 ++++++++++++++++++++--------------
+ 1 file changed, 20 insertions(+), 14 deletions(-)
+
 commit 24e0406c0fb7494d2037dec033686faf1bf67068
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Apr 11 22:06:03 2011 +0300
+Date:   2011-04-11 22:06:03 +0300
 
     xz: Add support for threaded compression.
 
+ src/xz/args.c  |   3 +-
+ src/xz/coder.c | 202 +++++++++++++++++++++++++++++++++++----------------------
+ 2 files changed, 125 insertions(+), 80 deletions(-)
+
 commit de678e0c924aa79a19293a8a6ed82e8cb6572a42
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Apr 11 22:03:30 2011 +0300
+Date:   2011-04-11 22:03:30 +0300
 
     liblzma: Add lzma_stream_encoder_mt() for threaded compression.
     
@@ -2766,23 +4496,40 @@
     especially to reduce the memory usage, but nevertheless,
     this is a good start.
 
+ configure.ac                           |    1 +
+ src/liblzma/api/lzma/container.h       |  163 +++++
+ src/liblzma/common/Makefile.inc        |    7 +
+ src/liblzma/common/common.c            |    9 +-
+ src/liblzma/common/common.h            |   14 +
+ src/liblzma/common/outqueue.c          |  180 ++++++
+ src/liblzma/common/outqueue.h          |  155 +++++
+ src/liblzma/common/stream_encoder_mt.c | 1011 ++++++++++++++++++++++++++++++++
+ 8 files changed, 1539 insertions(+), 1 deletion(-)
+
 commit 25fe729532cdf4b8fed56a4519b73cf31efaec50
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Apr 11 21:15:07 2011 +0300
+Date:   2011-04-11 21:15:07 +0300
 
     liblzma: Add the forgotten lzma_lzma2_block_size().
     
     This should have been in 5eefc0086d24a65e136352f8c1d19cefb0cbac7a.
 
+ src/liblzma/lzma/lzma2_encoder.c | 10 ++++++++++
+ src/liblzma/lzma/lzma2_encoder.h |  2 ++
+ 2 files changed, 12 insertions(+)
+
 commit 91afb785a1dee34862078d9bf844ef12b8cc3e35
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Apr 11 21:04:13 2011 +0300
+Date:   2011-04-11 21:04:13 +0300
 
     liblzma: Document lzma_easy_(enc|dec)oder_memusage() better too.
 
+ src/liblzma/api/lzma/container.h | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
 commit 4a9905302a9e4a1601ae09d650d3f08ce98ae9ee
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Apr 11 20:59:07 2011 +0300
+Date:   2011-04-11 20:59:07 +0300
 
     liblzma: Document lzma_raw_(enc|dec)oder_memusage() better.
     
@@ -2789,9 +4536,12 @@
     It didn't mention the return value that is used if
     an error occurs.
 
+ src/liblzma/api/lzma/filter.h | 8 ++++++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
 commit 0badb0b1bd649163322783b0bd9e590b4bc7a93d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Apr 11 19:28:18 2011 +0300
+Date:   2011-04-11 19:28:18 +0300
 
     liblzma: Use memzero() to initialize supported_actions[].
     
@@ -2798,15 +4548,21 @@
     This is cleaner and makes it simpler to add new members
     to lzma_action enumeration.
 
+ src/liblzma/common/common.c | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
 commit a7934c446a58e20268689899d2a39f50e571f251
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Apr 11 19:26:27 2011 +0300
+Date:   2011-04-11 19:26:27 +0300
 
     liblzma: API comment about lzma_allocator with threaded coding.
 
+ src/liblzma/api/lzma/base.h | 18 +++++++++++++-----
+ 1 file changed, 13 insertions(+), 5 deletions(-)
+
 commit 5eefc0086d24a65e136352f8c1d19cefb0cbac7a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Apr 11 19:16:30 2011 +0300
+Date:   2011-04-11 19:16:30 +0300
 
     liblzma: Add an internal function lzma_mt_block_size().
     
@@ -2813,9 +4569,13 @@
     This is based lzma_chunk_size() that was included in some
     development version of liblzma.
 
+ src/liblzma/common/filter_encoder.c | 46 ++++++++++++++++++-------------------
+ src/liblzma/common/filter_encoder.h |  4 ++--
+ 2 files changed, 24 insertions(+), 26 deletions(-)
+
 commit d1199274758049fc523d98c5b860ff814a799eec
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Apr 11 13:59:50 2011 +0300
+Date:   2011-04-11 13:59:50 +0300
 
     liblzma: Don't create an empty Block in lzma_stream_buffer_encode().
     
@@ -2826,9 +4586,12 @@
     files to be corrupt. I thought that no encoder creates empty
     Blocks when releasing 5.0.2 but I was wrong.
 
+ src/liblzma/common/stream_buffer_encoder.c | 20 +++++++++++++-------
+ 1 file changed, 13 insertions(+), 7 deletions(-)
+
 commit 3b22fc2c87ec85fcdd385c163b68fc49c97aa848
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Apr 11 13:28:40 2011 +0300
+Date:   2011-04-11 13:28:40 +0300
 
     liblzma: Fix API docs to mention LZMA_UNSUPPORTED_CHECK.
     
@@ -2835,9 +4598,13 @@
     This return value was missing from the API comments of
     four functions.
 
+ src/liblzma/api/lzma/block.h     | 1 +
+ src/liblzma/api/lzma/container.h | 3 +++
+ 2 files changed, 4 insertions(+)
+
 commit 71b9380145dccf001f22e66a06b9d508905c25ce
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Apr 11 13:21:28 2011 +0300
+Date:   2011-04-11 13:21:28 +0300
 
     liblzma: Validate encoder arguments better.
     
@@ -2848,21 +4615,32 @@
     an unsupport Check ID, so this bug is unlikely to cause
     many real-world problems.
 
+ src/liblzma/common/block_buffer_encoder.c  | 18 ++++++++++++------
+ src/liblzma/common/block_encoder.c         |  5 +++++
+ src/liblzma/common/stream_buffer_encoder.c |  3 +++
+ 3 files changed, 20 insertions(+), 6 deletions(-)
+
 commit ec7e3dbad704268825fc48f0bdd4577bc46b4f13
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Apr 11 09:57:30 2011 +0300
+Date:   2011-04-11 09:57:30 +0300
 
     xz: Move the description of --block-size in --long-help.
 
+ src/xz/message.c | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
 commit cd3086ff443bb282bdf556919c28b3e3cbed8169
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Apr 11 09:55:35 2011 +0300
+Date:   2011-04-11 09:55:35 +0300
 
     Docs: Document --single-stream and --block-size.
 
+ src/xz/xz.1 | 38 ++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 36 insertions(+), 2 deletions(-)
+
 commit fb64a4924334e3c440865710990fe08090f2fed0
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Apr 11 09:27:57 2011 +0300
+Date:   2011-04-11 09:27:57 +0300
 
     liblzma: Make lzma_stream_encoder_init() static (second try).
     
@@ -2869,9 +4647,15 @@
     It's an internal function and it's not needed by
     anything outside stream_encoder.c.
 
+ src/liblzma/common/Makefile.inc     |  1 -
+ src/liblzma/common/easy_encoder.c   |  1 -
+ src/liblzma/common/stream_encoder.c | 13 ++++++-------
+ src/liblzma/common/stream_encoder.h | 23 -----------------------
+ 4 files changed, 6 insertions(+), 32 deletions(-)
+
 commit a34730cf6af4d33a4057914e57227b6dfde6567e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Apr 11 08:31:42 2011 +0300
+Date:   2011-04-11 08:31:42 +0300
 
     Revert "liblzma: Make lzma_stream_encoder_init() static."
     
@@ -2878,9 +4662,14 @@
     This reverts commit 352ac82db5d3f64585c07b39e4759388dec0e4d7.
     I don't know what I was thinking.
 
+ src/liblzma/common/Makefile.inc     |  1 +
+ src/liblzma/common/stream_encoder.c |  9 +++++----
+ src/liblzma/common/stream_encoder.h | 23 +++++++++++++++++++++++
+ 3 files changed, 29 insertions(+), 4 deletions(-)
+
 commit 9f0a806aef7ea79718e3f1f2baf3564295229a27
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Apr 10 21:23:21 2011 +0300
+Date:   2011-04-10 21:23:21 +0300
 
     Revise mythread.h.
     
@@ -2902,9 +4691,13 @@
     now required on some systems to use clock_gettime().
     configure.ac was updated to handle this.
 
+ configure.ac          |   1 +
+ src/common/mythread.h | 200 +++++++++++++++++++++++++++++++++++++++++++++-----
+ 2 files changed, 181 insertions(+), 20 deletions(-)
+
 commit 352ac82db5d3f64585c07b39e4759388dec0e4d7
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Apr 10 20:37:36 2011 +0300
+Date:   2011-04-10 20:37:36 +0300
 
     liblzma: Make lzma_stream_encoder_init() static.
     
@@ -2911,15 +4704,24 @@
     It's an internal function and it's not needed by
     anything outside stream_encoder.c.
 
+ src/liblzma/common/Makefile.inc     |  1 -
+ src/liblzma/common/stream_encoder.c |  9 ++++-----
+ src/liblzma/common/stream_encoder.h | 23 -----------------------
+ 3 files changed, 4 insertions(+), 29 deletions(-)
+
 commit 9e807fe3fe79618ac48f58207cf7082ea20a6928
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Apr 10 14:58:10 2011 +0300
+Date:   2011-04-10 14:58:10 +0300
 
     DOS: Update the docs and include notes about 8.3 filenames.
 
+ dos/{README => INSTALL.txt} |  13 +----
+ dos/README.txt              | 123 ++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 125 insertions(+), 11 deletions(-)
+
 commit ebd54dbd6e481d31e80757f900ac8109ad1423c6
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Apr 10 13:09:42 2011 +0300
+Date:   2011-04-10 13:09:42 +0300
 
     xz/DOS: Add experimental 8.3 filename support.
     
@@ -2928,9 +4730,12 @@
     I need to get feedback from DOS users before saying
     that this is the final version of 8.3 filename support.
 
+ src/xz/suffix.c | 176 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
+ 1 file changed, 167 insertions(+), 9 deletions(-)
+
 commit cd4fe97852bcaeffe674ee51b4613709292a0972
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Apr 10 12:47:47 2011 +0300
+Date:   2011-04-10 12:47:47 +0300
 
     xz/DOS: Be more careful with the destination file.
     
@@ -2943,15 +4748,21 @@
     like "con" or "prn", refuse to write to it even if --force
     is used.
 
+ src/xz/file_io.c | 35 +++++++++++++++++++++++++++++++++--
+ 1 file changed, 33 insertions(+), 2 deletions(-)
+
 commit 607f9f98ae5ef6d49f4c21c806d462bf6b3d6796
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Apr 9 18:29:30 2011 +0300
+Date:   2011-04-09 18:29:30 +0300
 
     Update THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit fca396b37410d272b754843a5dc13847be443a3a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Apr 9 18:28:58 2011 +0300
+Date:   2011-04-09 18:28:58 +0300
 
     liblzma: Add missing #ifdefs to filter_common.c.
     
@@ -2960,15 +4771,21 @@
     
     Thanks to Jason Gorski for the patch.
 
+ src/liblzma/common/filter_common.c | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
 commit b03f6cd3ebadd675f2cc9d518cb26fa860269447
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Apr 9 15:24:59 2011 +0300
+Date:   2011-04-09 15:24:59 +0300
 
     xz: Avoid unneeded fstat() on DOS-like systems.
 
+ src/xz/file_io.c | 14 ++++++++------
+ 1 file changed, 8 insertions(+), 6 deletions(-)
+
 commit 335fe260a81f61ec99ff5940df733b4c50aedb7c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Apr 9 15:11:13 2011 +0300
+Date:   2011-04-09 15:11:13 +0300
 
     xz: Minor internal changes to handling of --threads.
     
@@ -2976,47 +4793,75 @@
     will change again if a threading method is added
     that doesn't affect memory usage.
 
+ src/xz/args.c     |  4 ++--
+ src/xz/hardware.c | 24 ++++++++++++------------
+ src/xz/hardware.h |  9 ++++-----
+ 3 files changed, 18 insertions(+), 19 deletions(-)
+
 commit 9edd6ee895fbe71d245a173f48e511f154a99875
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Apr 8 17:53:05 2011 +0300
+Date:   2011-04-08 17:53:05 +0300
 
     xz: Change size_t to uint32_t in a few places.
 
+ src/xz/coder.c | 6 +++---
+ src/xz/coder.h | 2 +-
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
 commit 411013ea4506a6df24d35a060fcbd73a57b73eb3
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Apr 8 17:48:41 2011 +0300
+Date:   2011-04-08 17:48:41 +0300
 
     xz: Fix a typo in a comment.
 
+ src/xz/coder.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit b34c5ce4b22e8d7b81f9895d15054af41d17f805
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Apr 5 22:41:33 2011 +0300
+Date:   2011-04-05 22:41:33 +0300
 
     liblzma: Use TUKLIB_GNUC_REQ to check GCC version in sha256.c.
 
+ src/liblzma/check/sha256.c | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
 commit db33117cc85c17e0b897b5312bd5eb43aac41c03
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Apr 5 17:12:20 2011 +0300
+Date:   2011-04-05 17:12:20 +0300
 
     Build: Upgrade m4/acx_pthread.m4 to the latest version.
     
     It was renamed to ax_pthread.m4 in Autoconf Archive.
 
+ configure.ac                         |   2 +-
+ m4/{acx_pthread.m4 => ax_pthread.m4} | 170 ++++++++++++++++++-----------------
+ 2 files changed, 88 insertions(+), 84 deletions(-)
+
 commit 1039bfcfc098b69d56ecb39d198a092552eacf6d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Apr 5 15:27:26 2011 +0300
+Date:   2011-04-05 15:27:26 +0300
 
     xz: Use posix_fadvise() if it is available.
 
+ configure.ac     |  3 +++
+ src/xz/file_io.c | 15 +++++++++++++++
+ 2 files changed, 18 insertions(+)
+
 commit 1ef3cf44a8eb9512480af4482a5232ea08363b14
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Apr 5 15:13:29 2011 +0300
+Date:   2011-04-05 15:13:29 +0300
 
     xz: Call lzma_end(&strm) before exiting if debugging is enabled.
 
+ src/xz/coder.c | 10 ++++++++++
+ src/xz/coder.h |  5 +++++
+ src/xz/main.c  |  4 ++++
+ 3 files changed, 19 insertions(+)
+
 commit bd432015d33dcade611d297bc01eb0700088ef6c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Apr 2 14:49:56 2011 +0300
+Date:   2011-04-02 14:49:56 +0300
 
     liblzma: Fix a memory leak in stream_encoder.c.
     
@@ -3024,27 +4869,40 @@
     every time the lzma_stream is reinitialized. With the xz tool,
     this happens when compressing multiple files.
 
+ src/liblzma/common/stream_encoder.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 16889013214e7620d204b6e6c1bf9f3103a13655
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Apr 1 08:47:20 2011 +0300
+Date:   2011-04-01 08:47:20 +0300
 
     Updated NEWS for 5.0.2.
 
+ NEWS | 18 ++++++++++++++++++
+ 1 file changed, 18 insertions(+)
+
 commit 85cdf7dd4e97b078e7b929e47f55a7f1da36010f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Mar 31 15:06:58 2011 +0300
+Date:   2011-03-31 15:06:58 +0300
 
     Update INSTALL with another note about IRIX.
 
+ INSTALL | 4 ++++
+ 1 file changed, 4 insertions(+)
+
 commit c3f4995586873d6a4fb7e451010a128571a9a370
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Mar 31 12:22:55 2011 +0300
+Date:   2011-03-31 12:22:55 +0300
 
     Tests: Add a new file to test empty LZMA2 streams.
 
+ tests/files/README            |   4 ++++
+ tests/files/good-1-lzma2-5.xz | Bin 0 -> 52 bytes
+ 2 files changed, 4 insertions(+)
+
 commit 0d21f49a809dc2088da6cc0da7f948404df7ecfa
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Mar 31 11:54:48 2011 +0300
+Date:   2011-03-31 11:54:48 +0300
 
     liblzma: Fix decoding of LZMA2 streams having no uncompressed data.
     
@@ -3053,9 +4911,12 @@
     creates empty LZMA2 streams in .xz. This bug is more likely
     to cause problems in applications that use raw LZMA2 streams.
 
+ src/liblzma/lzma/lzma2_decoder.c | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
 commit 40277998cb9bad564ce4827aff152e6e1c904dfa
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Mar 24 01:42:49 2011 +0200
+Date:   2011-03-24 01:42:49 +0200
 
     Scripts: Better fix for xzgrep.
     
@@ -3063,15 +4924,21 @@
     
     Thanks to Gregory Margo.
 
+ src/scripts/xzgrep.in | 8 ++++++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
 commit 2118733045ad0ca183a3f181a0399baf876983a6
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Mar 24 01:22:18 2011 +0200
+Date:   2011-03-24 01:22:18 +0200
 
     Updated THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit c7210d9a3fca6f31a57208bfddfc9ab20a2e097a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Mar 24 01:21:32 2011 +0200
+Date:   2011-03-24 01:21:32 +0200
 
     Scripts: Fix xzgrep -l.
     
@@ -3083,15 +4950,24 @@
     
     Thanks to Gregory Margo.
 
+ src/scripts/xzgrep.in | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
 commit 4eb83e32046a6d670862bc91c3d82530963b455e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Mar 19 13:08:22 2011 +0200
+Date:   2011-03-19 13:08:22 +0200
 
     Scripts: Add lzop (.lzo) support to xzdiff and xzgrep.
 
+ src/scripts/xzdiff.1  |  6 ++++--
+ src/scripts/xzdiff.in | 22 ++++++++++++++--------
+ src/scripts/xzgrep.1  | 11 +++++++----
+ src/scripts/xzgrep.in |  5 +++--
+ 4 files changed, 28 insertions(+), 16 deletions(-)
+
 commit 923b22483bd9356f3219b2b784d96f455f4dc499
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Mar 18 19:10:30 2011 +0200
+Date:   2011-03-18 19:10:30 +0200
 
     xz: Add --block-size=SIZE.
     
@@ -3099,9 +4975,15 @@
     
     Man page wasn't updated yet.
 
+ src/xz/args.c    |  7 +++++++
+ src/xz/coder.c   | 50 ++++++++++++++++++++++++++++++++++++++++----------
+ src/xz/coder.h   |  3 +++
+ src/xz/message.c |  4 ++++
+ 4 files changed, 54 insertions(+), 10 deletions(-)
+
 commit 57597d42ca1740ad506437be168d800a50f1a0ad
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Mar 18 18:19:19 2011 +0200
+Date:   2011-03-18 18:19:19 +0200
 
     xz: Add --single-stream.
     
@@ -3110,9 +4992,15 @@
     
     Man page wasn't updated yet.
 
+ src/xz/args.c    |  6 ++++++
+ src/xz/coder.c   | 11 +++++++++--
+ src/xz/coder.h   |  3 +++
+ src/xz/message.c |  6 +++++-
+ 4 files changed, 23 insertions(+), 3 deletions(-)
+
 commit 96f94bc925d579a700147fa5d7793b64d69cfc18
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Feb 4 22:49:31 2011 +0200
+Date:   2011-02-04 22:49:31 +0200
 
     xz: Clean up suffix.c.
     
@@ -3119,9 +5007,12 @@
     struct suffix_pair isn't needed in compresed_name()
     so get rid of it there.
 
+ src/xz/suffix.c | 44 ++++++++++++++++++++------------------------
+ 1 file changed, 20 insertions(+), 24 deletions(-)
+
 commit 8930c7ae3f82bdae15aa129f01de08be23d7e8d7
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Feb 4 11:29:47 2011 +0200
+Date:   2011-02-04 11:29:47 +0200
 
     xz: Check if the file already has custom suffix when compressing.
     
@@ -3129,42 +5020,58 @@
     file because it already has the suffix .test. The man
     page had it documented this way already.
 
+ src/xz/suffix.c | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
 commit 940d5852c6cf08abccc6befd9d1b5411c9076a58
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Feb 2 23:01:51 2011 +0200
+Date:   2011-02-02 23:01:51 +0200
 
     Updated THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 4ebe65f839613f27f127bab7b8c347d982330ee3
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Feb 2 23:00:33 2011 +0200
+Date:   2011-02-02 23:00:33 +0200
 
     Translations: Add Polish translation.
     
     Thanks to Jakub Bogusz.
 
+ po/LINGUAS |   1 +
+ po/pl.po   | 825 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 826 insertions(+)
+
 commit fc1d292dca1925dfd17174f443f91a696ecd5bf8
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Feb 2 22:24:00 2011 +0200
+Date:   2011-02-02 22:24:00 +0200
 
     Updated THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 6dd061adfd2775428b079eb03d6fd47d7c0f1ffe
 Merge: 9d542ce 5fbce0b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Feb 6 20:13:01 2011 +0200
+Date:   2011-02-06 20:13:01 +0200
 
     Merge commit '5fbce0b8d96dc96775aa0215e3581addc830e23d'
 
 commit 5fbce0b8d96dc96775aa0215e3581addc830e23d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jan 28 20:16:57 2011 +0200
+Date:   2011-01-28 20:16:57 +0200
 
     Update NEWS for 5.0.1.
 
+ NEWS | 14 ++++++++++++++
+ 1 file changed, 14 insertions(+)
+
 commit 03ebd1bbb314f9f204940219a835c883bf442475
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 26 12:19:08 2011 +0200
+Date:   2011-01-26 12:19:08 +0200
 
     xz: Fix --force on setuid/setgid/sticky and multi-hardlink files.
     
@@ -3174,55 +5081,75 @@
     
     Thanks to Charles Wilson.
 
+ src/xz/file_io.c | 15 +++++++--------
+ 1 file changed, 7 insertions(+), 8 deletions(-)
+
 commit 9d542ceebcbe40b174169c132ccfcdc720ca7089
 Merge: 4f2c69a 7bd0a5e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 19 11:45:35 2011 +0200
+Date:   2011-01-19 11:45:35 +0200
 
     Merge branch 'v5.0'
 
 commit 7bd0a5e7ccc354f7c2e95c8bc27569c820f6a136
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 18 21:25:24 2011 +0200
+Date:   2011-01-18 21:25:24 +0200
 
     Updated THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit f71c4e16e913f660977526f0ef8d2acdf458d7c9
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 18 21:23:50 2011 +0200
+Date:   2011-01-18 21:23:50 +0200
 
     Add alloc_size and malloc attributes to a few functions.
     
     Thanks to Cristian Rodríguez for the original patch.
 
+ src/common/sysdefs.h        | 6 ++++++
+ src/liblzma/common/common.h | 2 +-
+ src/xz/util.h               | 5 +++--
+ 3 files changed, 10 insertions(+), 3 deletions(-)
+
 commit 316cbe24465143edde8f6ffb7532834b7b2ea93f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Dec 13 16:36:33 2010 +0200
+Date:   2010-12-13 16:36:33 +0200
 
     Scripts: Fix gzip and bzip2 support in xzdiff.
 
+ src/scripts/xzdiff.in | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
 commit 4f2c69a4e3e0aee2e37b0b1671d34086e20c8ac6
 Merge: adb89e6 9311774
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Dec 12 23:13:22 2010 +0200
+Date:   2010-12-12 23:13:22 +0200
 
     Merge branch 'v5.0'
 
 commit 9311774c493c19deab51ded919dcd2e9c4aa2829
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Dec 12 21:23:55 2010 +0200
+Date:   2010-12-12 21:23:55 +0200
 
     Build: Enable ASM on DJGPP by default.
 
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 4a42aaee282fc73b482581684d65110506d5efdd
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Dec 12 16:09:42 2010 +0200
+Date:   2010-12-12 16:09:42 +0200
 
     Updated THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit ce56f63c41ee210e6308090eb6d49221fdf67d6c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Dec 12 16:07:11 2010 +0200
+Date:   2010-12-12 16:07:11 +0200
 
     Add missing PRIx32 and PRIx64 compatibility definitions.
     
@@ -3230,9 +5157,12 @@
     
     Thanks to Juan Manuel Guerrero.
 
+ src/common/sysdefs.h | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
 commit e6baedddcf54e7da049ebc49183565b99facd4c7
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Dec 12 14:50:04 2010 +0200
+Date:   2010-12-12 14:50:04 +0200
 
     DOS-like: Treat \ and : as directory separators in addition to /.
     
@@ -3239,37 +5169,46 @@
     Juan Manuel Guerrero had fixed this in his XZ Utils port
     to DOS/DJGPP. The bug affects also Windows and OS/2.
 
+ src/xz/suffix.c | 33 +++++++++++++++++++++++++++++----
+ 1 file changed, 29 insertions(+), 4 deletions(-)
+
 commit adb89e68d43a4cadb0c215b45ef7a75737c9c3ec
 Merge: 7c24e0d b7afd3e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Dec 7 18:53:04 2010 +0200
+Date:   2010-12-07 18:53:04 +0200
 
     Merge branch 'v5.0'
 
 commit b7afd3e22a8fac115b75c738d40d3eb1de7e286f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Dec 7 18:52:04 2010 +0200
+Date:   2010-12-07 18:52:04 +0200
 
     Translations: Fix Czech translation of "sparse file".
     
     Thanks to Petr Hubený and Marek Černocký.
 
+ po/cs.po | 88 ++++++++++++++++++++++++++++++++--------------------------------
+ 1 file changed, 44 insertions(+), 44 deletions(-)
+
 commit 7c24e0d1b8a2e86e9263b0d56d39621e01aed7af
 Merge: b4d42f1 3e56470
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Nov 15 14:33:01 2010 +0200
+Date:   2010-11-15 14:33:01 +0200
 
     Merge branch 'v5.0'
 
 commit 3e564704bc6f463cb2db11e3f3f0dbd71d85992e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Nov 15 14:28:26 2010 +0200
+Date:   2010-11-15 14:28:26 +0200
 
     liblzma: Document the return value of lzma_lzma_preset().
 
+ src/liblzma/api/lzma/lzma.h | 3 +++
+ 1 file changed, 3 insertions(+)
+
 commit 2964d8d691ed92abdcf214888d79ad6d79774735
 Author: Jonathan Nieder <jrnieder at gmail.com>
-Date:   Fri Nov 12 15:22:13 2010 -0600
+Date:   2010-11-12 15:22:13 -0600
 
     Simplify paths in generated API docs
     
@@ -3289,30 +5228,40 @@
     
     Fixes: http://bugs.debian.org/572273
 
+ Doxyfile.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit b4d42f1a7120e2cefeb2f14425efe2ca6db85416
 Author: Anders F Bjorklund <afb at users.sourceforge.net>
-Date:   Fri Nov 5 12:56:11 2010 +0100
+Date:   2010-11-05 12:56:11 +0100
 
     add build script for macosx universal
 
+ macosx/build.sh | 92 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 92 insertions(+)
+
 commit 15ee6935abe4a2fc76639ee342ca2e69af3e0ad6
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Nov 4 18:31:40 2010 +0200
+Date:   2010-11-04 18:31:40 +0200
 
     Update the copies of GPLv2 and LGPLv2.1 from gnu.org.
     
     There are only a few white space changes.
 
+ COPYING.GPLv2    | 14 +++++++-------
+ COPYING.LGPLv2.1 | 16 +++++++---------
+ 2 files changed, 14 insertions(+), 16 deletions(-)
+
 commit 8e355f7fdbeee6fe394eb02a28f267ce99a882a2
 Merge: 974ebe6 37c2565
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Oct 26 15:53:06 2010 +0300
+Date:   2010-10-26 15:53:06 +0300
 
     Merge branch 'v5.0'
 
 commit 37c25658efd25b034266daf87cd381d20d1df776
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Oct 26 15:48:48 2010 +0300
+Date:   2010-10-26 15:48:48 +0300
 
     Build: Copy the example programs to $docdir/examples.
     
@@ -3321,9 +5270,13 @@
     Makefile.am. Thus, they didn't get included in the source
     package at all by "make dist".
 
+ Makefile.am        | 5 +++++
+ windows/build.bash | 3 ++-
+ 2 files changed, 7 insertions(+), 1 deletion(-)
+
 commit 974ebe63497bdf0d262e06474f0dd5a70b1dd000
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Oct 26 10:36:41 2010 +0300
+Date:   2010-10-26 10:36:41 +0300
 
     liblzma: Rename a few variables and constants.
     
@@ -3333,33 +5286,56 @@
     
     The name fastpos wasn't changed (not worth the hassle).
 
+ src/liblzma/lzma/fastpos.h                     |  55 +++++------
+ src/liblzma/lzma/lzma2_encoder.c               |   2 +-
+ src/liblzma/lzma/lzma_common.h                 |  45 ++++-----
+ src/liblzma/lzma/lzma_decoder.c                |  58 +++++------
+ src/liblzma/lzma/lzma_encoder.c                |  56 +++++------
+ src/liblzma/lzma/lzma_encoder_optimum_fast.c   |   9 +-
+ src/liblzma/lzma/lzma_encoder_optimum_normal.c | 128 ++++++++++++-------------
+ src/liblzma/lzma/lzma_encoder_private.h        |  16 ++--
+ 8 files changed, 183 insertions(+), 186 deletions(-)
+
 commit 7c427ec38d016c0070a42315d752857e33792fc4
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Oct 25 12:59:25 2010 +0300
+Date:   2010-10-25 12:59:25 +0300
 
     Bump version 5.1.0alpha.
 
+ src/liblzma/api/lzma/version.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
 commit e45929260cd902036efd40c5610a8d0a50d5712b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Oct 23 17:25:52 2010 +0300
+Date:   2010-10-23 17:25:52 +0300
 
     Build: Fix mydist rule when .git doesn't exist.
 
+ Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 6e1326fcdf6b6209949be57cfe3ad4b781b65168
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Oct 23 14:15:35 2010 +0300
+Date:   2010-10-23 14:15:35 +0300
 
     Add NEWS for 5.0.0.
 
+ NEWS | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 62 insertions(+)
+
 commit b667a3ef6338a2c1db7b7706b1f6c99ea392221c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Oct 23 14:02:53 2010 +0300
+Date:   2010-10-23 14:02:53 +0300
 
     Bump version to 5.0.0 and liblzma version-info to 5:0:0.
 
+ src/liblzma/Makefile.am        | 2 +-
+ src/liblzma/api/lzma/version.h | 8 ++++----
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
 commit 8c947e9291691629714dafb4536c718b6cc24fbd
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Oct 23 12:30:54 2010 +0300
+Date:   2010-10-23 12:30:54 +0300
 
     liblzma: Make lzma_code() check the reserved members in lzma_stream.
     
@@ -3369,9 +5345,12 @@
     a reserved member to some other value, so the old liblzma
     version need to catch it as an unsupported feature.
 
+ src/liblzma/common/common.c | 14 ++++++++++++++
+ 1 file changed, 14 insertions(+)
+
 commit e61d85e082743ebd2dd0ff28fc0a82482ede0538
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Oct 23 12:26:33 2010 +0300
+Date:   2010-10-23 12:26:33 +0300
 
     Windows: Use MinGW's stdio functions.
     
@@ -3381,29 +5360,43 @@
     good to use the better replacements provided by
     MinGW(-w64) runtime.
 
+ src/common/sysdefs.h | 5 +++++
+ 1 file changed, 5 insertions(+)
+
 commit 23e23f1dc029146714c9a98313ab3ea93d71a2fc
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Oct 23 12:21:32 2010 +0300
+Date:   2010-10-23 12:21:32 +0300
 
     liblzma: Use 512 as INDEX_GROUP_SIZE.
     
     This lets compiler use shifting instead of 64-bit division.
 
+ src/liblzma/common/index.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 613939fc82603b75b59eee840871a05bc8dd08e0
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Oct 23 12:20:11 2010 +0300
+Date:   2010-10-23 12:20:11 +0300
 
     liblzma: A few ABI tweaks to reserve space in structures.
 
+ src/liblzma/api/lzma/base.h         | 7 ++++++-
+ src/liblzma/api/lzma/lzma.h         | 4 ++--
+ src/liblzma/api/lzma/stream_flags.h | 4 ----
+ 3 files changed, 8 insertions(+), 7 deletions(-)
+
 commit 68b83f252df3d27480a9f6f03445d16f6506fef1
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Oct 21 23:16:11 2010 +0300
+Date:   2010-10-21 23:16:11 +0300
 
     xz: Make sure that message_strm() can never return NULL.
 
+ src/xz/message.c | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
 commit d09c5753e33ff96ee57edb6d1e98e34041203695
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Oct 21 23:06:31 2010 +0300
+Date:   2010-10-21 23:06:31 +0300
 
     liblzma: Update the comments in the API headers.
     
@@ -3410,15 +5403,34 @@
     Adding support for LZMA_FINISH for Index encoding and
     decoding needed tiny additions to the relevant .c files too.
 
+ src/liblzma/api/lzma.h              |  4 +--
+ src/liblzma/api/lzma/base.h         | 38 +++++++++++++--------------
+ src/liblzma/api/lzma/bcj.h          |  4 +--
+ src/liblzma/api/lzma/block.h        |  4 +--
+ src/liblzma/api/lzma/container.h    | 26 ++++++++++++-------
+ src/liblzma/api/lzma/filter.h       | 51 ++++++++++++++++++-------------------
+ src/liblzma/api/lzma/hardware.h     |  3 +--
+ src/liblzma/api/lzma/index.h        | 28 ++++++++++++--------
+ src/liblzma/api/lzma/index_hash.h   |  2 +-
+ src/liblzma/api/lzma/lzma.h         | 46 ++++++++++++++++++++++-----------
+ src/liblzma/api/lzma/stream_flags.h |  4 +--
+ src/liblzma/api/lzma/vli.h          | 31 +++++++++++-----------
+ src/liblzma/common/index_decoder.c  |  1 +
+ src/liblzma/common/index_encoder.c  |  1 +
+ 14 files changed, 136 insertions(+), 107 deletions(-)
+
 commit 33c1c0e102eb529588503b8beea0903a45488fad
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Oct 19 12:08:30 2010 +0300
+Date:   2010-10-19 12:08:30 +0300
 
     Update INSTALL.generic.
 
+ INSTALL.generic | 99 ++++++++++++++++++++++++++++++++++++++++++++++-----------
+ 1 file changed, 81 insertions(+), 18 deletions(-)
+
 commit 0076e03641f201c4b77dddd5a6db5880be19a78c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Oct 19 11:44:37 2010 +0300
+Date:   2010-10-19 11:44:37 +0300
 
     Clean up a few FIXMEs and TODOs.
     
@@ -3425,15 +5437,29 @@
     lzma_chunk_size() was commented out because it is
     currently useless.
 
+ src/liblzma/common/filter_encoder.c | 2 ++
+ src/liblzma/common/filter_encoder.h | 4 ++--
+ src/liblzma/lzma/lzma2_decoder.c    | 1 -
+ src/liblzma/lzma/lzma_decoder.c     | 4 ++--
+ src/liblzma/lzma/lzma_encoder.c     | 2 +-
+ src/xz/message.h                    | 2 +-
+ 6 files changed, 8 insertions(+), 7 deletions(-)
+
 commit ce34ec4f54ff8b753da236f371ad8dd23c8135c9
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Oct 19 10:21:08 2010 +0300
+Date:   2010-10-19 10:21:08 +0300
 
     Update docs.
 
+ INSTALL    | 192 +++++++++++++++++++++++++++++++++++++++++--------------------
+ PACKAGERS  | 104 +++++++++------------------------
+ TODO       |  17 ++++--
+ dos/README |   2 +-
+ 4 files changed, 172 insertions(+), 143 deletions(-)
+
 commit f0fa880d247e73264d2c04fe31fb3412318a0026
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Oct 12 15:13:30 2010 +0300
+Date:   2010-10-12 15:13:30 +0300
 
     xz: Avoid raise() also on OpenVMS.
     
@@ -3440,9 +5466,12 @@
     This is similar to DOS/DJGPP that killing the program
     with a signal will print a backtrace or a similar message.
 
+ src/xz/signals.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit ac462b1c47c451f5c62e428306314c4bdad8ae7f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Oct 11 21:26:19 2010 +0300
+Date:   2010-10-11 21:26:19 +0300
 
     xz: Avoid SA_RESTART for portability reasons.
     
@@ -3450,15 +5479,23 @@
     at least from OpenVMS, QNX, and DJGPP). Luckily we can do
     fine without SA_RESTART.
 
+ src/xz/message.c | 38 +++++++++++++++-----------------------
+ src/xz/message.h |  4 ++++
+ src/xz/signals.c |  6 ++++++
+ 3 files changed, 25 insertions(+), 23 deletions(-)
+
 commit d52b411716a614c202e89ba732492efb9916cd3f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Oct 10 17:58:58 2010 +0300
+Date:   2010-10-10 17:58:58 +0300
 
     xz: Use "%"PRIu32 instead of "%d" in a format string.
 
+ src/xz/message.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit ae74d1bdeb075c3beefe76e1136c5741804e7e91
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Oct 10 17:43:26 2010 +0300
+Date:   2010-10-10 17:43:26 +0300
 
     test_files.sh: Fix the first line.
     
@@ -3467,27 +5504,39 @@
     
     Thanks to Elbert Pol.
 
+ tests/test_files.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit d492b80ddd6f9a13419de6d102df7374d8f448e8
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Oct 10 16:49:01 2010 +0300
+Date:   2010-10-10 16:49:01 +0300
 
     lzmainfo: Use "%"PRIu32 instead of "%u" for uint32_t.
 
+ src/lzmainfo/lzmainfo.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 825e859a9054bd91202e5723c41a17e72f63040a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Oct 10 16:47:01 2010 +0300
+Date:   2010-10-10 16:47:01 +0300
 
     lzmainfo: Use fileno(stdin) instead of STDIN_FILENO.
 
+ src/lzmainfo/lzmainfo.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit acbc4cdecbeec2a4dfaac04f185ece49b2ff17c8
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Oct 9 23:20:51 2010 +0300
+Date:   2010-10-09 23:20:51 +0300
 
     lzmainfo: Use setmode() on DOS-like systems.
 
+ src/lzmainfo/lzmainfo.c | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
 commit ef364d3abc5647111c5424ea0d83a567e184a23b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Oct 9 21:51:03 2010 +0300
+Date:   2010-10-09 21:51:03 +0300
 
     OS/2 and DOS: Be less verbose on signals.
     
@@ -3495,47 +5544,71 @@
     is a bit verbose on OS/2 and DOS/DJGPP. Instead of
     calling raise(), set only the exit status to 1.
 
+ src/xz/signals.c | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
 commit 5629c4be07b6c67e79842b2569da1cedc9c0d69a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Oct 9 19:28:49 2010 +0300
+Date:   2010-10-09 19:28:49 +0300
 
     DOS: Update the Makefile, config.h and README.
     
     This is now simpler and builds only xz.exe.
 
+ dos/Makefile | 211 +++++++++++++++--------------------------------------------
+ dos/README   |  73 +++++++--------------
+ dos/config.h |  45 ++++---------
+ 3 files changed, 86 insertions(+), 243 deletions(-)
+
 commit f25a77e6b9bc48a243ddfbbd755b7960eec7e0ac
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Oct 9 18:57:55 2010 +0300
+Date:   2010-10-09 18:57:55 +0300
 
     Windows: Put some license info into README-Windows.txt.
 
+ windows/README-Windows.txt | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
 commit e75100f549f85d231df25c07aa94d63e78e2d668
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Oct 9 18:57:04 2010 +0300
+Date:   2010-10-09 18:57:04 +0300
 
     Windows: Fix a diagnostics bug in build.bash.
 
+ windows/build.bash | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit efeb998a2b1025df1c1d202cc7d21d866cd1c336
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Oct 9 13:02:15 2010 +0300
+Date:   2010-10-09 13:02:15 +0300
 
     lzmainfo: Add Windows resource file.
 
+ src/lzmainfo/Makefile.am        |  9 +++++++++
+ src/lzmainfo/lzmainfo_w32res.rc | 12 ++++++++++++
+ 2 files changed, 21 insertions(+)
+
 commit 389d418445f1623593dfdbba55d52fbb6d1205f5
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Oct 9 12:57:25 2010 +0300
+Date:   2010-10-09 12:57:25 +0300
 
     Add missing public domain notice to lzmadec_w32res.rc.
 
+ src/xzdec/lzmadec_w32res.rc | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
 commit 6389c773a4912dd9f111256d74ba1605230a7957
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Oct 9 12:52:12 2010 +0300
+Date:   2010-10-09 12:52:12 +0300
 
     Windows: Update common_w32res.rc.
 
+ src/common/common_w32res.rc | 9 +++------
+ 1 file changed, 3 insertions(+), 6 deletions(-)
+
 commit 71275457ca24c9b01721f5cfc3638cf094daf454
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Oct 9 12:27:08 2010 +0300
+Date:   2010-10-09 12:27:08 +0300
 
     Windows: Make build.bash prefer MinGW-w32 over MinGW.
     
@@ -3549,9 +5622,12 @@
     though MinGW's home page claims that it is public domain.
     See <http://marc.info/?l=mingw-users&m=126489506214078>.
 
+ windows/build.bash | 18 +++++++++---------
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
 commit 3ac35719d8433af937af6491383d4a50e343099b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Oct 9 11:33:21 2010 +0300
+Date:   2010-10-09 11:33:21 +0300
 
     Windows: Copy COPYING-Windows.txt (if it exists) to the package.
     
@@ -3558,17 +5634,23 @@
     Also, put README-Windows.txt to the doc directory like
     the other documentation files.
 
+ windows/build.bash | 14 ++++++++++++--
+ 1 file changed, 12 insertions(+), 2 deletions(-)
+
 commit 7b5db576fd7a4a67813b8437a9ccd4dbc94bbaae
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Oct 8 21:42:37 2010 +0300
+Date:   2010-10-08 21:42:37 +0300
 
     Windows: Fix build.bash again.
     
     630a8beda34af0ac153c8051b1bf01230558e422 wasn't good.
 
+ windows/build.bash | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
 commit d3cd7abe85ec7c2f46cf198b15c00d5d119df3dd
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Oct 8 16:53:20 2010 +0300
+Date:   2010-10-08 16:53:20 +0300
 
     Use LZMA_VERSION_STRING instead of PACKAGE_VERSION.
     
@@ -3580,33 +5662,53 @@
     This change affects only lzmainfo. Other tools were already
     using LZMA_VERSION_STRING.
 
+ src/lzmainfo/lzmainfo.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 084c60d318f2dbaef4078d9b100b4a373d0c3a7f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Oct 8 15:59:25 2010 +0300
+Date:   2010-10-08 15:59:25 +0300
 
     configure.ac: Remove two unused defines.
 
+ configure.ac | 4 ----
+ 1 file changed, 4 deletions(-)
+
 commit 11f51b6714357cb67ec7e56ed9575c199b5581fe
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Oct 8 15:32:29 2010 +0300
+Date:   2010-10-08 15:32:29 +0300
 
     Make tests accommodate missing xz or xzdec.
 
+ tests/test_compress.sh | 47 ++++++++++++++++++++++++++++++-----------------
+ tests/test_files.sh    | 28 ++++++++++++++++++++++++++--
+ 2 files changed, 56 insertions(+), 19 deletions(-)
+
 commit b1c7368f95e93ccdefdd0748e04398c26766f47f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Oct 8 15:25:45 2010 +0300
+Date:   2010-10-08 15:25:45 +0300
 
     Build: Add options to disable individual command line tools.
 
+ configure.ac            | 38 ++++++++++++++++++++++++++++++
+ src/Makefile.am         | 15 +++++++++++-
+ src/scripts/Makefile.am | 62 +++++++++++++++++++++----------------------------
+ src/xz/Makefile.am      |  6 ++++-
+ src/xzdec/Makefile.am   | 12 ++++++++--
+ 5 files changed, 93 insertions(+), 40 deletions(-)
+
 commit 630a8beda34af0ac153c8051b1bf01230558e422
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Oct 7 00:44:53 2010 +0300
+Date:   2010-10-07 00:44:53 +0300
 
     Windows: Make build.bash work without --enable-dynamic=no.
 
+ windows/build.bash | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
 commit f9907503f882a745dce9d84c2968f6c175ba966a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Oct 5 14:13:16 2010 +0300
+Date:   2010-10-05 14:13:16 +0300
 
     Build: Remove the static/dynamic tricks.
     
@@ -3622,59 +5724,95 @@
     needs to support some other toolchain on Windows in the future,
     this may need some rethinking.
 
+ configure.ac             | 74 ------------------------------------------------
+ debug/Makefile.am        |  5 +---
+ src/lzmainfo/Makefile.am |  4 +--
+ src/xz/Makefile.am       |  4 +--
+ src/xzdec/Makefile.am    |  4 +--
+ tests/Makefile.am        |  5 +---
+ 6 files changed, 5 insertions(+), 91 deletions(-)
+
 commit fda4724d8114fccfa31c1839c15479f350c2fb4c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Oct 5 12:18:58 2010 +0300
+Date:   2010-10-05 12:18:58 +0300
 
     configure.ac: Silence a warning from Autoconf 2.68.
 
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 80b5675fa62c87426fe86f8fcd20feeabc4361b9
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Oct 4 19:43:01 2010 +0300
+Date:   2010-10-04 19:43:01 +0300
 
     A few more languages files to the xz man page.
     
     Thanks to Jonathan Nieder.
 
+ src/xz/xz.1 | 45 ++++++++++++++++++++++++---------------------
+ 1 file changed, 24 insertions(+), 21 deletions(-)
+
 commit f9722dbeca4dc4c43cfd15d122dafaac50b0a0bb
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Oct 2 12:07:33 2010 +0300
+Date:   2010-10-02 12:07:33 +0300
 
     Update the FAQ.
 
+ doc/faq.txt | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
+ 1 file changed, 100 insertions(+), 4 deletions(-)
+
 commit 61ae593661e8dc402394e84d567ca2044a51572b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Oct 2 11:38:20 2010 +0300
+Date:   2010-10-02 11:38:20 +0300
 
     liblzma: Small fixes to comments in the API headers.
 
+ src/liblzma/api/lzma/lzma.h | 10 +++++++---
+ 1 file changed, 7 insertions(+), 3 deletions(-)
+
 commit 9166682dc601fd42c1b9510572e3f917d18de504
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Sep 28 11:40:12 2010 +0300
+Date:   2010-09-28 11:40:12 +0300
 
     Create the PDF versions of the man pages better.
 
+ Makefile.am          | 14 +++++++------
+ build-aux/manconv.sh | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 66 insertions(+), 6 deletions(-)
+
 commit 17d3c61edd35de8fa884944fc70d1db86daa5dd8
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Sep 28 10:59:53 2010 +0300
+Date:   2010-09-28 10:59:53 +0300
 
     Move version.sh to build-aux.
 
+ Makefile.am                        | 4 ++--
+ version.sh => build-aux/version.sh | 0
+ configure.ac                       | 2 +-
+ windows/build.bash                 | 2 +-
+ 4 files changed, 4 insertions(+), 4 deletions(-)
+
 commit 84af9d8770451339a692e9b70f96cf56156a6069
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Sep 28 10:53:02 2010 +0300
+Date:   2010-09-28 10:53:02 +0300
 
     Update .gitignore.
 
+ .gitignore | 10 +++++++++-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
 commit 31575a449ac64c523da3bab8d0c0b522cdc7c780
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Sep 28 01:17:14 2010 +0300
+Date:   2010-09-28 01:17:14 +0300
 
     Fix accomodate -> accommodate on the xz man page.
 
+ src/xz/xz.1 | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit cec0ddc8ec4ce81685a51998b978e22167e461f9
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Sep 27 23:29:34 2010 +0300
+Date:   2010-09-27 23:29:34 +0300
 
     Major man page updates.
     
@@ -3688,17 +5826,29 @@
     
     Thanks to Jonathan Nieder for some language fixes.
 
+ src/lzmainfo/lzmainfo.1 |   25 +-
+ src/scripts/xzdiff.1    |   15 +-
+ src/scripts/xzgrep.1    |   11 +-
+ src/scripts/xzless.1    |   13 +-
+ src/scripts/xzmore.1    |    9 +-
+ src/xz/xz.1             | 1964 ++++++++++++++++++++++++++++++++---------------
+ src/xzdec/xzdec.1       |   39 +-
+ 7 files changed, 1435 insertions(+), 641 deletions(-)
+
 commit 075257ab0416a0603be930082e31a5703e4ba345
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Sep 26 18:10:31 2010 +0300
+Date:   2010-09-26 18:10:31 +0300
 
     Fix the preset -3e.
     
     depth=0 was missing.
 
+ src/liblzma/lzma/lzma_encoder_presets.c | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 2577da9ebdba13fbe99ae5ee8bde35f7ed60f6d1
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Sep 23 14:03:10 2010 +0300
+Date:   2010-09-23 14:03:10 +0300
 
     Add translations.bash and translation notes to README.
     
@@ -3705,63 +5855,95 @@
     translations.bash prints some messages from xz, which
     hopefully makes it a bit easier to test translations.
 
+ README                 |  96 +++++++++++++++++++++++++++++++++++++++++++++--
+ debug/translation.bash | 100 +++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 192 insertions(+), 4 deletions(-)
+
 commit a3c5997c57e5b1a20aae6d1071b584b4f17d0b23
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Sep 17 22:14:30 2010 +0300
+Date:   2010-09-17 22:14:30 +0300
 
     xz: Update the Czech translation.
     
     Thanks to Marek Černocký.
 
+ po/cs.po | 202 +++++++++++++++++++++++++++++++++++++++++----------------------
+ 1 file changed, 131 insertions(+), 71 deletions(-)
+
 commit a1766af582dc23fddd9da1eeb4b9d61e3eb4c2e6
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Sep 16 23:40:41 2010 +0300
+Date:   2010-09-16 23:40:41 +0300
 
     xz: Add Italian translation.
     
     Thanks to Milo Casagrande and Lorenzo De Liso.
 
+ THANKS     |   2 +
+ po/LINGUAS |   1 +
+ po/it.po   | 902 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 905 insertions(+)
+
 commit 21088018554e2b0e02914205377ceb6e34a090bd
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Sep 15 00:34:13 2010 +0300
+Date:   2010-09-15 00:34:13 +0300
 
     xz: Edit a translators comment.
 
+ src/xz/list.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit be16e28ece1b492b8f93382b7fa1cc4da23c6ff6
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Sep 14 22:47:14 2010 +0300
+Date:   2010-09-14 22:47:14 +0300
 
     xz: Add German translation.
     
     Thanks to Andre Noll.
 
+ THANKS     |   1 +
+ po/LINGUAS |   1 +
+ po/de.po   | 903 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 905 insertions(+)
+
 commit e23ea74f3240e6b69683f9e69d1716e0f9e9092b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Sep 10 14:30:25 2010 +0300
+Date:   2010-09-10 14:30:25 +0300
 
     Updated README.
 
+ README | 2 --
+ 1 file changed, 2 deletions(-)
+
 commit 8dad2fd69336985adb9f774fa96dc9c0efcb5a71
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Sep 10 14:30:07 2010 +0300
+Date:   2010-09-10 14:30:07 +0300
 
     Updated INSTALL.
 
+ INSTALL | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
 commit 0b5f07fe3728c27cce416ddc40f7e4803ae96ac2
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Sep 10 14:26:20 2010 +0300
+Date:   2010-09-10 14:26:20 +0300
 
     Updated the git repository address in ChangeLog.
 
+ ChangeLog | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit a8760203f93a69bc39fd14520a6e9e7b7d70be06
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Sep 10 14:09:33 2010 +0300
+Date:   2010-09-10 14:09:33 +0300
 
     xz: Add a comment to translators about "literal context bits".
 
+ src/xz/message.c | 4 ++++
+ 1 file changed, 4 insertions(+)
+
 commit bb0b1004f83cdc4d309e1471c2ecaf9f95ce60c5
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Sep 10 10:30:33 2010 +0300
+Date:   2010-09-10 10:30:33 +0300
 
     xz: Multiple fixes.
     
@@ -3793,23 +5975,43 @@
     Thanks to Marek Černocký for reporting the bug about
     misaligned table columns in --list output.
 
+ configure.ac                    |   1 +
+ m4/tuklib_mbstr.m4              |  30 ++++++
+ src/common/tuklib_mbstr.h       |  66 +++++++++++++
+ src/common/tuklib_mbstr_fw.c    |  31 ++++++
+ src/common/tuklib_mbstr_width.c |  64 +++++++++++++
+ src/xz/Makefile.am              |   4 +-
+ src/xz/list.c                   | 205 +++++++++++++++++++++++++++-------------
+ src/xz/message.c                |  56 +++++++----
+ src/xz/message.h                |  10 +-
+ src/xz/private.h                |   1 +
+ src/xz/util.c                   | 136 +++++++++-----------------
+ src/xz/util.h                   |   7 --
+ 12 files changed, 424 insertions(+), 187 deletions(-)
+
 commit 639f8e2af33cf8a184d59ba56b6df7c098679d61
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Sep 8 08:49:22 2010 +0300
+Date:   2010-09-08 08:49:22 +0300
 
     Update the Czech translation.
     
     Thanks to Marek Černocký.
 
+ po/cs.po | 655 +++++++++++++++++++++++++++++++++++++++++++--------------------
+ 1 file changed, 454 insertions(+), 201 deletions(-)
+
 commit 41bc9956ebfd7c86777d33676acf34c45e7ca7c7
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Sep 7 12:31:40 2010 +0300
+Date:   2010-09-07 12:31:40 +0300
 
     xz: Add a note to translators.
 
+ src/xz/hardware.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
 commit 77a7746616e555fc08028e883a56d06bf0088b81
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Sep 7 10:42:13 2010 +0300
+Date:   2010-09-07 10:42:13 +0300
 
     Fix use of N_() and ngettext().
     
@@ -3818,55 +6020,81 @@
     
     This also fixes a missing \n from a call to ngettext().
 
+ src/common/tuklib_gettext.h | 4 ++--
+ src/xz/list.c               | 4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
 commit e6ad39335842343e622ab51207d1d3cb9caad801
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Sep 6 19:43:12 2010 +0300
+Date:   2010-09-06 19:43:12 +0300
 
     Add missing files to POTFILES.in.
 
+ po/POTFILES.in | 3 +++
+ 1 file changed, 3 insertions(+)
+
 commit 58f55131820d2e08a1a6beb9ec0ee2378044eb30
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Sep 6 10:16:24 2010 +0300
+Date:   2010-09-06 10:16:24 +0300
 
     xz: Improve a comment.
 
+ src/xz/file_io.c | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
 commit bcb1b898341f7073f51660d7052d7ed6c5461a66
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Sep 5 21:34:29 2010 +0300
+Date:   2010-09-05 21:34:29 +0300
 
     xz: Update the comment about NetBSD in file_io.c.
     
     Thanks to Joerg Sonnenberger.
 
+ src/xz/file_io.c | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
 commit da014d55972f5addbf6b4360d3d8ed2ef4282170
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Sep 5 21:11:33 2010 +0300
+Date:   2010-09-05 21:11:33 +0300
 
     xz: Use an array instead of pointer for stdin_filename.
     
     Thanks Joerg Sonnenberger.
 
+ src/xz/args.c | 2 +-
+ src/xz/args.h | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
 commit 8c7d3d1a0781c296c6b6e2465becaffd2132f7ee
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Sep 5 12:16:17 2010 +0300
+Date:   2010-09-05 12:16:17 +0300
 
     xz: Hopefully ease translating the messages in list.c.
 
+ src/xz/list.c | 33 +++++++++++++++++++++++----------
+ 1 file changed, 23 insertions(+), 10 deletions(-)
+
 commit ef840950ad99cf2955c754875af0e01acf125079
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Sep 4 23:14:44 2010 +0300
+Date:   2010-09-04 23:14:44 +0300
 
     xz: Fix grammar.
 
+ src/xz/options.c | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
 commit c46afd6edc04ea140db6c59e8486f5707c810c13
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Sep 4 23:12:20 2010 +0300
+Date:   2010-09-04 23:12:20 +0300
 
     xz: Use lzma_lzma_preset() to initialize the options structure.
 
+ src/xz/options.c | 14 ++------------
+ 1 file changed, 2 insertions(+), 12 deletions(-)
+
 commit 8fd3ac046d0b1416a2094fecc456d9e0f4d5d065
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Sep 4 22:16:28 2010 +0300
+Date:   2010-09-04 22:16:28 +0300
 
     Don't set lc=4 with --extreme.
     
@@ -3874,15 +6102,21 @@
     compression worse. On the other hand, some other
     files may now benefit slightly less from --extreme.
 
+ src/liblzma/lzma/lzma_encoder_presets.c | 1 -
+ 1 file changed, 1 deletion(-)
+
 commit 474bac0c33e94aeaca8ada17ab19972b1424bc2b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Sep 4 22:10:32 2010 +0300
+Date:   2010-09-04 22:10:32 +0300
 
     xz: Minor improvements to --help and --long-help.
 
+ src/xz/message.c | 24 ++++++++++++------------
+ 1 file changed, 12 insertions(+), 12 deletions(-)
+
 commit 373ee26f955617295c5c537b04a153a1969140d2
 Author: Jonathan Nieder <jrnieder at gmail.com>
-Date:   Fri Sep 3 16:49:15 2010 -0500
+Date:   2010-09-03 16:49:15 -0500
 
     Adjust memory limits in test_compress.sh
     
@@ -3891,15 +6125,21 @@
     
     Signed-off-by: Jonathan Nieder <jrnieder at gmail.com>
 
+ tests/test_compress.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 2fce9312f36727ea82f3430cc5d3a7d243c5f087
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Sep 3 15:54:40 2010 +0300
+Date:   2010-09-03 15:54:40 +0300
 
     xz: Make -vv show also decompressor memory usage.
 
+ src/xz/coder.c | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
 commit b4b1cbcb53624ab832f8b3189c74450dc7ea29b6
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Sep 3 15:13:12 2010 +0300
+Date:   2010-09-03 15:13:12 +0300
 
     Tweak the compression presets -0 .. -5.
     
@@ -3906,9 +6146,12 @@
     "Extreme" mode might need some further tweaking still.
     Docs were not updated yet.
 
+ src/liblzma/lzma/lzma_encoder_presets.c | 29 +++++++++++++++++++----------
+ 1 file changed, 19 insertions(+), 10 deletions(-)
+
 commit 77fe5954cd3d10fb1837372684cbc133b56b6a87
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Sep 3 12:28:41 2010 +0300
+Date:   2010-09-03 12:28:41 +0300
 
     liblzma: Adjust default depth calculation for HC3 and HC4.
     
@@ -3917,9 +6160,12 @@
     even though it seems that I won't use automatic depth
     calcuation with HC3 and HC4 in the presets.
 
+ src/liblzma/lz/lz_encoder.c | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
 commit fce69059cf901ce8075a78c7607d591f144a3b5a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Sep 3 11:11:25 2010 +0300
+Date:   2010-09-03 11:11:25 +0300
 
     xz: Make --help two lines shorter.
     
@@ -3927,9 +6173,12 @@
     options that take arguments, so "Mandatory arguments to..."
     can be omitted.
 
+ src/xz/message.c | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
 commit a848e47ced6e5e2a564b5c454b2f5a19c2f40298
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Sep 2 19:22:35 2010 +0300
+Date:   2010-09-02 19:22:35 +0300
 
     xz: Make setting a preset override a custom filter chain.
     
@@ -3936,15 +6185,21 @@
     This is more logical behavior than ignoring preset level
     options once a custom filter chain has been specified.
 
+ src/xz/coder.c | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
 commit b3ff7ba044eaeab3e424d7b51fe914daf681b1a3
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Sep 2 19:09:57 2010 +0300
+Date:   2010-09-02 19:09:57 +0300
 
     xz: Always warn if adjusting dictionary size due to memlimit.
 
+ src/xz/coder.c | 28 +++++++++-------------------
+ 1 file changed, 9 insertions(+), 19 deletions(-)
+
 commit d5653ba8a1ea9c00de4fddc617aba3c51e18139d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Aug 10 11:04:30 2010 +0300
+Date:   2010-08-10 11:04:30 +0300
 
     Fix test_compress.sh.
     
@@ -3952,9 +6207,12 @@
     
     Thanks to Jonathan Nieder.
 
+ tests/test_compress.sh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
 commit 792331bdee706aa852a78b171040ebf814c6f3ae
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Aug 7 20:45:18 2010 +0300
+Date:   2010-08-07 20:45:18 +0300
 
     Disable the memory usage limiter by default.
     
@@ -3985,47 +6243,81 @@
     xz's man page was updated to match the above changes. Various
     unrelated fixes were also made to the man page.
 
+ src/xz/args.c     |  87 +++++++++-----
+ src/xz/coder.c    |   8 +-
+ src/xz/hardware.c |  96 +++++++++------
+ src/xz/hardware.h |  23 ++--
+ src/xz/list.c     |   2 +-
+ src/xz/message.c  |  39 ++-----
+ src/xz/message.h  |   4 -
+ src/xz/xz.1       | 341 ++++++++++++++++++++++++++++++++++--------------------
+ src/xzdec/xzdec.1 |  45 +------
+ src/xzdec/xzdec.c | 176 +---------------------------
+ 10 files changed, 373 insertions(+), 448 deletions(-)
+
 commit 4a45dd4c39f75d25c7a37b6400cb24d4010ca801
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Aug 6 20:22:16 2010 +0300
+Date:   2010-08-06 20:22:16 +0300
 
     Add missing const to a global constant in xz.
 
+ src/xz/args.c | 2 +-
+ src/xz/args.h | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
 commit 01aa4869cb220b7fdad6d1acbabb2233045daa8f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jul 28 11:44:55 2010 +0300
+Date:   2010-07-28 11:44:55 +0300
 
     Language fixes for man pages.
     
     Thanks to A. Costa and Jonathan Nieder.
 
+ src/lzmainfo/lzmainfo.1 | 4 ++--
+ src/xz/xz.1             | 6 +++---
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
 commit ce1f0deafe8504e1492bf1b1efb3e3ec950b1a2b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jul 27 20:47:12 2010 +0300
+Date:   2010-07-27 20:47:12 +0300
 
     Windows: Add a note about building a Git repository snapshot
 
+ windows/INSTALL-Windows.txt | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
 commit 507a4a4dea1e5462f12f7ed4b076c34e02054a38
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jul 27 20:45:03 2010 +0300
+Date:   2010-07-27 20:45:03 +0300
 
     Windows: build.sh is a bash script so name it correctly.
 
+ INSTALL                          | 2 +-
+ windows/INSTALL-Windows.txt      | 6 +++---
+ windows/{build.sh => build.bash} | 6 +++---
+ 3 files changed, 7 insertions(+), 7 deletions(-)
+
 commit b1cbfd40f049a646a639eb78a3e41e9e3ef73339
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jul 27 20:27:32 2010 +0300
+Date:   2010-07-27 20:27:32 +0300
 
     Windows: Don't strip liblzma.a too much.
 
+ windows/build.sh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
 commit a540198ffb25fad36380c5e92ac20c2d28eec46a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jul 13 20:07:26 2010 +0300
+Date:   2010-07-13 20:07:26 +0300
 
     Updated THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit bab0f01ed931f606b4675aa9f9331a17cec09bad
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jul 13 19:55:50 2010 +0300
+Date:   2010-07-13 19:55:50 +0300
 
     Add two simple example programs.
     
@@ -4036,49 +6328,76 @@
     
     The examples were written by Daniel Mealha Cabrita. Thanks.
 
+ doc/examples/xz_pipe_comp.c   | 127 ++++++++++++++++++++++++++++++++++++++++++
+ doc/examples/xz_pipe_decomp.c | 115 ++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 242 insertions(+)
+
 commit c15c42abb3c8c6e77c778ef06c97a4a10b8b5d00
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jun 15 14:06:29 2010 +0300
+Date:   2010-06-15 14:06:29 +0300
 
     Add --no-adjust.
 
+ src/xz/args.c    |  6 ++++++
+ src/xz/coder.c   |  8 ++------
+ src/xz/coder.h   |  4 ++++
+ src/xz/message.c |  6 +++++-
+ src/xz/xz.1      | 13 +++++++++++--
+ 5 files changed, 28 insertions(+), 9 deletions(-)
+
 commit 2130926dd1c839280358172dfadd8d3054bde2b4
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 11 21:51:32 2010 +0300
+Date:   2010-06-11 21:51:32 +0300
 
     Updated THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit bc612d0e0c9e4504c59d49168e87a7ae3e458443
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 11 21:48:32 2010 +0300
+Date:   2010-06-11 21:48:32 +0300
 
     Clarify the description of the default memlimit in the man page.
     
     Thanks to Denis Excoffier.
 
+ src/xz/xz.1 | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
 commit e1b6935d60a00405e6b5b455a3426d2248cc926c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 11 21:43:28 2010 +0300
+Date:   2010-06-11 21:43:28 +0300
 
     Fix string to uint64_t conversion.
     
     Thanks to Denis Excoffier for the bug report.
 
+ src/xz/util.c     | 10 ++++++++--
+ src/xzdec/xzdec.c | 13 +++++++++++--
+ 2 files changed, 19 insertions(+), 4 deletions(-)
+
 commit 3e49c8acb0f5312948eddb2342dbb5802d4571d0
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 11 10:40:28 2010 +0300
+Date:   2010-06-11 10:40:28 +0300
 
     Put the git commit to the filename in mydist rule.
 
+ Makefile.am | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
 commit d8b41eedce486d400f701b757b7b5e4e32276618
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jun 2 23:13:55 2010 +0300
+Date:   2010-06-02 23:13:55 +0300
 
     Fix compiling with -Werror.
 
+ src/xz/message.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
 commit b5fbab6123a39c9a55cd5d7af410e9aae067d5f8
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jun 2 23:09:22 2010 +0300
+Date:   2010-06-02 23:09:22 +0300
 
     Silence a bogus Valgrind warning.
     
@@ -4090,15 +6409,23 @@
     uninitialized variable. A few people find this annoying
     so do things a bit differently to avoid the warning.
 
+ src/liblzma/lz/lz_encoder.c | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
 commit 29a7b250e685852f2f97615493ec49acaf528623
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jun 2 21:32:12 2010 +0300
+Date:   2010-06-02 21:32:12 +0300
 
     Fix a Windows-specific FIXME in signal handling code.
 
+ src/xz/main.c    | 40 +++++++++++++++++++++++++++++++++++-----
+ src/xz/private.h |  5 +++++
+ src/xz/signals.c | 16 ++++++++--------
+ 3 files changed, 48 insertions(+), 13 deletions(-)
+
 commit e89d987056cee7d4e279be3ef3a6cc690bfc0e6d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jun 2 17:46:58 2010 +0300
+Date:   2010-06-02 17:46:58 +0300
 
     Adjust SA_RESTART workaround.
     
@@ -4105,9 +6432,12 @@
     I want to get a bug report if something else than
     DJGPP lacks SA_RESTART.
 
+ src/xz/message.c | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
 commit e243145c84ab5c3be8259fd486ead0de5235b3f0
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jun 1 16:02:30 2010 +0300
+Date:   2010-06-01 16:02:30 +0300
 
     xz man page updates.
     
@@ -4116,33 +6446,49 @@
     - Robot mode
     - A few examples (but many more are needed)
 
+ src/xz/xz.1 | 385 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
+ 1 file changed, 366 insertions(+), 19 deletions(-)
+
 commit ce6dc3c0a891f23a862f80ec08d3b6f0beb2a562
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jun 1 15:51:44 2010 +0300
+Date:   2010-06-01 15:51:44 +0300
 
     Major update to xz --list.
 
+ src/xz/list.c | 652 ++++++++++++++++++++++++++++++++++++++++++----------------
+ 1 file changed, 471 insertions(+), 181 deletions(-)
+
 commit 905e54804a899e4ad526d38fdba7e803ab9b71bd
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jun 1 14:13:03 2010 +0300
+Date:   2010-06-01 14:13:03 +0300
 
     Rename message_filters_get() to message_filters_to_str().
 
+ src/xz/message.c | 4 ++--
+ src/xz/message.h | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
 commit 4b346ae8af20045027ae5efb068c6d69da3324d2
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jun 1 14:09:12 2010 +0300
+Date:   2010-06-01 14:09:12 +0300
 
     Fix a comment.
 
+ src/liblzma/api/lzma/index.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 07dc34f6da45c9ab757dad7fd5eef522ad27d296
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu May 27 16:17:42 2010 +0300
+Date:   2010-05-27 16:17:42 +0300
 
     Fix lzma_block_compressed_size().
 
+ src/liblzma/common/block_util.c | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
 commit 44d70cb154225e47eebf15a3cfbdf3794cbb4593
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu May 27 14:32:51 2010 +0300
+Date:   2010-05-27 14:32:51 +0300
 
     Take Cygwin into account in some #if lines.
     
@@ -4149,25 +6495,36 @@
     This change is no-op, but good to have just in case
     for the future.
 
+ src/xz/signals.c | 2 +-
+ src/xz/signals.h | 4 ++--
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
 commit a334348dc02803241cf4e0a539eecdc0e7ad2cc7
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu May 27 13:42:44 2010 +0300
+Date:   2010-05-27 13:42:44 +0300
 
     Remove references to the Subblock filter in xz and tests.
     
     Thanks to Jonathan Nieder.
 
+ src/xz/message.c          |  9 ---------
+ tests/test_filter_flags.c | 23 -----------------------
+ 2 files changed, 32 deletions(-)
+
 commit 70e5e2f6a7084e6af909deee88ceac2f6efa7893
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu May 27 13:35:36 2010 +0300
+Date:   2010-05-27 13:35:36 +0300
 
     Remove unused chunk_size.c.
     
     Thanks to Jonathan Nieder for the reminder.
 
+ src/liblzma/common/chunk_size.c | 67 -----------------------------------------
+ 1 file changed, 67 deletions(-)
+
 commit 01a414eaf4be6352c06b48001b041b47e8202faa
 Author: Jonathan Nieder <jrnieder at gmail.com>
-Date:   Thu May 27 02:31:33 2010 -0500
+Date:   2010-05-27 02:31:33 -0500
 
     Use my_min() instead of MIN() in src/xz/list.c
     
@@ -4174,35 +6531,65 @@
     This should have been done in
     920a69a8d8e4203c5edddd829d932130eac188ea.
 
+ src/xz/list.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 920a69a8d8e4203c5edddd829d932130eac188ea
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed May 26 10:36:46 2010 +0300
+Date:   2010-05-26 10:36:46 +0300
 
     Rename MIN() and MAX() to my_min() and my_max().
     
     This should avoid some minor portability issues.
 
+ debug/full_flush.c                             |  2 +-
+ debug/sync_flush.c                             |  2 +-
+ src/common/sysdefs.h                           | 12 +++++-------
+ src/liblzma/common/block_buffer_encoder.c      |  2 +-
+ src/liblzma/common/common.c                    |  2 +-
+ src/liblzma/common/stream_buffer_encoder.c     |  2 +-
+ src/liblzma/delta/delta_encoder.c              |  2 +-
+ src/liblzma/lz/lz_decoder.c                    |  7 ++++---
+ src/liblzma/lz/lz_decoder.h                    |  2 +-
+ src/liblzma/lz/lz_encoder.c                    |  2 +-
+ src/liblzma/lz/lz_encoder.h                    |  2 +-
+ src/liblzma/lz/lz_encoder_mf.c                 |  4 ++--
+ src/liblzma/lzma/lzma2_encoder.c               |  2 +-
+ src/liblzma/lzma/lzma_encoder_optimum_fast.c   |  2 +-
+ src/liblzma/lzma/lzma_encoder_optimum_normal.c | 14 +++++++-------
+ src/xz/args.c                                  |  3 ++-
+ 16 files changed, 31 insertions(+), 31 deletions(-)
+
 commit 019ae27c24d0c694545a6a46f8b9fb552198b015
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed May 26 10:30:20 2010 +0300
+Date:   2010-05-26 10:30:20 +0300
 
     Fix compilation of debug/known_sizes.c.
 
+ debug/known_sizes.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 98a4856a6ea84f79c790057a6eb89a25bc45b074
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed May 26 10:28:54 2010 +0300
+Date:   2010-05-26 10:28:54 +0300
 
     Remove references to Subblock filter in debug/sync_flush.c.
 
+ debug/sync_flush.c | 13 -------------
+ 1 file changed, 13 deletions(-)
+
 commit 703d2c33c095c41ae0693ee8c27c45e3847e4535
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed May 26 10:16:57 2010 +0300
+Date:   2010-05-26 10:16:57 +0300
 
     Better #error message.
 
+ src/common/sysdefs.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
 commit d8a55c48b39703dd83f11089ad01e1ff2ac102e0
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed May 26 09:55:47 2010 +0300
+Date:   2010-05-26 09:55:47 +0300
 
     Remove the Subblock filter code for now.
     
@@ -4210,9 +6597,30 @@
     It won't be included in XZ Utils 5.0.0. It's easy to get it
     back once the spec is done.
 
+ configure.ac                                   |   6 +-
+ src/liblzma/Makefile.am                        |   5 -
+ src/liblzma/api/Makefile.am                    |   1 -
+ src/liblzma/api/lzma.h                         |   1 -
+ src/liblzma/api/lzma/subblock.h                | 200 -----
+ src/liblzma/common/common.h                    |   6 -
+ src/liblzma/common/filter_common.c             |   9 -
+ src/liblzma/common/filter_decoder.c            |  16 -
+ src/liblzma/common/filter_encoder.c            |  12 -
+ src/liblzma/subblock/Makefile.inc              |  20 -
+ src/liblzma/subblock/subblock_decoder.c        | 630 ----------------
+ src/liblzma/subblock/subblock_decoder.h        |  22 -
+ src/liblzma/subblock/subblock_decoder_helper.c |  70 --
+ src/liblzma/subblock/subblock_decoder_helper.h |  29 -
+ src/liblzma/subblock/subblock_encoder.c        | 984 -------------------------
+ src/liblzma/subblock/subblock_encoder.h        |  21 -
+ src/xz/args.c                                  |   9 +-
+ src/xz/options.c                               |  61 --
+ src/xz/options.h                               |   7 -
+ 19 files changed, 4 insertions(+), 2105 deletions(-)
+
 commit b6377fc990f9b8651149cae0fecb8b9c5904e26d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun May 16 18:42:22 2010 +0300
+Date:   2010-05-16 18:42:22 +0300
 
     Split message_filters().
     
@@ -4223,9 +6631,14 @@
     uint32_to_optstr() was also added to show the dictionary
     size in nicer format when possible.
 
+ src/xz/coder.c   |   2 +-
+ src/xz/message.c | 187 +++++++++++++++++++++++++++++++++++--------------------
+ src/xz/message.h |  14 ++++-
+ 3 files changed, 134 insertions(+), 69 deletions(-)
+
 commit d9986db782d6cf0f314342127280519339378fa0
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri May 14 23:17:20 2010 +0300
+Date:   2010-05-14 23:17:20 +0300
 
     Omit lzma_restrict from the API headers.
     
@@ -4232,21 +6645,32 @@
     It isn't really useful so omitting it makes things
     shorter and slightly more readable.
 
+ src/liblzma/api/lzma.h       | 12 ------------
+ src/liblzma/api/lzma/index.h |  5 ++---
+ src/liblzma/api/lzma/vli.h   | 11 +++++------
+ 3 files changed, 7 insertions(+), 21 deletions(-)
+
 commit 0d3489efca0a723dca0394809fa3e6170843af4b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon May 10 19:57:24 2010 +0300
+Date:   2010-05-10 19:57:24 +0300
 
     Updated INSTALL.
 
+ INSTALL | 5 -----
+ 1 file changed, 5 deletions(-)
+
 commit 3fb3d594a2b53886adee161b6261e92277f05f7c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon May 10 19:54:52 2010 +0300
+Date:   2010-05-10 19:54:52 +0300
 
     Updated THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 6548e304657e77d3a972053db3c41c5daf591113
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon May 10 19:54:15 2010 +0300
+Date:   2010-05-10 19:54:15 +0300
 
     Updates to tuklib_physmem and tuklib_cpucores.
     
@@ -4264,9 +6688,15 @@
     Thanks a lot to Peter O'Gorman for initial patches,
     testing, and debugging these fixes.
 
+ m4/tuklib_cpucores.m4        | 33 ++++++++++++++++----
+ m4/tuklib_physmem.m4         | 72 ++++++++++++++++++++++++++++++++++++++++++--
+ src/common/tuklib_cpucores.c | 14 +++++++--
+ src/common/tuklib_physmem.c  | 33 +++++++++++++++++++-
+ 4 files changed, 141 insertions(+), 11 deletions(-)
+
 commit a290cfee3e23f046889c022aa96b4eca2016fdda
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Apr 12 21:55:56 2010 +0300
+Date:   2010-04-12 21:55:56 +0300
 
     Show both elapsed time and estimated remaining time in xz -v.
     
@@ -4279,31 +6709,45 @@
     Thanks to Trent W. Buck for <http://bugs.debian.org/574583>
     and Jonathan Nieder for suggestions how to fix it.
 
+ THANKS           |  1 +
+ src/xz/message.c | 86 +++++++++++++++++++++++++-------------------------------
+ 2 files changed, 39 insertions(+), 48 deletions(-)
+
 commit a1f7a986b8d708f9290da9799ca1b8d7082fad3e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Mar 31 16:47:25 2010 +0300
+Date:   2010-03-31 16:47:25 +0300
 
     Add a simple tip to faq.txt about tar and xz.
     
     Thanks to Gilles Espinasse.
 
+ THANKS      | 1 +
+ doc/faq.txt | 6 ++++++
+ 2 files changed, 7 insertions(+)
+
 commit c737eec91d200d730aa82662affd6b06ebb0bff0
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Mar 22 21:03:03 2010 +0200
+Date:   2010-03-22 21:03:03 +0200
 
     Updated THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit f4b2b52624b802c786e4e2a8eb6895794dd93b24
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Mar 7 19:52:25 2010 +0200
+Date:   2010-03-07 19:52:25 +0200
 
     Fix xzgrep to not break if filenames have spaces or quotes.
     
     Thanks to someone who reported the bug on IRC.
 
+ src/scripts/xzgrep.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit cf38da00a140bd3bd65b192390ae5553380fd774
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Mar 7 13:59:32 2010 +0200
+Date:   2010-03-07 13:59:32 +0200
 
     Treat all integer multiplier suffixes as base-2.
     
@@ -4314,9 +6758,14 @@
     KiB, Ki, k, K, kB, and KB, and interpret them all as 1024. The
     recommended spelling of the suffixes are still KiB, MiB, and GiB.
 
+ src/xz/util.c     | 53 +++++++++++++++++++++++------------------------------
+ src/xz/xz.1       | 48 ++++++++++++++++++++++++++++--------------------
+ src/xzdec/xzdec.c | 42 ++++++++++++++++--------------------------
+ 3 files changed, 67 insertions(+), 76 deletions(-)
+
 commit 00fc1211ae7b687ac912098f4479112059deccbd
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Mar 7 13:50:23 2010 +0200
+Date:   2010-03-07 13:50:23 +0200
 
     Consistently round up the memory usage limit in messages.
     
@@ -4324,9 +6773,13 @@
     at least it is now done consistently so that the same
     byte value is always rounded the same way to MiB.
 
+ src/xz/message.c  | 5 +++--
+ src/xzdec/xzdec.c | 7 +++++--
+ 2 files changed, 8 insertions(+), 4 deletions(-)
+
 commit 9886d436ff5615fc70eef32ff757b1e934069621
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Mar 7 13:34:34 2010 +0200
+Date:   2010-03-07 13:34:34 +0200
 
     Change the default of --enable-assume-ram from 32 to 128 MiB.
     
@@ -4333,9 +6786,13 @@
     This is to allow files created with "xz -9" to be decompressed
     if the amount of RAM cannot be determined.
 
+ INSTALL      |  5 ++---
+ configure.ac | 11 ++++++-----
+ 2 files changed, 8 insertions(+), 8 deletions(-)
+
 commit 2672bcc9f85ba28ff648e092e9eb4cd9e69ce418
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Mar 7 13:29:28 2010 +0200
+Date:   2010-03-07 13:29:28 +0200
 
     Increase the default memory usage limit on "low-memory" systems.
     
@@ -4365,15 +6822,24 @@
     very slowly and thus it's good that user has to override the limit
     in that case.
 
+ src/xz/hardware.c | 43 +++++++++++++++++++++++++++++++------------
+ src/xz/xz.1       | 21 +++++++++++++++------
+ src/xzdec/xzdec.1 |  8 ++++----
+ src/xzdec/xzdec.c | 42 ++++++++++++++++++++++++++++++------------
+ 4 files changed, 80 insertions(+), 34 deletions(-)
+
 commit 5527b7269a997e7f335d60f237a64bbf225d9dc7
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Mar 6 21:36:19 2010 +0200
+Date:   2010-03-06 21:36:19 +0200
 
     Updated THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit d0d1c51aea4351288a7e533cce28cb7f852f6b05
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Mar 6 21:17:20 2010 +0200
+Date:   2010-03-06 21:17:20 +0200
 
     Fix missing initialization in lzma_strm_init().
     
@@ -4389,23 +6855,79 @@
     This fixes <http://bugs.gentoo.org/show_bug.cgi?id=305591>.
     Thanks to Rafał Mużyło for helping to debug it on IRC.
 
+ src/liblzma/common/common.c | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit eb7d51a3faf9298c0c7aa9aaeae1023dcf9e37ea
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Feb 12 13:16:15 2010 +0200
+Date:   2010-02-12 13:16:15 +0200
 
     Collection of language fixes to comments and docs.
     
     Thanks to Jonathan Nieder.
 
+ README                                         |  2 +-
+ configure.ac                                   |  2 +-
+ doc/faq.txt                                    |  2 +-
+ extra/7z2lzma/7z2lzma.bash                     |  2 +-
+ src/common/tuklib_progname.c                   |  2 +-
+ src/common/tuklib_progname.h                   |  2 +-
+ src/liblzma/api/lzma/base.h                    |  8 ++++----
+ src/liblzma/api/lzma/bcj.h                     |  2 +-
+ src/liblzma/api/lzma/block.h                   |  2 +-
+ src/liblzma/api/lzma/check.h                   |  2 +-
+ src/liblzma/api/lzma/filter.h                  |  4 ++--
+ src/liblzma/api/lzma/index.h                   |  6 +++---
+ src/liblzma/api/lzma/lzma.h                    |  2 +-
+ src/liblzma/api/lzma/version.h                 |  2 +-
+ src/liblzma/api/lzma/vli.h                     |  2 +-
+ src/liblzma/common/block_header_encoder.c      |  2 +-
+ src/liblzma/common/chunk_size.c                |  4 ++--
+ src/liblzma/common/common.h                    |  4 ++--
+ src/liblzma/common/filter_buffer_decoder.c     |  2 +-
+ src/liblzma/common/filter_encoder.c            |  4 ++--
+ src/liblzma/common/index.c                     |  6 +++---
+ src/liblzma/common/index_encoder.c             |  2 +-
+ src/liblzma/common/stream_encoder.c            |  2 +-
+ src/liblzma/common/vli_decoder.c               |  2 +-
+ src/liblzma/lz/lz_encoder.c                    |  2 +-
+ src/liblzma/lz/lz_encoder.h                    |  2 +-
+ src/liblzma/lzma/lzma2_encoder.c               |  2 +-
+ src/liblzma/lzma/lzma_decoder.c                |  4 ++--
+ src/liblzma/lzma/lzma_decoder.h                |  2 +-
+ src/liblzma/lzma/lzma_encoder_optimum_fast.c   |  2 +-
+ src/liblzma/lzma/lzma_encoder_optimum_normal.c |  2 +-
+ src/liblzma/lzma/lzma_encoder_private.h        |  2 +-
+ src/liblzma/simple/simple_coder.c              |  2 +-
+ src/liblzma/subblock/subblock_encoder.c        |  2 +-
+ src/scripts/xzdiff.1                           |  2 +-
+ src/scripts/xzless.1                           | 10 +++++-----
+ src/xz/coder.c                                 |  2 +-
+ src/xz/file_io.c                               |  2 +-
+ src/xz/main.c                                  |  6 +++---
+ src/xz/main.h                                  |  2 +-
+ src/xz/message.c                               | 10 +++++-----
+ src/xz/message.h                               |  2 +-
+ src/xz/xz.1                                    | 16 ++++++++--------
+ src/xzdec/lzmadec_w32res.rc                    |  2 +-
+ src/xzdec/xzdec_w32res.rc                      |  2 +-
+ tests/test_index.c                             |  2 +-
+ windows/build.sh                               |  4 ++--
+ 47 files changed, 77 insertions(+), 77 deletions(-)
+
 commit 4785f2021aa6a23f1caf724fcc823e562584f225
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Feb 12 12:41:20 2010 +0200
+Date:   2010-02-12 12:41:20 +0200
 
     Fix jl -> jb in ASM files.
 
+ src/liblzma/check/crc32_x86.S | 2 +-
+ src/liblzma/check/crc64_x86.S | 4 ++--
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
 commit 6b50c9429bf85521d355adc61745d06ee017f8c8
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Feb 12 12:31:22 2010 +0200
+Date:   2010-02-12 12:31:22 +0200
 
     Use __APPLE__ instead of __MACH__ in ASM files.
     
@@ -4413,9 +6935,13 @@
     
     Thanks to Jonathan Nieder.
 
+ src/liblzma/check/crc32_x86.S | 8 ++++----
+ src/liblzma/check/crc64_x86.S | 8 ++++----
+ 2 files changed, 8 insertions(+), 8 deletions(-)
+
 commit 6503fde658a5cdbdd907a788865470dd64771601
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Feb 7 19:48:06 2010 +0200
+Date:   2010-02-07 19:48:06 +0200
 
     Subtle change to liblzma Block handling API.
     
@@ -4432,35 +6958,52 @@
     break in the future if a new version of the Block options
     is ever needed.
 
+ src/liblzma/api/lzma/block.h        | 39 ++++++++++++++++---------------------
+ src/liblzma/common/stream_decoder.c |  3 +++
+ 2 files changed, 20 insertions(+), 22 deletions(-)
+
 commit dd7c3841ff78cb94ce02b0220c6e4748460970f7
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Feb 2 11:50:11 2010 +0200
+Date:   2010-02-02 11:50:11 +0200
 
     Fix wrong assertion.
     
     This was added in 455e68c030fde8a8c2f5e254c3b3ab9489bf3735.
 
+ src/xz/main.c | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
 commit 9d67588c1597849504a3e5ac8bf6f06e7d2ee8be
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Feb 1 22:48:42 2010 +0200
+Date:   2010-02-01 22:48:42 +0200
 
     Updated TODO.
 
+ TODO | 4 ----
+ 1 file changed, 4 deletions(-)
+
 commit fef6333f52c8801308c3b78acb7942988541d137
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Feb 1 22:47:54 2010 +0200
+Date:   2010-02-01 22:47:54 +0200
 
     Fix typos in comments.
 
+ src/xz/list.c    | 2 +-
+ windows/build.sh | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
 commit 455e68c030fde8a8c2f5e254c3b3ab9489bf3735
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Feb 1 22:46:56 2010 +0200
+Date:   2010-02-01 22:46:56 +0200
 
     Fix signal handling for --list.
 
+ src/xz/main.c | 19 ++++++++++++++-----
+ 1 file changed, 14 insertions(+), 5 deletions(-)
+
 commit 82220a149015616f75641ee8bbea415137535b9b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Feb 1 11:44:45 2010 +0200
+Date:   2010-02-01 11:44:45 +0200
 
     Fix compression of symlinks with --force.
     
@@ -4468,39 +7011,57 @@
     them after successful compression. Instead, an error
     message was displayed.
 
+ src/xz/file_io.c | 14 +++++++++++++-
+ 1 file changed, 13 insertions(+), 1 deletion(-)
+
 commit d4da177d5ba3d2ef7323a6f1e06ca16e0478810e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Feb 1 10:20:57 2010 +0200
+Date:   2010-02-01 10:20:57 +0200
 
     Fix a comment.
 
+ windows/build.sh | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
 commit f9dd797a423a148903cf345b4146cb1fe1eab11d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jan 31 23:43:54 2010 +0200
+Date:   2010-01-31 23:43:54 +0200
 
     Updated THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit ee5ddb8b28419fe4923ded5c18a50570a762dcab
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jan 31 23:41:29 2010 +0200
+Date:   2010-01-31 23:41:29 +0200
 
     Updated TODO.
 
+ TODO | 17 +++++++++++------
+ 1 file changed, 11 insertions(+), 6 deletions(-)
+
 commit 11936ad3f5a2e97bda3463c7a56a2f4bb9265ea6
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jan 31 23:35:04 2010 +0200
+Date:   2010-01-31 23:35:04 +0200
 
     Mention TODO in README.
 
+ README | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 2901a8e7e82af05675b8cd8758a8ceddb111359f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jan 31 23:31:14 2010 +0200
+Date:   2010-01-31 23:31:14 +0200
 
     Updated INSTALL.
 
+ INSTALL | 52 ++++++++++++++++++++++++++--------------------------
+ 1 file changed, 26 insertions(+), 26 deletions(-)
+
 commit 8884e16864ba53fb4b58623d7537d7ef30c28e11
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jan 31 23:28:51 2010 +0200
+Date:   2010-01-31 23:28:51 +0200
 
     Revise the Windows build files.
     
@@ -4523,9 +7084,17 @@
     "autoreconf -fi && ./configure && make mydist" on a UN*X
     box and then copy the resulting .tar.gz to a Windows.
 
+ windows/INSTALL-Windows.txt | 131 ++++++++++++++++++
+ windows/Makefile            | 320 --------------------------------------------
+ windows/README              | 155 ---------------------
+ windows/README-Windows.txt  | 115 ++++++++++++++++
+ windows/build.sh            | 189 ++++++++++++++++++++++++++
+ windows/config.h            | 170 -----------------------
+ 6 files changed, 435 insertions(+), 645 deletions(-)
+
 commit 34eb5e201d62f7f46bbe6fe97cfe08cb31b3b88c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jan 31 19:52:38 2010 +0200
+Date:   2010-01-31 19:52:38 +0200
 
     Select the default integrity check type at runtime.
     
@@ -4532,15 +7101,24 @@
     Previously it was set statically to CRC64 or CRC32
     depending on options passed to the configure script.
 
+ src/xz/coder.c | 19 ++++++++++++++-----
+ 1 file changed, 14 insertions(+), 5 deletions(-)
+
 commit 96a4f840e3b9ca5c81e5711ff9c267b194f93ef1
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jan 31 18:17:50 2010 +0200
+Date:   2010-01-31 18:17:50 +0200
 
     Improve displaying of the memory usage limit.
 
+ src/xz/coder.c   |  8 +++-----
+ src/xz/message.c | 37 +++++++++++++++++++++++++++++--------
+ src/xz/util.c    |  7 +++++++
+ src/xz/util.h    |  6 ++++++
+ 4 files changed, 45 insertions(+), 13 deletions(-)
+
 commit b3cc4d8edd68a0250cc69680c99b9f7343f99cf2
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jan 31 12:53:56 2010 +0200
+Date:   2010-01-31 12:53:56 +0200
 
     Don't use uninitialized sigset_t.
     
@@ -4548,9 +7126,12 @@
     useless to try to block them, especially since the sigset_t
     used for blocking hasn't been initialized yet.
 
+ src/xz/signals.c | 34 ++++++++++++++++++++++++----------
+ 1 file changed, 24 insertions(+), 10 deletions(-)
+
 commit 231c3c7098f1099a56abb8afece76fc9b8699f05
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jan 31 12:01:54 2010 +0200
+Date:   2010-01-31 12:01:54 +0200
 
     Delay opening the destionation file and other fixes.
     
@@ -4570,9 +7151,17 @@
     
     A useless check for user_abort was removed from file_io.c.
 
+ src/xz/coder.c   |  64 ++++++++++++++++++++++-----------
+ src/xz/file_io.c | 107 +++++++++++++++++++++++++++----------------------------
+ src/xz/file_io.h |   8 +++--
+ src/xz/list.c    |  28 +++++----------
+ src/xz/message.c |  46 +++++++++++++-----------
+ src/xz/message.h |  29 ++++++++++-----
+ 6 files changed, 157 insertions(+), 125 deletions(-)
+
 commit 0dbd0641db99d5e73d51d04ce7a71e52dc6b4105
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jan 29 22:48:04 2010 +0200
+Date:   2010-01-29 22:48:04 +0200
 
     Add list.h to src/xz/Makefile.am.
     
@@ -4579,35 +7168,55 @@
     This should have been already in
     0bc9eab243dee3be764b3530433a7fcdc3f7c6a1.
 
+ src/xz/Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit b4b1a56e0cbd597157858264f5c7189201ac9018
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jan 29 13:24:27 2010 +0200
+Date:   2010-01-29 13:24:27 +0200
 
     Add lzmainfo.1 to manfiles list to convert to .txt and .pdf.
 
+ Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 5574d64e03ad3a3d6e00e4b0d3e81c7b5529ec95
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 27 16:42:11 2010 +0200
+Date:   2010-01-27 16:42:11 +0200
 
     Silence two compiler warnings on DOS-like systems.
 
+ src/common/tuklib_open_stdxxx.c | 6 +++++-
+ src/xz/file_io.c                | 3 +++
+ 2 files changed, 8 insertions(+), 1 deletion(-)
+
 commit b063cc34a30a4edf109343ff373b2b62b8ca72d3
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 27 13:31:03 2010 +0200
+Date:   2010-01-27 13:31:03 +0200
 
     Use PACKAGE_URL instead of custom PACKAGE_HOMEPAGE.
 
+ configure.ac              | 9 ++-------
+ src/liblzma/liblzma.pc.in | 2 +-
+ src/lzmainfo/lzmainfo.c   | 2 +-
+ src/xz/message.c          | 2 +-
+ src/xzdec/xzdec.c         | 2 +-
+ 5 files changed, 6 insertions(+), 11 deletions(-)
+
 commit 38b8035b5cb5f56457c5fa5a891d6900fcf5984f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 26 23:37:46 2010 +0200
+Date:   2010-01-26 23:37:46 +0200
 
     Add a missing space to an error message.
     
     Thanks to Robert Readman.
 
+ src/xz/args.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit e5496f9628ff5979392a80421d0b63a4de8015b4
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 26 22:53:37 2010 +0200
+Date:   2010-01-26 22:53:37 +0200
 
     Use past tense in error message in io_unlink().
     
@@ -4615,9 +7224,13 @@
     
     Thanks to Robert Readman.
 
+ THANKS           |  1 +
+ src/xz/file_io.c | 14 ++++++++++++--
+ 2 files changed, 13 insertions(+), 2 deletions(-)
+
 commit d9a9800597ea540090e434132c3b511217df0a2b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 26 15:42:24 2010 +0200
+Date:   2010-01-26 15:42:24 +0200
 
     Fix too small static buffer in util.c.
     
@@ -4624,15 +7237,21 @@
     This was introduced in
     0dd6d007669b946543ca939a44243833c79e08f4 two days ago.
 
+ src/xz/util.c | 9 ++++-----
+ 1 file changed, 4 insertions(+), 5 deletions(-)
+
 commit d0b4bbf5da068503c099cd456e294d7673548cc0
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 26 14:46:43 2010 +0200
+Date:   2010-01-26 14:46:43 +0200
 
     Minor comment fix.
 
+ src/xz/main.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
 commit 0bc9eab243dee3be764b3530433a7fcdc3f7c6a1
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jan 24 23:50:54 2010 +0200
+Date:   2010-01-24 23:50:54 +0200
 
     Add initial version of xz --list.
     
@@ -4645,17 +7264,28 @@
     
     The man page hasn't been updated yet.
 
+ src/xz/Makefile.am |   1 +
+ src/xz/list.c      | 988 ++++++++++++++++++++++++++++++++++-------------------
+ src/xz/list.h      |  18 +
+ src/xz/main.c      |  19 +-
+ src/xz/private.h   |   1 +
+ 5 files changed, 668 insertions(+), 359 deletions(-)
+
 commit df254ce03be016e217b511e7acd5d493f9929ca5
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jan 24 22:46:11 2010 +0200
+Date:   2010-01-24 22:46:11 +0200
 
     Add io_pread().
     
     It will be used by --list.
 
+ src/xz/file_io.c | 25 +++++++++++++++++++++++++
+ src/xz/file_io.h | 17 +++++++++++++++++
+ 2 files changed, 42 insertions(+)
+
 commit ef68dd4a92976276304de2aedfbe34ae91a86abb
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jan 24 22:45:14 2010 +0200
+Date:   2010-01-24 22:45:14 +0200
 
     Set LC_NUMERIC=C when --robot is used.
     
@@ -4662,23 +7292,36 @@
     It is to ensure that floating point numbers
     will always have a dot as the decimal separator.
 
+ src/xz/args.c | 4 ++++
+ 1 file changed, 4 insertions(+)
+
 commit 0dd6d007669b946543ca939a44243833c79e08f4
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jan 24 16:57:40 2010 +0200
+Date:   2010-01-24 16:57:40 +0200
 
     Some improvements to printing sizes in xz.
 
+ src/xz/coder.c   | 56 +++++++++++++++------------------------
+ src/xz/message.c | 80 ++++++++++++++++++--------------------------------------
+ src/xz/message.h |  4 +++
+ src/xz/util.c    | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/xz/util.h    | 44 +++++++++++++++++++++++++++++++
+ 5 files changed, 166 insertions(+), 90 deletions(-)
+
 commit 2a98fdffd68c66371279c211c29153c808ad5c1d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 20 22:02:35 2010 +0200
+Date:   2010-01-20 22:02:35 +0200
 
     Fix a typo in README.
     
     Thanks to R. Bijker.
 
+ README | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 07a11dad44e041b01dcfc73e8d4e00731158c06d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jan 17 11:59:54 2010 +0200
+Date:   2010-01-17 11:59:54 +0200
 
     Updated windows/Makefile.
     
@@ -4689,15 +7332,22 @@
     works well with both 32-bit and 64-bit MinGW (I
     just need to update the docs).
 
+ windows/Makefile | 38 +++++++++++++++++++++++++-------------
+ windows/config.h |  2 ++
+ 2 files changed, 27 insertions(+), 13 deletions(-)
+
 commit 37f31ead9d2b4e467df11450cf29ed7d7e3e25f3
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jan 15 11:05:11 2010 +0200
+Date:   2010-01-15 11:05:11 +0200
 
     Update the xz man page to match the previous two commits.
 
+ src/xz/xz.1 | 9 +++------
+ 1 file changed, 3 insertions(+), 6 deletions(-)
+
 commit 3ffd5d81a43210c8da56da5c5b3637d3f8bc63c7
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 13 19:10:25 2010 +0200
+Date:   2010-01-13 19:10:25 +0200
 
     Don't read compressed data from a terminal or write it
     to a terminal even if --force is specified.
@@ -4706,9 +7356,13 @@
     
     The new behavior matches bzip2. The old one matched gzip.
 
+ src/xz/main.c | 20 +++++++++-----------
+ src/xz/util.c |  8 ++++----
+ 2 files changed, 13 insertions(+), 15 deletions(-)
+
 commit 23ac2c44c3ac76994825adb7f9a8f719f78b5ee4
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 13 18:12:40 2010 +0200
+Date:   2010-01-13 18:12:40 +0200
 
     Don't compress or decompress special files unless writing
     to stdout even if --force is used.
@@ -4719,15 +7373,21 @@
     The new way simply seems more reasonable. It matches gzip's
     behavior while the old one matched bzip2's behavior.
 
+ src/xz/file_io.c | 15 ++++++++++-----
+ 1 file changed, 10 insertions(+), 5 deletions(-)
+
 commit cee12aa852ec0902983dc1f153346ef750157fb9
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 12 16:30:33 2010 +0200
+Date:   2010-01-12 16:30:33 +0200
 
     Updated THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 153c7740c54b3c90129dbd3d6153ac1303c4d605
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 12 16:18:14 2010 +0200
+Date:   2010-01-12 16:18:14 +0200
 
     Add IRIX-specific code to tuklib_physmem and tuklib_cpucores.
     
@@ -4736,17 +7396,29 @@
     
     Thanks to Stuart Shelton.
 
+ m4/tuklib_cpucores.m4        | 11 +++++++++--
+ m4/tuklib_physmem.m4         | 22 +++++++++++++++++++++-
+ src/common/tuklib_cpucores.c |  6 ++++++
+ src/common/tuklib_physmem.c  | 19 +++++++++++++++++++
+ 4 files changed, 55 insertions(+), 3 deletions(-)
+
 commit 8ea8dc754a7a5bc2d60db1eac201839cabdab6a1
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jan 1 00:29:10 2010 +0200
+Date:   2010-01-01 00:29:10 +0200
 
     Fix _memconfig() functions.
     
     This affects lzma_memusage() and lzma_memlimit_get().
 
+ src/liblzma/api/lzma/index.h        |  7 -------
+ src/liblzma/common/alone_decoder.c  | 11 +++++++----
+ src/liblzma/common/index_decoder.c  | 10 ++++++----
+ src/liblzma/common/stream_decoder.c | 11 +++++++----
+ 4 files changed, 20 insertions(+), 19 deletions(-)
+
 commit 1a7ec87c8ee61dfc2e496d2e1fb7ab0939804691
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Dec 31 22:45:53 2009 +0200
+Date:   2009-12-31 22:45:53 +0200
 
     Revised the Index handling code.
     
@@ -4773,29 +7445,49 @@
         function in the first place other than test_index.c,
         which now has its own code to compare lzma_indexes.
 
+ src/liblzma/api/lzma/index.h               |  572 +++++++---
+ src/liblzma/common/index.c                 | 1553 ++++++++++++++++++----------
+ src/liblzma/common/index.h                 |    6 +
+ src/liblzma/common/index_decoder.c         |   12 +-
+ src/liblzma/common/index_encoder.c         |   36 +-
+ src/liblzma/common/index_encoder.h         |    2 +-
+ src/liblzma/common/stream_buffer_encoder.c |    6 +-
+ src/liblzma/common/stream_encoder.c        |    3 +-
+ tests/test_index.c                         |  371 ++++---
+ 9 files changed, 1703 insertions(+), 858 deletions(-)
+
 commit f29997a846e673cb3b8cbd57de47ed313b3978bb
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Dec 31 21:13:25 2009 +0200
+Date:   2009-12-31 21:13:25 +0200
 
     Remove c-format tag in cs.po.
     
     It was fixed in the C code earlier.
 
+ po/cs.po | 1 -
+ 1 file changed, 1 deletion(-)
+
 commit 097bad000363e0bf29f8274ad2d7ab59f7dbf644
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Dec 31 21:11:05 2009 +0200
+Date:   2009-12-31 21:11:05 +0200
 
     Add missing lzma_nothrow in filter.h.
 
+ src/liblzma/api/lzma/filter.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
 commit b56cb1fc31fa2381f92eefc040df85667048d626
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Dec 9 18:13:44 2009 +0200
+Date:   2009-12-09 18:13:44 +0200
 
     Remove redefinition of _(msgid) macro from lzmainfo.c.
 
+ src/lzmainfo/lzmainfo.c | 7 -------
+ 1 file changed, 7 deletions(-)
+
 commit 171b03febfe09d9fae6ac8be6aa4518bcaf427d2
 Author: Jonathan Nieder <jrnieder at gmail.com>
-Date:   Tue Dec 8 19:41:57 2009 -0600
+Date:   2009-12-08 19:41:57 -0600
 
     update po/.gitignore
     
@@ -4813,9 +7505,12 @@
     
     Signed-off-by: Jonathan Nieder <jrnieder at gmail.com>
 
+ po/.gitignore | 28 ++++++++++++++++++++++------
+ 1 file changed, 22 insertions(+), 6 deletions(-)
+
 commit f7e44c6c11f630519072971b8b07a5729c096c36
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Dec 9 00:38:55 2009 +0200
+Date:   2009-12-09 00:38:55 +0200
 
     Always rely on GCC's auto-import on Windows.
     
@@ -4824,9 +7519,12 @@
     
     Thanks to Charles Wilson and Keith Marshall.
 
+ src/liblzma/api/lzma.h | 16 +++++++++-------
+ 1 file changed, 9 insertions(+), 7 deletions(-)
+
 commit 7b76a3e2336f25088957cba92b0dbd854d9caa3c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Dec 7 21:46:53 2009 +0200
+Date:   2009-12-07 21:46:53 +0200
 
     Fix file_io.c on DOS-like systems.
     
@@ -4835,9 +7533,12 @@
     
     Thanks to Charles Wilson.
 
+ src/xz/file_io.c | 4 ++++
+ 1 file changed, 4 insertions(+)
+
 commit 0696f5d268362221380e039bad48a86e29067c6a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Dec 7 20:54:21 2009 +0200
+Date:   2009-12-07 20:54:21 +0200
 
     Add Czech translation.
     
@@ -4848,40 +7549,57 @@
     are still welcome, just be prepared to some extra work
     in case there are changes.
 
+ THANKS     |   1 +
+ po/LINGUAS |   1 +
+ po/cs.po   | 637 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 639 insertions(+)
+
 commit 5e817a50d276f0a3607638c1c1d449d50b9aa4e5
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Dec 7 20:32:08 2009 +0200
+Date:   2009-12-07 20:32:08 +0200
 
     Add a note for translators to add a bug reporting address
     for translation bugs.
 
+ src/xz/message.c | 4 ++++
+ 1 file changed, 4 insertions(+)
+
 commit 6db1c35be9e1e364cdacff6878910e1b7aac2a37
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Dec 7 20:07:02 2009 +0200
+Date:   2009-12-07 20:07:02 +0200
 
     Prevent xgettext from taking one regular string as a C format string.
     
     Thanks to Marek Černocký.
 
+ src/xz/message.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit e0c2776b6ffbd2b1900fde353aceac734edc93d7
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Nov 28 17:45:22 2009 +0200
+Date:   2009-11-28 17:45:22 +0200
 
     Remove duplicate code in io_open_dest().
     
     Fix a missing _() in the error message too.
 
+ src/xz/file_io.c | 9 +--------
+ 1 file changed, 1 insertion(+), 8 deletions(-)
+
 commit f057a33c6f7c5992389479f2d4feabf2900ba7ee
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Nov 26 10:11:23 2009 +0200
+Date:   2009-11-26 10:11:23 +0200
 
     Typo fix to sysdefs.h.
     
     Thanks to Jonathan Nieder.
 
+ src/common/sysdefs.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 8767b41534eafdf5e742e12190646bf5740b0cdb
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Nov 26 10:10:36 2009 +0200
+Date:   2009-11-26 10:10:36 +0200
 
     Fix a memory leak in test_index.c.
     
@@ -4890,9 +7608,12 @@
     
     Thanks to Jim Meyering for noticing it.
 
+ tests/test_index.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
 commit 919fbaff860acdaa4bcd216500a0b1c960a6db92
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Nov 25 14:22:19 2009 +0200
+Date:   2009-11-25 14:22:19 +0200
 
     Add missing error check to coder.c.
     
@@ -4899,9 +7620,12 @@
     With bad luck this could cause a segfault due to
     reading (but not writing) past the end of the buffer.
 
+ src/xz/coder.c | 20 +++++++++++---------
+ 1 file changed, 11 insertions(+), 9 deletions(-)
+
 commit bd13b04e202b6f495a68eb0766f97085b7c50a06
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Nov 25 13:04:10 2009 +0200
+Date:   2009-11-25 13:04:10 +0200
 
     Fix bugs in lzma_index_read() and lzma_index_cat().
     
@@ -4915,9 +7639,13 @@
     These bugs didn't affect the xz command line tool or
     most users of liblzma in any way.
 
+ src/liblzma/common/index.c | 30 +++++++++++++++++++-----------
+ tests/test_index.c         | 28 +++++++++++++++++++++++++---
+ 2 files changed, 44 insertions(+), 14 deletions(-)
+
 commit 1f196909143b888e062bd9a0c4ba8c34d3019bfa
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Nov 25 12:52:56 2009 +0200
+Date:   2009-11-25 12:52:56 +0200
 
     Index decoder fixes.
     
@@ -4931,9 +7659,13 @@
     This simplifies applications too, since it avoids dangling
     pointers.
 
+ src/liblzma/api/lzma/index.h       | 23 ++++++++++++-----------
+ src/liblzma/common/index_decoder.c | 26 ++++++++++++++++++++------
+ 2 files changed, 32 insertions(+), 17 deletions(-)
+
 commit 465d1b0d6518c5d980f2db4c2d769f9905bdd902
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Nov 25 11:19:20 2009 +0200
+Date:   2009-11-25 11:19:20 +0200
 
     Create sparse files by default when decompressing into
     a regular file.
@@ -4945,21 +7677,36 @@
     is not good enough, and a more flexible command line
     option is needed to configure sparse file handling.
 
+ src/xz/args.c    |   6 ++
+ src/xz/coder.c   |  33 ++++----
+ src/xz/file_io.c | 243 +++++++++++++++++++++++++++++++++++++++++++++++--------
+ src/xz/file_io.h |  34 ++++++--
+ src/xz/message.c |   1 +
+ src/xz/xz.1      |  11 +++
+ 6 files changed, 272 insertions(+), 56 deletions(-)
+
 commit 37de544414fc2dc5039471d1002ebd015eb3e627
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Nov 22 12:43:06 2009 +0200
+Date:   2009-11-22 12:43:06 +0200
 
     Updated THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit f1a28b96c900c658fe016852ff62f6c24d1f50fa
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Nov 22 12:05:33 2009 +0200
+Date:   2009-11-22 12:05:33 +0200
 
     Add missing consts to pointer casts.
 
+ src/liblzma/check/crc32_fast.c | 4 ++--
+ src/liblzma/check/crc64_fast.c | 5 +++--
+ 2 files changed, 5 insertions(+), 4 deletions(-)
+
 commit b9b5c54cd438b3ae47b44cc211b71f3bc53e35ef
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Nov 22 12:00:30 2009 +0200
+Date:   2009-11-22 12:00:30 +0200
 
     Enable assembler code only if it is known to work
     on that operating system.
@@ -4971,24 +7718,35 @@
     Inline assembler (if any) is used if a macro like
     __i386__ or __x86_64__ is defined.
 
+ configure.ac | 26 ++++++++++++--------------
+ 1 file changed, 12 insertions(+), 14 deletions(-)
+
 commit 0733f4c9994db696420a405810d5f02c79ebc404
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Nov 22 11:55:03 2009 +0200
+Date:   2009-11-22 11:55:03 +0200
 
     Make fastpos.h use tuklib_integer.h instead of bsr.h
     when --enable-small has been specified.
 
+ src/liblzma/common/Makefile.inc |  1 -
+ src/liblzma/common/bsr.h        | 60 -----------------------------------------
+ src/liblzma/lzma/fastpos.h      |  5 +---
+ 3 files changed, 1 insertion(+), 65 deletions(-)
+
 commit 7ac3985d891dcc5773543f84cc5bce6c14841b12
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Nov 22 11:52:30 2009 +0200
+Date:   2009-11-22 11:52:30 +0200
 
     Update tuklib_integer.h with bit scan functions.
     
     Thanks to Joachim Henke for the original patch.
 
+ src/common/tuklib_integer.h | 189 ++++++++++++++++++++++++++++++++++++++++++--
+ 1 file changed, 181 insertions(+), 8 deletions(-)
+
 commit c74c132f7f79a842c073c66575a4fdb985e4c2e3
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Nov 20 12:51:19 2009 +0200
+Date:   2009-11-20 12:51:19 +0200
 
     Update tuklib_cpucores.m4 and tuklib_physmem.m4 from tuklib,
     which now use AC_CACHE_CHECK. Using the cache variable,
@@ -4995,9 +7753,14 @@
     configure now warns if there is no method to detect the amount
     of RAM and recommends using --enable-assume-ram.
 
+ configure.ac          | 16 ++++++++++++++++
+ m4/tuklib_cpucores.m4 | 31 ++++++++++++++++++-------------
+ m4/tuklib_physmem.m4  | 50 +++++++++++++++++++++++++++-----------------------
+ 3 files changed, 61 insertions(+), 36 deletions(-)
+
 commit d315ca4930ff96e1428c6021c96f209e1abdd83e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Nov 16 18:16:45 2009 +0200
+Date:   2009-11-16 18:16:45 +0200
 
     Add support for --info-memory and --robot to xz.
     
@@ -5007,16 +7770,29 @@
     
     Thanks to Jonathan Nieder for the original patches.
 
+ src/xz/args.c    | 85 +++++++++++++++++++++++++++++++++-----------------------
+ src/xz/args.h    |  1 +
+ src/xz/main.c    | 11 +++++---
+ src/xz/message.c | 47 +++++++++++++++++++++++--------
+ src/xz/message.h |  4 +++
+ src/xz/xz.1      | 40 +++++++++++++++++++++++---
+ 6 files changed, 133 insertions(+), 55 deletions(-)
+
 commit e330fb7e6b8162894280c8a3dc22fdc05cd2d85e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Nov 15 12:54:45 2009 +0200
+Date:   2009-11-15 12:54:45 +0200
 
     Fix wrong indentation caused by incorrect settings
     in the text editor.
 
+ src/liblzma/lz/lz_decoder.c                    | 18 +++++++++---------
+ src/liblzma/lzma/lzma2_encoder.c               |  6 +++---
+ src/liblzma/lzma/lzma_encoder_optimum_normal.c |  2 +-
+ 3 files changed, 13 insertions(+), 13 deletions(-)
+
 commit 93e418562cf127a9171e87bcd4e9af8e1bfcdae4
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Nov 15 12:40:17 2009 +0200
+Date:   2009-11-15 12:40:17 +0200
 
     Add lzma_physmem().
     
@@ -5029,33 +7805,59 @@
     
     Thanks to Jonathan Nieder for the original patch.
 
+ src/liblzma/Makefile.am               |  5 ++--
+ src/liblzma/api/Makefile.am           |  1 +
+ src/liblzma/api/lzma.h                |  3 +++
+ src/liblzma/api/lzma/hardware.h       | 51 +++++++++++++++++++++++++++++++++++
+ src/liblzma/common/Makefile.inc       |  1 +
+ src/liblzma/common/hardware_physmem.c | 25 +++++++++++++++++
+ src/xz/Makefile.am                    |  1 -
+ src/xz/hardware.c                     |  3 +--
+ src/xzdec/Makefile.am                 |  6 ++---
+ src/xzdec/xzdec.c                     |  3 +--
+ 10 files changed, 88 insertions(+), 11 deletions(-)
+
 commit cf39faca59083d38422058c6c97aa757ea7797d0
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Nov 14 20:21:19 2009 +0200
+Date:   2009-11-14 20:21:19 +0200
 
     Updated THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 2ddcae247c284cc2f396b6cfdab57790c7588b5f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Nov 14 20:20:03 2009 +0200
+Date:   2009-11-14 20:20:03 +0200
 
     Some updates to xz man page.
 
+ src/xz/xz.1 | 54 +++++++++++++++++++++++++++++++++++++++++++++++++-----
+ 1 file changed, 49 insertions(+), 5 deletions(-)
+
 commit 19b2674f07f8b588dfaf6638396b4b42866d7e23
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Nov 14 19:51:03 2009 +0200
+Date:   2009-11-14 19:51:03 +0200
 
     Fix description of --memory in --long-help.
 
+ src/xz/message.c | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
 commit 2291346f0cccf88e605d84b75c9c5aaaaddb5df8
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Nov 14 19:45:39 2009 +0200
+Date:   2009-11-14 19:45:39 +0200
 
     Update the debug programs so that they compile again.
 
+ debug/crc32.c      |  1 +
+ debug/memusage.c   |  6 ++++--
+ debug/sync_flush.c | 14 +++++++++-----
+ 3 files changed, 14 insertions(+), 7 deletions(-)
+
 commit 418d64a32e8144210f98a810738fed5a897e8367
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Nov 14 18:59:19 2009 +0200
+Date:   2009-11-14 18:59:19 +0200
 
     Fix a design error in liblzma API.
     
@@ -5080,17 +7882,43 @@
     that Stream encoder used to require keeping the filter
     chain allocated.
 
+ src/liblzma/api/lzma/filter.h           | 30 +++++++++++++
+ src/liblzma/api/lzma/lzma.h             | 13 ------
+ src/liblzma/common/block_encoder.c      | 14 ++++++
+ src/liblzma/common/common.c             | 20 ++++++++-
+ src/liblzma/common/common.h             | 22 ++++++++++
+ src/liblzma/common/easy_encoder.c       | 63 ++-------------------------
+ src/liblzma/common/filter_common.c      |  3 ++
+ src/liblzma/common/filter_encoder.c     | 27 ++++++++++++
+ src/liblzma/common/filter_encoder.h     |  2 +-
+ src/liblzma/common/stream_encoder.c     | 76 ++++++++++++++++++++++++++++-----
+ src/liblzma/delta/delta_common.c        |  5 +--
+ src/liblzma/delta/delta_decoder.c       |  3 +-
+ src/liblzma/delta/delta_encoder.c       | 17 +++++++-
+ src/liblzma/delta/delta_private.h       |  2 +-
+ src/liblzma/lz/lz_encoder.c             | 17 ++++++++
+ src/liblzma/lz/lz_encoder.h             |  4 ++
+ src/liblzma/lzma/lzma2_encoder.c        | 59 ++++++++++++++-----------
+ src/liblzma/lzma/lzma_encoder_presets.c |  1 -
+ src/liblzma/simple/simple_coder.c       | 12 ++++++
+ src/xz/options.c                        |  1 -
+ 20 files changed, 273 insertions(+), 118 deletions(-)
+
 commit f0bf7634b77263a4dd02b20c71861ab67995da68
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Oct 17 11:11:58 2009 +0300
+Date:   2009-10-17 11:11:58 +0300
 
     Fix wrong function name in the previous commit.
     
     It was meant to be lzma_filters_copy(), not lzma_filters_dup().
 
+ src/liblzma/api/lzma/filter.h      | 2 +-
+ src/liblzma/common/filter_common.c | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
 commit 6d118a0b9def82e96afba7386ec8d7da0b59649f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Oct 17 01:47:07 2009 +0300
+Date:   2009-10-17 01:47:07 +0300
 
     Add lzma_filters_copy().
     
@@ -5098,9 +7926,13 @@
     a design mistake in the encoder API. This function may
     be useful to applications too so it's good to export it.
 
+ src/liblzma/api/lzma/filter.h      | 31 ++++++++++++++
+ src/liblzma/common/filter_common.c | 82 ++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 113 insertions(+)
+
 commit 78e92c18470483e161388e679c1ee556adb3a691
 Author: Jonathan Nieder <jrnieder at gmail.com>
-Date:   Thu Oct 15 20:44:13 2009 -0500
+Date:   2009-10-15 20:44:13 -0500
 
     Escape dashes in xzmore.1
     
@@ -5111,9 +7943,12 @@
     easier to search for.  So use minus signs instead of hyphens to
     render sample terminal output.
 
+ src/scripts/xzmore.1 | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
 commit 7b7fe902d98da28e5769e2aa1e0c08c92384f7ee
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Oct 16 20:35:39 2009 +0300
+Date:   2009-10-16 20:35:39 +0300
 
     Mention --check=none in --long-help. It was already in
     the man page though.
@@ -5120,9 +7955,12 @@
     
     Thanks to Jim Meyering for noticing this.
 
+ src/xz/message.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit ebfb2c5e1f344e5c6e549b9dedaa49b0749a4a24
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Oct 4 22:57:12 2009 +0300
+Date:   2009-10-04 22:57:12 +0300
 
     Use a tuklib module for integer handling.
     
@@ -5133,22 +7971,61 @@
     on Solaris, which may contain optimized code
     like inline assembly.
 
+ configure.ac                              |  54 +----
+ m4/tuklib_integer.m4                      |  74 +++++++
+ src/common/bswap.h                        |  52 -----
+ src/common/integer.h                      | 170 ---------------
+ src/common/tuklib_config.h                |   8 +-
+ src/common/tuklib_integer.h               | 350 ++++++++++++++++++++++++++++++
+ src/liblzma/check/check.c                 |   4 +-
+ src/liblzma/check/crc32_fast.c            |   4 +-
+ src/liblzma/check/crc32_tablegen.c        |   8 +-
+ src/liblzma/check/crc64_fast.c            |   4 +-
+ src/liblzma/check/crc64_tablegen.c        |   8 +-
+ src/liblzma/check/crc_macros.h            |   2 -
+ src/liblzma/check/sha256.c                |  18 +-
+ src/liblzma/common/alone_encoder.c        |   2 +-
+ src/liblzma/common/block_header_decoder.c |   2 +-
+ src/liblzma/common/block_header_encoder.c |   2 +-
+ src/liblzma/common/common.h               |   2 +-
+ src/liblzma/common/stream_flags_decoder.c |   6 +-
+ src/liblzma/common/stream_flags_encoder.c |   6 +-
+ src/liblzma/lz/lz_encoder_hash.h          |   2 +-
+ src/liblzma/lzma/lzma_decoder.c           |   2 +-
+ src/liblzma/lzma/lzma_encoder.c           |   2 +-
+ src/liblzma/lzma/lzma_encoder_private.h   |   2 +-
+ src/liblzma/simple/simple_decoder.c       |   2 +-
+ src/liblzma/simple/simple_encoder.c       |   2 +-
+ tests/test_block_header.c                 |   4 +-
+ tests/test_stream_flags.c                 |   6 +-
+ tests/tests.h                             |   2 +-
+ 28 files changed, 467 insertions(+), 333 deletions(-)
+
 commit 29fd321033276261b87da7be5223db33d879a4c7
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Oct 2 14:35:56 2009 +0300
+Date:   2009-10-02 14:35:56 +0300
 
     Add support for --enable-assume-ram=SIZE.
 
+ INSTALL           | 16 ++++++++++++++++
+ configure.ac      | 24 ++++++++++++++++++++++++
+ src/xz/hardware.c |  7 +++----
+ src/xzdec/xzdec.c |  5 +++--
+ 4 files changed, 46 insertions(+), 6 deletions(-)
+
 commit 3782b3fee4812b0dd4ffdfa6563ed49f73060f25
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Oct 2 11:28:17 2009 +0300
+Date:   2009-10-02 11:28:17 +0300
 
     Use unaligned access (if possible) on both endiannesses
     in lz_encoder_hash.h.
 
+ src/liblzma/lz/lz_encoder_hash.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
 commit c5f68b5cc79085a87f950fea53843e27f328068e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Oct 2 11:03:26 2009 +0300
+Date:   2009-10-02 11:03:26 +0300
 
     Make liblzma produce the same output on both endiannesses.
     
@@ -5161,69 +8038,101 @@
     This commit bloatens the code on big endian systems by 1 KiB,
     which should be OK since liblzma is bloated already. ;-)
 
+ src/liblzma/check/crc32_tablegen.c     | 30 +++++++++++++++
+ src/liblzma/lz/Makefile.inc            |  1 +
+ src/liblzma/lz/lz_encoder.c            |  7 +++-
+ src/liblzma/lz/lz_encoder_hash.h       | 35 +++++++++++------
+ src/liblzma/lz/lz_encoder_hash_table.h | 68 ++++++++++++++++++++++++++++++++++
+ src/liblzma/lz/lz_encoder_mf.c         |  1 -
+ 6 files changed, 128 insertions(+), 14 deletions(-)
+
 commit 4a84d1adfda35e4fb4d41ecf0feb8223b100517a
 Author: Mike Frysinger <vapier at gentoo.org>
-Date:   Sat Sep 26 12:51:50 2009 -0400
+Date:   2009-09-26 12:51:50 -0400
 
     add lzmainfo to gitignore
     
     Signed-off-by: Mike Frysinger <vapier at gentoo.org>
 
+ .gitignore | 2 ++
+ 1 file changed, 2 insertions(+)
+
 commit 188a1dcd0cc7867810ed3a55c598d0680922c63b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Sep 27 11:53:36 2009 +0300
+Date:   2009-09-27 11:53:36 +0300
 
     Updated THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit db9119b9181b307e7ac5d2bae82444d04b902b59
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Sep 27 11:48:54 2009 +0300
+Date:   2009-09-27 11:48:54 +0300
 
     Work around a bug in Interix header files.
     
     Thanks to Markus Duft for the patch.
 
+ src/common/sysdefs.h | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
 commit b3d105e69786a45963176fd2193abe75e05ba738
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Sep 24 17:50:17 2009 +0300
+Date:   2009-09-24 17:50:17 +0300
 
     Fix an error in OpenVMS-specific code.
     
     Thanks to Jouk Jansen.
 
+ src/xz/file_io.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 5e000ff00d4d01e559397b49eb648ad3f159d496
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Sep 22 18:59:56 2009 +0300
+Date:   2009-09-22 18:59:56 +0300
 
     Added OpenVMS-specific information to INSTALL.
 
+ INSTALL | 11 +++++++++++
+ 1 file changed, 11 insertions(+)
+
 commit 932b2e204463d70f3eee5b8a1ea5a23bf9d001a4
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Sep 22 14:03:02 2009 +0300
+Date:   2009-09-22 14:03:02 +0300
 
     Better fixes for OpenVMS support.
     
     Thanks to Jouk Jansen.
 
+ src/xz/file_io.c | 19 ++++++++++++++++---
+ 1 file changed, 16 insertions(+), 3 deletions(-)
+
 commit 4c3630ec4179fe9265407a35c4db1374ffc82372
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Sep 22 13:40:19 2009 +0300
+Date:   2009-09-22 13:40:19 +0300
 
     Avoid non-standard preprocessor construct.
     
     Thanks to Jouk Jansen.
 
+ src/common/tuklib_common.h | 11 +++++++----
+ 1 file changed, 7 insertions(+), 4 deletions(-)
+
 commit 0deb1bb60addd1306b525e0ac0ad2a84eb0390d9
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Sep 21 19:50:09 2009 +0300
+Date:   2009-09-21 19:50:09 +0300
 
     Make sure that TUKLIB_DOSLIKE doesn't get defined on Cygwin.
     
     Thanks to Charles Wilson.
 
+ src/common/tuklib_common.h | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
 commit e599bba4216c0edb8cc8f40adad3a6dba88685f4
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Sep 19 09:47:30 2009 +0300
+Date:   2009-09-19 09:47:30 +0300
 
     Various changes.
     
@@ -5240,47 +8149,113 @@
     building XZ Utils on OpenVMS. Thanks to Jouk Jansen for the
     original patch.
 
+ THANKS                                             |   1 +
+ configure.ac                                       |  12 +--
+ m4/lc_physmem.m4                                   |  84 ---------------
+ m4/tuklib_common.m4                                |  22 ++++
+ m4/{lc_cpucores.m4 => tuklib_cpucores.m4}          |  83 ++++++++------
+ m4/tuklib_physmem.m4                               | 119 +++++++++++++++++++++
+ m4/tuklib_progname.m4                              |  25 +++++
+ src/common/sysdefs.h                               |   4 -
+ src/common/tuklib_common.h                         |  67 ++++++++++++
+ src/common/tuklib_config.h                         |   1 +
+ src/common/{cpucores.h => tuklib_cpucores.c}       |  39 +++----
+ src/common/tuklib_cpucores.h                       |  23 ++++
+ src/common/tuklib_exit.c                           |  57 ++++++++++
+ src/common/tuklib_exit.h                           |  25 +++++
+ src/common/tuklib_gettext.h                        |  44 ++++++++
+ src/common/{open_stdxxx.h => tuklib_open_stdxxx.c} |  24 +++--
+ src/common/tuklib_open_stdxxx.h                    |  23 ++++
+ src/common/{physmem.h => tuklib_physmem.c}         |  58 +++++-----
+ src/common/tuklib_physmem.h                        |  28 +++++
+ src/common/tuklib_progname.c                       |  50 +++++++++
+ src/common/tuklib_progname.h                       |  32 ++++++
+ src/lzmainfo/Makefile.am                           |   5 +-
+ src/lzmainfo/lzmainfo.c                            |  65 ++++-------
+ src/xz/Makefile.am                                 |   7 +-
+ src/xz/args.c                                      |   8 +-
+ src/xz/file_io.c                                   |  43 ++++----
+ src/xz/hardware.c                                  |   8 +-
+ src/xz/main.c                                      | 100 ++++-------------
+ src/xz/main.h                                      |   7 --
+ src/xz/message.c                                   |  30 +++---
+ src/xz/message.h                                   |   8 +-
+ src/xz/private.h                                   |  11 +-
+ src/xz/signals.c                                   |   2 +
+ src/xz/signals.h                                   |  17 ++-
+ src/xz/suffix.c                                    |   2 +-
+ src/xzdec/Makefile.am                              |  13 ++-
+ src/xzdec/xzdec.c                                  |  55 +++-------
+ 37 files changed, 768 insertions(+), 434 deletions(-)
+
 commit 49cfc8d392cf535f8dd10233225b1fc726fec9ef
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Sep 15 21:07:23 2009 +0300
+Date:   2009-09-15 21:07:23 +0300
 
     Fix incorrect use of "restrict".
 
+ src/liblzma/api/lzma/vli.h       | 4 ++--
+ src/liblzma/common/vli_decoder.c | 2 +-
+ src/liblzma/common/vli_encoder.c | 2 +-
+ 3 files changed, 4 insertions(+), 4 deletions(-)
+
 commit 15ffd675ab7af84592eb1c23b0e9f4699aa0fd8c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Sep 12 14:09:17 2009 +0300
+Date:   2009-09-12 14:09:17 +0300
 
     Fix GCC version check for nothrow attribute.
 
+ src/liblzma/api/lzma.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 6bfdd3a88a819f04c8f202e7d3c6f88a01c7d224
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Sep 12 14:08:15 2009 +0300
+Date:   2009-09-12 14:08:15 +0300
 
     Updated THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 4ab7b16b9573bdfa32279e4adadff684d5cd58ac
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Sep 12 14:07:36 2009 +0300
+Date:   2009-09-12 14:07:36 +0300
 
     A few grammar fixes.
     
     Thanks to Christian Weisgerber for pointing out some of these.
 
+ src/liblzma/api/lzma.h                    |  4 ++--
+ src/liblzma/api/lzma/vli.h                |  4 ++--
+ src/liblzma/common/block_header_encoder.c |  2 +-
+ src/liblzma/common/filter_common.c        |  2 +-
+ src/liblzma/lz/lz_encoder.h               | 10 +++++-----
+ src/xz/message.c                          | 22 +++++++++++-----------
+ src/xzdec/xzdec.c                         |  2 +-
+ 7 files changed, 23 insertions(+), 23 deletions(-)
+
 commit 8905a33daadcd2d6557c83c81c490b827d566c94
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Sep 11 17:08:15 2009 +0300
+Date:   2009-09-11 17:08:15 +0300
 
     Updated THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 68059334ff435300ab1ce2c616b0eee1b0d88dd9
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Sep 11 17:06:32 2009 +0300
+Date:   2009-09-11 17:06:32 +0300
 
     Add PACKAGE_HOMEPAGE to {windows,dos}/config.h to fix build errors.
 
+ dos/config.h     | 3 +++
+ windows/config.h | 3 +++
+ 2 files changed, 6 insertions(+)
+
 commit 221be761f467da76875247bc02d7a1716682075d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Sep 11 10:24:09 2009 +0300
+Date:   2009-09-11 10:24:09 +0300
 
     Use $(LN_EXEEXT) in symlinks to executables.
     
@@ -5291,15 +8266,26 @@
     .exe suffix even though the executables themselves have.
     Thanks to Charles Wilson.
 
+ configure.ac       | 9 +++++++++
+ src/xz/Makefile.am | 4 ++--
+ 2 files changed, 11 insertions(+), 2 deletions(-)
+
 commit 18a4233a53d9b82abac7db7d7804684c5fea9c2c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Sep 11 09:25:09 2009 +0300
+Date:   2009-09-11 09:25:09 +0300
 
     Fix a couple of warnings.
 
+ src/liblzma/common/stream_decoder.c            | 2 +-
+ src/liblzma/lz/lz_encoder.c                    | 5 +----
+ src/liblzma/lzma/lzma_encoder.c                | 2 +-
+ src/liblzma/lzma/lzma_encoder_optimum_normal.c | 8 ++++----
+ tests/tests.h                                  | 2 +-
+ 5 files changed, 8 insertions(+), 11 deletions(-)
+
 commit 429910b2ba67611d8df60d1a9da9641bdb5f82b4
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Sep 5 18:39:21 2009 +0300
+Date:   2009-09-05 18:39:21 +0300
 
     Add OS/2-specific code to physmem.h.
     
@@ -5306,15 +8292,21 @@
     Also move DJGPP-specific code near the code meant
     for other DOS-like systems.
 
+ src/common/physmem.h | 32 +++++++++++++++++++++-----------
+ 1 file changed, 21 insertions(+), 11 deletions(-)
+
 commit 7aca7b3174bcbba4a4915682ff0cd405d63f5740
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Sep 5 01:21:15 2009 +0300
+Date:   2009-09-05 01:21:15 +0300
 
     Updated THANKS.
 
+ THANKS | 2 ++
+ 1 file changed, 2 insertions(+)
+
 commit 60ccb80c9c4a0d771acc5b7d9d6f32b17fed1071
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Sep 5 01:20:29 2009 +0300
+Date:   2009-09-05 01:20:29 +0300
 
     Use sysctl() != -1 instead of !sysctl() to check if
     the function call succeeded.
@@ -5326,21 +8318,31 @@
     
     Thanks to Robert Elz and Thomas Klausner.
 
+ src/common/cpucores.h | 2 +-
+ src/common/physmem.h  | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
 commit 173368911cf09ab0b03fc4db8f3d4b81d86dce32
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Sep 2 09:43:51 2009 +0300
+Date:   2009-09-02 09:43:51 +0300
 
     Mention in INSTALL that --enable-small doesn't modify CFLAGS.
 
+ INSTALL | 4 ++++
+ 1 file changed, 4 insertions(+)
+
 commit 319a0fd7d7e9ebbb71ca6930abfc20777cb4aacc
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Sep 1 20:40:01 2009 +0300
+Date:   2009-09-01 20:40:01 +0300
 
     Refactored option parsing.
 
+ src/xz/options.c | 70 ++++++++++++++++++++++++++++----------------------------
+ 1 file changed, 35 insertions(+), 35 deletions(-)
+
 commit 25adaaa56e2e51a47a910a8d73452414619a2e53
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Sep 1 20:23:30 2009 +0300
+Date:   2009-09-01 20:23:30 +0300
 
     Fix options parsing bug in xz.
     
@@ -5347,15 +8349,21 @@
     xz used to reject "xz --lzma2=pb=2," while
     "xz --lzma2=pb=2,," worked. Now both work.
 
+ src/xz/options.c | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
 commit 5f6dddc6c911df02ba660564e78e6de80947c947
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Sep 1 20:20:19 2009 +0300
+Date:   2009-09-01 20:20:19 +0300
 
     Updated TODO.
 
+ TODO | 3 +++
+ 1 file changed, 3 insertions(+)
+
 commit 655457b9ada5ec7db398c5392e41290f3f332ea8
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Aug 31 21:59:25 2009 +0300
+Date:   2009-08-31 21:59:25 +0300
 
     Revert 43f44160b1ddcbf7e5205c37db09b3bebe7226f9
     and use a fix that works on all systems using
@@ -5364,21 +8372,31 @@
     Maybe the assembler code is used e.g. on Solaris x86
     but let's worry about it if this doesn't work on it.
 
+ src/liblzma/check/crc32_x86.S | 7 ++-----
+ src/liblzma/check/crc64_x86.S | 7 ++-----
+ 2 files changed, 4 insertions(+), 10 deletions(-)
+
 commit 162189c3477953805a28f96d3a75cb9ab9417928
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Aug 30 17:29:19 2009 +0300
+Date:   2009-08-30 17:29:19 +0300
 
     Updated THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 2331f5f97af3e5897e23da45d9df3d664099c7f8
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Aug 30 17:28:52 2009 +0300
+Date:   2009-08-30 17:28:52 +0300
 
     Add more OS/2 specific info to INSTALL.
 
+ INSTALL | 5 +++++
+ 1 file changed, 5 insertions(+)
+
 commit 94c66b3297b3ad307eee93cf6b160e3c43997f11
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Aug 29 14:43:52 2009 +0300
+Date:   2009-08-29 14:43:52 +0300
 
     Use even more hackish way to support thousand separators.
     
@@ -5398,15 +8416,21 @@
     recompilation in case the system libc starts to support
     the thousand separator.
 
+ src/xz/util.c | 36 +++++++++++++++++++++++++-----------
+ 1 file changed, 25 insertions(+), 11 deletions(-)
+
 commit 3432e9c6aab851da1227b63dce645d7f190c04d8
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Aug 29 13:42:56 2009 +0300
+Date:   2009-08-29 13:42:56 +0300
 
     Updated THANKS.
 
+ THANKS | 3 +++
+ 1 file changed, 3 insertions(+)
+
 commit 27414daadf5727e8ab942374b5ec1c8990122878
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Aug 29 13:39:21 2009 +0300
+Date:   2009-08-29 13:39:21 +0300
 
     Fix sysctl() usage.
     
@@ -5415,29 +8439,45 @@
     Thanks to Jukka Salmi for the patches.
     Richard Koch reported the problem too.
 
+ m4/lc_cpucores.m4     | 2 +-
+ m4/lc_physmem.m4      | 2 +-
+ src/common/cpucores.h | 2 +-
+ src/common/physmem.h  | 2 +-
+ 4 files changed, 4 insertions(+), 4 deletions(-)
+
 commit 43f44160b1ddcbf7e5205c37db09b3bebe7226f9
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Aug 29 13:35:23 2009 +0300
+Date:   2009-08-29 13:35:23 +0300
 
     Fix x86 assembler on GCC 3.
     
     Thanks to Karl Berry.
 
+ src/liblzma/check/crc32_x86.S | 7 +++++--
+ src/liblzma/check/crc64_x86.S | 7 +++++--
+ 2 files changed, 10 insertions(+), 4 deletions(-)
+
 commit 682efdc1f9492fdd76c9ce82e7c00ca0768067e8
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Aug 27 18:36:59 2009 +0300
+Date:   2009-08-27 18:36:59 +0300
 
     "make dist" fixes
 
+ Makefile.am | 13 ++++++-------
+ 1 file changed, 6 insertions(+), 7 deletions(-)
+
 commit c8c184db1c95bf70f78256ec6237845a57f342af
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Aug 27 17:08:33 2009 +0300
+Date:   2009-08-27 17:08:33 +0300
 
     Update xz man page date.
 
+ src/xz/xz.1 | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 9756fce565e98b8fa5fe6ead296d84e7601ec254
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Aug 27 17:00:22 2009 +0300
+Date:   2009-08-27 17:00:22 +0300
 
     Fix the debug directory.
     
@@ -5445,27 +8485,43 @@
     71f18e8a066a01dda0c8e5508b135ef104e43e4c required
     some changes that weren't applied in debug.
 
+ debug/Makefile.am   | 5 +++--
+ debug/full_flush.c  | 1 +
+ debug/known_sizes.c | 1 +
+ debug/memusage.c    | 1 +
+ debug/sync_flush.c  | 1 +
+ 5 files changed, 7 insertions(+), 2 deletions(-)
+
 commit 77007a7fb20187fcf3d1dd9839c79ace2d63f2ea
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Aug 27 16:36:40 2009 +0300
+Date:   2009-08-27 16:36:40 +0300
 
     Add missing files to EXTRA_DIST.
 
+ Makefile.am | 11 +++++++----
+ 1 file changed, 7 insertions(+), 4 deletions(-)
+
 commit 04dcbfdeb921e5f361a4487134e91e23fffbe09d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Aug 27 16:21:22 2009 +0300
+Date:   2009-08-27 16:21:22 +0300
 
     Bumped version to 4.999.9beta.
 
+ src/liblzma/api/lzma/version.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit fd7618611a22f42a6913bc8d518c9bbc9252d6b4
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Aug 27 16:17:47 2009 +0300
+Date:   2009-08-27 16:17:47 +0300
 
     Updated THANKS.
 
+ THANKS | 2 ++
+ 1 file changed, 2 insertions(+)
+
 commit c29e76c0f910fca0a90a50b78d337f6c32623e9d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Aug 27 16:12:52 2009 +0300
+Date:   2009-08-27 16:12:52 +0300
 
     .xz file format specification 1.0.4 (probably).
     
@@ -5472,47 +8528,68 @@
     Thanks to Christian von Roques, Peter Lawler,
     and Jim Meyering for the fixes.
 
+ doc/xz-file-format.txt | 26 +++++++++++++++-----------
+ 1 file changed, 15 insertions(+), 11 deletions(-)
+
 commit 696d7ee3953beaf4f0ed18e78917ccf300431966
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Aug 27 15:43:54 2009 +0300
+Date:   2009-08-27 15:43:54 +0300
 
     Require GNU libtool 2.2.
 
+ configure.ac | 13 +++----------
+ 1 file changed, 3 insertions(+), 10 deletions(-)
+
 commit 4c3558aa8305a8f8b6c43b8569eb539717ca9e8d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Aug 27 15:34:45 2009 +0300
+Date:   2009-08-27 15:34:45 +0300
 
     Add "dos" to EXTRA_DIST.
 
+ Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 35b29e4424ced5a3ababf132283e519080c7b298
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Aug 27 15:23:27 2009 +0300
+Date:   2009-08-27 15:23:27 +0300
 
     Updated TODO.
 
+ TODO | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
 commit 23414377192c21f3f34c84cdfe0ef0fbd06a1dea
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Aug 27 15:17:00 2009 +0300
+Date:   2009-08-27 15:17:00 +0300
 
     Some xz man page improvements.
 
+ src/xz/xz.1 | 78 ++++++++++++++++++++++++++++++++++++++++++++++++-------------
+ 1 file changed, 62 insertions(+), 16 deletions(-)
+
 commit 371b04e19fc9051dbaeec51ec0badec6a1f0699d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Aug 27 10:41:01 2009 +0300
+Date:   2009-08-27 10:41:01 +0300
 
     Removed doc/bugs.txt.
 
+ doc/bugs.txt | 46 ----------------------------------------------
+ 1 file changed, 46 deletions(-)
+
 commit d88c4072b36d3a76f839185799fb1d91037a1b81
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Aug 27 10:40:25 2009 +0300
+Date:   2009-08-27 10:40:25 +0300
 
     Updated README.
     
     It now includes bug reporting instructions/tips.
 
+ README | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++----------
+ 1 file changed, 55 insertions(+), 10 deletions(-)
+
 commit 92e536d8b8d33a6b12d0802bcd7be4437046f13e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Aug 27 10:21:18 2009 +0300
+Date:   2009-08-27 10:21:18 +0300
 
     Fix a typo in FAQ.
     
@@ -5521,9 +8598,12 @@
     (From now on, I try to always remember to put
     the relevant thanks to commit messages.)
 
+ doc/faq.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 3e2ba8b58585743e59251e69ad2783eb08357079
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Aug 27 10:13:46 2009 +0300
+Date:   2009-08-27 10:13:46 +0300
 
     Updates to liblzma API headers.
     
@@ -5534,15 +8614,32 @@
     
     Lots of comments were improved.
 
+ src/liblzma/api/lzma.h              | 20 ++++++++
+ src/liblzma/api/lzma/base.h         | 48 +++++++++---------
+ src/liblzma/api/lzma/block.h        | 38 ++++++++-------
+ src/liblzma/api/lzma/check.h        | 22 +++++----
+ src/liblzma/api/lzma/container.h    | 36 ++++++++------
+ src/liblzma/api/lzma/filter.h       | 81 +++++++++++++++++++------------
+ src/liblzma/api/lzma/index.h        | 97 ++++++++++++++++++++++---------------
+ src/liblzma/api/lzma/index_hash.h   | 14 ++++--
+ src/liblzma/api/lzma/lzma.h         | 87 +++++++++++++++++----------------
+ src/liblzma/api/lzma/stream_flags.h | 12 ++---
+ src/liblzma/api/lzma/version.h      | 10 ++--
+ src/liblzma/api/lzma/vli.h          |  7 +--
+ 12 files changed, 275 insertions(+), 197 deletions(-)
+
 commit 8e8ebc17c535a1f8846718059b48417409c37050
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Aug 18 00:30:09 2009 +0300
+Date:   2009-08-18 00:30:09 +0300
 
     Install faq.txt.
 
+ Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit b198e770a146e4a41f91a93f0b233713f2515848
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Aug 18 00:26:48 2009 +0300
+Date:   2009-08-18 00:26:48 +0300
 
     Updated faq.txt.
     
@@ -5549,42 +8646,61 @@
     Some questions worth answering were removed, because I
     currently don't have good up to date answers to them.
 
+ doc/faq.txt | 239 +++++++++++++++++++-----------------------------------------
+ 1 file changed, 73 insertions(+), 166 deletions(-)
+
 commit fe111a25cd788d31b581996e4533910388a7f0a9
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Aug 17 22:45:50 2009 +0300
+Date:   2009-08-17 22:45:50 +0300
 
     Some xz man changes.
 
+ src/xz/xz.1 | 88 ++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 43 insertions(+), 45 deletions(-)
+
 commit 10242a21e9abda0c5c6a03501703cc40b8a699a5
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Aug 16 22:15:42 2009 +0300
+Date:   2009-08-16 22:15:42 +0300
 
     Updated THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 3ce1916c83041113b9cad9ead5c97a527cf8aa1d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Aug 16 22:15:13 2009 +0300
+Date:   2009-08-16 22:15:13 +0300
 
     Fix data corruption in LZ/LZMA2 encoder.
     
     Thanks to Jonathan Stott for the bug report.
 
+ src/liblzma/lz/lz_encoder.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 66da129c8ec33dd66acc92f113f7c1ca740ca81a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Aug 13 15:15:37 2009 +0300
+Date:   2009-08-13 15:15:37 +0300
 
     Updated INSTALL and PACKAGERS to match the changes
     made in --enable-dynamic.
 
+ INSTALL   | 20 ++++++++++++++++----
+ PACKAGERS | 11 ++++++-----
+ 2 files changed, 22 insertions(+), 9 deletions(-)
+
 commit 8238c4b2402f952c4e492e5b778aa272e57b6705
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Aug 13 15:03:46 2009 +0300
+Date:   2009-08-13 15:03:46 +0300
 
     Link lzmainfo against shared liblzma by default.
 
+ src/lzmainfo/Makefile.am | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
 commit 71f18e8a066a01dda0c8e5508b135ef104e43e4c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Aug 13 15:00:21 2009 +0300
+Date:   2009-08-13 15:00:21 +0300
 
     Make --enable-dynamic a tristate option.
     
@@ -5597,17 +8713,23 @@
     This is quite messy compared to how simple thing it is supposed
     to be. The complexity is mostly due to Windows support.
 
+ configure.ac | 77 ++++++++++++++++++++++++++++++++++++++++++++----------------
+ 1 file changed, 57 insertions(+), 20 deletions(-)
+
 commit 5aa4678b2342dcfc1d2b31aa9fa4f39c539e4b61
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Aug 13 12:56:47 2009 +0300
+Date:   2009-08-13 12:56:47 +0300
 
     Fix xz Makefile.am for the man page.
     
     install-exec-hook -> install-data-hook
 
+ src/xz/Makefile.am | 2 ++
+ 1 file changed, 2 insertions(+)
+
 commit e51b4e49e800bd84e6d589dca2964d3985e88139
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Aug 13 12:55:45 2009 +0300
+Date:   2009-08-13 12:55:45 +0300
 
     Add lzmainfo for backward compatibility with LZMA Utils.
     
@@ -5616,9 +8738,16 @@
     against static liblzma by default is dumb. This will be
     fixed once I have fixed some related issues in configure.ac.
 
+ configure.ac             |   1 +
+ src/Makefile.am          |   2 +-
+ src/lzmainfo/Makefile.am |  29 ++++++
+ src/lzmainfo/lzmainfo.1  |  55 +++++++++++
+ src/lzmainfo/lzmainfo.c  | 242 +++++++++++++++++++++++++++++++++++++++++++++++
+ 5 files changed, 328 insertions(+), 1 deletion(-)
+
 commit a4165d0584376d948c213ec93c6065d24ff6a5e7
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Aug 13 12:42:36 2009 +0300
+Date:   2009-08-13 12:42:36 +0300
 
     Sync some error messages from xz to xzdec.
     
@@ -5625,27 +8754,41 @@
     Make xz error message translation usable outside
     xz (at least in upcoming lzmainfo).
 
+ src/xz/main.c     | 4 ++--
+ src/xzdec/xzdec.c | 6 +++---
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
 commit df636eb4e066b4e154ce8e66e82c87ba1db652a6
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Aug 13 09:37:21 2009 +0300
+Date:   2009-08-13 09:37:21 +0300
 
     Add xz man page to manfiles in toplevel Makefile.am.
 
+ Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 180bdf58ea5bb07941e0a99b304d9aa832198748
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Aug 13 09:37:01 2009 +0300
+Date:   2009-08-13 09:37:01 +0300
 
     Fix first line of xz man page.
 
+ src/xz/xz.1 | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit e1ce2291e759b50ebfcf7cbbcc04cd098f1705a4
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Aug 10 11:22:31 2009 +0300
+Date:   2009-08-10 11:22:31 +0300
 
     Added a rough version of the xz man page.
 
+ src/xz/Makefile.am |   15 +
+ src/xz/xz.1        | 1206 ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 1221 insertions(+)
+
 commit e71903fc6101f1c039d702e335b08aad1e1b4100
 Author: Jonathan Nieder <jrnieder at gmail.com>
-Date:   Sun Aug 9 13:41:20 2009 -0500
+Date:   2009-08-09 13:41:20 -0500
 
     “xzdiff a.xz b.xz” always fails
     
@@ -5662,9 +8805,12 @@
     descriptor.  (This trick is used in all similar contexts elsewhere
     in xzdiff and in the analogous context in gzip’s zdiff script.)
 
+ src/scripts/xzdiff.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 1d314b81aa5b0c4530638ffabd4e0edb52e5362c
 Author: Jonathan Nieder <jrnieder at gmail.com>
-Date:   Sun Aug 9 13:22:12 2009 -0500
+Date:   2009-08-09 13:22:12 -0500
 
     xzless: Support compressed standard input
     
@@ -5684,15 +8830,21 @@
     Check less’s version at runtime so xzless can continue to work
     with older versions.
 
+ src/scripts/xzless.in | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
 commit a7f5d2fe4826ac68839d00059f05004fb81d5c69
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Aug 9 20:57:46 2009 +0300
+Date:   2009-08-09 20:57:46 +0300
 
     GPLv2+ not GPLv2 for Doxyfile.in is probably OK.
 
+ Doxyfile.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit b735cde20cc14857136ae65a0e5d336ed7ddc862
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Aug 2 00:27:29 2009 +0300
+Date:   2009-08-02 00:27:29 +0300
 
     Added a copyright notice to Doxyfile.in since it contains
     lots of comments from Doxygen.
@@ -5701,64 +8853,95 @@
     their copyright on generated files, but since it doesn't
     matter for XZ Utils at all, better safe than sorry.
 
+ Doxyfile.in | 3 +++
+ 1 file changed, 3 insertions(+)
+
 commit 0fd157cc008446adfc8f91394f5503868025a642
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Aug 2 00:11:37 2009 +0300
+Date:   2009-08-02 00:11:37 +0300
 
     Updated THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit b198da96ff9ac8c89b466b4d196c5f3fe1c7904f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Aug 2 00:10:22 2009 +0300
+Date:   2009-08-02 00:10:22 +0300
 
     Updated TODO.
 
+ TODO | 4 ++++
+ 1 file changed, 4 insertions(+)
+
 commit 669413bb2db954bbfde3c4542fddbbab53891eb4
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jul 30 12:25:55 2009 +0300
+Date:   2009-07-30 12:25:55 +0300
 
     Updated THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit dbbd8fb870ae789d96497911006c869d37148c15
 Author: Jonathan Nieder <jrnieder at gmail.com>
-Date:   Tue Jul 28 17:37:24 2009 -0500
+Date:   2009-07-28 17:37:24 -0500
 
     xzdiff: add missing ;; to case statement
 
+ src/scripts/xzdiff.in | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
 commit adbad2d16cb5909f85d4a429011005613ea62ffe
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jul 24 13:15:06 2009 +0300
+Date:   2009-07-24 13:15:06 +0300
 
     Added history.txt to doc_DATA.
 
+ Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit e0236f12569eb36f9b81ce7a1e52e0f73698ac27
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jul 24 12:00:40 2009 +0300
+Date:   2009-07-24 12:00:40 +0300
 
     Updated .gitignore files.
 
+ .gitignore    | 36 +++++++++++++++++++-----------------
+ po/.gitignore |  3 +++
+ 2 files changed, 22 insertions(+), 17 deletions(-)
+
 commit 2f34fb269265e3aba43a2a9c734020a45268826d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jul 24 11:34:02 2009 +0300
+Date:   2009-07-24 11:34:02 +0300
 
     Minor improvements to COPYING.
 
+ COPYING | 11 ++++++++---
+ 1 file changed, 8 insertions(+), 3 deletions(-)
+
 commit 0db1befcfbc120377df4b89923762f16d25f548a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jul 23 19:10:55 2009 +0300
+Date:   2009-07-23 19:10:55 +0300
 
     Fix incorrect usage of getopt_long(), which caused
     invalid memory access if XZ_OPT was defined.
 
+ src/xz/args.c | 1 -
+ 1 file changed, 1 deletion(-)
+
 commit 8f8ec942d6d21ada2096eaf063411bc8bc7e2d48
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jul 20 15:43:32 2009 +0300
+Date:   2009-07-20 15:43:32 +0300
 
     Avoid internal error with --format=xz --lzma1.
 
+ src/xz/coder.c | 16 ++++++++++++----
+ 1 file changed, 12 insertions(+), 4 deletions(-)
+
 commit 99f9e879a6a8bb54a65da99c12e0f390216c152a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jul 19 13:14:20 2009 +0300
+Date:   2009-07-19 13:14:20 +0300
 
     Major documentation update.
     
@@ -5767,15 +8950,28 @@
     
     Some of the documentation files are now installed to $docdir.
 
+ AUTHORS         |  35 +++---
+ ChangeLog       |   7 +-
+ INSTALL         | 327 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ INSTALL.generic | 302 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ Makefile.am     |  11 ++
+ PACKAGERS       | 278 +++++++++++++++++++++++++++++++++++++++++++++++
+ README          | 263 ++++++++++++++++++++-------------------------
+ THANKS          |  17 +--
+ 8 files changed, 1070 insertions(+), 170 deletions(-)
+
 commit ef4cf1851de89022cba5674784f1a8f6343c15b0
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jul 19 11:09:31 2009 +0300
+Date:   2009-07-19 11:09:31 +0300
 
     Added missing author notice to xzless.in.
 
+ src/scripts/xzless.in | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 4c9c989d45b188667799a7a1d6c728ed43f7bf77
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Jul 18 18:54:55 2009 +0300
+Date:   2009-07-18 18:54:55 +0300
 
     Use AC_CONFIG_AUX_DIR to clean up the toplevel directory
     a little.
@@ -5784,21 +8980,36 @@
     
     Added the build-aux directory to .gitignore.
 
+ .gitignore   | 1 +
+ Makefile.am  | 1 -
+ configure.ac | 3 ++-
+ 3 files changed, 3 insertions(+), 2 deletions(-)
+
 commit 366e436090a7a87215e9bf0e3ddcd55f05b50587
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Jul 18 14:34:08 2009 +0300
+Date:   2009-07-18 14:34:08 +0300
 
     Updated the totally outdated TODO file.
 
+ TODO | 117 ++++++++++++++++---------------------------------------------------
+ 1 file changed, 27 insertions(+), 90 deletions(-)
+
 commit 64e498c89d8b9966e8663f43bf64d47c26c55c62
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Jul 18 11:26:39 2009 +0300
+Date:   2009-07-18 11:26:39 +0300
 
     Added public domain notice into a few files.
 
+ src/common/common_w32res.rc   | 9 ++++++++-
+ src/liblzma/liblzma.pc.in     | 7 +++++++
+ src/liblzma/liblzma_w32res.rc | 7 +++++++
+ src/xz/xz_w32res.rc           | 7 +++++++
+ src/xzdec/xzdec_w32res.rc     | 7 +++++++
+ 5 files changed, 36 insertions(+), 1 deletion(-)
+
 commit a35755c5de808df027675688855d1b621a4fb428
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jul 14 21:10:36 2009 +0300
+Date:   2009-07-14 21:10:36 +0300
 
     Allow extra commas in filter-specific options on xz command line.
     
@@ -5805,24 +9016,33 @@
     This may slightly ease writing scripts that construct
     filter-specific option strings dynamically.
 
+ src/xz/options.c | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
 commit 98f3cac1ad31191c5160a7e48398bf85141e941c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jul 14 18:04:31 2009 +0300
+Date:   2009-07-14 18:04:31 +0300
 
     Accept --lzma2=preset=6e where "e" is equivalent to --extreme
     when no custom chain is in use.
 
+ src/xz/options.c | 80 +++++++++++++++++++++++++++++++++++++++++---------------
+ 1 file changed, 59 insertions(+), 21 deletions(-)
+
 commit d873a09e956363e54bf58c577c8f7e487b6fb464
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jul 12 19:08:30 2009 +0300
+Date:   2009-07-12 19:08:30 +0300
 
     Add dist-hook to create ChangeLog from the commit log,
     and to conver the man pages to PDF and plain text, which
     may be convenient to those who cannot render man pages.
 
+ Makefile.am | 31 +++++++++++++++++++++++++++++++
+ 1 file changed, 31 insertions(+)
+
 commit cd69a5a6c16c289f6f8e2823b03c72289472270f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jul 10 11:39:38 2009 +0300
+Date:   2009-07-10 11:39:38 +0300
 
     BCJ filters: Reject invalid start offsets with LZMA_OPTIONS_ERROR.
     
@@ -5837,9 +9057,19 @@
     so one will get a bit unclear error message if trying to use
     an invalid start offset.
 
+ src/liblzma/simple/arm.c            | 2 +-
+ src/liblzma/simple/armthumb.c       | 2 +-
+ src/liblzma/simple/ia64.c           | 2 +-
+ src/liblzma/simple/powerpc.c        | 2 +-
+ src/liblzma/simple/simple_coder.c   | 5 ++++-
+ src/liblzma/simple/simple_private.h | 3 ++-
+ src/liblzma/simple/sparc.c          | 2 +-
+ src/liblzma/simple/x86.c            | 2 +-
+ 8 files changed, 12 insertions(+), 8 deletions(-)
+
 commit eed9953732b801f6c97317fb3160445a8754180b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jul 10 11:33:21 2009 +0300
+Date:   2009-07-10 11:33:21 +0300
 
     Look for full command names instead of substrings
     like "un", "cat", and "lz" when determining if
@@ -5849,21 +9079,30 @@
     --program-transform-name), it doesn't so easily
     work in wrong mode.
 
+ src/xz/args.c | 22 +++++++++++++---------
+ 1 file changed, 13 insertions(+), 9 deletions(-)
+
 commit 6f62fa88f4ff7ba78565c314c0e6e71c498fa658
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jul 8 23:06:46 2009 +0300
+Date:   2009-07-08 23:06:46 +0300
 
     Updated THANKS.
 
+ THANKS | 2 ++
+ 1 file changed, 2 insertions(+)
+
 commit 1754b7e03e2aa7e2e0196807fe8b0f3f5a637b0e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jul 8 23:05:29 2009 +0300
+Date:   2009-07-08 23:05:29 +0300
 
     Portability improvement to version.sh.
 
+ version.sh | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
 commit 3bdb53792c0e3e3febe9370e56eda5b08f89410f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jul 8 22:50:16 2009 +0300
+Date:   2009-07-08 22:50:16 +0300
 
     Remove --force from xzdec.
     
@@ -5873,9 +9112,13 @@
     be wrong. xzdec will not support copying unrecognized
     data as is to stdout, so it cannot support --force.
 
+ src/xzdec/xzdec.1 | 5 -----
+ src/xzdec/xzdec.c | 5 +----
+ 2 files changed, 1 insertion(+), 9 deletions(-)
+
 commit 5f16ef4abf220028a9ddbcb138217597a9455f62
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jul 6 10:36:04 2009 +0300
+Date:   2009-07-06 10:36:04 +0300
 
     Use sed instead of $(SED) so that we don't need to
     use AC_PROG_SED. We don't do anything fancy with sed,
@@ -5882,9 +9125,15 @@
     so this should work OK. libtool 2.2 sets SED but 1.5
     doesn't, so $(SED) happened to work when using libtool 2.2.
 
+ src/liblzma/Makefile.am |  2 +-
+ src/scripts/Makefile.am | 28 ++++++++++++++--------------
+ src/xz/Makefile.am      |  6 +++---
+ src/xzdec/Makefile.am   |  6 +++---
+ 4 files changed, 21 insertions(+), 21 deletions(-)
+
 commit 96e4b257e101d72072d43e144897d92920270669
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jul 5 22:25:17 2009 +0300
+Date:   2009-07-05 22:25:17 +0300
 
     Major update to the xzgrep and other scripts based on
     the latest versions found from gzip CVS repository.
@@ -5899,15 +9148,34 @@
     The name of the xz executable used in these scripts is
     now correct even if --program-transform-name has been used.
 
+ configure.ac            |  14 ++++
+ m4/posix-shell.m4       |  63 ++++++++++++++++
+ src/scripts/Makefile.am |  24 +++---
+ src/scripts/xzdiff      |  67 -----------------
+ src/scripts/xzdiff.1    |  58 ++++++++------
+ src/scripts/xzdiff.in   | 172 ++++++++++++++++++++++++++++++++++++++++++
+ src/scripts/xzgrep      | 123 ------------------------------
+ src/scripts/xzgrep.1    |  85 ++++++++++++---------
+ src/scripts/xzgrep.in   | 196 ++++++++++++++++++++++++++++++++++++++++++++++++
+ src/scripts/xzless.1    |  66 ++++++++++++++++
+ src/scripts/xzless.in   |  51 +++++++++++++
+ src/scripts/xzmore      |  74 ------------------
+ src/scripts/xzmore.1    |  64 +++++++---------
+ src/scripts/xzmore.in   |  78 +++++++++++++++++++
+ 14 files changed, 766 insertions(+), 369 deletions(-)
+
 commit 25cc7a6e8c2506a0d80084a4c1c67d33e7439100
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jul 5 19:26:53 2009 +0300
+Date:   2009-07-05 19:26:53 +0300
 
     Use @PACKAGE_HOMEPAGE@ in liblzma.pc.in.
 
+ src/liblzma/liblzma.pc.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 18c10c30d2833f394cd7bce0e6a821044b15832f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Jul 4 00:40:44 2009 +0300
+Date:   2009-07-04 00:40:44 +0300
 
     Make "xz --decompress --stdout --force" copy unrecognized
     files as is to standard output.
@@ -5918,9 +9186,12 @@
     files of only a few bytes in size. xz now has its own file
     type detection code and no longer uses lzma_auto_decoder().
 
+ src/xz/coder.c | 213 +++++++++++++++++++++++++++++++++++++++++++++++----------
+ 1 file changed, 178 insertions(+), 35 deletions(-)
+
 commit 0a289c01ac821ea9c4250aa906b0ae3cfa953633
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jul 2 14:30:38 2009 +0300
+Date:   2009-07-02 14:30:38 +0300
 
     Define PACKAGE_HOMEPAGE in configure.ac and use it in
     xz and xzdec.
@@ -5927,21 +9198,32 @@
     
     Use also PACKAGE_NAME instead of hardcoding "XZ Utils".
 
+ configure.ac      | 5 +++++
+ src/xz/message.c  | 4 ++--
+ src/xzdec/xzdec.c | 4 ++--
+ 3 files changed, 9 insertions(+), 4 deletions(-)
+
 commit 5cc99db5bae8633f85559e5cdaef4cd905a4ee9c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jul 1 12:21:24 2009 +0300
+Date:   2009-07-01 12:21:24 +0300
 
     Avoid visibility related compiler warnings on Windows.
 
+ configure.ac | 20 +++++++++-----------
+ 1 file changed, 9 insertions(+), 11 deletions(-)
+
 commit 7653d1cf48080e63b189ed9d58dea0e82b6b1c5e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jun 30 17:14:39 2009 +0300
+Date:   2009-06-30 17:14:39 +0300
 
     Use static liblzma by default also for tests.
 
+ tests/Makefile.am | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
 commit f42ee981668b545ab6d06c6072e262c29605273c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jun 30 17:09:57 2009 +0300
+Date:   2009-06-30 17:09:57 +0300
 
     Build system fixes
     
@@ -5969,179 +9251,325 @@
     This commit also adds support for building Windows resources
     into liblzma and executables.
 
+ configure.ac                        | 34 ++++++++++------
+ src/liblzma/Makefile.am             | 79 +++++++++++++++++++++++++++++--------
+ src/liblzma/check/Makefile.am       | 47 ----------------------
+ src/liblzma/check/Makefile.inc      | 51 ++++++++++++++++++++++++
+ src/liblzma/common/Makefile.am      | 78 ------------------------------------
+ src/liblzma/common/Makefile.inc     | 67 +++++++++++++++++++++++++++++++
+ src/liblzma/common/common.h         | 16 +++++---
+ src/liblzma/delta/Makefile.am       | 28 -------------
+ src/liblzma/delta/Makefile.inc      | 23 +++++++++++
+ src/liblzma/lz/Makefile.am          | 29 --------------
+ src/liblzma/lz/Makefile.inc         | 21 ++++++++++
+ src/liblzma/lzma/Makefile.am        | 51 ------------------------
+ src/liblzma/lzma/Makefile.inc       | 43 ++++++++++++++++++++
+ src/liblzma/rangecoder/Makefile.am  | 26 ------------
+ src/liblzma/rangecoder/Makefile.inc | 21 ++++++++++
+ src/liblzma/simple/Makefile.am      | 51 ------------------------
+ src/liblzma/simple/Makefile.inc     | 47 ++++++++++++++++++++++
+ src/liblzma/subblock/Makefile.am    | 26 ------------
+ src/liblzma/subblock/Makefile.inc   | 20 ++++++++++
+ src/xz/Makefile.am                  | 11 +++++-
+ src/xzdec/Makefile.am               | 20 +++++++++-
+ 21 files changed, 417 insertions(+), 372 deletions(-)
+
 commit 89dac1db6f168d7469cfbc4432651d4724c5c0de
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jun 29 22:19:51 2009 +0300
+Date:   2009-06-29 22:19:51 +0300
 
     Added a comment about "autoconf -fi" to autogen.sh.
 
+ autogen.sh | 3 +++
+ 1 file changed, 3 insertions(+)
+
 commit 6e685aae4594bc0af1b5032e01bb37d0edaa3ebd
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jun 28 10:04:24 2009 +0300
+Date:   2009-06-28 10:04:24 +0300
 
     Add -no-undefined to get shared liblzma on Windows.
 
+ src/liblzma/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 73f560ee5fa064992b76688d9472baf139432540
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Jun 27 22:57:15 2009 +0300
+Date:   2009-06-27 22:57:15 +0300
 
     Make physmem() work on Cygwin 1.5 and older.
 
+ src/common/physmem.h | 77 +++++++++++++++++++++++++++-------------------------
+ 1 file changed, 40 insertions(+), 37 deletions(-)
+
 commit 7ff0004fbce24ae72eddfe392828ffd7d4639ed1
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Jun 27 17:28:01 2009 +0300
+Date:   2009-06-27 17:28:01 +0300
 
     Moved the Windows resource files outside the windows directory
     to prepare for building them with Autotools.
 
+ windows/common.rc => src/common/common_w32res.rc   |  0
+ .../liblzma.rc => src/liblzma/liblzma_w32res.rc    |  2 +-
+ windows/xz.rc => src/xz/xz_w32res.rc               |  2 +-
+ windows/lzmadec.rc => src/xzdec/lzmadec_w32res.rc  |  2 +-
+ windows/xzdec.rc => src/xzdec/xzdec_w32res.rc      |  2 +-
+ windows/Makefile                                   | 35 ++++++++++++----------
+ 6 files changed, 23 insertions(+), 20 deletions(-)
+
 commit 449c634674f35336a4815d398172e447659a135e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Jun 27 13:05:03 2009 +0300
+Date:   2009-06-27 13:05:03 +0300
 
     Added missing $(EXEEXT).
 
+ src/xz/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 792db79f27ad9ab1fb977e23be65c7761f545752
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Jun 27 12:32:40 2009 +0300
+Date:   2009-06-27 12:32:40 +0300
 
     Create correct symlinks even when
     --program-{prefix,suffix,transform} is passed to configure.
 
+ src/scripts/Makefile.am | 80 ++++++++++++++++++++++++++++---------------------
+ src/xz/Makefile.am      | 21 ++++++++-----
+ src/xzdec/Makefile.am   |  9 ++++--
+ 3 files changed, 65 insertions(+), 45 deletions(-)
+
 commit 0adc72feb84f5b903f6ad9d3f759b1c326fafc6b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Jun 27 10:02:24 2009 +0300
+Date:   2009-06-27 10:02:24 +0300
 
     Silence a compiler warning on DOS-like systems.
 
+ src/xz/file_io.c | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
 commit ad12edc95254ede3f0cb8dec8645e8789e984c4f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Jun 27 09:35:15 2009 +0300
+Date:   2009-06-27 09:35:15 +0300
 
     Updated the filenames in POTFILES.in too.
 
+ po/POTFILES.in | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
 commit b2b1f867532732fe9969131f8713bdd6b0731763
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Jun 27 00:43:06 2009 +0300
+Date:   2009-06-27 00:43:06 +0300
 
     Hopefully improved portability of the assembler code in
     Autotools based builds on Windows.
 
+ src/liblzma/check/crc32_x86.S | 8 +++++++-
+ src/liblzma/check/crc64_x86.S | 8 +++++++-
+ 2 files changed, 14 insertions(+), 2 deletions(-)
+
 commit c393055947247627a09b6a6b8f20aa0c32f9be16
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 26 21:17:29 2009 +0300
+Date:   2009-06-26 21:17:29 +0300
 
     Updated THANKS (most of today's commits are based on
     Charles Wilson's patches).
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit da0af22e4b4139b8a10710945f8b245b3a77c97d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 26 21:00:35 2009 +0300
+Date:   2009-06-26 21:00:35 +0300
 
     Updated comments to match renamed files.
 
+ src/xz/coder.c   | 2 +-
+ src/xz/coder.h   | 2 +-
+ src/xz/file_io.c | 2 +-
+ src/xz/file_io.h | 2 +-
+ 4 files changed, 4 insertions(+), 4 deletions(-)
+
 commit 65014fd211dfbd4be48685998cb5a12aaa29c8d2
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 26 20:49:54 2009 +0300
+Date:   2009-06-26 20:49:54 +0300
 
     Rename process.[hc] to coder.[hc] and io.[hc] to file_io.[hc]
     to avoid problems on systems with system headers with those
     names.
 
+ dos/Makefile                  | 4 ++--
+ src/xz/Makefile.am            | 8 ++++----
+ src/xz/{process.c => coder.c} | 0
+ src/xz/{process.h => coder.h} | 0
+ src/xz/{io.c => file_io.c}    | 0
+ src/xz/{io.h => file_io.h}    | 0
+ src/xz/private.h              | 4 ++--
+ windows/Makefile              | 4 ++--
+ 8 files changed, 10 insertions(+), 10 deletions(-)
+
 commit 5e1257466dcb66f1d7a3f71814a5ad885cba43e8
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 26 20:43:36 2009 +0300
+Date:   2009-06-26 20:43:36 +0300
 
     Rename process_file() to coder_run().
 
+ src/xz/main.c    | 6 +++---
+ src/xz/process.c | 6 +++---
+ src/xz/process.h | 5 ++---
+ 3 files changed, 8 insertions(+), 9 deletions(-)
+
 commit cad62551c5fa9865dbe0841a0b3bc729c4fbe8fc
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 26 20:36:45 2009 +0300
+Date:   2009-06-26 20:36:45 +0300
 
     Ugly hack to make it possible to use the thousand separator
     format character with snprintf() on POSIX systems but not
     on non-POSIX systems and still keep xgettext working.
 
+ dos/Makefile     | 16 +++-------------
+ src/xz/message.c | 17 +++++++++--------
+ src/xz/process.c | 30 +++++++++++++++---------------
+ src/xz/util.c    | 34 ++++++++++++++++++++++++++++++++++
+ src/xz/util.h    | 20 ++++++++++++++++++++
+ windows/Makefile | 13 +++----------
+ 6 files changed, 84 insertions(+), 46 deletions(-)
+
 commit fe378d47074b16c52b00fe184d119287c68ce2e7
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 26 15:40:40 2009 +0300
+Date:   2009-06-26 15:40:40 +0300
 
     Added missing source files to windows/Makefile.
 
+ windows/Makefile | 2 ++
+ 1 file changed, 2 insertions(+)
+
 commit 390a6408563067613b29de895cb40e4d0386d62c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 26 15:37:53 2009 +0300
+Date:   2009-06-26 15:37:53 +0300
 
     Basic support for building with Cygwin and MinGW using
     the Autotools based build system. It's not good yet, more
     fixes will follow.
 
+ configure.ac                  |  7 +++++++
+ src/liblzma/api/lzma.h        |  7 +++++--
+ src/liblzma/check/crc32_x86.S |  7 ++++---
+ src/liblzma/check/crc64_x86.S |  7 ++++---
+ src/liblzma/common/common.h   |  2 +-
+ windows/Makefile              | 16 +++++++---------
+ 6 files changed, 28 insertions(+), 18 deletions(-)
+
 commit 1c9360b7d1197457aaad2f8888b99f1149861579
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 26 14:47:31 2009 +0300
+Date:   2009-06-26 14:47:31 +0300
 
     Fix @variables@ to $(variables) in Makefile.am files.
     Fix the ordering of libgnu.a and LTLIBINTL on the linker
     command line and added missing LTLIBINTL to tests/Makefile.am.
 
+ debug/Makefile.am                  | 12 ++++++------
+ src/liblzma/check/Makefile.am      |  4 ++--
+ src/liblzma/common/Makefile.am     | 16 ++++++++--------
+ src/liblzma/delta/Makefile.am      |  4 ++--
+ src/liblzma/lz/Makefile.am         |  6 +++---
+ src/liblzma/lzma/Makefile.am       |  8 ++++----
+ src/liblzma/rangecoder/Makefile.am |  4 ++--
+ src/liblzma/simple/Makefile.am     |  4 ++--
+ src/liblzma/subblock/Makefile.am   |  4 ++--
+ src/xz/Makefile.am                 | 21 +++++++++++----------
+ src/xzdec/Makefile.am              | 19 ++++++++++---------
+ tests/Makefile.am                  | 12 +++++++-----
+ 12 files changed, 59 insertions(+), 55 deletions(-)
+
 commit d45615c555e250209ebb55aa3649abe790f1eeac
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 26 14:20:02 2009 +0300
+Date:   2009-06-26 14:20:02 +0300
 
     Allow to explicitly specify autotool versions in autogen.sh.
 
+ autogen.sh | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
 commit eaf8367368a329afa48785380f9dca6b681f3397
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 26 14:18:32 2009 +0300
+Date:   2009-06-26 14:18:32 +0300
 
     Add version.sh to EXTRA_DIST.
 
+ Makefile.am | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
 commit b317b218e2d383dd27a700094c0de4510540ea18
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jun 24 20:14:10 2009 +0300
+Date:   2009-06-24 20:14:10 +0300
 
     Support HW_PHYSMEM64
 
+ src/common/physmem.h | 30 +++++++++++++++++++-----------
+ 1 file changed, 19 insertions(+), 11 deletions(-)
+
 commit ae82dde5d9cc60c80cc89601b6c51cc1611d48e7
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jun 24 13:01:59 2009 +0300
+Date:   2009-06-24 13:01:59 +0300
 
     Cast a char argument to isspace() to unsigned char.
 
+ src/xz/args.c | 11 +++++++++--
+ 1 file changed, 9 insertions(+), 2 deletions(-)
+
 commit 1735d31ea347210e914df038eeea4b2626e76e42
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 5 13:46:26 2009 +0300
+Date:   2009-06-05 13:46:26 +0300
 
     A few more spelling fixes. Released the .xz spec 1.0.3.
 
+ doc/xz-file-format.txt | 12 +++++++-----
+ 1 file changed, 7 insertions(+), 5 deletions(-)
+
 commit 8ed156ce894966103e895aa08f2a9fb912f6fad5
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jun 4 23:42:12 2009 +0300
+Date:   2009-06-04 23:42:12 +0300
 
     Added xzdec man page.
 
+ src/xzdec/Makefile.am |  11 ++++
+ src/xzdec/xzdec.1     | 173 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 184 insertions(+)
+
 commit f6df39afaa84f71439507178a49b2a5dda6e824c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jun 4 23:26:47 2009 +0300
+Date:   2009-06-04 23:26:47 +0300
 
     Harmonized xzdec --memory with xz --memory and made
     minor cleanups.
 
+ src/xzdec/xzdec.c | 74 +++++++++++++++++++++++++++++++++++++++----------------
+ 1 file changed, 53 insertions(+), 21 deletions(-)
+
 commit 1774f27c61ce294a56712ca2f4785f90a62441bc
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jun 4 22:59:55 2009 +0300
+Date:   2009-06-04 22:59:55 +0300
 
     Fix purporse -> purpose. Thanks to Andrew Dudman.
     Released .xz spec 1.0.2 due to this fix too.
 
+ THANKS                    | 1 +
+ doc/xz-file-format.txt    | 8 +++++---
+ src/liblzma/liblzma.pc.in | 2 +-
+ windows/Makefile          | 2 +-
+ 4 files changed, 8 insertions(+), 5 deletions(-)
+
 commit cb613455642f48fb51059e22018615f64c59b70f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jun 1 14:53:57 2009 +0300
+Date:   2009-06-01 14:53:57 +0300
 
     The .xz file format version 1.0.1
 
+ doc/xz-file-format.txt | 29 ++++++++++++++++++++++-------
+ 1 file changed, 22 insertions(+), 7 deletions(-)
+
 commit 083c23c680ff844846d177cfc58bb7a874e7e6b9
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue May 26 14:48:48 2009 +0300
+Date:   2009-05-26 14:48:48 +0300
 
     Make the raw value of the Check field available to applications
     via lzma_block structure.
@@ -6148,36 +9576,57 @@
     
     This changes ABI but not doesn't break API.
 
+ src/liblzma/api/lzma/block.h              | 17 ++++++++++++++++
+ src/liblzma/common/block_buffer_encoder.c |  1 +
+ src/liblzma/common/block_decoder.c        | 34 ++++++++++++++-----------------
+ src/liblzma/common/block_encoder.c        | 21 ++++++++-----------
+ 4 files changed, 42 insertions(+), 31 deletions(-)
+
 commit b4f5c814090dc07d4350453576305e41eb9c998d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat May 23 16:57:21 2009 +0300
+Date:   2009-05-23 16:57:21 +0300
 
     Remove undocumented alternative option names --bcj, --ppc,
     and --itanium.
 
+ src/xz/args.c | 3 ---
+ 1 file changed, 3 deletions(-)
+
 commit b1edee2cdc7ef4411b1a21c07094ec763f071281
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat May 23 15:12:23 2009 +0300
+Date:   2009-05-23 15:12:23 +0300
 
     Add support for specifying the BCJ filter start offset
     in the xz command line tool.
 
+ src/xz/args.c    | 36 +++++++++++++++++++++---------------
+ src/xz/message.c | 14 ++++++++------
+ src/xz/options.c | 40 ++++++++++++++++++++++++++++++++++++++++
+ src/xz/options.h |  7 +++++++
+ 4 files changed, 76 insertions(+), 21 deletions(-)
+
 commit 72aa0e9c5f4289f10ef5bf240a9448d3017f1ceb
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat May 23 14:51:09 2009 +0300
+Date:   2009-05-23 14:51:09 +0300
 
     Updated THANKS.
 
+ THANKS | 2 ++
+ 1 file changed, 2 insertions(+)
+
 commit dcedb6998cefeca6597dd1219328a3abf5acf66d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri May 22 16:40:50 2009 +0300
+Date:   2009-05-22 16:40:50 +0300
 
     Added support for --quiet and --no-warn to xzdec.
     Cleaned up the --help message a little.
 
+ src/xzdec/xzdec.c | 76 +++++++++++++++++++++++++++++++++++--------------------
+ 1 file changed, 49 insertions(+), 27 deletions(-)
+
 commit 5f735dae80aa629853f4831d7b84ec1c614979eb
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri May 22 15:11:52 2009 +0300
+Date:   2009-05-22 15:11:52 +0300
 
     Use the 40 % of RAM memory usage limit in xzdec too.
     
@@ -6184,27 +9633,42 @@
     Update the memory usage info text in --help to match
     the text in xz --long-help.
 
+ src/xzdec/xzdec.c | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
 commit b60376249e0c586910c4121fab4f791820cc1289
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri May 22 14:43:00 2009 +0300
+Date:   2009-05-22 14:43:00 +0300
 
     Add --no-warn.
 
+ src/xz/args.c    |  8 +++++++-
+ src/xz/main.c    | 17 +++++++++++++++++
+ src/xz/main.h    |  6 ++++++
+ src/xz/message.c |  4 ++++
+ 4 files changed, 34 insertions(+), 1 deletion(-)
+
 commit b4f92f522d4b854c0adb7c38be7531e1a6a7b008
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri May 22 14:27:40 2009 +0300
+Date:   2009-05-22 14:27:40 +0300
 
     Fix a comment.
 
+ src/xz/main.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 4dd21d23f22569285ae706b58b0e5904b8db1839
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri May 22 14:21:20 2009 +0300
+Date:   2009-05-22 14:21:20 +0300
 
     Remove the --info option, which was an alias for --list.
 
+ src/xz/args.c | 1 -
+ 1 file changed, 1 deletion(-)
+
 commit 8836139b63ce774bdd62abf17ab69b290e08229e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri May 22 12:27:43 2009 +0300
+Date:   2009-05-22 12:27:43 +0300
 
     If xz is run as lzma, unlzma, or lzcat, simply imply
     --format=lzma. This means that xz emulating lzma
@@ -6212,9 +9676,12 @@
     commit it did. The new way is slightly simpler in
     code and especially in upcoming documentation.
 
+ src/xz/args.c | 17 ++++++-----------
+ 1 file changed, 6 insertions(+), 11 deletions(-)
+
 commit b0063023f8adb06ea735ec4af5c6f5b7bdb8e84d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri May 22 11:29:50 2009 +0300
+Date:   2009-05-22 11:29:50 +0300
 
     Make the default memory usage limit 40 % of RAM for both
     compressing and decompressing. This should be OK now that
@@ -6233,9 +9700,16 @@
     
     Cleaned up the output of --help and --long-help.
 
+ src/xz/args.c     | 28 +++++++++++++-----
+ src/xz/hardware.c | 86 +++++++++++++++++++++++--------------------------------
+ src/xz/hardware.h | 10 +++----
+ src/xz/message.c  | 28 +++++++++---------
+ src/xz/process.c  | 18 +++++-------
+ 5 files changed, 82 insertions(+), 88 deletions(-)
+
 commit 071b825b23911a69dd1cd2f8cda004ef8a781fae
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu May 21 17:22:01 2009 +0300
+Date:   2009-05-21 17:22:01 +0300
 
     Support special value "max" where xz and xzdec accept an integer.
     Don't round the memory usage limit in xzdec --help to avoid
@@ -6242,9 +9716,13 @@
     an integer overflow and to not give wrong impression that
     the limit is high enough when it may not actually be.
 
+ src/xz/util.c     | 4 ++++
+ src/xzdec/xzdec.c | 6 +++++-
+ 2 files changed, 9 insertions(+), 1 deletion(-)
+
 commit 03ca67fd37dd43fa7f590de340899cd497c10802
 Author: ABCD <en.abcd at gmail.com>
-Date:   Wed May 20 17:31:18 2009 -0400
+Date:   2009-05-20 17:31:18 -0400
 
     Install lzdiff, lzgrep, and lzmore as symlinks
     
@@ -6252,44 +9730,68 @@
     It also installs symlinks for the manual pages and removes the new
     symlinks on uninstall.
 
+ src/scripts/Makefile.am | 16 ++++++++++++++--
+ 1 file changed, 14 insertions(+), 2 deletions(-)
+
 commit a6f43e64128a6da5cd641de1e1e527433b3e5638
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat May 2 16:10:14 2009 +0300
+Date:   2009-05-02 16:10:14 +0300
 
     Use a GCC-specific #pragma instead of GCC-specific
     -Wno-uninitialized to silence a bogus warning.
 
+ configure.ac                  | 13 -------------
+ src/liblzma/check/Makefile.am |  5 -----
+ src/liblzma/check/sha256.c    |  5 +++++
+ 3 files changed, 5 insertions(+), 18 deletions(-)
+
 commit f6ce63ebdb45a857c8949960c83c9580ae888951
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat May 2 14:46:50 2009 +0300
+Date:   2009-05-02 14:46:50 +0300
 
     Removed --disable-encoder and --disable-decoder. Use the values
     given to --enable-encoders and --enable-decoders to determine
     if any encoder or decoder support is wanted.
 
+ configure.ac | 48 ++++++++----------------------------------------
+ 1 file changed, 8 insertions(+), 40 deletions(-)
+
 commit be06858d5cf8ba46557395035d821dc332f3f830
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri May 1 11:28:52 2009 +0300
+Date:   2009-05-01 11:28:52 +0300
 
     Remove docs that are too outdated to be updated
     (rewrite will be better).
 
+ doc/liblzma-advanced.txt | 324 -----------------------------------------------
+ doc/liblzma-hacking.txt  | 112 ----------------
+ doc/liblzma-intro.txt    | 194 ----------------------------
+ doc/liblzma-security.txt | 219 --------------------------------
+ doc/lzma-intro.txt       | 107 ----------------
+ 5 files changed, 956 deletions(-)
+
 commit 0255401e57c96af87c6b159eca28974e79430a82
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri May 1 11:21:46 2009 +0300
+Date:   2009-05-01 11:21:46 +0300
 
     Added documentation about the legacy .lzma file format.
 
+ doc/lzma-file-format.txt | 166 +++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 166 insertions(+)
+
 commit 1496ff437c46f38303e0e94c511ca604b3a11f85
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri May 1 11:20:23 2009 +0300
+Date:   2009-05-01 11:20:23 +0300
 
     Renamed the file format specification to xz-file-format.txt
     which is the filename used on the WWW.
 
+ doc/{file-format.txt => xz-file-format.txt} | 0
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
 commit 21c6b94373d239d7e86bd480fcd558e30391712f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Apr 28 23:08:32 2009 +0300
+Date:   2009-04-28 23:08:32 +0300
 
     Fixed a crash in liblzma.
     
@@ -6304,9 +9806,22 @@
     a single xz command. The first file should have e.g. x86+LZMA2
     as the filter chain, and the second file just LZMA2.
 
+ src/liblzma/common/alone_decoder.c  | 2 +-
+ src/liblzma/common/alone_encoder.c  | 4 ++--
+ src/liblzma/common/auto_decoder.c   | 2 +-
+ src/liblzma/common/block_decoder.c  | 2 +-
+ src/liblzma/common/block_encoder.c  | 2 +-
+ src/liblzma/common/common.h         | 4 ++--
+ src/liblzma/common/easy_encoder.c   | 2 +-
+ src/liblzma/common/index_decoder.c  | 2 +-
+ src/liblzma/common/index_encoder.c  | 2 +-
+ src/liblzma/common/stream_decoder.c | 2 +-
+ src/liblzma/common/stream_encoder.c | 2 +-
+ 11 files changed, 13 insertions(+), 13 deletions(-)
+
 commit e518d167aa5958e469982f4fb3a24b9b6a2b5d1c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Apr 15 14:13:38 2009 +0300
+Date:   2009-04-15 14:13:38 +0300
 
     Fix uint32_t -> size_t in ARM and ARM-Thumb filters.
     
@@ -6313,34 +9828,261 @@
     On 64-bit system it would have gone into infinite
     loop if a single input buffer was over 4 GiB (unlikely).
 
+ src/liblzma/simple/arm.c      | 2 +-
+ src/liblzma/simple/armthumb.c | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
 commit 31decdce041581e57c0d8a407d4795b114ef27ca
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Apr 14 11:48:46 2009 +0300
+Date:   2009-04-14 11:48:46 +0300
 
     Minor fixes to test files' README.
 
+ tests/files/README | 17 +++++++++--------
+ 1 file changed, 9 insertions(+), 8 deletions(-)
+
 commit 4787d654434891c7df5b43959b0d2873718f06e0
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Apr 13 16:36:41 2009 +0300
+Date:   2009-04-13 16:36:41 +0300
 
     Updated history.txt.
 
+ doc/history.txt | 123 ++++++++++++++++++++++++++++++--------------------------
+ 1 file changed, 66 insertions(+), 57 deletions(-)
+
 commit 2f0bc9cd40f709152a0177c8e585c0757e9af9c9
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Apr 13 14:49:48 2009 +0300
+Date:   2009-04-13 14:49:48 +0300
 
     Quick & dirty update to support xz in diff/grep/more scripts.
 
+ src/scripts/Makefile.am            | 38 +++++++++++++++++++-----------
+ src/scripts/{lzdiff => xzdiff}     | 24 +++++++++----------
+ src/scripts/{lzdiff.1 => xzdiff.1} | 29 ++++++++++++++---------
+ src/scripts/{lzgrep => xzgrep}     | 10 ++++----
+ src/scripts/{lzgrep.1 => xzgrep.1} | 48 +++++++++++++++++++++++++-------------
+ src/scripts/{lzmore => xzmore}     | 12 +++++-----
+ src/scripts/{lzmore.1 => xzmore.1} | 33 +++++++++++++++++---------
+ 7 files changed, 119 insertions(+), 75 deletions(-)
+
 commit 02ddf09bc3079b3e17297729b9e43f14d407b8fc
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Apr 13 11:27:40 2009 +0300
+Date:   2009-04-13 11:27:40 +0300
 
     Put the interesting parts of XZ Utils into the public domain.
     Some minor documentation cleanups were made at the same time.
 
+ COPYING                                        | 67 ++++++++++++++++++++------
+ ChangeLog                                      |  2 +-
+ Doxyfile.in                                    |  8 +--
+ Makefile.am                                    | 13 ++---
+ autogen.sh                                     |  9 ++++
+ configure.ac                                   | 13 ++---
+ debug/Makefile.am                              | 13 ++---
+ debug/crc32.c                                  | 13 ++---
+ debug/full_flush.c                             | 13 ++---
+ debug/hex2bin.c                                |  7 ++-
+ debug/known_sizes.c                            | 13 ++---
+ debug/memusage.c                               | 13 ++---
+ debug/repeat.c                                 | 13 ++---
+ debug/sync_flush.c                             | 13 ++---
+ doc/faq.txt                                    | 38 ++-------------
+ lib/Makefile.am                                | 18 +++----
+ src/Makefile.am                                | 13 ++---
+ src/common/bswap.h                             |  7 ++-
+ src/common/cpucores.h                          |  7 ++-
+ src/common/integer.h                           |  7 ++-
+ src/common/mythread.h                          |  4 +-
+ src/common/open_stdxxx.h                       |  7 ++-
+ src/common/physmem.h                           |  7 ++-
+ src/common/sysdefs.h                           | 13 ++---
+ src/liblzma/Makefile.am                        | 13 ++---
+ src/liblzma/api/Makefile.am                    | 13 ++---
+ src/liblzma/api/lzma.h                         | 38 +++++++++------
+ src/liblzma/api/lzma/base.h                    | 20 +++-----
+ src/liblzma/api/lzma/bcj.h                     | 18 +++----
+ src/liblzma/api/lzma/block.h                   | 18 +++----
+ src/liblzma/api/lzma/check.h                   | 18 +++----
+ src/liblzma/api/lzma/container.h               | 18 +++----
+ src/liblzma/api/lzma/delta.h                   | 18 +++----
+ src/liblzma/api/lzma/filter.h                  | 18 +++----
+ src/liblzma/api/lzma/index.h                   | 18 +++----
+ src/liblzma/api/lzma/index_hash.h              | 22 +++------
+ src/liblzma/api/lzma/lzma.h                    | 18 +++----
+ src/liblzma/api/lzma/stream_flags.h            | 18 +++----
+ src/liblzma/api/lzma/subblock.h                | 18 +++----
+ src/liblzma/api/lzma/version.h                 | 18 +++----
+ src/liblzma/api/lzma/vli.h                     | 46 ++++++++----------
+ src/liblzma/check/Makefile.am                  |  8 ++-
+ src/liblzma/check/check.c                      |  7 ++-
+ src/liblzma/check/check.h                      |  7 ++-
+ src/liblzma/check/crc32_fast.c                 | 30 +++++-------
+ src/liblzma/check/crc32_small.c                |  7 ++-
+ src/liblzma/check/crc32_table.c                |  7 ++-
+ src/liblzma/check/crc32_tablegen.c             |  7 ++-
+ src/liblzma/check/crc32_x86.S                  | 21 +++++---
+ src/liblzma/check/crc64_fast.c                 | 20 +++-----
+ src/liblzma/check/crc64_small.c                |  7 ++-
+ src/liblzma/check/crc64_table.c                |  7 ++-
+ src/liblzma/check/crc64_tablegen.c             |  7 ++-
+ src/liblzma/check/crc64_x86.S                  | 14 ++++--
+ src/liblzma/check/crc_macros.h                 |  9 ++--
+ src/liblzma/check/sha256.c                     | 23 +++++----
+ src/liblzma/common/Makefile.am                 | 13 ++---
+ src/liblzma/common/alone_decoder.c             | 13 ++---
+ src/liblzma/common/alone_decoder.h             | 13 ++---
+ src/liblzma/common/alone_encoder.c             | 13 ++---
+ src/liblzma/common/auto_decoder.c              | 13 ++---
+ src/liblzma/common/block_buffer_decoder.c      | 13 ++---
+ src/liblzma/common/block_buffer_encoder.c      | 13 ++---
+ src/liblzma/common/block_decoder.c             | 13 ++---
+ src/liblzma/common/block_decoder.h             | 13 ++---
+ src/liblzma/common/block_encoder.c             | 13 ++---
+ src/liblzma/common/block_encoder.h             | 13 ++---
+ src/liblzma/common/block_header_decoder.c      | 13 ++---
+ src/liblzma/common/block_header_encoder.c      | 13 ++---
+ src/liblzma/common/block_util.c                | 13 ++---
+ src/liblzma/common/bsr.h                       |  7 ++-
+ src/liblzma/common/chunk_size.c                | 13 ++---
+ src/liblzma/common/common.c                    | 13 ++---
+ src/liblzma/common/common.h                    | 13 ++---
+ src/liblzma/common/easy_buffer_encoder.c       | 13 ++---
+ src/liblzma/common/easy_decoder_memusage.c     | 13 ++---
+ src/liblzma/common/easy_encoder.c              | 13 ++---
+ src/liblzma/common/easy_encoder_memusage.c     | 13 ++---
+ src/liblzma/common/easy_preset.c               | 13 ++---
+ src/liblzma/common/easy_preset.h               | 13 ++---
+ src/liblzma/common/filter_buffer_decoder.c     | 13 ++---
+ src/liblzma/common/filter_buffer_encoder.c     | 13 ++---
+ src/liblzma/common/filter_common.c             | 13 ++---
+ src/liblzma/common/filter_common.h             | 13 ++---
+ src/liblzma/common/filter_decoder.c            | 13 ++---
+ src/liblzma/common/filter_decoder.h            | 13 ++---
+ src/liblzma/common/filter_encoder.c            | 13 ++---
+ src/liblzma/common/filter_encoder.h            | 13 ++---
+ src/liblzma/common/filter_flags_decoder.c      | 13 ++---
+ src/liblzma/common/filter_flags_encoder.c      | 13 ++---
+ src/liblzma/common/index.c                     | 13 ++---
+ src/liblzma/common/index.h                     | 13 ++---
+ src/liblzma/common/index_decoder.c             | 13 ++---
+ src/liblzma/common/index_encoder.c             | 13 ++---
+ src/liblzma/common/index_encoder.h             | 13 ++---
+ src/liblzma/common/index_hash.c                | 13 ++---
+ src/liblzma/common/stream_buffer_decoder.c     | 13 ++---
+ src/liblzma/common/stream_buffer_encoder.c     | 13 ++---
+ src/liblzma/common/stream_decoder.c            | 13 ++---
+ src/liblzma/common/stream_decoder.h            | 13 ++---
+ src/liblzma/common/stream_encoder.c            | 13 ++---
+ src/liblzma/common/stream_encoder.h            | 13 ++---
+ src/liblzma/common/stream_flags_common.c       | 13 ++---
+ src/liblzma/common/stream_flags_common.h       | 13 ++---
+ src/liblzma/common/stream_flags_decoder.c      | 13 ++---
+ src/liblzma/common/stream_flags_encoder.c      | 13 ++---
+ src/liblzma/common/vli_decoder.c               | 13 ++---
+ src/liblzma/common/vli_encoder.c               | 13 ++---
+ src/liblzma/common/vli_size.c                  | 13 ++---
+ src/liblzma/delta/Makefile.am                  | 13 ++---
+ src/liblzma/delta/delta_common.c               | 13 ++---
+ src/liblzma/delta/delta_common.h               | 13 ++---
+ src/liblzma/delta/delta_decoder.c              | 13 ++---
+ src/liblzma/delta/delta_decoder.h              | 13 ++---
+ src/liblzma/delta/delta_encoder.c              | 13 ++---
+ src/liblzma/delta/delta_encoder.h              | 13 ++---
+ src/liblzma/delta/delta_private.h              | 13 ++---
+ src/liblzma/lz/Makefile.am                     | 13 ++---
+ src/liblzma/lz/lz_decoder.c                    | 17 ++-----
+ src/liblzma/lz/lz_decoder.h                    | 17 ++-----
+ src/liblzma/lz/lz_encoder.c                    | 17 ++-----
+ src/liblzma/lz/lz_encoder.h                    | 17 ++-----
+ src/liblzma/lz/lz_encoder_hash.h               | 13 ++---
+ src/liblzma/lz/lz_encoder_mf.c                 | 17 ++-----
+ src/liblzma/lzma/Makefile.am                   | 13 ++---
+ src/liblzma/lzma/fastpos.h                     | 17 ++-----
+ src/liblzma/lzma/fastpos_tablegen.c            | 17 ++-----
+ src/liblzma/lzma/lzma2_decoder.c               | 17 ++-----
+ src/liblzma/lzma/lzma2_decoder.h               | 17 ++-----
+ src/liblzma/lzma/lzma2_encoder.c               | 17 ++-----
+ src/liblzma/lzma/lzma2_encoder.h               | 17 ++-----
+ src/liblzma/lzma/lzma_common.h                 | 17 ++-----
+ src/liblzma/lzma/lzma_decoder.c                | 17 ++-----
+ src/liblzma/lzma/lzma_decoder.h                | 17 ++-----
+ src/liblzma/lzma/lzma_encoder.c                | 17 ++-----
+ src/liblzma/lzma/lzma_encoder.h                | 17 ++-----
+ src/liblzma/lzma/lzma_encoder_optimum_fast.c   | 13 ++---
+ src/liblzma/lzma/lzma_encoder_optimum_normal.c | 13 ++---
+ src/liblzma/lzma/lzma_encoder_presets.c        | 13 ++---
+ src/liblzma/lzma/lzma_encoder_private.h        | 17 ++-----
+ src/liblzma/rangecoder/Makefile.am             | 13 ++---
+ src/liblzma/rangecoder/price.h                 | 13 ++---
+ src/liblzma/rangecoder/price_tablegen.c        | 16 ++----
+ src/liblzma/rangecoder/range_common.h          | 17 ++-----
+ src/liblzma/rangecoder/range_decoder.h         | 17 ++-----
+ src/liblzma/rangecoder/range_encoder.h         | 17 ++-----
+ src/liblzma/simple/Makefile.am                 | 13 ++---
+ src/liblzma/simple/arm.c                       | 17 ++-----
+ src/liblzma/simple/armthumb.c                  | 17 ++-----
+ src/liblzma/simple/ia64.c                      | 17 ++-----
+ src/liblzma/simple/powerpc.c                   | 17 ++-----
+ src/liblzma/simple/simple_coder.c              | 13 ++---
+ src/liblzma/simple/simple_coder.h              | 14 ++----
+ src/liblzma/simple/simple_decoder.c            | 13 ++---
+ src/liblzma/simple/simple_decoder.h            | 13 ++---
+ src/liblzma/simple/simple_encoder.c            | 13 ++---
+ src/liblzma/simple/simple_encoder.h            | 13 ++---
+ src/liblzma/simple/simple_private.h            | 13 ++---
+ src/liblzma/simple/sparc.c                     | 17 ++-----
+ src/liblzma/simple/x86.c                       | 17 ++-----
+ src/liblzma/subblock/Makefile.am               | 13 ++---
+ src/liblzma/subblock/subblock_decoder.c        | 13 ++---
+ src/liblzma/subblock/subblock_decoder.h        | 13 ++---
+ src/liblzma/subblock/subblock_decoder_helper.c | 13 ++---
+ src/liblzma/subblock/subblock_decoder_helper.h | 13 ++---
+ src/liblzma/subblock/subblock_encoder.c        | 13 ++---
+ src/liblzma/subblock/subblock_encoder.h        | 13 ++---
+ src/scripts/Makefile.am                        |  7 +++
+ src/xz/Makefile.am                             | 13 ++---
+ src/xz/args.c                                  | 13 ++---
+ src/xz/args.h                                  | 13 ++---
+ src/xz/hardware.c                              | 13 ++---
+ src/xz/hardware.h                              | 13 ++---
+ src/xz/io.c                                    | 13 ++---
+ src/xz/io.h                                    | 13 ++---
+ src/xz/list.c                                  | 13 ++---
+ src/xz/main.c                                  | 13 ++---
+ src/xz/main.h                                  | 13 ++---
+ src/xz/message.c                               | 13 ++---
+ src/xz/message.h                               | 13 ++---
+ src/xz/options.c                               | 13 ++---
+ src/xz/options.h                               | 13 ++---
+ src/xz/private.h                               | 13 ++---
+ src/xz/process.c                               | 13 ++---
+ src/xz/process.h                               | 13 ++---
+ src/xz/signals.c                               | 13 ++---
+ src/xz/signals.h                               | 13 ++---
+ src/xz/suffix.c                                | 13 ++---
+ src/xz/suffix.h                                | 13 ++---
+ src/xz/util.c                                  | 13 ++---
+ src/xz/util.h                                  | 13 ++---
+ src/xzdec/Makefile.am                          | 13 ++---
+ src/xzdec/xzdec.c                              | 13 ++---
+ tests/Makefile.am                              | 13 ++---
+ tests/bcj_test.c                               |  7 ++-
+ tests/create_compress_files.c                  | 13 ++---
+ tests/test_block.c                             | 13 ++---
+ tests/test_block_header.c                      | 13 ++---
+ tests/test_check.c                             | 13 ++---
+ tests/test_compress.sh                         | 13 ++---
+ tests/test_files.sh                            | 13 ++---
+ tests/test_filter_flags.c                      | 13 ++---
+ tests/test_index.c                             | 13 ++---
+ tests/test_stream_flags.c                      | 13 ++---
+ tests/tests.h                                  | 13 ++---
+ windows/common.rc                              |  2 +-
+ 206 files changed, 868 insertions(+), 2023 deletions(-)
+
 commit e79c42d854657ae7f75613bd80c1a35ff7c525cb
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Apr 10 11:17:02 2009 +0300
+Date:   2009-04-10 11:17:02 +0300
 
     Fix off-by-one in LZ decoder.
     
@@ -6347,62 +10089,90 @@
     Fortunately, this bug had no security risk other than accepting
     some corrupt files as valid.
 
+ src/liblzma/lz/lz_decoder.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 94eb9ad46f1fded6d8369cf3d38bb9754c1375af
 Author: Pavel Roskin <proski at gnu.org>
-Date:   Tue Mar 31 12:15:01 2009 -0400
+Date:   2009-03-31 12:15:01 -0400
 
     Fix minor typos in README
 
+ README | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
 commit 9bab5336ebd765ec4e12252f416eefdf04eba750
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Mar 31 21:52:51 2009 +0300
+Date:   2009-03-31 21:52:51 +0300
 
     Add a note and work-around instructions to README about
     problems detecting a C99 compiler when some standard
     headers are missing.
 
+ README | 11 +++++++++++
+ 1 file changed, 11 insertions(+)
+
 commit a0497ff7a06f9350349264fe9b52dfefc6d53ead
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Mar 18 16:54:38 2009 +0200
+Date:   2009-03-18 16:54:38 +0200
 
     Updated THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 390e69887fc5e0a108eb41203bed9acd100a3d76
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Mar 18 16:51:41 2009 +0200
+Date:   2009-03-18 16:51:41 +0200
 
     Fix wrong macro names in lc_cpucores.m4 and cpucores.h.
     Thanks to Bert Wesarg.
 
+ m4/lc_cpucores.m4     | 4 ++--
+ src/common/cpucores.h | 4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
 commit 0df9299e2478c2a0c62c05b1ae14a85a353e20d6
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Mar 1 09:03:08 2009 +0200
+Date:   2009-03-01 09:03:08 +0200
 
     Test for Linux-specific sysinfo() only on Linux systems.
     Some other systems have sysinfo() with different semantics.
 
+ m4/lc_physmem.m4 | 28 +++++++++++++++++++---------
+ 1 file changed, 19 insertions(+), 9 deletions(-)
+
 commit cf751edfde3ad6e088dc18e0522d31ae38405933
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Mar 1 09:00:06 2009 +0200
+Date:   2009-03-01 09:00:06 +0200
 
     Added AC_CONFIG_MACRO_DIR to configure.ac.
 
+ configure.ac | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 63df14c57dee7c461717784287056688482a7eb9
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Mar 1 08:58:41 2009 +0200
+Date:   2009-03-01 08:58:41 +0200
 
     Fix the Autoconf test for getopt_long replacement.
     It was broken by e114502b2bc371e4a45449832cb69be036360722.
 
+ m4/getopt.m4 | 4 ++++
+ 1 file changed, 4 insertions(+)
+
 commit fd6a380f4eda4f00be5f2aa8d222992cd74a714f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Feb 22 19:07:54 2009 +0200
+Date:   2009-02-22 19:07:54 +0200
 
     Add a rough explanation of --extreme to output of --help.
 
+ src/xz/message.c | 4 ++++
+ 1 file changed, 4 insertions(+)
+
 commit 68bf7ac2984d3627369a240ef0491934d53f7899
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Feb 22 18:52:49 2009 +0200
+Date:   2009-02-22 18:52:49 +0200
 
     Fixes to progress message handling in xz:
     
@@ -6414,36 +10184,61 @@
     
       - Fix some small design issues.
 
+ src/xz/message.c | 483 +++++++++++++++++++++++++++++++++++--------------------
+ src/xz/message.h |  28 ++--
+ src/xz/process.c |  53 +++---
+ 3 files changed, 351 insertions(+), 213 deletions(-)
+
 commit 47c2e21f82242f50f18713a27d644c2c94ab3fea
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Feb 18 13:00:10 2009 +0200
+Date:   2009-02-18 13:00:10 +0200
 
     Added files missing from the previous commit.
 
+ src/liblzma/api/lzma/container.h | 33 +++++++++++++++++++++++++++++++++
+ src/liblzma/common/Makefile.am   |  7 ++++++-
+ 2 files changed, 39 insertions(+), 1 deletion(-)
+
 commit 489a3dbaa0465f04400804e956a1cfbbee3654a2
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Feb 17 10:43:00 2009 +0200
+Date:   2009-02-17 10:43:00 +0200
 
     Added lzma_easy_buffer_encode(). Splitted easy.c into small
     pieces to avoid unneeded dependencies making statically
     linked applications bigger than needed.
 
+ dos/Makefile                                  |  6 ++-
+ src/liblzma/common/easy_buffer_encoder.c      | 34 +++++++++++++++++
+ src/liblzma/common/easy_decoder_memusage.c    | 31 ++++++++++++++++
+ src/liblzma/common/{easy.c => easy_encoder.c} | 53 +++------------------------
+ src/liblzma/common/easy_encoder_memusage.c    | 31 ++++++++++++++++
+ src/liblzma/common/easy_preset.c              | 34 +++++++++++++++++
+ src/liblzma/common/easy_preset.h              | 39 ++++++++++++++++++++
+ windows/Makefile                              |  6 ++-
+ 8 files changed, 185 insertions(+), 49 deletions(-)
+
 commit 7494816ab08d82f4d6409788825930c4e43cfd0d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Feb 15 15:48:45 2009 +0200
+Date:   2009-02-15 15:48:45 +0200
 
     Make physmem.h work on old Windows versions.
     Thanks to Hongbo Ni for the original patch.
 
+ src/common/physmem.h | 31 +++++++++++++++++++++++++++----
+ 1 file changed, 27 insertions(+), 4 deletions(-)
+
 commit 11ae4ae35fd70182c713f2d914b7cb1143bc76f0
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Feb 14 20:44:52 2009 +0200
+Date:   2009-02-14 20:44:52 +0200
 
     Fix microsecond vs. nanosecond confusion in my_time().
 
+ src/xz/message.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 3084d662d2646ab7eb58daf0dc32cf3f9a74eec7
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Feb 14 00:45:29 2009 +0200
+Date:   2009-02-14 00:45:29 +0200
 
     Cleanups to the code that detects the amount of RAM and
     the number of CPU cores. Added support for using sysinfo()
@@ -6454,23 +10249,45 @@
     isn't used for anything real for now, so a problematic
     part in process.c was commented out.
 
+ configure.ac          | 89 ++-------------------------------------------------
+ m4/lc_cpucores.m4     | 57 +++++++++++++++++++++++++++++++++
+ m4/lc_physmem.m4      | 74 ++++++++++++++++++++++++++++++++++++++++++
+ src/common/cpucores.h | 52 ++++++++++++++++++++++++++++++
+ src/common/physmem.h  | 21 +++++++-----
+ src/xz/args.c         |  4 +--
+ src/xz/hardware.c     | 50 +++++++++++++----------------
+ src/xz/hardware.h     | 11 +++++--
+ src/xz/message.c      |  5 +--
+ src/xz/process.c      |  2 ++
+ 10 files changed, 235 insertions(+), 130 deletions(-)
+
 commit 9c62371eab2706c46b1072f5935e28cb4cd9dca8
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Feb 13 18:23:50 2009 +0200
+Date:   2009-02-13 18:23:50 +0200
 
     Initial port to DOS using DJGPP.
 
+ dos/Makefile | 261 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ dos/README   | 113 ++++++++++++++++++++++++++
+ dos/config.h | 150 ++++++++++++++++++++++++++++++++++
+ 3 files changed, 524 insertions(+)
+
 commit 0dae8b7751d09e9c5a482d5519daaee4800ce203
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Feb 13 18:02:05 2009 +0200
+Date:   2009-02-13 18:02:05 +0200
 
     Windows port: Take advantage of the version number macros.
     Now the version number is not duplicated in the
     Windows-specific files anymore.
 
+ windows/Makefile  |  2 +-
+ windows/common.rc | 16 ++++++++--------
+ windows/config.h  | 15 ---------------
+ 3 files changed, 9 insertions(+), 24 deletions(-)
+
 commit fdbc0cfa71f7d660855098a609175ba384259529
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Feb 13 18:00:03 2009 +0200
+Date:   2009-02-13 18:00:03 +0200
 
     Changed how the version number is specified in various places.
     Now configure.ac will get the version number directly from
@@ -6478,64 +10295,112 @@
     number of places where the version number is duplicated. In
     future, support for displaying Git commit ID may be added too.
 
+ configure.ac                   |  3 +-
+ src/liblzma/api/lzma/version.h | 70 ++++++++++++++++++++++++++++++++++++++++--
+ src/liblzma/common/common.c    |  2 +-
+ src/xz/message.c               |  2 +-
+ src/xzdec/xzdec.c              |  2 +-
+ version.sh                     | 23 ++++++++++++++
+ 6 files changed, 95 insertions(+), 7 deletions(-)
+
 commit 1d924e584b146136989f48c13fff2632896efb3d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Feb 13 17:30:30 2009 +0200
+Date:   2009-02-13 17:30:30 +0200
 
     Fix handling of integrity check type in the xz command line tool.
 
+ src/xz/args.c    | 9 ++++++++-
+ src/xz/process.c | 4 ++++
+ 2 files changed, 12 insertions(+), 1 deletion(-)
+
 commit 96c46df7deb231ea68a03d8d1da9de4c774e36d8
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Feb 13 17:29:02 2009 +0200
+Date:   2009-02-13 17:29:02 +0200
 
     Improve support for DOS-like systems.
     Here DOS-like means DOS, Windows, and OS/2.
 
+ src/common/physmem.h          | 12 ++++++++++++
+ src/common/sysdefs.h          |  4 ++++
+ src/liblzma/check/crc32_x86.S |  6 +++---
+ src/liblzma/check/crc64_x86.S |  6 +++---
+ src/xz/args.c                 | 13 +++++--------
+ src/xz/io.c                   | 39 +++++++++++++++++++++++++--------------
+ src/xz/main.c                 | 23 +++++++++++++++++++++++
+ src/xz/message.c              |  3 +++
+ src/xz/suffix.c               |  5 +++++
+ src/xzdec/xzdec.c             |  5 +++--
+ 10 files changed, 86 insertions(+), 30 deletions(-)
+
 commit b6a30ee8c2de60ecd722cd05223e4ba72f822e33
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Feb 11 20:02:32 2009 +0200
+Date:   2009-02-11 20:02:32 +0200
 
     Remove dead directories from .gitignore.
 
+ .gitignore | 2 --
+ 1 file changed, 2 deletions(-)
+
 commit 1ec5b0027911d94cb6f98892cbc690f818d8a861
 Author: Jim Meyering <jim at meyering.net>
-Date:   Wed Feb 11 14:45:14 2009 +0100
+Date:   2009-02-11 14:45:14 +0100
 
     .gitignore vs. Makefiles
     
     How about this for those of us who do srcdir builds?
 
+ .gitignore | 22 ++++++++++++++++++++++
+ 1 file changed, 22 insertions(+)
+
 commit 154f5aec2de201c674841de4fcc9804c2a87af07
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Feb 10 21:48:35 2009 +0200
+Date:   2009-02-10 21:48:35 +0200
 
     Removed Makefile from .gitignore since not all Makefiles
     in the repository are generated by Autotools. People
     should do test builds in a separate build directory anyway.
 
+ .gitignore | 1 -
+ 1 file changed, 1 deletion(-)
+
 commit e605c2663691b0a4c307786aa368d124ea081daa
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Feb 10 21:48:05 2009 +0200
+Date:   2009-02-10 21:48:05 +0200
 
     Added resource files for the Windows build.
 
+ windows/Makefile   | 37 ++++++++++++++++++++++---------------
+ windows/common.rc  | 46 ++++++++++++++++++++++++++++++++++++++++++++++
+ windows/liblzma.rc |  5 +++++
+ windows/lzmadec.rc |  5 +++++
+ windows/xz.rc      |  5 +++++
+ windows/xzdec.rc   |  5 +++++
+ 6 files changed, 88 insertions(+), 15 deletions(-)
+
 commit a3bbbe05d32b1f7ea9eb98805df4dda2e811b476
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Feb 9 14:54:31 2009 +0200
+Date:   2009-02-09 14:54:31 +0200
 
     Let the user specify custom CFLAGS on the make command
     line. Previously custom CFLAGS worked only when they were
     passed to configure.
 
+ configure.ac                  | 58 ++++++++++++++++++++++---------------------
+ src/liblzma/check/Makefile.am |  2 +-
+ 2 files changed, 31 insertions(+), 29 deletions(-)
+
 commit 53f7598998b1860a69c51243b5d2e34623c6bf60
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Feb 8 21:35:11 2009 +0200
+Date:   2009-02-08 21:35:11 +0200
 
     Fix aliasing issue in physmem.h.
 
+ src/common/physmem.h | 19 ++++++++++---------
+ 1 file changed, 10 insertions(+), 9 deletions(-)
+
 commit 0e27028d74c5c7a8e036ae2a9b8cecb0ac79d3a6
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Feb 8 18:24:50 2009 +0200
+Date:   2009-02-08 18:24:50 +0200
 
     Add a separate internal function to initialize the CRC32
     table, which is used also by LZ encoder. This was needed
@@ -6542,36 +10407,53 @@
     because calling lzma_crc32() and ignoring the result is
     a no-op due to lzma_attr_pure.
 
+ src/liblzma/check/check.h       |  1 +
+ src/liblzma/check/crc32_small.c | 10 +++++++++-
+ src/liblzma/lz/lz_encoder.c     |  4 ++--
+ 3 files changed, 12 insertions(+), 3 deletions(-)
+
 commit ae1ad9af54210c9a2be336b1316532da5071516c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Feb 8 18:17:05 2009 +0200
+Date:   2009-02-08 18:17:05 +0200
 
     Make "xz --force" to write to terminal as the error
     message suggests.
 
+ src/xz/main.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 79e25eded48d2fe33f31441ab7a034f902e335f8
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Feb 8 10:37:50 2009 +0200
+Date:   2009-02-08 10:37:50 +0200
 
     Support both slash and backslash as path component
     separator on Windows when parsing argv[0].
 
+ src/xz/args.c | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
 commit bc7c7109cc4410055a888c1c70cbd1c9445c4361
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Feb 7 23:18:13 2009 +0200
+Date:   2009-02-07 23:18:13 +0200
 
     Omit the wrong and (even if corrected) nowadays useless rm
     from autogen.sh.
 
+ autogen.sh | 28 ----------------------------
+ 1 file changed, 28 deletions(-)
+
 commit edfc2031e56f8a2ccda063f02936b3a848d88723
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Feb 7 21:41:52 2009 +0200
+Date:   2009-02-07 21:41:52 +0200
 
     Updated THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 880c3309386aac58fc4f3d7ca99bd31bcb1526a3
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Feb 7 21:17:07 2009 +0200
+Date:   2009-02-07 21:17:07 +0200
 
     Make it easy to choose if command line tools should be
     linked statically or dynamically against liblzma. The
@@ -6581,39 +10463,60 @@
     
     Fixed a few minor bugs in configure.ac.
 
+ configure.ac          | 39 +++++++++++++++++++++++++++++++++++++++
+ src/xz/Makefile.am    |  8 +++-----
+ src/xzdec/Makefile.am |  5 +++--
+ 3 files changed, 45 insertions(+), 7 deletions(-)
+
 commit 3f86532407e4ace3debb62be16035e009b56ca36
 Author: Mike Frysinger <vapier at gentoo.org>
-Date:   Fri Feb 6 23:38:39 2009 -0500
+Date:   2009-02-06 23:38:39 -0500
 
     add gitignore files
     
     Signed-off-by: Mike Frysinger <vapier at gentoo.org>
 
+ .gitignore    | 32 ++++++++++++++++++++++++++++++++
+ m4/.gitignore | 35 +++++++++++++++++++++++++++++++++++
+ po/.gitignore | 12 ++++++++++++
+ 3 files changed, 79 insertions(+)
+
 commit bd7ca1dad5c146b6217799ffaa230c32d207a3e5
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Feb 7 17:07:52 2009 +0200
+Date:   2009-02-07 17:07:52 +0200
 
     Assume 32 MiB of RAM on unsupported operating systems like
     the comment in hardware.c already said.
 
+ src/xz/hardware.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit d0ab8c1c73ae712adb0d26fbb9da762d99a63618
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Feb 7 16:26:58 2009 +0200
+Date:   2009-02-07 16:26:58 +0200
 
     MinGW support: Don't build fastpos_tablegen.c as part of
     liblzma. Build both static and dynamic liblzma, and also
     static and dynamic versions of the command line tools.
 
+ windows/Makefile | 92 ++++++++++++++++++++++++++++++++++++++++++--------------
+ windows/README   | 10 ------
+ 2 files changed, 69 insertions(+), 33 deletions(-)
+
 commit bfd91198e44a52bd9bfe3cd6dcae5edab7c6eb45
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Feb 7 15:55:47 2009 +0200
+Date:   2009-02-07 15:55:47 +0200
 
     Support LZMA_API_STATIC in assembler files to
     avoid __declspec(dllexport) equivalent.
 
+ src/liblzma/check/crc32_x86.S | 4 ++++
+ src/liblzma/check/crc64_x86.S | 2 ++
+ 2 files changed, 6 insertions(+)
+
 commit 3306cf3883492720b3c34baa02f4eb4227d91c73
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Feb 7 11:11:50 2009 +0200
+Date:   2009-02-07 11:11:50 +0200
 
     Introduced LZMA_API_STATIC macro, which the applications
     need to #define when linking against static liblzma on
@@ -6620,28 +10523,42 @@
     platforms like Windows. Most developers don't need to
     care about LZMA_API_STATIC at all.
 
+ src/liblzma/api/lzma.h      | 31 ++++++++++++++++++++++++-------
+ src/liblzma/common/common.h |  2 +-
+ 2 files changed, 25 insertions(+), 8 deletions(-)
+
 commit b719e63c5f4c91d2d5e2ea585d4c055ec3767d0b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Feb 6 16:55:45 2009 +0200
+Date:   2009-02-06 16:55:45 +0200
 
     Another grammar fix
 
+ README | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit fe5434f940f75fec3611cf9d9edf78c4da8ac760
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Feb 6 12:30:23 2009 +0200
+Date:   2009-02-06 12:30:23 +0200
 
     Grammar fix in README.
 
+ README | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 3dfa58a9eedf5a0e566452b078801c9cbcf7a245
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Feb 6 10:06:32 2009 +0200
+Date:   2009-02-06 10:06:32 +0200
 
     Some MSYS installations (e.g. MsysGit) don't include
     install.exe, so don't rely on it.
 
+ windows/Makefile | 12 +++++++-----
+ windows/README   | 11 ++++++-----
+ 2 files changed, 13 insertions(+), 10 deletions(-)
+
 commit 975d8fd72a5148d46b2e1745f7a211cf1dfd9d31
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Feb 6 09:13:15 2009 +0200
+Date:   2009-02-06 09:13:15 +0200
 
     Recreated the BCJ test files for x86 and SPARC. The old files
     were linked with crt*.o, which are copyrighted, and thus the
@@ -6651,42 +10568,83 @@
     The new files are just compiled and assembled object files,
     and thus don't contain any copyrighted code.
 
+ tests/bcj_test.c                  |   2 +-
+ tests/compress_prepared_bcj_sparc | Bin 6804 -> 1240 bytes
+ tests/compress_prepared_bcj_x86   | Bin 4649 -> 1388 bytes
+ tests/files/good-1-sparc-lzma2.xz | Bin 2296 -> 612 bytes
+ tests/files/good-1-x86-lzma2.xz   | Bin 1936 -> 716 bytes
+ 5 files changed, 1 insertion(+), 1 deletion(-)
+
 commit 094b1b09a531f0d201ec81f2b07346a995fd80b9
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Feb 5 21:21:27 2009 +0200
+Date:   2009-02-05 21:21:27 +0200
 
     Add the "windows" directory to EXTRA_DIST.
 
+ Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit e1c3412eec7acec7ca3b32c9c828f3147dc65b49
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Feb 5 09:17:51 2009 +0200
+Date:   2009-02-05 09:17:51 +0200
 
     Added initial experimental makefile for use with MinGW.
 
+ windows/Makefile | 253 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ windows/README   | 164 ++++++++++++++++++++++++++++++++++++
+ windows/config.h | 180 +++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 597 insertions(+)
+
 commit 75905a9afc0ee89954ede7d08af70d1148bf0fd9
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Feb 5 09:12:57 2009 +0200
+Date:   2009-02-05 09:12:57 +0200
 
     Various code cleanups the the xz command line tool.
     It now builds with MinGW.
 
+ src/common/physmem.h |  13 ++++
+ src/xz/Makefile.am   |   2 +
+ src/xz/args.h        |   8 ---
+ src/xz/hardware.h    |  10 +--
+ src/xz/io.c          |  93 +++++++++++++++++++-------
+ src/xz/io.h          |  12 ++--
+ src/xz/main.c        | 132 ++-----------------------------------
+ src/xz/main.h        |  22 -------
+ src/xz/message.c     |  65 ++++++++++++++++---
+ src/xz/message.h     |   6 --
+ src/xz/options.h     |   8 ---
+ src/xz/private.h     |  18 ++++--
+ src/xz/process.h     |  10 +--
+ src/xz/signals.c     | 180 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ src/xz/signals.h     |  51 +++++++++++++++
+ src/xz/suffix.h      |   5 --
+ src/xz/util.c        |   5 +-
+ src/xz/util.h        |   5 --
+ 18 files changed, 399 insertions(+), 246 deletions(-)
+
 commit d0c0b9e94e0af59d1d8f7f4829695d6efe19ccfe
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Feb 3 12:15:17 2009 +0200
+Date:   2009-02-03 12:15:17 +0200
 
     Another utime() fix.
 
+ src/xz/io.c | 9 +++++----
+ 1 file changed, 5 insertions(+), 4 deletions(-)
+
 commit ccf92a29e8c7234284f1568c1ec0fd7cb98356ca
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Feb 3 10:41:11 2009 +0200
+Date:   2009-02-03 10:41:11 +0200
 
     Fix wrong filename argument for utime() and utimes().
     This doesn't affect most systems, since most systems
     have better functions available.
 
+ src/xz/io.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
 commit 99c1c2abfae2e87f3c17e929783e6d1bb7a3f302
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Feb 2 21:19:01 2009 +0200
+Date:   2009-02-02 21:19:01 +0200
 
     Updated the x86 assembler code:
       - Use call/ret pair to get instruction pointer for PIC.
@@ -6694,9 +10652,14 @@
       - The code should work on MinGW and Darwin in addition
         to GNU/Linux and Solaris.
 
+ configure.ac                  |  6 ----
+ src/liblzma/check/crc32_x86.S | 84 ++++++++++++++++++++++++++++++++++++-------
+ src/liblzma/check/crc64_x86.S | 82 ++++++++++++++++++++++++++++++++++++------
+ 3 files changed, 144 insertions(+), 28 deletions(-)
+
 commit 22a0c6dd940b78cdac2f4a4b4b0e7cc0ac15021f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Feb 2 20:14:03 2009 +0200
+Date:   2009-02-02 20:14:03 +0200
 
     Modify LZMA_API macro so that it works on Windows with
     other compilers than MinGW. This may hurt readability
@@ -6703,83 +10666,193 @@
     of the API headers slightly, but I don't know any
     better way to do this.
 
+ src/liblzma/api/lzma.h                     |  6 ++---
+ src/liblzma/api/lzma/base.h                | 11 ++++----
+ src/liblzma/api/lzma/block.h               | 22 ++++++++--------
+ src/liblzma/api/lzma/check.h               | 10 ++++----
+ src/liblzma/api/lzma/container.h           | 22 ++++++++--------
+ src/liblzma/api/lzma/filter.h              | 28 ++++++++++-----------
+ src/liblzma/api/lzma/index.h               | 40 +++++++++++++++---------------
+ src/liblzma/api/lzma/index_hash.h          | 10 ++++----
+ src/liblzma/api/lzma/lzma.h                |  6 ++---
+ src/liblzma/api/lzma/stream_flags.h        | 10 ++++----
+ src/liblzma/api/lzma/version.h             |  4 +--
+ src/liblzma/api/lzma/vli.h                 |  6 ++---
+ src/liblzma/check/check.c                  |  4 +--
+ src/liblzma/check/crc32_fast.c             |  2 +-
+ src/liblzma/check/crc32_small.c            |  2 +-
+ src/liblzma/check/crc64_fast.c             |  2 +-
+ src/liblzma/check/crc64_small.c            |  2 +-
+ src/liblzma/common/alone_decoder.c         |  2 +-
+ src/liblzma/common/alone_encoder.c         |  2 +-
+ src/liblzma/common/auto_decoder.c          |  2 +-
+ src/liblzma/common/block_buffer_decoder.c  |  2 +-
+ src/liblzma/common/block_buffer_encoder.c  |  4 +--
+ src/liblzma/common/block_decoder.c         |  2 +-
+ src/liblzma/common/block_encoder.c         |  2 +-
+ src/liblzma/common/block_header_decoder.c  |  2 +-
+ src/liblzma/common/block_header_encoder.c  |  4 +--
+ src/liblzma/common/block_util.c            |  6 ++---
+ src/liblzma/common/chunk_size.c            |  2 +-
+ src/liblzma/common/common.c                | 16 ++++++------
+ src/liblzma/common/common.h                |  2 +-
+ src/liblzma/common/easy.c                  |  6 ++---
+ src/liblzma/common/filter_buffer_decoder.c |  2 +-
+ src/liblzma/common/filter_buffer_encoder.c |  2 +-
+ src/liblzma/common/filter_decoder.c        |  8 +++---
+ src/liblzma/common/filter_encoder.c        | 12 ++++-----
+ src/liblzma/common/filter_flags_decoder.c  |  2 +-
+ src/liblzma/common/filter_flags_encoder.c  |  4 +--
+ src/liblzma/common/index.c                 | 32 ++++++++++++------------
+ src/liblzma/common/index_decoder.c         |  4 +--
+ src/liblzma/common/index_encoder.c         |  4 +--
+ src/liblzma/common/index_hash.c            | 10 ++++----
+ src/liblzma/common/stream_buffer_decoder.c |  2 +-
+ src/liblzma/common/stream_buffer_encoder.c |  4 +--
+ src/liblzma/common/stream_decoder.c        |  2 +-
+ src/liblzma/common/stream_encoder.c        |  2 +-
+ src/liblzma/common/stream_flags_common.c   |  2 +-
+ src/liblzma/common/stream_flags_decoder.c  |  4 +--
+ src/liblzma/common/stream_flags_encoder.c  |  4 +--
+ src/liblzma/common/vli_decoder.c           |  2 +-
+ src/liblzma/common/vli_encoder.c           |  2 +-
+ src/liblzma/common/vli_size.c              |  2 +-
+ src/liblzma/lz/lz_encoder.c                |  2 +-
+ src/liblzma/lzma/lzma_encoder.c            |  2 +-
+ src/liblzma/lzma/lzma_encoder_presets.c    |  2 +-
+ 54 files changed, 177 insertions(+), 176 deletions(-)
+
 commit 8dd7b6052e18621e2e6c62f40f762ee88bd3eb65
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Feb 1 22:40:35 2009 +0200
+Date:   2009-02-01 22:40:35 +0200
 
     Fix a bug in lzma_block_buffer_decode(), although this
     function should be rewritten anyway.
 
+ src/liblzma/common/block_buffer_decoder.c | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
 commit 55fd41431e61fb8178858283d636b6781e33e847
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Feb 1 22:39:07 2009 +0200
+Date:   2009-02-01 22:39:07 +0200
 
     Added initial version of raw buffer-to-buffer coding
     functions, and cleaned up filter.h API header a little.
     May be very buggy, not tested yet.
 
+ src/liblzma/api/lzma/filter.h              | 84 +++++++++++++++++++-------
+ src/liblzma/common/Makefile.am             |  2 +
+ src/liblzma/common/filter_buffer_decoder.c | 94 ++++++++++++++++++++++++++++++
+ src/liblzma/common/filter_buffer_encoder.c | 61 +++++++++++++++++++
+ 4 files changed, 221 insertions(+), 20 deletions(-)
+
 commit 3e54ecee5cad30a5ca361a88a99230407abc0699
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Feb 1 00:11:20 2009 +0200
+Date:   2009-02-01 00:11:20 +0200
 
     Fix missing newlines in xzdec.c.
 
+ src/xzdec/xzdec.c | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
 commit d64ca34f1b6f34e86adefc7f735b4eff8e6d4a35
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Feb 1 00:10:07 2009 +0200
+Date:   2009-02-01 00:10:07 +0200
 
     Use __cdecl also for function pointers in liblzma API when
     on Windows.
 
+ src/liblzma/api/lzma.h      | 18 +++++++++++-------
+ src/liblzma/api/lzma/base.h |  4 ++--
+ src/liblzma/common/common.h | 18 +++++++-----------
+ 3 files changed, 20 insertions(+), 20 deletions(-)
+
 commit 6a2eb54092fc625d59921a607ff68cd1a90aa898
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Jan 31 11:01:48 2009 +0200
+Date:   2009-01-31 11:01:48 +0200
 
     Add LZMA_API to liblzma API headers. It's useful at least
     on Windows. sysdefs.h no longer #includes lzma.h, so lzma.h
     has to be #included separately where needed.
 
+ src/common/sysdefs.h                |  2 --
+ src/liblzma/api/lzma.h              | 17 ++++++++++++++
+ src/liblzma/api/lzma/base.h         | 10 ++++----
+ src/liblzma/api/lzma/block.h        | 25 +++++++++++---------
+ src/liblzma/api/lzma/check.h        | 12 ++++++----
+ src/liblzma/api/lzma/container.h    | 23 +++++++++---------
+ src/liblzma/api/lzma/filter.h       | 24 +++++++++----------
+ src/liblzma/api/lzma/index.h        | 47 +++++++++++++++++++++----------------
+ src/liblzma/api/lzma/index_hash.h   | 11 +++++----
+ src/liblzma/api/lzma/lzma.h         |  8 ++++---
+ src/liblzma/api/lzma/stream_flags.h | 10 ++++----
+ src/liblzma/api/lzma/version.h      |  4 ++--
+ src/liblzma/api/lzma/vli.h          | 10 ++++----
+ src/liblzma/common/common.h         | 13 ++++++++--
+ src/xz/private.h                    |  1 +
+ src/xzdec/xzdec.c                   |  1 +
+ tests/tests.h                       |  1 +
+ 17 files changed, 131 insertions(+), 88 deletions(-)
+
 commit d9993fcb4dfc1f93abaf31ae23b3ef1f3123892b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Jan 31 10:13:09 2009 +0200
+Date:   2009-01-31 10:13:09 +0200
 
     Use _WIN32 instead of WIN32 in xzdec.c to test if compiling on Windows.
 
+ src/xzdec/xzdec.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
 commit 2dbdc5befb33c3703e4609809101047c67caf343
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Jan 31 10:02:52 2009 +0200
+Date:   2009-01-31 10:02:52 +0200
 
     Fix two lines in lzma.h on which the # wasn't at the
     beginning of the line.
 
+ src/liblzma/api/lzma.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
 commit 4ab760109106dc04f39dd81c97d50f528d1b51c1
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Jan 31 09:55:05 2009 +0200
+Date:   2009-01-31 09:55:05 +0200
 
     Add support for using liblzma headers in MSVC, which has no
     stdint.h or inttypes.h.
 
+ src/liblzma/api/lzma.h | 70 +++++++++++++++++++++++++++++++++-----------------
+ 1 file changed, 46 insertions(+), 24 deletions(-)
+
 commit b2172cf823d3be34cb0246cb4cb32d105e2a34c9
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Jan 31 08:49:54 2009 +0200
+Date:   2009-01-31 08:49:54 +0200
 
     Fix # -> ## in a macro in lzma.h.
 
+ src/liblzma/api/lzma.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 1aae8698746d3c87a93f8398cdde2de9ba1f7208
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jan 30 18:50:16 2009 +0200
+Date:   2009-01-30 18:50:16 +0200
 
     Updated README.
 
+ README | 30 ++++++++++++++++++++----------
+ 1 file changed, 20 insertions(+), 10 deletions(-)
+
 commit f54bcf6f80d585236bc03ce49f7c73e1abaa17eb
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jan 30 00:29:58 2009 +0200
+Date:   2009-01-30 00:29:58 +0200
 
     Remove dangling crc64_init.c.
 
+ src/liblzma/check/crc64_init.c | 55 ------------------------------------------
+ 1 file changed, 55 deletions(-)
+
 commit 982da7ed314398420c38bf154a8f759d5f18b480
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 28 17:16:38 2009 +0200
+Date:   2009-01-28 17:16:38 +0200
 
     The .xz file format specification version 1.0.0 is now
     officially released. The format has been technically the same
@@ -6786,124 +10859,213 @@
     since 2008-11-19, but now that it is frozen, people can start
     using it without a fear that the format will break.
 
+ doc/file-format.txt | 84 +++++++++++++++++++++++++++++++----------------------
+ 1 file changed, 49 insertions(+), 35 deletions(-)
+
 commit c4683a660b4372156bdaf92f0cdc54a58f95ee6f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 28 08:45:59 2009 +0200
+Date:   2009-01-28 08:45:59 +0200
 
     Updated THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 3241317093595db9f79104faafe93cb989c9f858
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 28 08:43:26 2009 +0200
+Date:   2009-01-28 08:43:26 +0200
 
     Fix uninitialized variables in alone_decoder.c. This bug was
     triggered by the previous commit, since these variables were
     not used by anything before support for a preset dictionary.
 
+ src/liblzma/common/alone_decoder.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
 commit f76e39cf930f888d460b443d18f977ebedea8b2a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 27 18:36:05 2009 +0200
+Date:   2009-01-27 18:36:05 +0200
 
     Added initial support for preset dictionary for raw LZMA1
     and LZMA2. It is not supported by the .xz format or the xz
     command line tool yet.
 
+ src/liblzma/lz/lz_decoder.c      | 35 +++++++++++++++++++++++++----------
+ src/liblzma/lz/lz_decoder.h      |  9 ++++++++-
+ src/liblzma/lz/lz_encoder.c      | 18 ++++++++++++++++--
+ src/liblzma/lzma/lzma2_decoder.c |  9 ++++++---
+ src/liblzma/lzma/lzma2_encoder.c | 12 +++++++-----
+ src/liblzma/lzma/lzma_decoder.c  | 10 ++++++----
+ src/liblzma/lzma/lzma_decoder.h  |  2 +-
+ src/liblzma/lzma/lzma_encoder.c  |  9 ++++++++-
+ 8 files changed, 77 insertions(+), 27 deletions(-)
+
 commit 449b8c832b26c3633f3bec60095e57d2d3ada1f3
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jan 26 20:09:17 2009 +0200
+Date:   2009-01-26 20:09:17 +0200
 
     Regenerate the CRC tables without trailing blanks.
 
+ src/liblzma/check/crc32_table_be.h | 1008 +++++++++++++++++------------------
+ src/liblzma/check/crc32_table_le.h | 1008 +++++++++++++++++------------------
+ src/liblzma/check/crc64_table_be.h | 1016 ++++++++++++++++++------------------
+ src/liblzma/check/crc64_table_le.h | 1016 ++++++++++++++++++------------------
+ 4 files changed, 2024 insertions(+), 2024 deletions(-)
+
 commit 850f7400428dc9c5fd08a2f35a5bd2c9e45aede2
 Author: Jim Meyering <meyering at redhat.com>
-Date:   Mon Jan 19 21:37:16 2009 +0100
+Date:   2009-01-19 21:37:16 +0100
 
     remove trailing blanks from all but .xz files
 
+ debug/known_sizes.c                | 2 +-
+ extra/scanlzma/scanlzma.c          | 5 ++---
+ src/liblzma/check/crc32_tablegen.c | 2 +-
+ src/liblzma/check/crc64_tablegen.c | 2 +-
+ src/scripts/lzdiff.1               | 4 ++--
+ src/scripts/lzmore.1               | 6 +++---
+ tests/test_compress.sh             | 4 ++--
+ 7 files changed, 12 insertions(+), 13 deletions(-)
+
 commit 667481f1aad34e1ed15738e7913a9c7e256b4cf5
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jan 26 14:34:10 2009 +0200
+Date:   2009-01-26 14:34:10 +0200
 
     Add lzma_block_buffer_decode().
 
+ src/liblzma/api/lzma/block.h              | 41 +++++++++++++++
+ src/liblzma/common/Makefile.am            |  1 +
+ src/liblzma/common/block_buffer_decoder.c | 87 +++++++++++++++++++++++++++++++
+ 3 files changed, 129 insertions(+)
+
 commit 5fb34d8324d3e7e0061df25d0086b64c8726b19d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jan 26 14:33:28 2009 +0200
+Date:   2009-01-26 14:33:28 +0200
 
     Add more sanity checks to lzma_stream_buffer_decode().
 
+ src/liblzma/common/stream_buffer_decoder.c | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
 commit c129748675a5daa8838df92bde32cc04f6ce61ba
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jan 26 14:33:13 2009 +0200
+Date:   2009-01-26 14:33:13 +0200
 
     Avoid hardcoded constant in easy.c.
 
+ src/liblzma/common/easy.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 1859d22d75e072463db74c25bc3f5a7992e5fdf6
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jan 26 13:06:49 2009 +0200
+Date:   2009-01-26 13:06:49 +0200
 
     Tiny bit better sanity check in block_util.c
 
+ src/liblzma/common/block_util.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 2c5fe958e4bbe9b147b10c255955dfe2827fb8e7
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jan 25 01:35:56 2009 +0200
+Date:   2009-01-25 01:35:56 +0200
 
     Fix a dumb bug in Block decoder, which made it return
     LZMA_DATA_ERROR with valid data. The bug was added in
     e114502b2bc371e4a45449832cb69be036360722.
 
+ src/liblzma/common/block_decoder.c | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
 commit c81f13ff29271de7293f8af3d81848b1dcae3d19
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jan 23 22:27:50 2009 +0200
+Date:   2009-01-23 22:27:50 +0200
 
     Added lzma_stream_buffer_decode() and made minor cleanups.
 
+ src/liblzma/api/lzma/block.h               |  3 +-
+ src/liblzma/api/lzma/container.h           | 51 ++++++++++++++++-
+ src/liblzma/common/Makefile.am             |  1 +
+ src/liblzma/common/stream_buffer_decoder.c | 91 ++++++++++++++++++++++++++++++
+ 4 files changed, 144 insertions(+), 2 deletions(-)
+
 commit 0b3318661ce749550b8531dfd469639a08930391
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jan 22 12:53:33 2009 +0200
+Date:   2009-01-22 12:53:33 +0200
 
     Fix a comment.
 
+ src/liblzma/common/common.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 9ec80355a7212a0a2f8c89d98e51b1d8b4e34eec
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 20 16:37:27 2009 +0200
+Date:   2009-01-20 16:37:27 +0200
 
     Add some single-call buffer-to-buffer coding functions.
 
+ src/liblzma/api/lzma/block.h               |  57 ++++++
+ src/liblzma/api/lzma/container.h           |  56 ++++++
+ src/liblzma/api/lzma/index.h               |  70 ++++++-
+ src/liblzma/common/Makefile.am             |   2 +
+ src/liblzma/common/block_buffer_encoder.c  | 305 +++++++++++++++++++++++++++++
+ src/liblzma/common/index_decoder.c         |  83 ++++++--
+ src/liblzma/common/index_encoder.c         |  59 +++++-
+ src/liblzma/common/stream_buffer_encoder.c | 138 +++++++++++++
+ tests/test_index.c                         |  24 +++
+ 9 files changed, 768 insertions(+), 26 deletions(-)
+
 commit d8b58d099340f8f4007b24b211ee41a7210c061c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 20 13:45:41 2009 +0200
+Date:   2009-01-20 13:45:41 +0200
 
     Block encoder cleanups
 
+ src/liblzma/common/block_encoder.c | 28 +++++++---------------------
+ src/liblzma/common/block_encoder.h | 25 +++++++++++++++++++++++++
+ 2 files changed, 32 insertions(+), 21 deletions(-)
+
 commit 0c09810cb3635cb575cb54e694d41523e7d0a335
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 20 10:35:15 2009 +0200
+Date:   2009-01-20 10:35:15 +0200
 
     Use LZMA_PROG_ERROR in lzma_code() as documented in base.h.
 
+ src/liblzma/common/common.c | 24 ++++++++----------------
+ 1 file changed, 8 insertions(+), 16 deletions(-)
+
 commit 2f1a8e8eb898f6c036cde55d153ad348bfab3c00
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jan 19 22:53:18 2009 +0200
+Date:   2009-01-19 22:53:18 +0200
 
     Fix handling of non-fatal errors in lzma_code().
 
+ src/liblzma/common/common.c | 9 ++++++++-
+ 1 file changed, 8 insertions(+), 1 deletion(-)
+
 commit 4810b6bc25087be872960b9dd1d11ff07735dc88
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jan 19 14:00:33 2009 +0200
+Date:   2009-01-19 14:00:33 +0200
 
     Move some LZMA2 constants to lzma2_encoder.h so that they
     can be used outside lzma2_encoder.c.
 
+ src/liblzma/lzma/lzma2_encoder.c | 13 -------------
+ src/liblzma/lzma/lzma2_encoder.h | 14 ++++++++++++++
+ src/liblzma/lzma/lzma_encoder.c  |  3 ++-
+ 3 files changed, 16 insertions(+), 14 deletions(-)
+
 commit 00be5d2e09f9c7a6a8563465ad8b8042866817a4
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jan 19 13:52:36 2009 +0200
+Date:   2009-01-19 13:52:36 +0200
 
     Remove dead code.
 
+ src/liblzma/lzma/lzma_encoder.h | 8 --------
+ 1 file changed, 8 deletions(-)
+
 commit 128586213f77c9bd82b7e9a62927f6d0c3769d85
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Jan 17 14:24:25 2009 +0200
+Date:   2009-01-17 14:24:25 +0200
 
     Beta was supposed to be API stable but I had forgot to rename
     lzma_memlimit_encoder and lzma_memlimit_decoder to
@@ -6911,90 +11073,152 @@
     Now it is fixed. Hopefully it doesn't cause too much trouble
     to those who already thought API is stable.
 
+ src/liblzma/api/lzma/filter.h       | 4 ++--
+ src/liblzma/common/easy.c           | 4 ++--
+ src/liblzma/common/filter_common.c  | 2 +-
+ src/liblzma/common/filter_common.h  | 2 +-
+ src/liblzma/common/filter_decoder.c | 4 ++--
+ src/liblzma/common/filter_encoder.c | 4 ++--
+ src/liblzma/common/stream_decoder.c | 2 +-
+ src/xz/process.c                    | 6 +++---
+ 8 files changed, 14 insertions(+), 14 deletions(-)
+
 commit b056379490be5c584c264a967f0540041a163a1e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jan 15 14:29:22 2009 +0200
+Date:   2009-01-15 14:29:22 +0200
 
     Updated THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit dc8f3be06d54ef6e6cfb5134dd3d25edd08cef89
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jan 15 14:27:32 2009 +0200
+Date:   2009-01-15 14:27:32 +0200
 
     Fixed a bug in 7z2lzma.bash to make it work with .7z files
     that use something else than 2^n as the dictionary size.
     Thanks to Dan Shechter for the bug report.
 
+ extra/7z2lzma/7z2lzma.bash | 47 +++++++++++++++++++++++-----------------------
+ 1 file changed, 24 insertions(+), 23 deletions(-)
+
 commit 8286a60b8f4bd5accfbc9d229d2204bac31994f2
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 7 18:41:15 2009 +0200
+Date:   2009-01-07 18:41:15 +0200
 
     Use pthread_sigmask() instead of sigprocmask() when pthreads
     are enabled.
 
+ src/common/mythread.h | 6 ++++++
+ src/xz/main.c         | 4 ++--
+ src/xz/private.h      | 1 +
+ 3 files changed, 9 insertions(+), 2 deletions(-)
+
 commit 4fd43cb3a906f6da2943f69239ee984c4787c9a9
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Dec 31 20:01:00 2008 +0200
+Date:   2008-12-31 20:01:00 +0200
 
     Bumped version to 4.999.8beta right after the release
     of 4.999.7beta.
 
+ configure.ac                   | 2 +-
+ src/liblzma/api/lzma/version.h | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
 commit 061748f5932719643cda73383db715167d543c22
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Dec 31 18:59:02 2008 +0200
+Date:   2008-12-31 18:59:02 +0200
 
     Disable Subblock filter from test_compress.sh since it is
     disabled by default in configure.ac.
 
+ tests/test_compress.sh | 22 +++++++++++++---------
+ 1 file changed, 13 insertions(+), 9 deletions(-)
+
 commit 9c45658ddc8bd4a7819ef8547d3e7ccf73203e78
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Dec 31 17:44:20 2008 +0200
+Date:   2008-12-31 17:44:20 +0200
 
     Disable both Subblock encoder and decoder my default,
     since they are not finished and may have security issues too.
 
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit b59f1e98f50694cf6a8f1b342fd878feebdb2f88
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Dec 31 17:42:50 2008 +0200
+Date:   2008-12-31 17:42:50 +0200
 
     Update some files in debug directory.
 
+ debug/full_flush.c | 2 --
+ debug/memusage.c   | 2 --
+ debug/sync_flush.c | 2 --
+ 3 files changed, 6 deletions(-)
+
 commit d1d17a40d33a9682424ca37282813492f2cba6d0
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Dec 31 17:41:46 2008 +0200
+Date:   2008-12-31 17:41:46 +0200
 
     Prepare for 4.999.7beta release.
 
+ AUTHORS                        |  4 ++--
+ README                         | 34 +++++++++++++++++-----------------
+ configure.ac                   |  4 ++--
+ src/liblzma/api/lzma/version.h |  2 +-
+ 4 files changed, 22 insertions(+), 22 deletions(-)
+
 commit 88d3e6b0b18e24142b6d3b41dc1b84b00c49fef3
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Dec 31 17:15:03 2008 +0200
+Date:   2008-12-31 17:15:03 +0200
 
     Cleaned up some comments in the API headers.
 
+ src/liblzma/api/lzma/check.h     | 23 +++++++++++------------
+ src/liblzma/api/lzma/container.h |  2 +-
+ src/liblzma/api/lzma/version.h   |  4 +++-
+ 3 files changed, 15 insertions(+), 14 deletions(-)
+
 commit 322ecf93c961e45a1da8c4a794a7fdacefcd7f40
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Dec 31 16:29:39 2008 +0200
+Date:   2008-12-31 16:29:39 +0200
 
     Renamed lzma_options_simple to lzma_options_bcj in the API.
     The internal implementation is still using the name "simple".
     It may need some cleanups, so I look at it later.
 
+ src/liblzma/api/Makefile.am              |  2 +-
+ src/liblzma/api/lzma.h                   |  2 +-
+ src/liblzma/api/lzma/{simple.h => bcj.h} | 22 +++++++++++-----------
+ src/liblzma/simple/simple_coder.c        |  2 +-
+ src/liblzma/simple/simple_decoder.c      |  4 ++--
+ src/liblzma/simple/simple_encoder.c      |  4 ++--
+ tests/test_filter_flags.c                |  8 ++++----
+ 7 files changed, 22 insertions(+), 22 deletions(-)
+
 commit 7eea8bec3abfed883efba66264a1452a1c04f6b0
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Dec 31 00:57:27 2008 +0200
+Date:   2008-12-31 00:57:27 +0200
 
     Fixed missing quoting in configure.ac.
 
+ configure.ac | 38 +++++++++++++++++++-------------------
+ 1 file changed, 19 insertions(+), 19 deletions(-)
+
 commit 28e75f7086dbe9501d926c370375c69dfb1236ce
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Dec 31 00:48:23 2008 +0200
+Date:   2008-12-31 00:48:23 +0200
 
     Updated src/liblzma/Makefile.am to use liblzma.pc.in, which
     should have been in the previous commit.
 
+ src/liblzma/Makefile.am | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
 commit 7ed9d943b31d3ee9c5fb2387e84a241ba33afe90
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Dec 31 00:30:49 2008 +0200
+Date:   2008-12-31 00:30:49 +0200
 
     Remove lzma_init() and other init functions from liblzma API.
     Half of developers were already forgetting to use these
@@ -7025,15 +11249,57 @@
     as the more bloated uint32_t array on x86; hopefully it's not bad
     on other architectures.
 
+ configure.ac                                | 29 ++++++++--
+ src/common/mythread.h                       | 34 ++++++++++++
+ src/liblzma/api/Makefile.am                 |  1 -
+ src/liblzma/api/lzma.h                      |  1 -
+ src/liblzma/api/lzma/init.h                 | 85 -----------------------------
+ src/liblzma/check/Makefile.am               | 29 ++++------
+ src/liblzma/check/check.c                   | 10 ++--
+ src/liblzma/check/check.h                   | 25 +++------
+ src/liblzma/check/check_init.c              | 37 -------------
+ src/liblzma/check/{crc32.c => crc32_fast.c} |  0
+ src/liblzma/check/crc32_init.c              | 55 -------------------
+ src/liblzma/check/crc32_small.c             | 54 ++++++++++++++++++
+ src/liblzma/check/crc32_tablegen.c          | 55 ++++++++++++++++---
+ src/liblzma/check/{crc64.c => crc64_fast.c} |  0
+ src/liblzma/check/crc64_small.c             | 54 ++++++++++++++++++
+ src/liblzma/check/crc64_tablegen.c          | 55 ++++++++++++++++---
+ src/liblzma/common/Makefile.am              |  3 -
+ src/liblzma/common/common.h                 |  1 +
+ src/liblzma/common/init.c                   | 39 -------------
+ src/liblzma/common/init_decoder.c           | 31 -----------
+ src/liblzma/common/init_encoder.c           | 40 --------------
+ src/liblzma/{lzma.pc.in => liblzma.pc.in}   |  5 +-
+ src/liblzma/lz/lz_encoder.c                 |  6 ++
+ src/liblzma/rangecoder/Makefile.am          |  8 +--
+ src/liblzma/rangecoder/price.h              | 16 +-----
+ src/liblzma/rangecoder/price_table.c        |  2 +-
+ src/liblzma/rangecoder/price_table_init.c   | 55 -------------------
+ src/liblzma/rangecoder/price_tablegen.c     | 51 ++++++++++++++---
+ src/xz/Makefile.am                          |  5 +-
+ src/xz/main.c                               |  3 -
+ src/xzdec/xzdec.c                           |  3 -
+ tests/test_block_header.c                   |  1 -
+ tests/test_check.c                          |  2 -
+ tests/test_filter_flags.c                   |  2 -
+ tests/test_index.c                          |  2 -
+ tests/test_stream_flags.c                   |  2 -
+ tests/tests.h                               |  2 +-
+ 37 files changed, 347 insertions(+), 456 deletions(-)
+
 commit 5cda29b5665004fc0f21d0c41d78022a6a559ab2
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Dec 27 19:40:31 2008 +0200
+Date:   2008-12-27 19:40:31 +0200
 
     Use 28 MiB as memory usage limit for encoding in test_compress.sh.
 
+ tests/test_compress.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 050eb14d29e2537c014662e83599fd8a77f13c45
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Dec 27 19:32:20 2008 +0200
+Date:   2008-12-27 19:32:20 +0200
 
     Revert a change made in 3b34851de1eaf358cf9268922fa0eeed8278d680
     that was related to LZMA_MODE_FAST. The original code is slightly
@@ -7040,83 +11306,180 @@
     faster although it compresses slightly worse. But since it is fast
     mode, it is better to select the faster version.
 
+ src/liblzma/lzma/lzma_encoder_optimum_fast.c | 23 ++++++++---------------
+ 1 file changed, 8 insertions(+), 15 deletions(-)
+
 commit 4820f10d0f173864f6a2ea7479663b509ac53358
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Dec 27 19:30:19 2008 +0200
+Date:   2008-12-27 19:30:19 +0200
 
     Some xz command line tool improvements.
 
+ src/xz/args.c    |  23 +++++-----
+ src/xz/message.c |   4 +-
+ src/xz/options.c |   2 +-
+ src/xz/process.c | 133 +++++++++++++++++++++++++++++++++++++++++++------------
+ src/xz/process.h |   3 ++
+ 5 files changed, 121 insertions(+), 44 deletions(-)
+
 commit e33194e79d8f5ce07cb4aca909b324ae75098f7e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Dec 27 19:27:49 2008 +0200
+Date:   2008-12-27 19:27:49 +0200
 
     Bunch of liblzma tweaks, including some API changes.
     The API and ABI should now be very close to stable,
     although the code behind it isn't yet.
 
+ src/liblzma/api/lzma.h                    |  8 ++--
+ src/liblzma/api/lzma/block.h              | 63 ++++++++++++++++++++++++-
+ src/liblzma/api/lzma/container.h          | 76 +++++++++++++++----------------
+ src/liblzma/api/lzma/lzma.h               | 41 +++++++++--------
+ src/liblzma/common/alone_decoder.c        | 36 +++++++--------
+ src/liblzma/common/alone_encoder.c        | 22 ++++-----
+ src/liblzma/common/auto_decoder.c         |  2 +-
+ src/liblzma/common/block_decoder.c        | 54 +++++++++++-----------
+ src/liblzma/common/block_decoder.h        |  4 +-
+ src/liblzma/common/block_encoder.c        | 37 ++++++++-------
+ src/liblzma/common/block_encoder.h        |  4 +-
+ src/liblzma/common/block_header_decoder.c | 41 +++++++++--------
+ src/liblzma/common/block_header_encoder.c | 51 ++++++++++-----------
+ src/liblzma/common/block_util.c           |  3 +-
+ src/liblzma/common/easy.c                 | 45 ++++++------------
+ src/liblzma/common/stream_decoder.c       |  3 +-
+ src/liblzma/common/stream_decoder.h       |  2 +-
+ src/liblzma/common/stream_encoder.c       |  3 +-
+ src/liblzma/common/stream_encoder.h       |  2 +-
+ src/liblzma/common/stream_flags_decoder.c |  2 +-
+ src/liblzma/common/stream_flags_encoder.c |  2 +-
+ src/liblzma/lzma/lzma_encoder.c           |  2 +-
+ src/liblzma/lzma/lzma_encoder_presets.c   | 53 +++++++--------------
+ 23 files changed, 294 insertions(+), 262 deletions(-)
+
 commit 4d00652e75dd2736aedc3a3a8baff3dd0ea38074
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Dec 18 13:42:52 2008 +0200
+Date:   2008-12-18 13:42:52 +0200
 
     Updated Makefile.am that was missing from the previous commit.
 
+ src/liblzma/common/Makefile.am | 1 -
+ 1 file changed, 1 deletion(-)
+
 commit 634636fa56ccee6e744f78b0abed76c8940f2f8f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Dec 17 21:49:53 2008 +0200
+Date:   2008-12-17 21:49:53 +0200
 
     Remove the alignment functions for now. Maybe they will
     be added back in some form later, but the current version
     wasn't modular, so it would need fixing anyway.
 
+ src/liblzma/api/Makefile.am      |   1 -
+ src/liblzma/api/lzma.h           |   1 -
+ src/liblzma/api/lzma/alignment.h |  60 ---------------------
+ src/liblzma/common/alignment.c   | 114 ---------------------------------------
+ 4 files changed, 176 deletions(-)
+
 commit 4fed98417d1687f5eccccb42a133fde3ec81216a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Dec 17 20:11:23 2008 +0200
+Date:   2008-12-17 20:11:23 +0200
 
     xz message handling improvements
 
+ src/xz/message.c | 125 ++++++++++++++++++++++++++++++++++++++++++++++++++-----
+ src/xz/message.h |   7 +++-
+ src/xz/process.c |  28 ++++++++++++-
+ 3 files changed, 146 insertions(+), 14 deletions(-)
+
 commit 653e457e3756ef35e5d1b2be3523b3e4b1e9ee4d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Dec 15 23:26:43 2008 +0200
+Date:   2008-12-15 23:26:43 +0200
 
     Fix a dumb bug in .lzma decoder which was introduced in
     the previous commit. (Probably the previous commit has
     other bugs too, it wasn't tested.)
 
+ src/liblzma/common/alone_decoder.c | 29 ++++++++++++++---------------
+ 1 file changed, 14 insertions(+), 15 deletions(-)
+
 commit 671a5adf1e844bfdd6fd327016c3c28694493158
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Dec 15 19:39:13 2008 +0200
+Date:   2008-12-15 19:39:13 +0200
 
     Bunch of liblzma API cleanups and fixes.
 
+ src/liblzma/api/lzma.h              | 122 +++++++++++----------
+ src/liblzma/api/lzma/base.h         | 174 ++++++++++++++++++-----------
+ src/liblzma/api/lzma/block.h        | 211 +++++++++++++++++++++++-------------
+ src/liblzma/api/lzma/check.h        |  28 ++---
+ src/liblzma/api/lzma/container.h    | 155 +++++++++++++-------------
+ src/liblzma/api/lzma/delta.h        |  12 +-
+ src/liblzma/api/lzma/filter.h       |  27 +++--
+ src/liblzma/api/lzma/index.h        |  97 ++++++++++++++---
+ src/liblzma/api/lzma/index_hash.h   |  26 +++--
+ src/liblzma/api/lzma/init.h         |   2 +-
+ src/liblzma/api/lzma/lzma.h         |  12 +-
+ src/liblzma/api/lzma/simple.h       |   4 +-
+ src/liblzma/api/lzma/stream_flags.h |  46 +++++---
+ src/liblzma/api/lzma/version.h      |   6 +-
+ src/liblzma/api/lzma/vli.h          |  17 ++-
+ src/liblzma/common/alone_decoder.c  |  47 +++++---
+ src/liblzma/common/auto_decoder.c   |  29 +++++
+ src/liblzma/common/block_util.c     |  52 +++++----
+ src/liblzma/common/common.c         |  58 ++++++++++
+ src/liblzma/common/common.h         |   9 +-
+ src/liblzma/common/easy.c           |  33 ++++--
+ src/liblzma/common/filter_common.c  |   2 +-
+ src/liblzma/common/index.c          |  11 ++
+ src/liblzma/common/index_decoder.c  |  46 ++++++--
+ src/liblzma/common/stream_decoder.c |  47 ++++++--
+ src/liblzma/lzma/lzma2_encoder.c    |   6 +-
+ tests/test_index.c                  |  10 +-
+ 27 files changed, 863 insertions(+), 426 deletions(-)
+
 commit 17781c2c20fd77029cb32e77792889f2f211d69d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Dec 15 14:26:52 2008 +0200
+Date:   2008-12-15 14:26:52 +0200
 
     The LZMA2 decoder fix introduced a bug to LZ decoder,
     which made LZ decoder return too early after dictionary
     reset. This fixes it.
 
+ src/liblzma/lz/lz_decoder.c | 33 +++++++++++++++++++++++----------
+ 1 file changed, 23 insertions(+), 10 deletions(-)
+
 commit f9f2d1e74398500724041f7fb3c38db35ad8c8d8
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Dec 15 11:20:22 2008 +0200
+Date:   2008-12-15 11:20:22 +0200
 
     Added two new test files.
 
+ tests/files/README            |   7 +++++++
+ tests/files/bad-1-lzma2-8.xz  | Bin 0 -> 464 bytes
+ tests/files/good-1-lzma2-4.xz | Bin 0 -> 464 bytes
+ 3 files changed, 7 insertions(+)
+
 commit ff7fb2c605bccc411069e07b9f11fb957aea2ddf
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Dec 15 10:01:59 2008 +0200
+Date:   2008-12-15 10:01:59 +0200
 
     Fix data corruption in LZMA2 decoder.
 
+ src/liblzma/lz/lz_decoder.c      | 17 ++++++++++++++++-
+ src/liblzma/lz/lz_decoder.h      |  8 +++++---
+ src/liblzma/lzma/lzma2_decoder.c | 15 +++++++++++----
+ 3 files changed, 32 insertions(+), 8 deletions(-)
+
 commit 1ceebcf7e1bd30b95125f0ad67a09fdb6215d613
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Dec 13 00:54:11 2008 +0200
+Date:   2008-12-13 00:54:11 +0200
 
     Name the package "xz" in configure.ac.
 
+ configure.ac | 11 ++++-------
+ 1 file changed, 4 insertions(+), 7 deletions(-)
+
 commit a94bf00d0af9b423851905b031be5a645a657820
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Dec 12 22:43:21 2008 +0200
+Date:   2008-12-12 22:43:21 +0200
 
     Some adjustments to GCC warning flags. The important change
     is the removal of -pedantic. It messes up -Werror (which I
@@ -7123,35 +11486,51 @@
     really want to keep so that I don't miss any warnings) with
     printf format strings that are in POSIX but not in C99.
 
+ configure.ac | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
 commit 8582d392baacd2cdac07ca60041f8c661323676d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Dec 10 01:31:00 2008 +0200
+Date:   2008-12-10 01:31:00 +0200
 
     Remove obsolete comment.
 
+ src/xz/message.c | 1 -
+ 1 file changed, 1 deletion(-)
+
 commit b1ae6dd731ea3636c3c2bfc7aefa71457d3328f1
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Dec 10 01:27:15 2008 +0200
+Date:   2008-12-10 01:27:15 +0200
 
     Use "decompression" consistently in --long-help.
 
+ src/xz/message.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 1ea9e7f15afd5d3981e2432710e932320597bca9
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Dec 10 01:23:58 2008 +0200
+Date:   2008-12-10 01:23:58 +0200
 
     Added preset=NUM to --lzma1 and --lzma2. This makes it easy
     to take a preset as a template and modify it a little.
 
+ src/xz/message.c | 1 +
+ src/xz/options.c | 8 ++++++++
+ 2 files changed, 9 insertions(+)
+
 commit bceb3918dbb21f34976bfdd4c171a81319de71f7
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Dec 9 17:43:31 2008 +0200
+Date:   2008-12-09 17:43:31 +0200
 
     Put the file format specification into the public domain.
     Same will be done to the actual code later.
 
+ doc/file-format.txt | 24 +++++++++---------------
+ 1 file changed, 9 insertions(+), 15 deletions(-)
+
 commit 6efa2d80d46a38861016f41f0eb6fa2ec9260fe6
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Dec 9 17:41:49 2008 +0200
+Date:   2008-12-09 17:41:49 +0200
 
     Make the memusage functions of LZMA1 and LZMA2 encoders
     to validate the filter options. Add missing validation
@@ -7158,59 +11537,95 @@
     to LZMA2 encoder when options are changed in the middle
     of encoding.
 
+ src/liblzma/lzma/lzma2_encoder.c |  5 ++++-
+ src/liblzma/lzma/lzma_encoder.c  | 44 +++++++++++++++++++++++++++-------------
+ src/liblzma/lzma/lzma_encoder.h  |  2 +-
+ 3 files changed, 35 insertions(+), 16 deletions(-)
+
 commit f20a03206b71ff01b827bb7a932411d6a6a4e06a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Dec 9 10:36:24 2008 +0200
+Date:   2008-12-09 10:36:24 +0200
 
     Updated THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit ef7890d56453dca1aeb2e12db29b7e418d93dde4
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Dec 1 23:04:12 2008 +0200
+Date:   2008-12-01 23:04:12 +0200
 
     In command line tool, take advantage of memusage calculation's
     ability to also validate the filter chain and options (not
     implemented yet for all filters).
 
+ src/xz/process.c | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
 commit ccd57afa09e332d664d6d6a7498702791ea5f659
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Dec 1 22:59:28 2008 +0200
+Date:   2008-12-01 22:59:28 +0200
 
     Validate the filter chain before checking filter-specific
     memory usage.
 
+ src/liblzma/common/filter_common.c | 14 ++++++++++----
+ 1 file changed, 10 insertions(+), 4 deletions(-)
+
 commit c596fda40b62fe1683d0ac34d0c673dcaae2aa15
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Dec 1 22:58:22 2008 +0200
+Date:   2008-12-01 22:58:22 +0200
 
     Make the memusage functions of LZMA1 and LZMA2 decoders
     to validate the filter options.
 
+ src/liblzma/lzma/lzma2_decoder.c |  7 ++-----
+ src/liblzma/lzma/lzma_decoder.c  | 14 ++++++++++----
+ src/liblzma/lzma/lzma_decoder.h  |  5 +++++
+ 3 files changed, 17 insertions(+), 9 deletions(-)
+
 commit c58f469be5bb9b0bdab825c6687445fd553f4f3a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Dec 1 22:55:18 2008 +0200
+Date:   2008-12-01 22:55:18 +0200
 
     Added the changes for Delta filter that should have been
     part of 656ec87882ee74b192c4ea4a233a235eca7b04d4.
 
+ src/liblzma/common/filter_decoder.c | 2 +-
+ src/liblzma/common/filter_encoder.c | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
 commit cd708015202dbf7585b84a8781462a20c42a324b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Dec 1 22:50:28 2008 +0200
+Date:   2008-12-01 22:50:28 +0200
 
     LZMA2 decoder cleanups. Make it require new LZMA properties
     also in the first LZMA chunk after a dictionary reset in
     uncompressed chunk.
 
+ src/liblzma/lzma/lzma2_decoder.c | 95 +++++++++++++++++-----------------------
+ 1 file changed, 41 insertions(+), 54 deletions(-)
+
 commit 656ec87882ee74b192c4ea4a233a235eca7b04d4
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Dec 1 16:30:11 2008 +0200
+Date:   2008-12-01 16:30:11 +0200
 
     Added lzma_delta_coder_memusage() which also validates
     the options.
 
+ src/liblzma/delta/Makefile.am     |  3 ++-
+ src/liblzma/delta/delta_common.c  | 28 ++++++++++++++++++-------
+ src/liblzma/delta/delta_common.h  | 19 +----------------
+ src/liblzma/delta/delta_decoder.c |  2 +-
+ src/liblzma/delta/delta_decoder.h |  2 +-
+ src/liblzma/delta/delta_encoder.c | 14 ++++---------
+ src/liblzma/delta/delta_encoder.h |  2 +-
+ src/liblzma/delta/delta_private.h | 44 +++++++++++++++++++++++++++++++++++++++
+ 8 files changed, 75 insertions(+), 39 deletions(-)
+
 commit 691a9155b7a28882baf37e9d1e969e32e91dbc7a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Nov 29 10:03:49 2008 +0200
+Date:   2008-11-29 10:03:49 +0200
 
     Automake includes the m4 directory, so don't add it in
     Makefile.am separately.
@@ -7217,68 +11632,107 @@
     
     Updated THANKS.
 
+ Makefile.am | 1 -
+ THANKS      | 1 +
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
 commit c7007ddf06ac2b0e018d71d281c21b99f16e7ae0
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Nov 28 12:00:48 2008 +0200
+Date:   2008-11-28 12:00:48 +0200
 
     Tested using COLUMNS environment variable to avoid broken
     progress indicator but since COLUMNS isn't usually available,
     the code was left commented out.
 
+ src/xz/message.c | 14 +++++++++-----
+ 1 file changed, 9 insertions(+), 5 deletions(-)
+
 commit ae65dcfde27014e4d811e1a1308aa5d0fe8debbd
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Nov 27 19:28:59 2008 +0200
+Date:   2008-11-27 19:28:59 +0200
 
     Cleanups to message.c.
 
+ src/xz/message.c | 47 ++++++++++++++++++-----------------------------
+ 1 file changed, 18 insertions(+), 29 deletions(-)
+
 commit a8368b75cdcd5427299001cc42839287f27b244d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Nov 25 02:37:47 2008 +0200
+Date:   2008-11-25 02:37:47 +0200
 
     Remove the nowadays unneeded memory limitting malloc() wrapper.
 
+ src/liblzma/api/Makefile.am         |   1 -
+ src/liblzma/api/lzma.h              |   1 -
+ src/liblzma/api/lzma/memlimit.h     | 207 --------------------------
+ src/liblzma/common/Makefile.am      |   1 -
+ src/liblzma/common/memory_limiter.c | 288 ------------------------------------
+ tests/Makefile.am                   |   2 -
+ tests/test_memlimit.c               | 114 --------------
+ 7 files changed, 614 deletions(-)
+
 commit 69472ee5f055a2bb6f28106f0923e1461fd1d080
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Nov 23 15:09:03 2008 +0200
+Date:   2008-11-23 15:09:03 +0200
 
     VLI encoder and decoder cleanups. Made encoder return
     LZMA_PROG_ERROR in single-call mode if there's no output
     space.
 
+ src/liblzma/common/vli_decoder.c | 15 +++++++++------
+ src/liblzma/common/vli_encoder.c | 31 ++++++++++++++++++++++++-------
+ 2 files changed, 33 insertions(+), 13 deletions(-)
+
 commit 4249c8c15a08f55b51b7012e6aaafce3aa9eb650
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Nov 22 17:44:33 2008 +0200
+Date:   2008-11-22 17:44:33 +0200
 
     Typo fix
 
+ src/xz/process.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 6d1d6f4598d121253dbe1084c6866b66e95c361b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Nov 20 22:59:10 2008 +0200
+Date:   2008-11-20 22:59:10 +0200
 
     Support NetBSD's errno for O_NOFOLLOW.
 
+ src/xz/io.c | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
 commit f901a290eef67b8ea4720ccdf5f46edf775ed9d7
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Nov 20 18:05:52 2008 +0200
+Date:   2008-11-20 18:05:52 +0200
 
     Build xzdec and lzmadec from xzdec.c. xzdec supports only .xz
     files and lzmadec only .lzma files.
 
+ src/xzdec/Makefile.am |   7 +-
+ src/xzdec/xzdec.c     | 311 ++++++++++++++++++++++----------------------------
+ 2 files changed, 140 insertions(+), 178 deletions(-)
+
 commit 86a0ed8f01c8ed44721223f885e679c71b7bb94c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Nov 20 11:01:29 2008 +0200
+Date:   2008-11-20 11:01:29 +0200
 
     Minor cleanups to xzdec.
 
+ src/xzdec/xzdec.c | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
 commit 54f716ba8905d09752dcd1519455a40bd21d5317
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Nov 19 23:55:22 2008 +0200
+Date:   2008-11-19 23:55:22 +0200
 
     Added missing check for uint16_t.
 
+ configure.ac | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 1880a3927b23f265f63b2adb86fbdb81ea09eb06
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Nov 19 23:52:24 2008 +0200
+Date:   2008-11-19 23:52:24 +0200
 
     Renamed lzma to xz and lzmadec to xzdec. We create symlinks
     lzma, unlzma, and lzcat in "make install" for backwards
@@ -7285,9 +11739,39 @@
     compatibility with LZMA Utils 4.32.x; I'm not sure if this
     should be the default though.
 
+ configure.ac                             |  4 ++--
+ po/POTFILES.in                           | 21 +++++++++------------
+ src/Makefile.am                          |  2 +-
+ src/{lzma => xz}/Makefile.am             | 32 +++++++++++++++++---------------
+ src/{lzma => xz}/args.c                  |  0
+ src/{lzma => xz}/args.h                  |  0
+ src/{lzma => xz}/hardware.c              |  0
+ src/{lzma => xz}/hardware.h              |  0
+ src/{lzma => xz}/io.c                    |  0
+ src/{lzma => xz}/io.h                    |  0
+ src/{lzma => xz}/list.c                  |  0
+ src/{lzma => xz}/main.c                  |  0
+ src/{lzma => xz}/main.h                  |  0
+ src/{lzma => xz}/message.c               |  0
+ src/{lzma => xz}/message.h               |  0
+ src/{lzma => xz}/options.c               |  0
+ src/{lzma => xz}/options.h               |  0
+ src/{lzma => xz}/private.h               |  0
+ src/{lzma => xz}/process.c               |  0
+ src/{lzma => xz}/process.h               |  0
+ src/{lzma => xz}/suffix.c                |  0
+ src/{lzma => xz}/suffix.h                |  0
+ src/{lzma => xz}/util.c                  |  0
+ src/{lzma => xz}/util.h                  |  0
+ src/{lzmadec => xzdec}/Makefile.am       | 12 ++++++------
+ src/{lzmadec/lzmadec.c => xzdec/xzdec.c} |  4 ++--
+ tests/test_compress.sh                   | 29 ++++++++++++++---------------
+ tests/test_files.sh                      |  4 ++--
+ 28 files changed, 53 insertions(+), 55 deletions(-)
+
 commit e114502b2bc371e4a45449832cb69be036360722
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Nov 19 20:46:52 2008 +0200
+Date:   2008-11-19 20:46:52 +0200
 
     Oh well, big messy commit again. Some highlights:
       - Updated to the latest, probably final file format version.
@@ -7300,142 +11784,488 @@
       - Upgraded to the last LGPLv2.1+ getopt_long from gnulib.
       - Some bug fixes
 
+ THANKS                                       |   1 +
+ configure.ac                                 |  48 +-
+ debug/full_flush.c                           |   6 +-
+ debug/known_sizes.c                          |   2 +-
+ debug/memusage.c                             |   2 +-
+ debug/sync_flush.c                           |  10 +-
+ doc/file-format.txt                          | 260 ++++----
+ lib/Makefile.am                              |  10 +-
+ lib/getopt.c                                 |  14 +-
+ lib/{getopt_.h => getopt.in.h}               |   8 +-
+ lib/getopt1.c                                |   8 +-
+ lib/gettext.h                                | 240 -------
+ m4/getopt.m4                                 |  64 +-
+ src/common/bswap.h                           |  15 +-
+ src/common/physmem.h                         |   4 +
+ src/common/sysdefs.h                         |  12 +-
+ src/liblzma/api/lzma/block.h                 |  47 +-
+ src/liblzma/api/lzma/filter.h                |   8 +
+ src/liblzma/api/lzma/index.h                 |  20 +-
+ src/liblzma/api/lzma/index_hash.h            |   4 +-
+ src/liblzma/common/block_decoder.c           |  59 +-
+ src/liblzma/common/block_encoder.c           |  41 +-
+ src/liblzma/common/block_header_decoder.c    |  31 +-
+ src/liblzma/common/block_header_encoder.c    |  69 +--
+ src/liblzma/common/block_util.c              |  45 +-
+ src/liblzma/common/common.h                  |   8 -
+ src/liblzma/common/filter_common.c           |   4 +-
+ src/liblzma/common/index.c                   | 259 ++++----
+ src/liblzma/common/index.h                   |  33 +-
+ src/liblzma/common/index_decoder.c           |  31 +-
+ src/liblzma/common/index_encoder.c           |  16 +-
+ src/liblzma/common/index_hash.c              |  68 +-
+ src/liblzma/common/stream_decoder.c          |   9 +-
+ src/liblzma/common/stream_encoder.c          |   6 +-
+ src/liblzma/lz/lz_decoder.h                  |   4 +-
+ src/liblzma/subblock/subblock_decoder.c      |   3 +-
+ src/lzma/Makefile.am                         |   9 +-
+ src/lzma/alloc.c                             | 106 ----
+ src/lzma/alloc.h                             |  42 --
+ src/lzma/args.c                              | 531 +++++++---------
+ src/lzma/args.h                              |  42 +-
+ src/lzma/error.c                             | 162 -----
+ src/lzma/error.h                             |  67 --
+ src/lzma/hardware.c                          |  75 ++-
+ src/lzma/hardware.h                          |  16 +-
+ src/lzma/help.c                              | 170 -----
+ src/lzma/help.h                              |  32 -
+ src/lzma/io.c                                | 757 +++++++++++------------
+ src/lzma/io.h                                |  51 +-
+ src/lzma/main.c                              | 392 ++++++++----
+ src/lzma/main.h                              |  60 ++
+ src/lzma/message.c                           | 892 +++++++++++++++++++++++++++
+ src/lzma/message.h                           | 132 ++++
+ src/lzma/options.c                           |  42 +-
+ src/lzma/options.h                           |   6 +-
+ src/lzma/private.h                           |  28 +-
+ src/lzma/process.c                           | 525 ++++++++--------
+ src/lzma/process.h                           |  40 ++
+ src/lzma/suffix.c                            |  52 +-
+ src/lzma/suffix.h                            |  17 +-
+ src/lzma/util.c                              | 100 +--
+ src/lzma/util.h                              |  43 +-
+ src/lzmadec/lzmadec.c                        |  36 +-
+ tests/files/README                           |  12 +-
+ tests/files/bad-1-block_header-1.xz          | Bin 64 -> 64 bytes
+ tests/files/bad-1-block_header-2.xz          | Bin 64 -> 64 bytes
+ tests/files/bad-1-block_header-3.xz          | Bin 68 -> 68 bytes
+ tests/files/bad-1-block_header-4.xz          | Bin 72 -> 76 bytes
+ tests/files/bad-1-block_header-5.xz          | Bin 0 -> 72 bytes
+ tests/files/bad-1-check-crc32.xz             | Bin 68 -> 68 bytes
+ tests/files/bad-1-check-crc64.xz             | Bin 72 -> 72 bytes
+ tests/files/bad-1-check-sha256.xz            | Bin 96 -> 96 bytes
+ tests/files/bad-1-lzma2-1.xz                 | Bin 64 -> 64 bytes
+ tests/files/bad-1-lzma2-2.xz                 | Bin 424 -> 424 bytes
+ tests/files/bad-1-lzma2-3.xz                 | Bin 424 -> 424 bytes
+ tests/files/bad-1-lzma2-4.xz                 | Bin 408 -> 408 bytes
+ tests/files/bad-1-lzma2-5.xz                 | Bin 408 -> 408 bytes
+ tests/files/bad-1-lzma2-6.xz                 | Bin 68 -> 68 bytes
+ tests/files/bad-1-lzma2-7.xz                 | Bin 408 -> 408 bytes
+ tests/files/bad-1-stream_flags-1.xz          | Bin 68 -> 68 bytes
+ tests/files/bad-1-stream_flags-2.xz          | Bin 68 -> 68 bytes
+ tests/files/bad-1-stream_flags-3.xz          | Bin 68 -> 68 bytes
+ tests/files/bad-1-vli-1.xz                   | Bin 72 -> 72 bytes
+ tests/files/bad-1-vli-2.xz                   | Bin 72 -> 76 bytes
+ tests/files/bad-2-compressed_data_padding.xz | Bin 92 -> 92 bytes
+ tests/files/bad-2-index-1.xz                 | Bin 92 -> 92 bytes
+ tests/files/bad-2-index-2.xz                 | Bin 92 -> 92 bytes
+ tests/files/bad-2-index-3.xz                 | Bin 92 -> 92 bytes
+ tests/files/bad-2-index-4.xz                 | Bin 92 -> 92 bytes
+ tests/files/bad-2-index-5.xz                 | Bin 0 -> 92 bytes
+ tests/files/good-1-3delta-lzma2.xz           | Bin 528 -> 528 bytes
+ tests/files/good-1-block_header-1.xz         | Bin 72 -> 72 bytes
+ tests/files/good-1-block_header-2.xz         | Bin 68 -> 68 bytes
+ tests/files/good-1-block_header-3.xz         | Bin 68 -> 68 bytes
+ tests/files/good-1-check-crc32.xz            | Bin 68 -> 68 bytes
+ tests/files/good-1-check-crc64.xz            | Bin 72 -> 72 bytes
+ tests/files/good-1-check-none.xz             | Bin 64 -> 64 bytes
+ tests/files/good-1-check-sha256.xz           | Bin 96 -> 96 bytes
+ tests/files/good-1-delta-lzma2.tiff.xz       | Bin 51312 -> 51316 bytes
+ tests/files/good-1-lzma2-1.xz                | Bin 424 -> 424 bytes
+ tests/files/good-1-lzma2-2.xz                | Bin 424 -> 424 bytes
+ tests/files/good-1-lzma2-3.xz                | Bin 408 -> 408 bytes
+ tests/files/good-1-sparc-lzma2.xz            | Bin 2292 -> 2296 bytes
+ tests/files/good-1-x86-lzma2.xz              | Bin 1936 -> 1936 bytes
+ tests/files/good-2-lzma2.xz                  | Bin 92 -> 92 bytes
+ tests/files/unsupported-block_header.xz      | Bin 68 -> 68 bytes
+ tests/files/unsupported-check.xz             | Bin 68 -> 68 bytes
+ tests/files/unsupported-filter_flags-1.xz    | Bin 68 -> 68 bytes
+ tests/files/unsupported-filter_flags-2.xz    | Bin 68 -> 68 bytes
+ tests/files/unsupported-filter_flags-3.xz    | Bin 68 -> 68 bytes
+ tests/test_block_header.c                    |  16 +-
+ tests/test_index.c                           |  42 +-
+ 112 files changed, 3240 insertions(+), 2724 deletions(-)
+
 commit 3c3905b53462ae235c9438d86a4dc51086410932
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Oct 9 11:12:29 2008 +0300
+Date:   2008-10-09 11:12:29 +0300
 
     Fixed the test that should have been fixed as part
     of 1e8e4fd1f3e50129b4541406ad765d2aa1233943.
 
+ tests/test_block_header.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 0f295bf7a3ece01f667caae318cc3e3424085886
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Oct 7 16:42:18 2008 +0300
+Date:   2008-10-07 16:42:18 +0300
 
     Fixed some help messages.
 
+ src/lzma/help.c | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
 commit 1e8e4fd1f3e50129b4541406ad765d2aa1233943
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Oct 7 09:40:31 2008 +0300
+Date:   2008-10-07 09:40:31 +0300
 
     Made the preset numbering more logical in liblzma API.
 
+ src/liblzma/api/lzma/container.h        | 20 ++++++++++----------
+ src/liblzma/api/lzma/lzma.h             |  2 +-
+ src/liblzma/lzma/lzma_encoder_presets.c |  3 ++-
+ src/lzma/args.c                         |  8 ++++----
+ src/lzma/args.h                         |  2 +-
+ 5 files changed, 18 insertions(+), 17 deletions(-)
+
 commit 5e4df4c3c09c82bbbb1a916784e3dc717ca4ff81
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Oct 3 19:36:09 2008 +0300
+Date:   2008-10-03 19:36:09 +0300
 
     Removed fi from po/LINGUAS.
 
+ po/LINGUAS | 1 -
+ 1 file changed, 1 deletion(-)
+
 commit fcfb86c7770328cfffa2e83b176af9a1ba2d9128
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Oct 3 07:06:48 2008 +0300
+Date:   2008-10-03 07:06:48 +0300
 
     Fixed suffix handling with --format=raw.
 
+ src/lzma/suffix.c | 28 +++++++++++++++++++---------
+ 1 file changed, 19 insertions(+), 9 deletions(-)
+
 commit bd137524f2f50e30ba054f42f1f6536cd3cee920
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Oct 2 22:51:46 2008 +0300
+Date:   2008-10-02 22:51:46 +0300
 
     Initial changes to change the suffix of the new format to .xz.
     This also fixes a bug related to --suffix option. Some issues
     with suffixes with --format=raw were not fixed.
 
+ src/lzma/args.c        | 67 +++++++++++++++++++++++++++++++--------------
+ src/lzma/args.h        | 13 +++++----
+ src/lzma/help.c        |  4 +--
+ src/lzma/process.c     | 24 +++++++++-------
+ src/lzma/suffix.c      | 74 +++++++++++++++++++++++++++++++++++++++++---------
+ tests/test_compress.sh |  3 +-
+ 6 files changed, 133 insertions(+), 52 deletions(-)
+
 commit 4c321a41c482821aa3c4d64cdf886a6ed904d844
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Sep 30 17:43:55 2008 +0300
+Date:   2008-09-30 17:43:55 +0300
 
     Renamed the test files from .lzma suffix to .xz suffix.
 
+ tests/files/README                                 | 128 ++++++++++-----------
+ ...0-backward_size.lzma => bad-0-backward_size.xz} | Bin
+ ...pty-truncated.lzma => bad-0-empty-truncated.xz} | Bin
+ ...d-0-footer_magic.lzma => bad-0-footer_magic.xz} | Bin
+ ...d-0-header_magic.lzma => bad-0-header_magic.xz} | Bin
+ ...nonempty_index.lzma => bad-0-nonempty_index.xz} | Bin
+ .../{bad-0cat-alone.lzma => bad-0cat-alone.xz}     | Bin
+ ...-header_magic.lzma => bad-0cat-header_magic.xz} | Bin
+ ...bad-0catpad-empty.lzma => bad-0catpad-empty.xz} | Bin
+ .../{bad-0pad-empty.lzma => bad-0pad-empty.xz}     | Bin
+ ...block_header-1.lzma => bad-1-block_header-1.xz} | Bin
+ ...block_header-2.lzma => bad-1-block_header-2.xz} | Bin
+ ...block_header-3.lzma => bad-1-block_header-3.xz} | Bin
+ ...block_header-4.lzma => bad-1-block_header-4.xz} | Bin
+ ...bad-1-check-crc32.lzma => bad-1-check-crc32.xz} | Bin
+ ...bad-1-check-crc64.lzma => bad-1-check-crc64.xz} | Bin
+ ...d-1-check-sha256.lzma => bad-1-check-sha256.xz} | Bin
+ .../files/{bad-1-lzma2-1.lzma => bad-1-lzma2-1.xz} | Bin
+ .../files/{bad-1-lzma2-2.lzma => bad-1-lzma2-2.xz} | Bin
+ .../files/{bad-1-lzma2-3.lzma => bad-1-lzma2-3.xz} | Bin
+ .../files/{bad-1-lzma2-4.lzma => bad-1-lzma2-4.xz} | Bin
+ .../files/{bad-1-lzma2-5.lzma => bad-1-lzma2-5.xz} | Bin
+ .../files/{bad-1-lzma2-6.lzma => bad-1-lzma2-6.xz} | Bin
+ .../files/{bad-1-lzma2-7.lzma => bad-1-lzma2-7.xz} | Bin
+ ...stream_flags-1.lzma => bad-1-stream_flags-1.xz} | Bin
+ ...stream_flags-2.lzma => bad-1-stream_flags-2.xz} | Bin
+ ...stream_flags-3.lzma => bad-1-stream_flags-3.xz} | Bin
+ tests/files/{bad-1-vli-1.lzma => bad-1-vli-1.xz}   | Bin
+ tests/files/{bad-1-vli-2.lzma => bad-1-vli-2.xz}   | Bin
+ ...dding.lzma => bad-2-compressed_data_padding.xz} | Bin
+ .../files/{bad-2-index-1.lzma => bad-2-index-1.xz} | Bin
+ .../files/{bad-2-index-2.lzma => bad-2-index-2.xz} | Bin
+ .../files/{bad-2-index-3.lzma => bad-2-index-3.xz} | Bin
+ .../files/{bad-2-index-4.lzma => bad-2-index-4.xz} | Bin
+ tests/files/{good-0-empty.lzma => good-0-empty.xz} | Bin
+ .../{good-0cat-empty.lzma => good-0cat-empty.xz}   | Bin
+ ...od-0catpad-empty.lzma => good-0catpad-empty.xz} | Bin
+ .../{good-0pad-empty.lzma => good-0pad-empty.xz}   | Bin
+ ...-1-3delta-lzma2.lzma => good-1-3delta-lzma2.xz} | Bin
+ ...lock_header-1.lzma => good-1-block_header-1.xz} | Bin
+ ...lock_header-2.lzma => good-1-block_header-2.xz} | Bin
+ ...lock_header-3.lzma => good-1-block_header-3.xz} | Bin
+ ...od-1-check-crc32.lzma => good-1-check-crc32.xz} | Bin
+ ...od-1-check-crc64.lzma => good-1-check-crc64.xz} | Bin
+ ...good-1-check-none.lzma => good-1-check-none.xz} | Bin
+ ...-1-check-sha256.lzma => good-1-check-sha256.xz} | Bin
+ ...-lzma2.tiff.lzma => good-1-delta-lzma2.tiff.xz} | Bin
+ .../{good-1-lzma2-1.lzma => good-1-lzma2-1.xz}     | Bin
+ .../{good-1-lzma2-2.lzma => good-1-lzma2-2.xz}     | Bin
+ .../{good-1-lzma2-3.lzma => good-1-lzma2-3.xz}     | Bin
+ ...od-1-sparc-lzma2.lzma => good-1-sparc-lzma2.xz} | Bin
+ .../{good-1-x86-lzma2.lzma => good-1-x86-lzma2.xz} | Bin
+ tests/files/{good-2-lzma2.lzma => good-2-lzma2.xz} | Bin
+ ...ock_header.lzma => unsupported-block_header.xz} | Bin
+ ...unsupported-check.lzma => unsupported-check.xz} | Bin
+ ..._flags-1.lzma => unsupported-filter_flags-1.xz} | Bin
+ ..._flags-2.lzma => unsupported-filter_flags-2.xz} | Bin
+ ..._flags-3.lzma => unsupported-filter_flags-3.xz} | Bin
+ tests/test_files.sh                                |   6 +-
+ 59 files changed, 66 insertions(+), 68 deletions(-)
+
 commit 8e60c889a2816a63013a35c99ce26bf28f5b78eb
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Sep 30 13:57:44 2008 +0300
+Date:   2008-09-30 13:57:44 +0300
 
     Fixed Stream decoder to actually use the first_stream variable.
 
+ src/liblzma/common/stream_decoder.c | 5 +++++
+ 1 file changed, 5 insertions(+)
+
 commit 3bdbc12c054d1961133ee19802af7dd3c3494543
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Sep 30 13:56:57 2008 +0300
+Date:   2008-09-30 13:56:57 +0300
 
     Added one more test file.
 
+ tests/files/README                     |  15 +++++++++++----
+ tests/files/bad-0cat-header_magic.lzma | Bin 0 -> 64 bytes
+ 2 files changed, 11 insertions(+), 4 deletions(-)
+
 commit a6639022fdc536e5659b070a465221b4cf7c51fa
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Sep 30 13:34:07 2008 +0300
+Date:   2008-09-30 13:34:07 +0300
 
     Fixed uninitialized variable in Stream decoder.
 
+ src/liblzma/common/stream_decoder.c | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit ed3709000a3f17ecefab29b2235d7e2221b00003
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Sep 30 13:27:28 2008 +0300
+Date:   2008-09-30 13:27:28 +0300
 
     Added two test files.
 
+ tests/files/README                  |   6 ++++++
+ tests/files/bad-0-footer_magic.lzma | Bin 0 -> 32 bytes
+ tests/files/bad-0-header_magic.lzma | Bin 0 -> 32 bytes
+ 3 files changed, 6 insertions(+)
+
 commit ea560b0ea80525752bdcd0074d24f8dc170bbe29
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Sep 27 23:49:24 2008 +0300
+Date:   2008-09-27 23:49:24 +0300
 
     Fix conflicting Subblock helper filter's ID.
 
+ src/liblzma/common/common.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit ad97483b6e55142fd8d5c041db057017a891cd95
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Sep 27 23:37:13 2008 +0300
+Date:   2008-09-27 23:37:13 +0300
 
     Changed magic bytes to match the updated spec. Filename
     suffix wasn't changed yet.
 
+ src/liblzma/common/auto_decoder.c              |   4 ++--
+ src/liblzma/common/stream_flags_common.c       |   2 +-
+ tests/files/bad-0-backward_size.lzma           | Bin 32 -> 32 bytes
+ tests/files/bad-0-empty-truncated.lzma         | Bin 31 -> 31 bytes
+ tests/files/bad-0-nonempty_index.lzma          | Bin 32 -> 32 bytes
+ tests/files/bad-0cat-alone.lzma                | Bin 55 -> 55 bytes
+ tests/files/bad-0catpad-empty.lzma             | Bin 69 -> 69 bytes
+ tests/files/bad-0pad-empty.lzma                | Bin 37 -> 37 bytes
+ tests/files/bad-1-block_header-1.lzma          | Bin 64 -> 64 bytes
+ tests/files/bad-1-block_header-2.lzma          | Bin 64 -> 64 bytes
+ tests/files/bad-1-block_header-3.lzma          | Bin 68 -> 68 bytes
+ tests/files/bad-1-block_header-4.lzma          | Bin 72 -> 72 bytes
+ tests/files/bad-1-check-crc32.lzma             | Bin 68 -> 68 bytes
+ tests/files/bad-1-check-crc64.lzma             | Bin 72 -> 72 bytes
+ tests/files/bad-1-check-sha256.lzma            | Bin 96 -> 96 bytes
+ tests/files/bad-1-lzma2-1.lzma                 | Bin 64 -> 64 bytes
+ tests/files/bad-1-lzma2-2.lzma                 | Bin 424 -> 424 bytes
+ tests/files/bad-1-lzma2-3.lzma                 | Bin 424 -> 424 bytes
+ tests/files/bad-1-lzma2-4.lzma                 | Bin 408 -> 408 bytes
+ tests/files/bad-1-lzma2-5.lzma                 | Bin 408 -> 408 bytes
+ tests/files/bad-1-lzma2-6.lzma                 | Bin 68 -> 68 bytes
+ tests/files/bad-1-lzma2-7.lzma                 | Bin 408 -> 408 bytes
+ tests/files/bad-1-stream_flags-1.lzma          | Bin 68 -> 68 bytes
+ tests/files/bad-1-stream_flags-2.lzma          | Bin 68 -> 68 bytes
+ tests/files/bad-1-stream_flags-3.lzma          | Bin 68 -> 68 bytes
+ tests/files/bad-1-vli-1.lzma                   | Bin 72 -> 72 bytes
+ tests/files/bad-1-vli-2.lzma                   | Bin 72 -> 72 bytes
+ tests/files/bad-2-compressed_data_padding.lzma | Bin 92 -> 92 bytes
+ tests/files/bad-2-index-1.lzma                 | Bin 92 -> 92 bytes
+ tests/files/bad-2-index-2.lzma                 | Bin 92 -> 92 bytes
+ tests/files/bad-2-index-3.lzma                 | Bin 92 -> 92 bytes
+ tests/files/bad-2-index-4.lzma                 | Bin 92 -> 92 bytes
+ tests/files/good-0-empty.lzma                  | Bin 32 -> 32 bytes
+ tests/files/good-0cat-empty.lzma               | Bin 64 -> 64 bytes
+ tests/files/good-0catpad-empty.lzma            | Bin 68 -> 68 bytes
+ tests/files/good-0pad-empty.lzma               | Bin 36 -> 36 bytes
+ tests/files/good-1-3delta-lzma2.lzma           | Bin 528 -> 528 bytes
+ tests/files/good-1-block_header-1.lzma         | Bin 72 -> 72 bytes
+ tests/files/good-1-block_header-2.lzma         | Bin 68 -> 68 bytes
+ tests/files/good-1-block_header-3.lzma         | Bin 68 -> 68 bytes
+ tests/files/good-1-check-crc32.lzma            | Bin 68 -> 68 bytes
+ tests/files/good-1-check-crc64.lzma            | Bin 72 -> 72 bytes
+ tests/files/good-1-check-none.lzma             | Bin 64 -> 64 bytes
+ tests/files/good-1-check-sha256.lzma           | Bin 96 -> 96 bytes
+ tests/files/good-1-delta-lzma2.tiff.lzma       | Bin 51312 -> 51312 bytes
+ tests/files/good-1-lzma2-1.lzma                | Bin 424 -> 424 bytes
+ tests/files/good-1-lzma2-2.lzma                | Bin 424 -> 424 bytes
+ tests/files/good-1-lzma2-3.lzma                | Bin 408 -> 408 bytes
+ tests/files/good-1-sparc-lzma2.lzma            | Bin 2292 -> 2292 bytes
+ tests/files/good-1-x86-lzma2.lzma              | Bin 1936 -> 1936 bytes
+ tests/files/good-2-lzma2.lzma                  | Bin 92 -> 92 bytes
+ tests/files/unsupported-block_header.lzma      | Bin 68 -> 68 bytes
+ tests/files/unsupported-check.lzma             | Bin 68 -> 68 bytes
+ tests/files/unsupported-filter_flags-1.lzma    | Bin 68 -> 68 bytes
+ tests/files/unsupported-filter_flags-2.lzma    | Bin 68 -> 68 bytes
+ tests/files/unsupported-filter_flags-3.lzma    | Bin 68 -> 68 bytes
+ 56 files changed, 3 insertions(+), 3 deletions(-)
+
 commit 7a57069167e9e63394e2b095ee3a63253fcb51c7
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Sep 27 23:16:09 2008 +0300
+Date:   2008-09-27 23:16:09 +0300
 
     Remove po/fi.po since I'm not keeping it updated for now.
 
+ po/fi.po | 446 ---------------------------------------------------------------
+ 1 file changed, 446 deletions(-)
+
 commit 018ae09df8f2fee5a7374f307df4cb42fad0b81e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Sep 27 23:13:54 2008 +0300
+Date:   2008-09-27 23:13:54 +0300
 
     Fix also test_compress.sh.
 
+ tests/test_compress.sh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
 commit 3a62a5fb85d2eebd8666e64ed5d364d095062858
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Sep 27 23:01:15 2008 +0300
+Date:   2008-09-27 23:01:15 +0300
 
     Fixed compilation of test_filter_flags.c, which was broken by
     1dcecfb09b55157b8653d747963069c8bed74f04.
 
+ tests/test_filter_flags.c | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
 commit c6ca26eef7cd07eba449035514e2b8f9ac3111c0
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Sep 27 19:11:02 2008 +0300
+Date:   2008-09-27 19:11:02 +0300
 
     Updated file format specification. It changes the suffix
     of the new format to .xz and removes the recently added
     LZMA filter.
 
+ doc/file-format.txt | 125 ++++++++++++++--------------------------------------
+ 1 file changed, 32 insertions(+), 93 deletions(-)
+
 commit 1dcecfb09b55157b8653d747963069c8bed74f04
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Sep 27 19:09:21 2008 +0300
+Date:   2008-09-27 19:09:21 +0300
 
     Some API changes, bug fixes, cleanups etc.
 
+ configure.ac                                   |  18 +-
+ debug/full_flush.c                             |   7 +-
+ debug/known_sizes.c                            |   6 +-
+ debug/memusage.c                               |  22 +--
+ debug/sync_flush.c                             |  18 +-
+ src/liblzma/Makefile.am                        |   2 +-
+ src/liblzma/api/lzma/delta.h                   |   8 +-
+ src/liblzma/api/lzma/lzma.h                    | 230 ++++++++++++++++---------
+ src/liblzma/common/alignment.c                 |   7 +-
+ src/liblzma/common/alone_decoder.c             |  11 +-
+ src/liblzma/common/alone_encoder.c             |   9 +-
+ src/liblzma/common/chunk_size.c                |   2 +-
+ src/liblzma/common/easy.c                      |  20 ++-
+ src/liblzma/common/filter_common.c             |   4 +-
+ src/liblzma/common/filter_decoder.c            |   4 +-
+ src/liblzma/common/filter_encoder.c            |   4 +-
+ src/liblzma/common/init_encoder.c              |   2 +-
+ src/liblzma/delta/delta_common.c               |  12 +-
+ src/liblzma/delta/delta_common.h               |   2 +-
+ src/liblzma/delta/delta_decoder.c              |   2 +-
+ src/liblzma/delta/delta_encoder.c              |   6 +-
+ src/liblzma/lz/lz_encoder.c                    |  30 ++--
+ src/liblzma/lz/lz_encoder.h                    |  26 +--
+ src/liblzma/lz/lz_encoder_mf.c                 |  30 ++--
+ src/liblzma/lzma/Makefile.am                   |   4 +-
+ src/liblzma/lzma/lzma2_decoder.c               |  10 +-
+ src/liblzma/lzma/lzma2_encoder.c               |  27 ++-
+ src/liblzma/lzma/lzma_common.h                 |  26 ++-
+ src/liblzma/lzma/lzma_decoder.c                |  37 ++--
+ src/liblzma/lzma/lzma_encoder.c                |  51 +++---
+ src/liblzma/lzma/lzma_encoder_optimum_fast.c   |  10 +-
+ src/liblzma/lzma/lzma_encoder_optimum_normal.c |  20 +--
+ src/liblzma/lzma/lzma_encoder_presets.c        |  50 ++++--
+ src/liblzma/rangecoder/Makefile.am             |   4 +-
+ src/liblzma/subblock/subblock_decoder.c        |   2 +-
+ src/lzma/args.c                                |  33 ++--
+ src/lzma/help.c                                |  17 +-
+ src/lzma/options.c                             |  92 +++++-----
+ tests/test_block_header.c                      |   9 +-
+ tests/test_compress.sh                         |   4 +-
+ tests/test_filter_flags.c                      |   2 +-
+ 41 files changed, 482 insertions(+), 398 deletions(-)
+
 commit 5cc5064cae603b649c64c40125c7dd365de54c9d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Sep 27 11:28:49 2008 +0300
+Date:   2008-09-27 11:28:49 +0300
 
     Added 7z2lzma.bash.
 
+ extra/7z2lzma/7z2lzma.bash | 114 +++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 114 insertions(+)
+
 commit f147666a5cd15542d4e427da58629f4a71cc38e1
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Sep 17 22:11:39 2008 +0300
+Date:   2008-09-17 22:11:39 +0300
 
     Miscellaneous LZ and LZMA encoder cleanups
 
+ src/liblzma/api/lzma/lzma.h              | 14 -------
+ src/liblzma/lz/lz_encoder.c              |  8 +++-
+ src/liblzma/lzma/Makefile.am             |  1 -
+ src/liblzma/lzma/lzma_encoder.c          | 64 ++++++++++++--------------------
+ src/liblzma/lzma/lzma_encoder_features.c | 59 -----------------------------
+ 5 files changed, 29 insertions(+), 117 deletions(-)
+
 commit 13d68b069849e19c33822cd8996cd6447890abb1
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Sep 13 13:54:00 2008 +0300
+Date:   2008-09-13 13:54:00 +0300
 
     LZ decoder cleanup
 
+ src/liblzma/lz/lz_decoder.c | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
 commit 13a74b78e37f16c9096ba5fe1859cc04eaa2f9f7
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Sep 13 12:10:43 2008 +0300
+Date:   2008-09-13 12:10:43 +0300
 
     Renamed constants:
       - LZMA_VLI_VALUE_MAX -> LZMA_VLI_MAX
@@ -7442,60 +12272,155 @@
       - LZMA_VLI_VALUE_UNKNOWN -> LZMA_VLI_UNKNOWN
       - LZMA_HEADER_ERRRO -> LZMA_OPTIONS_ERROR
 
+ debug/full_flush.c                        |  2 +-
+ debug/known_sizes.c                       |  2 +-
+ debug/sync_flush.c                        |  2 +-
+ src/liblzma/api/lzma/alignment.h          |  2 +-
+ src/liblzma/api/lzma/base.h               |  4 ++--
+ src/liblzma/api/lzma/block.h              | 28 ++++++++++++++--------------
+ src/liblzma/api/lzma/container.h          | 12 ++++++------
+ src/liblzma/api/lzma/filter.h             | 28 ++++++++++++++--------------
+ src/liblzma/api/lzma/index.h              |  2 +-
+ src/liblzma/api/lzma/lzma.h               |  4 ++--
+ src/liblzma/api/lzma/simple.h             |  2 +-
+ src/liblzma/api/lzma/stream_flags.h       | 20 ++++++++++----------
+ src/liblzma/api/lzma/vli.h                | 16 ++++++++--------
+ src/liblzma/common/alignment.c            |  6 +++---
+ src/liblzma/common/alone_decoder.c        |  2 +-
+ src/liblzma/common/auto_decoder.c         |  2 +-
+ src/liblzma/common/block_decoder.c        | 12 ++++++------
+ src/liblzma/common/block_encoder.c        |  6 +++---
+ src/liblzma/common/block_header_decoder.c | 16 ++++++++--------
+ src/liblzma/common/block_header_encoder.c | 24 ++++++++++++------------
+ src/liblzma/common/block_util.c           |  8 ++++----
+ src/liblzma/common/chunk_size.c           |  2 +-
+ src/liblzma/common/easy.c                 |  4 ++--
+ src/liblzma/common/filter_common.c        | 22 +++++++++++-----------
+ src/liblzma/common/filter_decoder.c       |  6 +++---
+ src/liblzma/common/filter_encoder.c       | 14 +++++++-------
+ src/liblzma/common/index.c                | 24 +++++++++++-------------
+ src/liblzma/common/index.h                |  2 +-
+ src/liblzma/common/index_hash.c           | 13 ++++++-------
+ src/liblzma/common/stream_decoder.c       |  4 ++--
+ src/liblzma/common/stream_encoder.c       |  4 ++--
+ src/liblzma/common/stream_flags_common.c  |  6 +++---
+ src/liblzma/common/stream_flags_decoder.c |  6 +++---
+ src/liblzma/common/stream_flags_encoder.c |  4 ++--
+ src/liblzma/common/vli_encoder.c          |  2 +-
+ src/liblzma/common/vli_size.c             |  2 +-
+ src/liblzma/delta/delta_common.c          |  2 +-
+ src/liblzma/delta/delta_decoder.c         |  2 +-
+ src/liblzma/delta/delta_encoder.c         |  2 +-
+ src/liblzma/lz/lz_decoder.c               |  2 +-
+ src/liblzma/lz/lz_encoder.c               |  2 +-
+ src/liblzma/lzma/lzma2_decoder.c          |  6 +++---
+ src/liblzma/lzma/lzma_decoder.c           | 14 +++++++-------
+ src/liblzma/lzma/lzma_encoder.c           |  8 ++++----
+ src/liblzma/simple/simple_coder.c         |  2 +-
+ src/liblzma/simple/simple_decoder.c       |  2 +-
+ src/liblzma/subblock/subblock_decoder.c   |  6 +++---
+ src/liblzma/subblock/subblock_encoder.c   | 17 ++++++++---------
+ src/lzma/args.c                           |  2 +-
+ src/lzma/error.c                          |  2 +-
+ src/lzma/list.c                           |  6 +++---
+ src/lzmadec/lzmadec.c                     |  2 +-
+ tests/test_block.c                        |  8 ++++----
+ tests/test_block_header.c                 | 30 +++++++++++++++---------------
+ tests/test_filter_flags.c                 |  2 +-
+ tests/test_index.c                        |  2 +-
+ tests/test_stream_flags.c                 |  8 ++++----
+ tests/tests.h                             |  2 +-
+ 58 files changed, 220 insertions(+), 224 deletions(-)
+
 commit 320601b2c7b08fc7da9da18d5bf7c3c1a189b080
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Sep 12 22:41:40 2008 +0300
+Date:   2008-09-12 22:41:40 +0300
 
     Improved the Stream Flags handling API.
 
+ src/liblzma/api/lzma/stream_flags.h       | 84 +++++++++++++++++++++++++++++--
+ src/liblzma/common/stream_decoder.c       |  5 +-
+ src/liblzma/common/stream_encoder.c       |  2 +
+ src/liblzma/common/stream_flags_common.c  | 28 ++++++++---
+ src/liblzma/common/stream_flags_common.h  |  9 ++++
+ src/liblzma/common/stream_flags_decoder.c |  3 +-
+ src/liblzma/common/stream_flags_encoder.c | 10 ++--
+ tests/test_stream_flags.c                 |  8 ++-
+ 8 files changed, 129 insertions(+), 20 deletions(-)
+
 commit ec490da5228263b25bf786bb23d1008468f55b30
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Sep 11 23:10:44 2008 +0300
+Date:   2008-09-11 23:10:44 +0300
 
     Simplified debug/known_sizes.c to match the relaxed
     requirements of Block encoder.
 
+ debug/known_sizes.c | 14 +++++---------
+ 1 file changed, 5 insertions(+), 9 deletions(-)
+
 commit 16e8b98f2659347edfa74afdbbb9e73311153cb9
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Sep 11 23:09:24 2008 +0300
+Date:   2008-09-11 23:09:24 +0300
 
     Remove a check from Block encoder that should have already
     been removed in 2ba01bfa755e47ff6af84a978e3c8d63d7d2775e.
 
+ src/liblzma/common/block_encoder.c | 5 -----
+ 1 file changed, 5 deletions(-)
+
 commit 5a710c3805bdf6d7e3c92e954e4e4565b27bcb13
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Sep 11 20:02:38 2008 +0300
+Date:   2008-09-11 20:02:38 +0300
 
     Remove bogus #includes.
 
+ src/liblzma/common/Makefile.am            |  1 -
+ src/liblzma/common/stream_decoder.c       |  3 ---
+ src/liblzma/common/stream_encoder.c       |  1 -
+ src/liblzma/common/stream_flags_decoder.h | 31 -------------------------------
+ 4 files changed, 36 deletions(-)
+
 commit 01892b2ca5f69bed0ea746e04b604030d57806bb
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Sep 11 10:49:14 2008 +0300
+Date:   2008-09-11 10:49:14 +0300
 
     Updated THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 962f2231d49409fe6852e44ffe8c5dbabb04bc7d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Sep 11 10:48:12 2008 +0300
+Date:   2008-09-11 10:48:12 +0300
 
     Fix a compiler error on big endian systems that don't
     support unaligned memory access.
 
+ src/common/integer.h | 32 ++++++++++++++++++--------------
+ 1 file changed, 18 insertions(+), 14 deletions(-)
+
 commit fa3ab0df8ae7a8a1ad55b52266dc0fd387458671
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Sep 11 10:46:14 2008 +0300
+Date:   2008-09-11 10:46:14 +0300
 
     Silence a compiler warning.
 
+ src/lzma/process.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 9373e81e18822db4972819442ea4c2cb9955470b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Sep 10 19:16:32 2008 +0300
+Date:   2008-09-10 19:16:32 +0300
 
     Bumped version to 4.999.6alpha.
 
+ configure.ac                   | 2 +-
+ src/liblzma/api/lzma/version.h | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
 commit cb072b7c8442ba68bb0c62c0abbbe939794887a3
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Sep 10 17:02:00 2008 +0300
+Date:   2008-09-10 17:02:00 +0300
 
     Check for LZMA_FILTER_RESERVED_START in filter_flags_encoder.c.
     Use LZMA_PROG_ERROR instead of LZMA_HEADER_ERROR if the Filter ID
@@ -7502,21 +12427,35 @@
     is in the reserved range. This allows Block Header encoder to
     detect unallowed Filter IDs, which is good for Stream encoder.
 
+ src/liblzma/common/filter_flags_encoder.c | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
 commit 123ab0acec435c9e9866a99e30482116cfbd9ba5
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Sep 10 16:44:32 2008 +0300
+Date:   2008-09-10 16:44:32 +0300
 
     Filter handling cleanups
 
+ src/liblzma/api/lzma/filter.h       | 133 +++++++++++++++++++++++++++---------
+ src/liblzma/common/filter_common.h  |   3 +
+ src/liblzma/common/filter_decoder.c |  80 +++++++---------------
+ src/liblzma/common/filter_decoder.h |   5 --
+ src/liblzma/common/filter_encoder.c |  82 +++++++---------------
+ src/liblzma/common/filter_encoder.h |   4 --
+ 6 files changed, 156 insertions(+), 151 deletions(-)
+
 commit 9cfcd0c4f2f865d8fbbb46ea28344a9be0dd8ad1
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Sep 10 00:33:00 2008 +0300
+Date:   2008-09-10 00:33:00 +0300
 
     Comments
 
+ src/liblzma/common/stream_encoder.c | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
 commit 2ba01bfa755e47ff6af84a978e3c8d63d7d2775e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Sep 10 00:27:02 2008 +0300
+Date:   2008-09-10 00:27:02 +0300
 
     Cleaned up Block encoder and moved the no longer shared
     code from block_private.h to block_decoder.c. Now the Block
@@ -7523,27 +12462,58 @@
     encoder doesn't need compressed_size and uncompressed_size
     from lzma_block structure to be initialized.
 
+ src/liblzma/api/lzma/block.h       |  3 --
+ src/liblzma/common/Makefile.am     |  1 -
+ src/liblzma/common/block_decoder.c | 23 +++++++++-
+ src/liblzma/common/block_encoder.c | 92 ++++++++++++++++++--------------------
+ src/liblzma/common/block_private.h | 47 -------------------
+ 5 files changed, 66 insertions(+), 100 deletions(-)
+
 commit 07efcb5a6bc5d7018798ebd728586f84183e7d64
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Sep 7 10:23:13 2008 +0300
+Date:   2008-09-07 10:23:13 +0300
 
     Changed Filter ID of LZMA to 0x20.
 
+ doc/file-format.txt         | 4 ++--
+ src/liblzma/api/lzma/lzma.h | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
 commit 32fe5fa541e82c08e054086279079ae5016bd8d8
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Sep 6 23:42:50 2008 +0300
+Date:   2008-09-06 23:42:50 +0300
 
     Comments
 
+ src/liblzma/api/lzma/base.h      | 81 ++++++++++++++++++++++++++--------------
+ src/liblzma/api/lzma/container.h |  6 ++-
+ src/liblzma/lz/lz_encoder.c      |  3 +-
+ src/liblzma/lz/lz_encoder.h      | 12 +++---
+ src/liblzma/lz/lz_encoder_mf.c   |  2 +-
+ 5 files changed, 65 insertions(+), 39 deletions(-)
+
 commit 0a31ed9d5e3cde4feb094b66f3a8b2c074605d84
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Sep 6 15:14:30 2008 +0300
+Date:   2008-09-06 15:14:30 +0300
 
     Some API cleanups
 
+ src/liblzma/api/lzma/base.h         | 314 +++++++++++++++++++++++-------------
+ src/liblzma/api/lzma/check.h        |  10 ++
+ src/liblzma/api/lzma/container.h    |  40 +++--
+ src/liblzma/common/auto_decoder.c   |  18 +--
+ src/liblzma/common/common.c         |   7 +
+ src/liblzma/common/common.h         |  18 ++-
+ src/liblzma/common/easy.c           |   2 +-
+ src/liblzma/common/stream_decoder.c |  31 ++--
+ src/lzma/process.c                  |   2 +-
+ src/lzmadec/lzmadec.c               |   6 +-
+ tests/tests.h                       |  72 +++------
+ 11 files changed, 301 insertions(+), 219 deletions(-)
+
 commit da98df54400998be2a6c3876f9655a3c51b93c10
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Sep 4 11:53:06 2008 +0300
+Date:   2008-09-04 11:53:06 +0300
 
     Added support for raw encoding and decoding to the command
     line tool, and made various cleanups. --lzma was renamed to
@@ -7550,9 +12520,15 @@
     --lzma1 to prevent people from accidentally using LZMA when
     they want LZMA2.
 
+ src/lzma/args.c    | 17 +++++++++--------
+ src/lzma/args.h    |  1 +
+ src/lzma/help.c    | 24 ++++++------------------
+ src/lzma/process.c | 42 ++++++++++++++++++++++++++++++++++--------
+ 4 files changed, 50 insertions(+), 34 deletions(-)
+
 commit 2496aee8a7741a8a0d42987db41ff2cf1a4bdabd
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Sep 4 10:39:15 2008 +0300
+Date:   2008-09-04 10:39:15 +0300
 
     Don't allow LZMA_SYNC_FLUSH with decoders anymore. There's
     simply nothing that would use it. Allow LZMA_FINISH to the
@@ -7559,27 +12535,41 @@
     decoders, which will usually ignore it (auto decoder and
     Stream decoder being exceptions).
 
+ src/liblzma/common/alone_decoder.c  | 1 -
+ src/liblzma/common/block_decoder.c  | 2 +-
+ src/liblzma/common/filter_decoder.c | 2 +-
+ 3 files changed, 2 insertions(+), 3 deletions(-)
+
 commit bea301c26d5d52675e11e0236faec0492af98f60
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Sep 3 17:06:25 2008 +0300
+Date:   2008-09-03 17:06:25 +0300
 
     Minor updates to the file format specification.
 
+ doc/file-format.txt | 105 ++++++++++++++++++++++++++++++++++++++++++----------
+ 1 file changed, 85 insertions(+), 20 deletions(-)
+
 commit 9c75b089b4a9e0edcf4cf7970a4383768707d6c8
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Sep 2 19:33:32 2008 +0300
+Date:   2008-09-02 19:33:32 +0300
 
     Command line tool fixes
 
+ src/lzma/process.c | 21 +++++++++++++--------
+ 1 file changed, 13 insertions(+), 8 deletions(-)
+
 commit bab0590504b5aeff460ab4ca8c964dd7c1bad9e4
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Sep 2 19:31:42 2008 +0300
+Date:   2008-09-02 19:31:42 +0300
 
     Auto decoder cleanup
 
+ src/liblzma/common/auto_decoder.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 689602336d126a46b60d791a67decab65e1e81f5
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Sep 2 19:12:12 2008 +0300
+Date:   2008-09-02 19:12:12 +0300
 
     Updated auto decoder to handle LZMA_CONCATENATED when decoding
     LZMA_Alone files. Decoding of concatenated LZMA_Alone files is
@@ -7586,27 +12576,41 @@
     intentionally not supported, so it is better to put this in
     auto decoder than LZMA_Alone decoder.
 
+ src/liblzma/common/auto_decoder.c | 87 ++++++++++++++++++++++++++++++++-------
+ 1 file changed, 71 insertions(+), 16 deletions(-)
+
 commit 80c4158f19904026433eb6f5d5ca98a0ecd4f66c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Sep 2 14:56:52 2008 +0300
+Date:   2008-09-02 14:56:52 +0300
 
     Stream decoder cleanups
 
+ src/liblzma/common/stream_decoder.c | 57 +++++++++++++++++++++----------------
+ 1 file changed, 32 insertions(+), 25 deletions(-)
+
 commit fc681657450ce57be1fe08f7a15d31dcc705e514
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Sep 2 11:45:39 2008 +0300
+Date:   2008-09-02 11:45:39 +0300
 
     Some fixes to LZ encoder.
 
+ src/liblzma/lz/lz_encoder.c    | 56 ++++++++++++++++++++-----
+ src/liblzma/lz/lz_encoder.h    | 18 ++++----
+ src/liblzma/lz/lz_encoder_mf.c | 95 +++++++++++++++++-------------------------
+ 3 files changed, 94 insertions(+), 75 deletions(-)
+
 commit ede675f9ac1ca82a7d7c290324adba672118bc8d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Aug 31 11:47:01 2008 +0300
+Date:   2008-08-31 11:47:01 +0300
 
     Fix wrong pointer calculation in LZMA encoder.
 
+ src/liblzma/lzma/lzma_encoder.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
 commit 3b34851de1eaf358cf9268922fa0eeed8278d680
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Aug 28 22:53:15 2008 +0300
+Date:   2008-08-28 22:53:15 +0300
 
     Sort of garbage collection commit. :-| Many things are still
     broken. API has changed a lot and it will still change a
@@ -7614,21 +12618,306 @@
     have all the required changes to reflect the API changes, so
     it's easy to get "internal error" or trigger assertions.
 
+ configure.ac                                       |  356 +++---
+ debug/Makefile.am                                  |    5 +-
+ .../lz/lz_encoder_private.h => debug/crc32.c       |   41 +-
+ debug/full_flush.c                                 |   14 +-
+ debug/hex2bin.c                                    |   54 +
+ debug/known_sizes.c                                |  135 ++
+ debug/memusage.c                                   |    8 +-
+ debug/sync_flush.c                                 |   20 +-
+ src/common/integer.h                               |   26 +-
+ src/common/sysdefs.h                               |   42 +-
+ src/liblzma/Makefile.am                            |   17 +-
+ src/liblzma/api/Makefile.am                        |    6 +-
+ src/liblzma/api/lzma.h                             |  161 ++-
+ src/liblzma/api/lzma/alignment.h                   |    6 +-
+ src/liblzma/api/lzma/alone.h                       |   52 -
+ src/liblzma/api/lzma/auto.h                        |   36 -
+ src/liblzma/api/lzma/base.h                        |   61 +-
+ src/liblzma/api/lzma/block.h                       |   38 +-
+ src/liblzma/api/lzma/check.h                       |   41 +-
+ src/liblzma/api/lzma/container.h                   |  252 ++++
+ src/liblzma/api/lzma/delta.h                       |   36 +-
+ src/liblzma/api/lzma/easy.h                        |  121 --
+ src/liblzma/api/lzma/filter.h                      |   74 +-
+ src/liblzma/api/lzma/index.h                       |   40 +-
+ src/liblzma/api/lzma/index_hash.h                  |   12 +-
+ src/liblzma/api/lzma/lzma.h                        |  222 ++--
+ src/liblzma/api/lzma/memlimit.h                    |   15 +-
+ src/liblzma/api/lzma/raw.h                         |   60 -
+ src/liblzma/api/lzma/simple.h                      |    2 +-
+ src/liblzma/api/lzma/stream.h                      |   53 -
+ src/liblzma/api/lzma/stream_flags.h                |   17 +-
+ src/liblzma/api/lzma/subblock.h                    |    4 +-
+ src/liblzma/api/lzma/version.h                     |   10 +-
+ src/liblzma/api/lzma/vli.h                         |  131 +-
+ src/liblzma/check/check.c                          |  128 +-
+ src/liblzma/check/check.h                          |   67 +-
+ src/liblzma/check/sha256.c                         |   29 +-
+ src/liblzma/common/Makefile.am                     |   51 +-
+ src/liblzma/common/alignment.c                     |    4 +-
+ src/liblzma/common/allocator.c                     |   58 -
+ src/liblzma/common/alone_decoder.c                 |   49 +-
+ src/liblzma/common/alone_decoder.h                 |    9 +-
+ src/liblzma/common/alone_encoder.c                 |   13 +-
+ src/liblzma/common/auto_decoder.c                  |   38 +-
+ src/liblzma/common/block_decoder.c                 |   67 +-
+ src/liblzma/common/block_decoder.h                 |    2 +-
+ src/liblzma/common/block_encoder.c                 |   42 +-
+ src/liblzma/common/block_encoder.h                 |    2 +-
+ src/liblzma/common/block_header_decoder.c          |    6 +-
+ src/liblzma/common/block_header_encoder.c          |    9 +-
+ src/liblzma/common/block_util.c                    |   10 +-
+ src/liblzma/common/{code.c => common.c}            |  129 +-
+ src/liblzma/common/common.h                        |  237 ++--
+ src/liblzma/common/easy.c                          |   18 +-
+ src/liblzma/common/features.c                      |   66 -
+ src/liblzma/common/filter_common.c                 |  262 ++++
+ src/liblzma/common/filter_common.h                 |   52 +
+ src/liblzma/common/filter_decoder.c                |  236 ++++
+ src/liblzma/common/filter_decoder.h                |   35 +
+ src/liblzma/common/filter_encoder.c                |  308 +++++
+ src/liblzma/common/filter_encoder.h                |   38 +
+ src/liblzma/common/filter_flags_decoder.c          |  185 +--
+ src/liblzma/common/filter_flags_encoder.c          |  261 +---
+ src/liblzma/common/index_decoder.c                 |   14 +-
+ src/liblzma/common/index_encoder.c                 |   16 +-
+ src/liblzma/common/index_hash.c                    |    8 +-
+ src/liblzma/common/init_encoder.c                  |    2 +-
+ src/liblzma/common/memory_usage.c                  |  112 --
+ src/liblzma/common/next_coder.c                    |   65 -
+ src/liblzma/common/raw_common.c                    |  127 --
+ src/liblzma/common/raw_decoder.c                   |  116 --
+ src/liblzma/common/raw_encoder.c                   |  111 --
+ src/liblzma/common/stream_common.c                 |   23 -
+ src/liblzma/common/stream_decoder.c                |  238 +++-
+ src/liblzma/common/stream_decoder.h                |    4 +-
+ src/liblzma/common/stream_encoder.c                |   35 +-
+ src/liblzma/common/stream_encoder.h                |    2 +-
+ ...{stream_flags_equal.c => stream_flags_common.c} |   14 +-
+ .../{stream_common.h => stream_flags_common.h}     |    8 +-
+ src/liblzma/common/stream_flags_decoder.c          |    2 +-
+ src/liblzma/common/stream_flags_encoder.c          |    2 +-
+ src/liblzma/common/vli_decoder.c                   |   29 +-
+ src/liblzma/common/vli_encoder.c                   |   23 +-
+ src/liblzma/common/{version.c => vli_size.c}       |   22 +-
+ src/liblzma/delta/Makefile.am                      |   34 +
+ src/liblzma/{common => delta}/delta_common.c       |    2 +-
+ src/liblzma/{common => delta}/delta_common.h       |    0
+ src/liblzma/{common => delta}/delta_decoder.c      |   21 +
+ src/liblzma/{common => delta}/delta_decoder.h      |    4 +
+ src/liblzma/{common => delta}/delta_encoder.c      |   21 +
+ src/liblzma/{common => delta}/delta_encoder.h      |    2 +
+ src/liblzma/lz/Makefile.am                         |   35 +-
+ src/liblzma/lz/bt2.c                               |   27 -
+ src/liblzma/lz/bt2.h                               |   31 -
+ src/liblzma/lz/bt3.c                               |   29 -
+ src/liblzma/lz/bt3.h                               |   31 -
+ src/liblzma/lz/bt4.c                               |   30 -
+ src/liblzma/lz/bt4.h                               |   31 -
+ src/liblzma/lz/hc3.c                               |   30 -
+ src/liblzma/lz/hc3.h                               |   31 -
+ src/liblzma/lz/hc4.c                               |   31 -
+ src/liblzma/lz/hc4.h                               |   31 -
+ src/liblzma/lz/lz_decoder.c                        |  547 +++-----
+ src/liblzma/lz/lz_decoder.h                        |  308 ++---
+ src/liblzma/lz/lz_encoder.c                        |  780 ++++++------
+ src/liblzma/lz/lz_encoder.h                        |  334 +++--
+ src/liblzma/lz/lz_encoder_hash.h                   |  104 ++
+ src/liblzma/lz/lz_encoder_mf.c                     |  780 ++++++++++++
+ src/liblzma/lz/match_c.h                           |  412 ------
+ src/liblzma/lz/match_h.h                           |   69 --
+ src/liblzma/lzma/Makefile.am                       |   37 +-
+ src/liblzma/lzma/fastpos.h                         |    8 +-
+ src/liblzma/lzma/lzma2_decoder.c                   |  318 +++++
+ src/liblzma/lzma/lzma2_decoder.h                   |   35 +
+ src/liblzma/lzma/lzma2_encoder.c                   |  406 ++++++
+ .../{common/raw_common.h => lzma/lzma2_encoder.h}  |   22 +-
+ src/liblzma/lzma/lzma_common.h                     |  208 +++-
+ src/liblzma/lzma/lzma_decoder.c                    | 1306 ++++++++++++--------
+ src/liblzma/lzma/lzma_decoder.h                    |   21 +-
+ src/liblzma/lzma/lzma_encoder.c                    |  576 +++++++--
+ src/liblzma/lzma/lzma_encoder.h                    |   38 +-
+ src/liblzma/lzma/lzma_encoder_features.c           |    2 +-
+ src/liblzma/lzma/lzma_encoder_getoptimum.c         |  925 --------------
+ src/liblzma/lzma/lzma_encoder_getoptimumfast.c     |  201 ---
+ src/liblzma/lzma/lzma_encoder_init.c               |  228 ----
+ src/liblzma/lzma/lzma_encoder_optimum_fast.c       |  193 +++
+ src/liblzma/lzma/lzma_encoder_optimum_normal.c     |  875 +++++++++++++
+ src/liblzma/lzma/lzma_encoder_presets.c            |   52 +-
+ src/liblzma/lzma/lzma_encoder_private.h            |  174 +--
+ src/liblzma/lzma/lzma_literal.c                    |   51 -
+ src/liblzma/lzma/lzma_literal.h                    |   71 --
+ src/liblzma/rangecoder/Makefile.am                 |   10 +-
+ src/liblzma/rangecoder/price.h                     |  111 ++
+ src/liblzma/rangecoder/price_table.c               |   84 +-
+ src/liblzma/rangecoder/price_table_init.c          |   33 +-
+ .../{price_table_gen.c => price_tablegen.c}        |   19 +-
+ src/liblzma/rangecoder/range_common.h              |   17 +-
+ src/liblzma/rangecoder/range_decoder.h             |  209 ++--
+ src/liblzma/rangecoder/range_encoder.h             |   92 +-
+ src/liblzma/simple/Makefile.am                     |   12 +
+ src/liblzma/simple/simple_coder.c                  |    8 +-
+ src/liblzma/simple/simple_decoder.c                |   47 +
+ .../raw_decoder.h => simple/simple_decoder.h}      |   18 +-
+ src/liblzma/simple/simple_encoder.c                |   45 +
+ .../raw_encoder.h => simple/simple_encoder.h}      |   17 +-
+ src/liblzma/subblock/Makefile.am                   |    4 +-
+ src/liblzma/subblock/subblock_decoder.c            |   20 +-
+ src/liblzma/subblock/subblock_decoder_helper.c     |    2 +-
+ src/liblzma/subblock/subblock_encoder.c            |   28 +-
+ src/lzma/args.c                                    |   35 +-
+ src/lzma/args.h                                    |    4 +-
+ src/lzma/options.c                                 |   14 +-
+ src/lzma/process.c                                 |   88 +-
+ src/lzmadec/lzmadec.c                              |  157 +--
+ tests/Makefile.am                                  |    1 +
+ tests/files/README                                 |  303 ++---
+ tests/files/bad-0-backward_size.lzma               |  Bin 0 -> 32 bytes
+ tests/files/bad-0-empty-truncated.lzma             |  Bin 0 -> 31 bytes
+ tests/files/bad-0-nonempty_index.lzma              |  Bin 0 -> 32 bytes
+ tests/files/bad-0cat-alone.lzma                    |  Bin 0 -> 55 bytes
+ tests/files/bad-0catpad-empty.lzma                 |  Bin 0 -> 69 bytes
+ tests/files/bad-0pad-empty.lzma                    |  Bin 0 -> 37 bytes
+ tests/files/bad-1-block_header-1.lzma              |  Bin 0 -> 64 bytes
+ tests/files/bad-1-block_header-2.lzma              |  Bin 0 -> 64 bytes
+ tests/files/bad-1-block_header-3.lzma              |  Bin 0 -> 68 bytes
+ tests/files/bad-1-block_header-4.lzma              |  Bin 0 -> 72 bytes
+ tests/files/bad-1-check-crc32.lzma                 |  Bin 0 -> 68 bytes
+ tests/files/bad-1-check-crc64.lzma                 |  Bin 0 -> 72 bytes
+ tests/files/bad-1-check-sha256.lzma                |  Bin 0 -> 96 bytes
+ tests/files/bad-1-lzma2-1.lzma                     |  Bin 0 -> 64 bytes
+ tests/files/bad-1-lzma2-2.lzma                     |  Bin 0 -> 424 bytes
+ tests/files/bad-1-lzma2-3.lzma                     |  Bin 0 -> 424 bytes
+ tests/files/bad-1-lzma2-4.lzma                     |  Bin 0 -> 408 bytes
+ tests/files/bad-1-lzma2-5.lzma                     |  Bin 0 -> 408 bytes
+ tests/files/bad-1-lzma2-6.lzma                     |  Bin 0 -> 68 bytes
+ tests/files/bad-1-lzma2-7.lzma                     |  Bin 0 -> 408 bytes
+ tests/files/bad-1-stream_flags-1.lzma              |  Bin 0 -> 68 bytes
+ tests/files/bad-1-stream_flags-2.lzma              |  Bin 0 -> 68 bytes
+ tests/files/bad-1-stream_flags-3.lzma              |  Bin 0 -> 68 bytes
+ tests/files/bad-1-vli-1.lzma                       |  Bin 0 -> 72 bytes
+ tests/files/bad-1-vli-2.lzma                       |  Bin 0 -> 72 bytes
+ tests/files/bad-2-compressed_data_padding.lzma     |  Bin 0 -> 92 bytes
+ tests/files/bad-2-index-1.lzma                     |  Bin 0 -> 92 bytes
+ tests/files/bad-2-index-2.lzma                     |  Bin 0 -> 92 bytes
+ tests/files/bad-2-index-3.lzma                     |  Bin 0 -> 92 bytes
+ tests/files/bad-2-index-4.lzma                     |  Bin 0 -> 92 bytes
+ tests/files/bad-cat-single-none-pad_garbage_1.lzma |  Bin 65 -> 0 bytes
+ tests/files/bad-cat-single-none-pad_garbage_2.lzma |  Bin 65 -> 0 bytes
+ tests/files/bad-cat-single-none-pad_garbage_3.lzma |  Bin 65 -> 0 bytes
+ tests/files/bad-multi-none-1.lzma                  |  Bin 54 -> 0 bytes
+ tests/files/bad-multi-none-2.lzma                  |  Bin 53 -> 0 bytes
+ tests/files/bad-multi-none-3.lzma                  |  Bin 53 -> 0 bytes
+ tests/files/bad-multi-none-block_1.lzma            |  Bin 66 -> 0 bytes
+ tests/files/bad-multi-none-block_2.lzma            |  Bin 66 -> 0 bytes
+ tests/files/bad-multi-none-block_3.lzma            |  Bin 58 -> 0 bytes
+ tests/files/bad-multi-none-extra_1.lzma            |  Bin 54 -> 0 bytes
+ tests/files/bad-multi-none-extra_2.lzma            |  Bin 54 -> 0 bytes
+ tests/files/bad-multi-none-extra_3.lzma            |  Bin 55 -> 0 bytes
+ tests/files/bad-multi-none-header_1.lzma           |  Bin 57 -> 0 bytes
+ tests/files/bad-multi-none-header_2.lzma           |  Bin 61 -> 0 bytes
+ tests/files/bad-multi-none-header_3.lzma           |  Bin 59 -> 0 bytes
+ tests/files/bad-multi-none-header_4.lzma           |  Bin 59 -> 0 bytes
+ tests/files/bad-multi-none-header_5.lzma           |  Bin 58 -> 0 bytes
+ tests/files/bad-multi-none-header_6.lzma           |  Bin 59 -> 0 bytes
+ tests/files/bad-multi-none-header_7.lzma           |  Bin 59 -> 0 bytes
+ tests/files/bad-multi-none-index_1.lzma            |  Bin 51 -> 0 bytes
+ tests/files/bad-multi-none-index_2.lzma            |  Bin 49 -> 0 bytes
+ tests/files/bad-multi-none-index_3.lzma            |  Bin 51 -> 0 bytes
+ tests/files/bad-multi-none-index_4.lzma            |  Bin 51 -> 0 bytes
+ tests/files/bad-single-data_after_eopm_1.lzma      |  Bin 55 -> 0 bytes
+ tests/files/bad-single-data_after_eopm_2.lzma      |  Bin 56 -> 0 bytes
+ tests/files/bad-single-lzma-flush_beginning.lzma   |  Bin 53 -> 0 bytes
+ tests/files/bad-single-lzma-flush_twice.lzma       |  Bin 63 -> 0 bytes
+ tests/files/bad-single-none-empty.lzma             |  Bin 19 -> 0 bytes
+ .../files/bad-single-none-footer_filter_flags.lzma |  Bin 30 -> 0 bytes
+ tests/files/bad-single-none-too_long_vli.lzma      |  Bin 39 -> 0 bytes
+ tests/files/bad-single-none-truncated.lzma         |  Bin 29 -> 0 bytes
+ tests/files/bad-single-subblock-padding_loop.lzma  |  Bin 43 -> 0 bytes
+ tests/files/bad-single-subblock1023-slow.lzma      |  Bin 7886 -> 0 bytes
+ tests/files/bad-single-subblock_subblock.lzma      |  Bin 26 -> 0 bytes
+ tests/files/good-0-empty.lzma                      |  Bin 0 -> 32 bytes
+ tests/files/good-0cat-empty.lzma                   |  Bin 0 -> 64 bytes
+ tests/files/good-0catpad-empty.lzma                |  Bin 0 -> 68 bytes
+ tests/files/good-0pad-empty.lzma                   |  Bin 0 -> 36 bytes
+ tests/files/good-1-3delta-lzma2.lzma               |  Bin 0 -> 528 bytes
+ tests/files/good-1-block_header-1.lzma             |  Bin 0 -> 72 bytes
+ tests/files/good-1-block_header-2.lzma             |  Bin 0 -> 68 bytes
+ tests/files/good-1-block_header-3.lzma             |  Bin 0 -> 68 bytes
+ tests/files/good-1-check-crc32.lzma                |  Bin 0 -> 68 bytes
+ tests/files/good-1-check-crc64.lzma                |  Bin 0 -> 72 bytes
+ tests/files/good-1-check-none.lzma                 |  Bin 0 -> 64 bytes
+ tests/files/good-1-check-sha256.lzma               |  Bin 0 -> 96 bytes
+ tests/files/good-1-delta-lzma2.tiff.lzma           |  Bin 0 -> 51312 bytes
+ tests/files/good-1-lzma2-1.lzma                    |  Bin 0 -> 424 bytes
+ tests/files/good-1-lzma2-2.lzma                    |  Bin 0 -> 424 bytes
+ tests/files/good-1-lzma2-3.lzma                    |  Bin 0 -> 408 bytes
+ ...gle-sparc-lzma.lzma => good-1-sparc-lzma2.lzma} |  Bin 2263 -> 2292 bytes
+ ...-single-x86-lzma.lzma => good-1-x86-lzma2.lzma} |  Bin 1909 -> 1936 bytes
+ tests/files/good-2-lzma2.lzma                      |  Bin 0 -> 92 bytes
+ tests/files/good-cat-single-none-pad.lzma          |  Bin 64 -> 0 bytes
+ tests/files/good-multi-none-1.lzma                 |  Bin 75 -> 0 bytes
+ tests/files/good-multi-none-2.lzma                 |  Bin 53 -> 0 bytes
+ tests/files/good-multi-none-block_1.lzma           |  Bin 66 -> 0 bytes
+ tests/files/good-multi-none-block_2.lzma           |  Bin 58 -> 0 bytes
+ tests/files/good-multi-none-extra_1.lzma           |  Bin 51 -> 0 bytes
+ tests/files/good-multi-none-extra_2.lzma           |  Bin 79 -> 0 bytes
+ tests/files/good-multi-none-extra_3.lzma           |  Bin 55 -> 0 bytes
+ tests/files/good-multi-none-header_1.lzma          |  Bin 58 -> 0 bytes
+ tests/files/good-multi-none-header_2.lzma          |  Bin 66 -> 0 bytes
+ tests/files/good-multi-none-header_3.lzma          |  Bin 59 -> 0 bytes
+ tests/files/good-single-delta-lzma.tiff.lzma       |  Bin 51409 -> 0 bytes
+ tests/files/good-single-lzma-empty.lzma            |  Bin 21 -> 0 bytes
+ tests/files/good-single-lzma-flush_1.lzma          |  Bin 48 -> 0 bytes
+ tests/files/good-single-lzma-flush_2.lzma          |  Bin 63 -> 0 bytes
+ tests/files/good-single-lzma.lzma                  |  Bin 44 -> 0 bytes
+ tests/files/good-single-none-empty_1.lzma          |  Bin 18 -> 0 bytes
+ tests/files/good-single-none-empty_2.lzma          |  Bin 26 -> 0 bytes
+ tests/files/good-single-none-empty_3.lzma          |  Bin 19 -> 0 bytes
+ tests/files/good-single-none-pad.lzma              |  Bin 32 -> 0 bytes
+ tests/files/good-single-none.lzma                  |  Bin 30 -> 0 bytes
+ tests/files/good-single-subblock-lzma.lzma         |  Bin 50 -> 0 bytes
+ tests/files/good-single-subblock_implicit.lzma     |  Bin 35 -> 0 bytes
+ tests/files/good-single-subblock_rle.lzma          |  Bin 118 -> 0 bytes
+ tests/files/malicious-multi-metadata-64PiB.lzma    |  Bin 51 -> 0 bytes
+ tests/files/malicious-single-subblock-256MiB.lzma  |  Bin 30 -> 0 bytes
+ tests/files/malicious-single-subblock-64PiB.lzma   |  Bin 45 -> 0 bytes
+ tests/files/malicious-single-subblock31-slow.lzma  |  Bin 1233 -> 0 bytes
+ tests/files/unsupported-block_header.lzma          |  Bin 0 -> 68 bytes
+ tests/files/unsupported-check.lzma                 |  Bin 0 -> 68 bytes
+ tests/files/unsupported-filter_flags-1.lzma        |  Bin 0 -> 68 bytes
+ tests/files/unsupported-filter_flags-2.lzma        |  Bin 0 -> 68 bytes
+ tests/files/unsupported-filter_flags-3.lzma        |  Bin 0 -> 68 bytes
+ tests/test_block_header.c                          |   28 +-
+ tests/test_compress.sh                             |    4 +-
+ tests/test_filter_flags.c                          |   51 +-
+ tests/test_stream_flags.c                          |    4 +-
+ tests/tests.h                                      |    8 +
+ 277 files changed, 9050 insertions(+), 7477 deletions(-)
+
 commit 57b9a145a527f0716822615e5ed536d33aebd3fc
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 20 17:16:32 2008 +0300
+Date:   2008-06-20 17:16:32 +0300
 
     Fix test_filter_flags to match the new restriction of lc+lp.
 
+ tests/test_filter_flags.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
 commit eaafc4367c77ec1d910e16d11b4da293969d97a3
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jun 20 16:19:54 2008 +0300
+Date:   2008-06-20 16:19:54 +0300
 
     Remove some redundant code from LZMA encoder.
 
+ src/liblzma/lzma/lzma_encoder.c | 15 +--------------
+ 1 file changed, 1 insertion(+), 14 deletions(-)
+
 commit 0809c46534fa5664fe35d9e98d95e87312ed130e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jun 19 16:35:08 2008 +0300
+Date:   2008-06-19 16:35:08 +0300
 
     Add limit of lc + lp <= 4. Now we can allocate the
     literal coder as part of the main LZMA encoder or
@@ -7637,22 +12926,36 @@
     Make the LZMA decoder to rely on the current internal API
     to free the allocated memory in case an error occurs.
 
+ src/liblzma/api/lzma/lzma.h             | 10 +++++-
+ src/liblzma/lzma/lzma_decoder.c         | 57 ++++++++-------------------------
+ src/liblzma/lzma/lzma_encoder_init.c    | 13 ++++----
+ src/liblzma/lzma/lzma_encoder_private.h |  2 +-
+ src/liblzma/lzma/lzma_literal.c         | 39 +++++-----------------
+ src/liblzma/lzma/lzma_literal.h         | 13 +++-----
+ 6 files changed, 43 insertions(+), 91 deletions(-)
+
 commit d25ab1b96178f06a0e724f58e3cd68300b2b1275
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jun 18 21:45:19 2008 +0300
+Date:   2008-06-18 21:45:19 +0300
 
     Comments
 
+ src/liblzma/lzma/lzma_encoder.c | 7 ++-----
+ 1 file changed, 2 insertions(+), 5 deletions(-)
+
 commit 6368a2fa5901c75864be5171dd57a50af7adbb41
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jun 18 19:19:02 2008 +0300
+Date:   2008-06-18 19:19:02 +0300
 
     Delete old code that was supposed to be already deleted
     from test_block_header.c.
 
+ tests/test_block_header.c | 30 ------------------------------
+ 1 file changed, 30 deletions(-)
+
 commit 7d17818cec8597f847b0a2537fde991bbc3d9e96
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jun 18 18:02:10 2008 +0300
+Date:   2008-06-18 18:02:10 +0300
 
     Update the code to mostly match the new simpler file format
     specification. Simplify things by removing most of the
@@ -7668,39 +12971,163 @@
     updated once the encoded format of the Subblock filter
     has been decided.
 
+ configure.ac                                       |  41 +-
+ debug/full_flush.c                                 |  16 +-
+ debug/sync_flush.c                                 |  15 +-
+ .../check/check_byteswap.h => common/bswap.h}      |  15 +-
+ src/common/integer.h                               | 167 +++++
+ src/liblzma/api/Makefile.am                        |   5 +-
+ src/liblzma/api/lzma.h                             |   9 +-
+ src/liblzma/api/lzma/alone.h                       |  32 +-
+ src/liblzma/api/lzma/auto.h                        |   7 +-
+ src/liblzma/api/lzma/base.h                        |  15 +
+ src/liblzma/api/lzma/block.h                       | 306 +++-----
+ src/liblzma/api/lzma/check.h                       |  18 +-
+ src/liblzma/api/lzma/copy.h                        |  29 -
+ src/liblzma/api/lzma/easy.h                        |  61 +-
+ src/liblzma/api/lzma/extra.h                       | 114 ---
+ src/liblzma/api/lzma/filter.h                      |   5 +-
+ src/liblzma/api/lzma/index.h                       | 204 +++++-
+ src/liblzma/api/lzma/index_hash.h                  |  94 +++
+ src/liblzma/api/lzma/info.h                        | 315 --------
+ src/liblzma/api/lzma/lzma.h                        |   2 +-
+ src/liblzma/api/lzma/metadata.h                    | 100 ---
+ src/liblzma/api/lzma/raw.h                         |  20 +-
+ src/liblzma/api/lzma/stream.h                      | 157 +---
+ src/liblzma/api/lzma/stream_flags.h                | 146 ++--
+ src/liblzma/api/lzma/version.h                     |   2 +-
+ src/liblzma/api/lzma/vli.h                         |  83 +--
+ src/liblzma/check/Makefile.am                      |   1 -
+ src/liblzma/check/check.c                          |  55 +-
+ src/liblzma/check/check.h                          |  47 +-
+ src/liblzma/check/crc32_init.c                     |   2 +-
+ src/liblzma/check/crc64_init.c                     |   2 +-
+ src/liblzma/check/crc_macros.h                     |   2 +-
+ src/liblzma/check/sha256.c                         |  53 +-
+ src/liblzma/common/Makefile.am                     |  31 +-
+ src/liblzma/common/alignment.c                     |   5 +-
+ src/liblzma/common/alone_decoder.c                 |  77 +-
+ src/liblzma/common/alone_encoder.c                 |  99 ++-
+ src/liblzma/common/auto_decoder.c                  |  18 +-
+ src/liblzma/common/block_decoder.c                 | 298 ++------
+ src/liblzma/common/block_encoder.c                 | 228 ++----
+ src/liblzma/common/block_header_decoder.c          | 400 ++--------
+ src/liblzma/common/block_header_encoder.c          | 207 ++----
+ src/liblzma/common/block_private.h                 |  51 +-
+ src/liblzma/common/block_util.c                    |  73 ++
+ src/liblzma/common/common.h                        |  44 +-
+ src/liblzma/common/copy_coder.c                    | 144 ----
+ src/liblzma/common/copy_coder.h                    |  31 -
+ src/liblzma/common/delta_common.c                  |   4 -
+ src/liblzma/common/delta_common.h                  |   4 -
+ src/liblzma/common/delta_decoder.c                 |  55 +-
+ src/liblzma/common/delta_encoder.c                 |   7 +-
+ src/liblzma/common/{easy_multi.c => easy.c}        |  87 ++-
+ src/liblzma/common/easy_common.c                   |  54 --
+ src/liblzma/common/extra.c                         |  34 -
+ src/liblzma/common/features.c                      |   4 -
+ src/liblzma/common/filter_flags_decoder.c          | 384 +++-------
+ src/liblzma/common/filter_flags_encoder.c          | 120 +--
+ src/liblzma/common/index.c                         | 773 ++++++++++++++++---
+ src/liblzma/common/index.h                         |  67 ++
+ src/liblzma/common/index_decoder.c                 | 252 +++++++
+ src/liblzma/common/index_encoder.c                 | 222 ++++++
+ .../{stream_encoder_multi.h => index_encoder.h}    |  18 +-
+ src/liblzma/common/index_hash.c                    | 340 +++++++++
+ src/liblzma/common/info.c                          | 814 ---------------------
+ src/liblzma/common/memory_usage.c                  |   1 -
+ src/liblzma/common/metadata_decoder.c              | 578 ---------------
+ src/liblzma/common/metadata_decoder.h              |  31 -
+ src/liblzma/common/metadata_encoder.c              | 435 -----------
+ src/liblzma/common/raw_common.c                    | 178 ++---
+ src/liblzma/common/raw_common.h                    |   5 +-
+ src/liblzma/common/raw_decoder.c                   |  19 +-
+ src/liblzma/common/raw_decoder.h                   |   3 +-
+ src/liblzma/common/raw_encoder.c                   | 101 +--
+ src/liblzma/common/raw_encoder.h                   |   3 +-
+ src/liblzma/common/stream_common.h                 |   3 +
+ src/liblzma/common/stream_decoder.c                | 458 ++++--------
+ .../common/{easy_common.h => stream_decoder.h}     |  14 +-
+ src/liblzma/common/stream_encoder.c                | 282 +++++++
+ .../{metadata_encoder.h => stream_encoder.h}       |  14 +-
+ src/liblzma/common/stream_encoder_multi.c          | 445 -----------
+ src/liblzma/common/stream_encoder_single.c         | 219 ------
+ src/liblzma/common/stream_flags_decoder.c          | 260 ++-----
+ src/liblzma/common/stream_flags_encoder.c          |  56 +-
+ .../common/{easy_single.c => stream_flags_equal.c} |  27 +-
+ src/liblzma/common/vli_decoder.c                   |  68 +-
+ src/liblzma/common/vli_encoder.c                   |  59 +-
+ src/liblzma/common/vli_reverse_decoder.c           |  55 --
+ src/liblzma/lz/lz_decoder.c                        |   6 +-
+ src/liblzma/lz/lz_decoder.h                        |  10 +-
+ src/liblzma/lzma/lzma_decoder.c                    |  13 +-
+ src/liblzma/lzma/lzma_decoder.h                    |  10 +-
+ src/liblzma/simple/simple_coder.c                  |  29 +-
+ src/liblzma/simple/simple_private.h                |   4 -
+ src/liblzma/subblock/subblock_decoder.c            | 106 +--
+ src/liblzma/subblock/subblock_decoder_helper.c     |   5 +-
+ src/liblzma/subblock/subblock_encoder.c            |   8 +-
+ src/lzma/args.c                                    |  22 +-
+ src/lzma/args.h                                    |   2 -
+ src/lzma/error.c                                   |   6 +
+ src/lzma/process.c                                 |  26 +-
+ src/lzmadec/lzmadec.c                              |   8 +-
+ tests/Makefile.am                                  |   5 +-
+ tests/test_block_header.c                          | 411 ++++-------
+ tests/test_compress.sh                             |  65 +-
+ tests/test_filter_flags.c                          | 116 ++-
+ tests/test_index.c                                 | 504 ++++++++++++-
+ tests/test_info.c                                  | 717 ------------------
+ tests/test_stream_flags.c                          | 134 ++--
+ tests/tests.h                                      |  14 +-
+ 109 files changed, 4655 insertions(+), 7965 deletions(-)
+
 commit bf6348d1a3ff09fdc06940468f318f75ffa6af11
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jun 17 15:03:46 2008 +0300
+Date:   2008-06-17 15:03:46 +0300
 
     Update the file format specification draft. The new one is
     a lot simpler than the previous versions, but it also means
     that the existing code will change a lot.
 
+ doc/file-format.txt | 1794 +++++++++++++++------------------------------------
+ 1 file changed, 508 insertions(+), 1286 deletions(-)
+
 commit 803194ddd26f01ff60ba4e9924c6087a56b29827
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jun 11 21:42:47 2008 +0300
+Date:   2008-06-11 21:42:47 +0300
 
     Fix uninitialized variable in LZMA encoder. This was
     introduced in 369f72fd656f537a9a8e06f13e6d0d4c242be22f.
 
+ src/liblzma/lzma/lzma_encoder_init.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
 commit 0ea98e52ba87453497b1355c51f13bad55c8924a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jun 11 15:08:44 2008 +0300
+Date:   2008-06-11 15:08:44 +0300
 
     Improve command line integer parsing a little in lzma and
     lzmadec to make them accept also KiB in addition Ki etc.
     Fix also memory usage information in lzmadec --help.
 
+ src/lzma/util.c       | 23 ++++++++++++++---------
+ src/lzmadec/lzmadec.c | 31 ++++++++++++++++++-------------
+ 2 files changed, 32 insertions(+), 22 deletions(-)
+
 commit 436fa5fae96d4e35759aed33066060f09ee8c6ef
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jun 10 20:36:12 2008 +0300
+Date:   2008-06-10 20:36:12 +0300
 
     s/decompressed/compressed/ in the command line tool's
     error message.
 
+ src/lzma/main.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 369f72fd656f537a9a8e06f13e6d0d4c242be22f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jun 1 12:48:17 2008 +0300
+Date:   2008-06-01 12:48:17 +0300
 
     Fix a buffer overflow in the LZMA encoder. It was due to my
     misunderstanding of the code. There's no tiny fix for this
@@ -7720,22 +13147,41 @@
     without EOPM) is likely to go away. This means there will
     be API changes.
 
+ src/liblzma/lz/lz_encoder.c                    | 113 +----
+ src/liblzma/lz/lz_encoder.h                    |  18 +-
+ src/liblzma/lzma/lzma_encoder.c                | 551 ++++++++++++-------------
+ src/liblzma/lzma/lzma_encoder_getoptimum.c     |  59 ++-
+ src/liblzma/lzma/lzma_encoder_getoptimumfast.c |   4 +-
+ src/liblzma/lzma/lzma_encoder_init.c           |   9 +-
+ src/liblzma/lzma/lzma_encoder_private.h        |  15 +-
+ src/liblzma/rangecoder/range_encoder.h         | 383 +++++++++--------
+ 8 files changed, 532 insertions(+), 620 deletions(-)
+
 commit e55e0e873ce2511325749d415ae547d62ab5f00d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri May 30 11:53:41 2008 +0300
+Date:   2008-05-30 11:53:41 +0300
 
     Typo fixes from meyering.
 
+ doc/faq.txt              | 4 ++--
+ doc/liblzma-advanced.txt | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
 commit ed6664146fcbe9cc4a3b23b31632182ed812ea93
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun May 11 14:24:42 2008 +0300
+Date:   2008-05-11 14:24:42 +0300
 
     Remove support for pre-C89 libc versions that lack memcpy,
     memmove, and memset.
 
+ configure.ac                   |  2 +-
+ src/common/sysdefs.h           | 15 ++-------------
+ src/liblzma/common/allocator.c |  2 +-
+ 3 files changed, 4 insertions(+), 15 deletions(-)
+
 commit b09464bf9ae694afc2d1dc26188ac4e2e8af0a63
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun May 11 14:17:21 2008 +0300
+Date:   2008-05-11 14:17:21 +0300
 
     Improved C99 compiler detection in configure.ac. It will
     pass -std=gnu99 instead of -std=c99 to GCC now, but -pedantic
@@ -7742,48 +13188,80 @@
     should still give warnings about GNU extensions like before
     except with some special keywords like asm().
 
+ configure.ac | 24 ++++++++++++------------
+ 1 file changed, 12 insertions(+), 12 deletions(-)
+
 commit 11de5d5267f7a0a7f0a4d34eec147e65eaf9f9cf
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue May 6 15:15:07 2008 +0300
+Date:   2008-05-06 15:15:07 +0300
 
     Bunch of grammar fixes from meyering.
 
+ doc/liblzma-security.txt        | 8 ++++----
+ src/liblzma/api/lzma/memlimit.h | 6 +++---
+ src/lzma/help.c                 | 2 +-
+ tests/files/README              | 2 +-
+ 4 files changed, 9 insertions(+), 9 deletions(-)
+
 commit dc192b6343ae36276c85fcf7ef6006147816eadc
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue May 6 13:41:05 2008 +0300
+Date:   2008-05-06 13:41:05 +0300
 
     Typo fix
 
+ src/liblzma/api/lzma/init.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 944b62b93239b27b338d117f2668c0e95849659b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun May 4 22:29:27 2008 +0300
+Date:   2008-05-04 22:29:27 +0300
 
     Don't print an error message on broken pipe unless --verbose
     is used.
 
+ src/lzma/io.c | 15 ++++++++++++++-
+ 1 file changed, 14 insertions(+), 1 deletion(-)
+
 commit 8e074349e47ea6832b8fdf9244e581d453733433
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Apr 30 22:16:17 2008 +0300
+Date:   2008-04-30 22:16:17 +0300
 
     Fix a crash with --format=alone if other filters than LZMA
     are specified on the command line.
 
+ src/lzma/args.c | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
 commit 2f361ac19b7fd3abcd362de4d470e6a9eb495b73
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Apr 28 17:08:27 2008 +0300
+Date:   2008-04-28 17:08:27 +0300
 
     Updated THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 3be21fb12f4cec2cf07799e8960382f4cb375369
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Apr 28 17:06:34 2008 +0300
+Date:   2008-04-28 17:06:34 +0300
 
     Fixed wrong spelling "limitter" to "limiter". This affects
     liblzma's API.
 
+ doc/liblzma-security.txt                                   | 14 +++++++-------
+ src/liblzma/api/lzma/base.h                                |  4 ++--
+ src/liblzma/api/lzma/memlimit.h                            | 10 +++++-----
+ src/liblzma/api/lzma/stream.h                              |  4 ++--
+ src/liblzma/common/Makefile.am                             |  2 +-
+ src/liblzma/common/{memory_limitter.c => memory_limiter.c} |  2 +-
+ src/lzma/list.c                                            |  6 +++---
+ src/lzmadec/lzmadec.c                                      | 12 ++++++------
+ tests/test_memlimit.c                                      |  4 ++--
+ 9 files changed, 29 insertions(+), 29 deletions(-)
+
 commit beeb81060821dfec4e7898e0d44b7900dcb2215e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Apr 25 15:39:50 2008 +0300
+Date:   2008-04-25 15:39:50 +0300
 
     Prevent LZ encoder from hanging with known uncompressed
     size. The "fix" breaks LZMA_SYNC_FLUSH at end of stream
@@ -7791,23 +13269,37 @@
     likely that support for encoding with known uncompressed
     size will go away anyway, I'm not fixing this problem now.
 
+ src/liblzma/lz/lz_encoder.c | 9 +++++++--
+ 1 file changed, 7 insertions(+), 2 deletions(-)
+
 commit c324325f9f13cdeb92153c5d00962341ba070ca2
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Apr 25 13:58:56 2008 +0300
+Date:   2008-04-25 13:58:56 +0300
 
     Removed src/liblzma/common/sysdefs.h symlink, which was
     annoying, because "make dist" put two copies of sysdefs.h
     into the tarball instead of the symlink.
 
+ src/liblzma/check/crc32_table.c | 2 +-
+ src/liblzma/check/crc64_table.c | 2 +-
+ src/liblzma/common/Makefile.am  | 1 -
+ src/liblzma/common/common.h     | 2 +-
+ src/liblzma/common/sysdefs.h    | 1 -
+ 5 files changed, 3 insertions(+), 5 deletions(-)
+
 commit d3ba30243c75c13d094de1793f9c58acdbacc692
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Apr 25 13:41:29 2008 +0300
+Date:   2008-04-25 13:41:29 +0300
 
     Added memusage.c to debug directory.
 
+ debug/Makefile.am |  3 ++-
+ debug/memusage.c  | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 57 insertions(+), 1 deletion(-)
+
 commit 8f804c29aa8471ccd6438ddca254092b8869ca52
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Apr 25 13:32:35 2008 +0300
+Date:   2008-04-25 13:32:35 +0300
 
     Bumped version number to 4.999.3alpha. It will become 5.0.0
     once we have a stable release (won't be very soon). The
@@ -7816,66 +13308,102 @@
     Made some small Automake-related changes to toplevel
     Makefile.am and configure.ac.
 
+ Makefile.am                    |  7 +++++--
+ README                         | 29 +++++++++++++++++++++++++++++
+ configure.ac                   |  4 ++--
+ src/liblzma/api/lzma/version.h | 22 ++++++++++------------
+ 4 files changed, 46 insertions(+), 16 deletions(-)
+
 commit c99037ea10f121cbacf60c37a36c29768ae53447
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Apr 24 20:25:39 2008 +0300
+Date:   2008-04-24 20:25:39 +0300
 
     Fix a memory leak by calling free(extra->data) in
     lzma_extra_free().
 
+ src/liblzma/common/extra.c | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 22ba3b0b5043fa481903482ce85015fe775939e5
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Apr 24 20:23:05 2008 +0300
+Date:   2008-04-24 20:23:05 +0300
 
     Make unlzma and lzcat symlinks.
 
+ src/lzma/Makefile.am | 12 ++++++++++++
+ 1 file changed, 12 insertions(+)
+
 commit 17c36422d4cbc2c70d5c83ec389406f92cd9e85e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Apr 24 20:20:27 2008 +0300
+Date:   2008-04-24 20:20:27 +0300
 
     Fixed a bug in command line option parsing.
 
+ src/lzma/options.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 283f939974c32c47f05d495e8dea455ec646ed64
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Apr 24 20:19:20 2008 +0300
+Date:   2008-04-24 20:19:20 +0300
 
     Added two assert()s.
 
+ src/liblzma/lzma/lzma_encoder.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
 commit eb348a60b6e19a7c093f892434f23c4756973ffd
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Apr 24 19:22:53 2008 +0300
+Date:   2008-04-24 19:22:53 +0300
 
     Switch to uint16_t as the type of range coder probabilities.
 
+ src/liblzma/rangecoder/range_common.h | 25 +++++++++++++++++++------
+ 1 file changed, 19 insertions(+), 6 deletions(-)
+
 commit 6c5306e312bcfd254cf654f88c04e34ba786df3d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Apr 24 18:39:57 2008 +0300
+Date:   2008-04-24 18:39:57 +0300
 
     Fix wrong return type (uint32_t -> bool).
 
+ src/liblzma/lz/lz_encoder.c | 2 +-
+ src/liblzma/lz/lz_encoder.h | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
 commit 712cfe3ebfd24df24d8896b1315c53c3bc4369c8
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Apr 24 18:38:00 2008 +0300
+Date:   2008-04-24 18:38:00 +0300
 
     Fix data corruption in LZ encoder with LZMA_SYNC_FLUSH.
 
+ src/liblzma/lz/lz_encoder.c | 16 ++++++++++++++++
+ src/liblzma/lz/lz_encoder.h |  4 ++++
+ src/liblzma/lz/match_c.h    | 23 ++++++++++++++++++-----
+ 3 files changed, 38 insertions(+), 5 deletions(-)
+
 commit bc04486e368d20b3027cde625267762aae063965
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Apr 24 17:33:01 2008 +0300
+Date:   2008-04-24 17:33:01 +0300
 
     Fix fastpos problem in Makefile.am when built with --enable-small.
 
+ src/liblzma/lzma/Makefile.am | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
 commit 7ab493924e0ed590a5121a15ee54038d238880d3
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Apr 24 17:30:51 2008 +0300
+Date:   2008-04-24 17:30:51 +0300
 
     Use 64-bit integer as range encoder's cache size. This fixes a
     theoretical data corruption, which should be very hard to trigger
     even intentionally.
 
+ src/liblzma/rangecoder/range_encoder.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 641998c3e1ecc8b598fe0eb051fab8b9535c291b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Mar 24 16:38:40 2008 +0200
+Date:   2008-03-24 16:38:40 +0200
 
     Replaced the range decoder optimization that used arithmetic
     right shift with as fast version that doesn't need
@@ -7882,22 +13410,34 @@
     arithmetic right shift. Removed the related check from
     configure.ac.
 
+ configure.ac                           |  1 -
+ m4/ax_c_arithmetic_rshift.m4           | 36 -----------------------
+ src/liblzma/rangecoder/range_decoder.h | 53 ++++++++++------------------------
+ 3 files changed, 16 insertions(+), 74 deletions(-)
+
 commit ad999efd279d95f1e7ac555b14170e8e9020488c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Mar 22 14:39:34 2008 +0200
+Date:   2008-03-22 14:39:34 +0200
 
     Take advantage of arithmetic right shift in range decoder.
 
+ src/liblzma/rangecoder/range_decoder.h | 52 ++++++++++++++++++++++++----------
+ 1 file changed, 37 insertions(+), 15 deletions(-)
+
 commit 03e0e8a0d7228b6ff1f0af39e2c040a4e425973d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Mar 22 14:18:29 2008 +0200
+Date:   2008-03-22 14:18:29 +0200
 
     Added autoconf check to detect if we can use arithmetic
     right shift for optimizations.
 
+ configure.ac                 |  1 +
+ m4/ax_c_arithmetic_rshift.m4 | 36 ++++++++++++++++++++++++++++++++++++
+ 2 files changed, 37 insertions(+)
+
 commit 7521bbdc83acab834594a22bec50c8e1bd836298
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Mar 22 01:26:36 2008 +0200
+Date:   2008-03-22 01:26:36 +0200
 
     Update a comment to use the variable name rep_len_decoder.
     
@@ -7904,9 +13444,12 @@
     (And BTW, the previous commit actually did change the
     program logic slightly.)
 
+ src/liblzma/lzma/lzma_decoder.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 63b74d000eedaebb8485f623e56864ff5ab71064
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Mar 22 00:57:33 2008 +0200
+Date:   2008-03-22 00:57:33 +0200
 
     Demystified the "state" variable in LZMA code. Use the
     word literal instead of char for better consistency.
@@ -7917,54 +13460,83 @@
     
     This commit doesn't change the program logic.
 
+ src/liblzma/lzma/lzma_common.h             | 69 ++++++++++++++++++++++--------
+ src/liblzma/lzma/lzma_decoder.c            | 47 ++++++++++----------
+ src/liblzma/lzma/lzma_encoder.c            | 14 +++---
+ src/liblzma/lzma/lzma_encoder_getoptimum.c | 34 +++++++--------
+ src/liblzma/lzma/lzma_encoder_init.c       |  5 ++-
+ src/liblzma/lzma/lzma_encoder_private.h    |  8 ++--
+ 6 files changed, 107 insertions(+), 70 deletions(-)
+
 commit e6eb0a26757e851cef62b9440319a8e73b015cb9
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Mar 14 23:16:11 2008 +0200
+Date:   2008-03-14 23:16:11 +0200
 
     Fix data corruption in LZMA encoder. Note that this bug was
     specific to liblzma and was *not* present in LZMA SDK.
 
+ src/liblzma/lzma/lzma_encoder.c | 4 ++++
+ 1 file changed, 4 insertions(+)
+
 commit 7d516f5129e4373a6d57249d7f608c634c66bf12
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Mar 14 21:32:37 2008 +0200
+Date:   2008-03-14 21:32:37 +0200
 
     Fix a comment API header.
 
+ src/liblzma/api/lzma/lzma.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 748d6e4274921a350bd0a317380309717441ef9c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Mar 12 23:14:50 2008 +0200
+Date:   2008-03-12 23:14:50 +0200
 
     Make lzma_stream.next_in const. Let's see if anyone complains.
 
+ src/liblzma/api/lzma/base.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit bfde3b24a5ae25ce53c854762b6148952386b025
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Mar 11 15:35:34 2008 +0200
+Date:   2008-03-11 15:35:34 +0200
 
     Apply a minor speed optimization to LZMA decoder.
 
+ src/liblzma/lzma/lzma_decoder.c | 85 +++++++++++++++++++++--------------------
+ 1 file changed, 43 insertions(+), 42 deletions(-)
+
 commit f310c50286d9e4e9c6170bb65348c9bb430a65b4
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Mar 11 15:17:16 2008 +0200
+Date:   2008-03-11 15:17:16 +0200
 
     Initialize the last byte of the dictionary to zero so that
     lz_get_byte(lz, 0) returns zero. This was broken by
     1a3b21859818e4d8e89a1da99699233c1bfd197d.
 
+ src/liblzma/lz/lz_decoder.c | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 5ead36cf7f823093672a4e43c3180b38c9abbaff
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Mar 10 15:57:55 2008 +0200
+Date:   2008-03-10 15:57:55 +0200
 
     Really fix the price count initialization.
 
+ src/liblzma/lzma/lzma_encoder_init.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
 commit d4d7feb83d1a1ded8f662a82e21e053841ca726c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Mar 10 13:47:17 2008 +0200
+Date:   2008-03-10 13:47:17 +0200
 
     Updated THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 0541c5ea63ef3c0ff85eeddb0a420e56b0c65258
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Mar 10 13:46:48 2008 +0200
+Date:   2008-03-10 13:46:48 +0200
 
     Initialize align_price_count and match_price_count in
     lzma_encoder_init.c. While we don't call
@@ -7974,38 +13546,53 @@
     called in lzma_encoder_getoptimum.c in the beginning
     of a stream.
 
+ src/liblzma/lzma/lzma_encoder_init.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
 commit 596fa1fac72823e4ef5bc26bb53f9090445bf748
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Mar 10 13:44:29 2008 +0200
+Date:   2008-03-10 13:44:29 +0200
 
     Always initialize lz->temp_size in lz_decoder.c. temp_size did
     get initialized as a side-effect after allocating a new decoder,
     but not when the decoder was reused.
 
+ src/liblzma/lz/lz_decoder.c | 11 ++++++-----
+ 1 file changed, 6 insertions(+), 5 deletions(-)
+
 commit 45e43e169527e7a98a8c8a821d37bf25822b764d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Mar 10 13:41:25 2008 +0200
+Date:   2008-03-10 13:41:25 +0200
 
     Don't fill allocated memory with 0xFD when debugging is
     enabled. It hides errors from Valgrind.
 
+ src/liblzma/common/allocator.c | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
 commit c0e19e0662205f81a86da8903cdc325d50635870
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Feb 28 10:24:31 2008 +0200
+Date:   2008-02-28 10:24:31 +0200
 
     Remove two redundant validity checks from the LZMA decoder.
     These are already checked elsewhere, so omitting these
     gives (very) tiny speed up.
 
+ src/liblzma/lzma/lzma_decoder.c | 23 ++++-------------------
+ 1 file changed, 4 insertions(+), 19 deletions(-)
+
 commit de7485806284d1614095ae8cb2ebbb5d74c9ac45
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Feb 6 13:25:32 2008 +0200
+Date:   2008-02-06 13:25:32 +0200
 
     Tiny clean up to file-format.txt.
 
+ doc/file-format.txt | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
 commit 1a3b21859818e4d8e89a1da99699233c1bfd197d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Feb 2 14:51:06 2008 +0200
+Date:   2008-02-02 14:51:06 +0200
 
     Don't memzero() the history buffer when initializing LZ
     decoder. There's no danger of information leak here, so
@@ -8013,55 +13600,85 @@
     with large dictionaries, which could make it easier to
     construct DoS attack to consume too much CPU time.
 
+ src/liblzma/lz/lz_decoder.c | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
 commit 7e796e312bf644ea95aea0ff85480f47cfa30fc0
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Feb 1 08:39:26 2008 +0200
+Date:   2008-02-01 08:39:26 +0200
 
     Do uncompressed size validation in raw encoder. This way
     it gets done for not only raw encoder, but also Block
     and LZMA_Alone encoders.
 
+ src/liblzma/common/raw_encoder.c | 90 ++++++++++++++++++++++++++++++++--------
+ 1 file changed, 73 insertions(+), 17 deletions(-)
+
 commit 7dd48578a3853e0cfab9f1830bc30927173ec4bc
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Feb 1 08:32:05 2008 +0200
+Date:   2008-02-01 08:32:05 +0200
 
     Avoid unneeded function call in raw_common.c.
 
+ src/liblzma/common/raw_common.c | 20 +++++++++++---------
+ 1 file changed, 11 insertions(+), 9 deletions(-)
+
 commit b596fac963c3ff96f615d4d9b427a213ec341211
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Jan 26 21:42:38 2008 +0200
+Date:   2008-01-26 21:42:38 +0200
 
     Updated THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit e9f6e9c075ad93141a568d94f7d4eb0f2edbd6c2
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Jan 26 21:40:23 2008 +0200
+Date:   2008-01-26 21:40:23 +0200
 
     Added note.GNU-stack to x86 assembler files. It is needed
     when using non-executable stack.
 
+ src/liblzma/check/crc32_x86.S | 9 +++++++++
+ src/liblzma/check/crc64_x86.S | 9 +++++++++
+ 2 files changed, 18 insertions(+)
+
 commit 4c7ad179c78f97f68ad548cb40a9dfa6871655ae
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Jan 26 19:12:50 2008 +0200
+Date:   2008-01-26 19:12:50 +0200
 
     Added api/lzma/easy.h. I had forgot to add this to the
     git repo. Thanks to Stephan Kulow.
 
+ src/liblzma/api/lzma/easy.h | 174 ++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 174 insertions(+)
+
 commit 288b232f54c3692cd36f471d4042f51daf3ea79f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Jan 26 11:09:17 2008 +0200
+Date:   2008-01-26 11:09:17 +0200
 
     Added more test files.
 
+ tests/files/README                       |  11 +++++++++++
+ tests/files/bad-multi-none-header_7.lzma | Bin 0 -> 59 bytes
+ tests/files/good-single-sparc-lzma.lzma  | Bin 0 -> 2263 bytes
+ tests/files/good-single-x86-lzma.lzma    | Bin 0 -> 1909 bytes
+ 4 files changed, 11 insertions(+)
+
 commit c467b0defccf233d0c79234407bc38d7d09574d3
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Jan 26 10:47:55 2008 +0200
+Date:   2008-01-26 10:47:55 +0200
 
     Added more test files.
 
+ tests/files/README                       |   6 ++++++
+ tests/files/bad-multi-none-block_3.lzma  | Bin 0 -> 58 bytes
+ tests/files/good-multi-none-block_2.lzma | Bin 0 -> 58 bytes
+ 3 files changed, 6 insertions(+)
+
 commit f9842f712732c482f2def9f24437851e57dd83f8
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Jan 26 00:25:34 2008 +0200
+Date:   2008-01-26 00:25:34 +0200
 
     Return LZMA_HEADER_ERROR if LZMA_SYNC_FLUSH is used with any
     of the so called simple filters. If there is demand, limited
@@ -8070,16 +13687,26 @@
     After this commit, using LZMA_SYNC_FLUSH shouldn't cause
     undefined behavior in any situation.
 
+ src/liblzma/api/lzma/simple.h     | 9 +++++++++
+ src/liblzma/simple/simple_coder.c | 8 ++++++++
+ 2 files changed, 17 insertions(+)
+
 commit e988ea1d1a286dd0f27af0657f9665d5cd8573aa
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jan 25 23:50:35 2008 +0200
+Date:   2008-01-25 23:50:35 +0200
 
     Added more Multi-Block test files. Improved some
     descriptions in the test files' README.
 
+ tests/files/README                       |  34 +++++++++++++++++++++++++------
+ tests/files/bad-multi-none-block_1.lzma  | Bin 0 -> 66 bytes
+ tests/files/bad-multi-none-block_2.lzma  | Bin 0 -> 66 bytes
+ tests/files/good-multi-none-block_1.lzma | Bin 0 -> 66 bytes
+ 4 files changed, 28 insertions(+), 6 deletions(-)
+
 commit 4441e004185cd4c61bda184010eca5924c9dec87
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jan 25 23:12:36 2008 +0200
+Date:   2008-01-25 23:12:36 +0200
 
     Combine lzma_options_block validation needed by both Block
     encoder and decoder, and put the shared things to
@@ -8095,15 +13722,24 @@
     but it's not impossible that someone could find them useful
     in some custom file format.
 
+ src/liblzma/common/block_decoder.c | 37 ++++++++++++----------------
+ src/liblzma/common/block_encoder.c | 32 +++++-------------------
+ src/liblzma/common/block_private.h | 50 ++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 71 insertions(+), 48 deletions(-)
+
 commit bf4200c818fcf9102e56328d39cde91bfa13cfb6
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jan 25 19:21:22 2008 +0200
+Date:   2008-01-25 19:21:22 +0200
 
     Added test_memlimit.c.
 
+ tests/Makefile.am     |   2 +
+ tests/test_memlimit.c | 114 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 116 insertions(+)
+
 commit 7b8fc7e6b501a32a36636dac79ecb57099269005
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jan 25 19:20:28 2008 +0200
+Date:   2008-01-25 19:20:28 +0200
 
     Improved the memory limitter:
       - Added lzma_memlimit_max() and lzma_memlimit_reached()
@@ -8116,27 +13752,64 @@
     The description of lzma_memlimit_max() in memlimit.h is bad
     and should be improved.
 
+ src/liblzma/api/lzma/memlimit.h      | 35 +++++++++++++
+ src/liblzma/common/memory_limitter.c | 97 ++++++++++++++++++++++++++++++------
+ 2 files changed, 118 insertions(+), 14 deletions(-)
+
 commit e0c3d0043da2f670cfdb1abbb3223d5a594ad8db
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jan 25 13:55:52 2008 +0200
+Date:   2008-01-25 13:55:52 +0200
 
     Use more parenthesis in succeed() macro in tests/tests.h.
 
+ tests/tests.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 1fd76d488179580d37f31ee11948f4932aed31fd
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jan 24 14:49:34 2008 +0200
+Date:   2008-01-24 14:49:34 +0200
 
     Added more Multi-Block Stream test files.
 
+ tests/files/README                        |  23 +++++++++++++++++++++++
+ tests/files/bad-multi-none-header_2.lzma  | Bin 0 -> 61 bytes
+ tests/files/bad-multi-none-header_3.lzma  | Bin 0 -> 59 bytes
+ tests/files/bad-multi-none-header_4.lzma  | Bin 0 -> 59 bytes
+ tests/files/bad-multi-none-header_5.lzma  | Bin 0 -> 58 bytes
+ tests/files/bad-multi-none-header_6.lzma  | Bin 0 -> 59 bytes
+ tests/files/good-multi-none-header_3.lzma | Bin 0 -> 59 bytes
+ 7 files changed, 23 insertions(+)
+
 commit 6e27b1098a28f4ce09bfa6df68ad94182dfc2936
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jan 24 00:46:05 2008 +0200
+Date:   2008-01-24 00:46:05 +0200
 
     Added bunch of test files containing Multi-Block Streams.
 
+ tests/files/README                        |  53 ++++++++++++++++++++++++++++++
+ tests/files/bad-multi-none-1.lzma         | Bin 0 -> 54 bytes
+ tests/files/bad-multi-none-2.lzma         | Bin 0 -> 53 bytes
+ tests/files/bad-multi-none-3.lzma         | Bin 0 -> 53 bytes
+ tests/files/bad-multi-none-extra_1.lzma   | Bin 0 -> 54 bytes
+ tests/files/bad-multi-none-extra_2.lzma   | Bin 0 -> 54 bytes
+ tests/files/bad-multi-none-extra_3.lzma   | Bin 0 -> 55 bytes
+ tests/files/bad-multi-none-header_1.lzma  | Bin 0 -> 57 bytes
+ tests/files/bad-multi-none-index_1.lzma   | Bin 0 -> 51 bytes
+ tests/files/bad-multi-none-index_2.lzma   | Bin 0 -> 49 bytes
+ tests/files/bad-multi-none-index_3.lzma   | Bin 0 -> 51 bytes
+ tests/files/bad-multi-none-index_4.lzma   | Bin 0 -> 51 bytes
+ tests/files/good-multi-none-1.lzma        | Bin 0 -> 75 bytes
+ tests/files/good-multi-none-2.lzma        | Bin 0 -> 53 bytes
+ tests/files/good-multi-none-extra_1.lzma  | Bin 0 -> 51 bytes
+ tests/files/good-multi-none-extra_2.lzma  | Bin 0 -> 79 bytes
+ tests/files/good-multi-none-extra_3.lzma  | Bin 0 -> 55 bytes
+ tests/files/good-multi-none-header_1.lzma | Bin 0 -> 58 bytes
+ tests/files/good-multi-none-header_2.lzma | Bin 0 -> 66 bytes
+ 19 files changed, 53 insertions(+)
+
 commit db9df0a9609c01a00a227329fb96e983971040f5
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 23 23:43:00 2008 +0200
+Date:   2008-01-23 23:43:00 +0200
 
     Fix decoding of empty Metadata Blocks, that don't have
     even the Metadata Flags field. Earlier the code allowed
@@ -8143,63 +13816,93 @@
     such files; now they are prohibited as the file format
     specification requires.
 
+ src/liblzma/common/metadata_decoder.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
 commit 765f0b05f6e95ed9194fb90819cee189ebbac36b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 23 23:38:18 2008 +0200
+Date:   2008-01-23 23:38:18 +0200
 
     Fix a bug related to 99e12af4e2b866c011fe0106cd1e0bfdcc8fe9c6.
     lzma_metadata.header_metadata_size was not properly set to
     zero if the Metadata had only the Metadata Flags field.
 
+ src/liblzma/common/metadata_decoder.c | 13 +++++++------
+ 1 file changed, 7 insertions(+), 6 deletions(-)
+
 commit 3a7cc5c3dec7b078941f961b0393b86c418883b6
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 23 23:35:49 2008 +0200
+Date:   2008-01-23 23:35:49 +0200
 
     Fix decoding of Extra Records that have empty Data.
 
+ src/liblzma/common/metadata_decoder.c | 13 ++++++++++++-
+ 1 file changed, 12 insertions(+), 1 deletion(-)
+
 commit e5fdec93e273855c1bcc2579b83cfb481a9a1492
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 23 22:02:38 2008 +0200
+Date:   2008-01-23 22:02:38 +0200
 
     Add the trailing '\0' to lzma_extra.data as the API header
     already documents.
 
+ src/liblzma/common/metadata_decoder.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
 commit ed40dc5a2c28a8dfccab8c165b3780738eeef93e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 23 21:21:21 2008 +0200
+Date:   2008-01-23 21:21:21 +0200
 
     Added debug/full_flush.c.
 
+ debug/Makefile.am  |   3 +-
+ debug/full_flush.c | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 107 insertions(+), 1 deletion(-)
+
 commit ae0cd09a666a1682da8fc09487322227679e218d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 23 21:05:33 2008 +0200
+Date:   2008-01-23 21:05:33 +0200
 
     Return LZMA_STREAM_END instead of LZMA_OK if
     LZMA_SYNC_FLUSH or LZMA_FULL_FLUSH is used when
     there's no unfinished Block open.
 
+ src/liblzma/common/stream_encoder_multi.c | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
 commit 0e80ded13dfceb98f9494cbb5381a95eb44d03db
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 23 20:05:01 2008 +0200
+Date:   2008-01-23 20:05:01 +0200
 
     Added bad-single-none-footer_filter_flags.lzma and
     bad-single-none-too_long_vli.lzma.
 
+ tests/files/README                                   |   5 +++++
+ tests/files/bad-single-none-footer_filter_flags.lzma | Bin 0 -> 30 bytes
+ tests/files/bad-single-none-too_long_vli.lzma        | Bin 0 -> 39 bytes
+ 3 files changed, 5 insertions(+)
+
 commit 8c8eb14055d8dd536b1b1c58fb284d34bb8ed1dd
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 23 13:42:35 2008 +0200
+Date:   2008-01-23 13:42:35 +0200
 
     Fixed a typo.
 
+ src/liblzma/subblock/subblock_decoder_helper.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 980f65a9a10160c4d105767871e3002b9aaba3e0
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 23 13:40:45 2008 +0200
+Date:   2008-01-23 13:40:45 +0200
 
     Fix a memory leak in the Subblock encoder.
 
+ src/liblzma/subblock/subblock_encoder.c | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 99e12af4e2b866c011fe0106cd1e0bfdcc8fe9c6
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 23 13:36:07 2008 +0200
+Date:   2008-01-23 13:36:07 +0200
 
     Fix Size of Header Metadata Block handling. Now
     lzma_metadata.header_metadata_size == LZMA_VLI_VALUE_UNKNOWN
@@ -8214,35 +13917,53 @@
     not present in the Stream. With other Metadata fields,
     a missing field means only that the value is unknown.
 
+ src/liblzma/common/info.c             | 13 ++++---------
+ src/liblzma/common/metadata_decoder.c |  6 ++++++
+ src/liblzma/common/metadata_encoder.c | 11 +++++------
+ tests/test_info.c                     |  4 ++--
+ 4 files changed, 17 insertions(+), 17 deletions(-)
+
 commit 58b78ab20c1bcced45cf71ae6684868fc90b4b81
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 23 13:15:55 2008 +0200
+Date:   2008-01-23 13:15:55 +0200
 
     Fix a memory leak in metadata_decoder.c.
 
+ src/liblzma/common/metadata_decoder.c | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 4d8cdbdab44400fd98f0f18a0f701e27cd1acdae
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 23 13:13:58 2008 +0200
+Date:   2008-01-23 13:13:58 +0200
 
     Fix the fix 863028cb7ad6d8d0455fa69348f56b376d7b908f which
     just moved to problem. Now it's really fixed.
 
+ src/liblzma/common/info.c | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
 commit 67321de963ccf69410b3868b8e31534fe18a90de
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 23 00:21:04 2008 +0200
+Date:   2008-01-23 00:21:04 +0200
 
     Take advantage of return_if_error() macro in
     lzma_info_metadata_set() in info.c.
 
+ src/liblzma/common/info.c | 24 ++++++++----------------
+ 1 file changed, 8 insertions(+), 16 deletions(-)
+
 commit 863028cb7ad6d8d0455fa69348f56b376d7b908f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 23 00:18:32 2008 +0200
+Date:   2008-01-23 00:18:32 +0200
 
     Fixed a dangling pointer that caused invalid free().
 
+ src/liblzma/common/info.c | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit cf49f42a6bd40143f54a6b10d6e605599e958c0b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 22 22:49:24 2008 +0200
+Date:   2008-01-22 22:49:24 +0200
 
     Added lzma_easy_* functions. These should make using
     liblzma as easy as using zlib, because the easy API
@@ -8251,33 +13972,58 @@
     Note that Multi-Block Stream encoding is currently broken.
     The easy API should be OK, the bug(s) are elsewhere.
 
+ src/liblzma/api/Makefile.am               |   1 +
+ src/liblzma/api/lzma.h                    |   1 +
+ src/liblzma/common/Makefile.am            |   5 ++
+ src/liblzma/common/easy_common.c          |  54 ++++++++++++++++
+ src/liblzma/common/easy_common.h          |  28 ++++++++
+ src/liblzma/common/easy_multi.c           | 103 ++++++++++++++++++++++++++++++
+ src/liblzma/common/easy_single.c          |  37 +++++++++++
+ src/liblzma/common/stream_encoder_multi.c |   3 +-
+ src/liblzma/common/stream_encoder_multi.h |  26 ++++++++
+ 9 files changed, 256 insertions(+), 2 deletions(-)
+
 commit 1747b85a43abc1c3f152dbd349be2ef4089ecf6a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 22 21:16:22 2008 +0200
+Date:   2008-01-22 21:16:22 +0200
 
     Fix Multi-Block Stream encoder's EOPM usage.
 
+ src/liblzma/common/stream_encoder_multi.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 0ed6f1adcea540fb9593ca115d36de537f7f0dc6
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 22 00:15:11 2008 +0200
+Date:   2008-01-22 00:15:11 +0200
 
     Made lzma_extra pointers const in lzma_options_stream.
 
+ src/liblzma/api/lzma/stream.h             | 4 ++--
+ src/liblzma/common/stream_encoder_multi.c | 8 ++++++--
+ 2 files changed, 8 insertions(+), 4 deletions(-)
+
 commit 305afa38f64c75af8e81c4167e2d8fa8d85b53a4
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jan 20 20:15:21 2008 +0200
+Date:   2008-01-20 20:15:21 +0200
 
     Updated debug/sync_flush.c.
 
+ debug/sync_flush.c | 26 ++++++++++++++++++++++++--
+ 1 file changed, 24 insertions(+), 2 deletions(-)
+
 commit d53e9b77054cfade6a643e77d085273a348b189c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jan 20 20:14:26 2008 +0200
+Date:   2008-01-20 20:14:26 +0200
 
     Added debug/repeat.c.
 
+ debug/Makefile.am |  1 +
+ debug/repeat.c    | 43 +++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 44 insertions(+)
+
 commit 107259e306bcfc2336a0fb870fb58034c28faa52
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jan 20 20:12:58 2008 +0200
+Date:   2008-01-20 20:12:58 +0200
 
     Fix alignment handling bugs in Subblock encoder.
     
@@ -8295,9 +14041,12 @@
     misaligned data (no data corruption), this bug simply isn't
     worth fixing, because a proper fix isn't simple.
 
+ src/liblzma/subblock/subblock_encoder.c | 170 ++++++++++++++++++++++----------
+ 1 file changed, 119 insertions(+), 51 deletions(-)
+
 commit e141fe18950400faaa3503ff88ac20eacd73e88c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Jan 19 21:16:33 2008 +0200
+Date:   2008-01-19 21:16:33 +0200
 
     Implemented LZMA_SYNC_FLUSH support to the Subblock encoder.
     The API for handing Subfilters was changed to make it
@@ -8306,9 +14055,13 @@
     A few sanity checks were added for Subfilter handling. Some
     small bugs were fixed. More comments were added.
 
+ src/liblzma/api/lzma/subblock.h         |  29 ++--
+ src/liblzma/subblock/subblock_encoder.c | 263 ++++++++++++++++++++++++--------
+ 2 files changed, 214 insertions(+), 78 deletions(-)
+
 commit 23c227a864a3b69f38c6a74306161d4e6918d1cc
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Jan 19 15:19:21 2008 +0200
+Date:   2008-01-19 15:19:21 +0200
 
     Revised the Delta filter implementation. The initialization
     function is still shared between encoder and decoder, but the
@@ -8325,23 +14078,49 @@
     Support for LZMA_SYNC_FLUSH was added to the Delta encoder.
     This doesn't change anything in the file format.
 
+ src/liblzma/common/Makefile.am                     |  14 +-
+ src/liblzma/common/delta_coder.c                   | 189 ---------------------
+ src/liblzma/common/delta_common.c                  |  70 ++++++++
+ src/liblzma/common/delta_common.h                  |  48 ++++++
+ src/liblzma/common/delta_decoder.c                 | 102 +++++++++++
+ .../common/{delta_coder.h => delta_decoder.h}      |  11 +-
+ src/liblzma/common/delta_encoder.c                 |  97 +++++++++++
+ src/liblzma/common/delta_encoder.h                 |  28 +++
+ src/liblzma/common/raw_decoder.c                   |   2 +-
+ src/liblzma/common/raw_encoder.c                   |   2 +-
+ 10 files changed, 363 insertions(+), 200 deletions(-)
+
 commit 61dc82f3e306b25ce3cd3d529df9ec7a0ec04b73
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jan 18 20:18:08 2008 +0200
+Date:   2008-01-18 20:18:08 +0200
 
     Added the debug directory and the first debug tool
     (sync_flush). These tools are not built unless the
     user runs "make" in the debug directory.
 
+ Makefile.am        |   1 +
+ configure.ac       |   1 +
+ debug/Makefile.am  |  30 ++++++++++++++
+ debug/README       |  17 ++++++++
+ debug/sync_flush.c | 116 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 5 files changed, 165 insertions(+)
+
 commit 0ae3208db94585eb8294b97ded387de0a3a07646
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jan 18 20:13:00 2008 +0200
+Date:   2008-01-18 20:13:00 +0200
 
     Added test files to test usage of flush marker in LZMA.
 
+ tests/files/README                               |  12 ++++++++++++
+ tests/files/bad-single-lzma-flush_beginning.lzma | Bin 0 -> 53 bytes
+ tests/files/bad-single-lzma-flush_twice.lzma     | Bin 0 -> 63 bytes
+ tests/files/good-single-lzma-flush_1.lzma        | Bin 0 -> 48 bytes
+ tests/files/good-single-lzma-flush_2.lzma        | Bin 0 -> 63 bytes
+ 5 files changed, 12 insertions(+)
+
 commit ab5feaf1fcc146ef9fd39360c53c290bec39524e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jan 18 20:02:52 2008 +0200
+Date:   2008-01-18 20:02:52 +0200
 
     Fix LZMA_SYNC_FLUSH handling in LZ and LZMA encoders.
     That code is now almost completely in LZ coder, where
@@ -8348,16 +14127,24 @@
     it can be shared with other LZ77-based algorithms in
     future.
 
+ src/liblzma/lz/lz_encoder.c     | 34 ++++++++++++++++++++++++++--------
+ src/liblzma/lz/lz_encoder.h     |  1 +
+ src/liblzma/lzma/lzma_encoder.c | 27 ++-------------------------
+ 3 files changed, 29 insertions(+), 33 deletions(-)
+
 commit 079c4f7fc26b3d0b33d9ae7536697b45f3b73585
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jan 18 17:21:24 2008 +0200
+Date:   2008-01-18 17:21:24 +0200
 
     Don't add -g to CFLAGS when --enable-debug is specified.
     It's the job of the user to put that in CFLAGS.
 
+ configure.ac | 1 -
+ 1 file changed, 1 deletion(-)
+
 commit 61d1784d8f1761d979a6da6e223e279ca33815e6
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jan 18 14:17:37 2008 +0200
+Date:   2008-01-18 14:17:37 +0200
 
     Set stdin and stdout to binary mode on Windows. This patch is
     a forward port of b7b22fcb979a16d3a47c8001f058c9f7d4416068
@@ -8364,9 +14151,12 @@
     from lzma-utils-legacy.git. I don't know if the new code base
     builds on Windows, but this is a start.
 
+ src/lzmadec/lzmadec.c | 9 +++++++++
+ 1 file changed, 9 insertions(+)
+
 commit c9cba976913e55ff9aac8a8133cc94416c7c1c9c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jan 18 00:50:29 2008 +0200
+Date:   2008-01-18 00:50:29 +0200
 
     Added test_compress.sh and bunch of files needed by it.
     This new set of tests compress and decompress several
@@ -8373,9 +14163,17 @@
     test files with many different compression options.
     This set of tests will be extended later.
 
+ tests/Makefile.am                 |  30 ++++---
+ tests/bcj_test.c                  |  66 ++++++++++++++
+ tests/compress_prepared_bcj_sparc | Bin 0 -> 6804 bytes
+ tests/compress_prepared_bcj_x86   | Bin 0 -> 4649 bytes
+ tests/create_compress_files.c     | 164 ++++++++++++++++++++++++++++++++++
+ tests/test_compress.sh            | 183 ++++++++++++++++++++++++++++++++++++++
+ 6 files changed, 433 insertions(+), 10 deletions(-)
+
 commit 33be3c0e24d8f43376ccf71cc77d53671e792f07
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jan 17 18:56:53 2008 +0200
+Date:   2008-01-17 18:56:53 +0200
 
     Subblock decoder: Don't exit the main loop in decode_buffer()
     too early if we hit End of Input while decoding a Subblock of
@@ -8388,9 +14186,12 @@
     moved around. This made the diff big and ugly compared to
     the amount of the actual changes made.
 
+ src/liblzma/subblock/subblock_decoder.c | 272 ++++++++++++++++----------------
+ 1 file changed, 139 insertions(+), 133 deletions(-)
+
 commit b254bd97b1cdb68d127523d91ca9e054ed89c4fd
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jan 17 17:39:42 2008 +0200
+Date:   2008-01-17 17:39:42 +0200
 
     Fix wrong too small size of argument unfiltered_max
     in ia64_coder_init(). It triggered assert() in
@@ -8399,81 +14200,118 @@
     This error was probably a copypaste mistake, since most
     of the simple filters use unfiltered_max = 4.
 
+ src/liblzma/simple/ia64.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 8f5794c8f1a30e8e3b524b415bbe81af2e04c64a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jan 17 17:27:45 2008 +0200
+Date:   2008-01-17 17:27:45 +0200
 
     Added --delta to the output of "lzma --help".
 
+ src/lzma/help.c | 4 ++++
+ 1 file changed, 4 insertions(+)
+
 commit f88590e0014b38d40465937c19f25f05f16c79ae
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jan 17 13:14:20 2008 +0200
+Date:   2008-01-17 13:14:20 +0200
 
     Fix Subblock docoder: If Subblock filter was used with known
     Uncompressed Size, and the last output byte was from RLE,
     the code didn't stop decoding as it should have done.
 
+ src/liblzma/subblock/subblock_decoder.c | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
 commit bc0b945ca376e333077644d2f7fd54c2848aab8a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 16 16:33:37 2008 +0200
+Date:   2008-01-16 16:33:37 +0200
 
     Tiny non-technical edits to file-format.txt.
 
+ doc/file-format.txt | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
 commit 7599bb7064ccf007f054595dedda7927af868252
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 16 14:48:04 2008 +0200
+Date:   2008-01-16 14:48:04 +0200
 
     Plugged a memory leak in stream_decoder.c.
 
+ src/liblzma/common/stream_decoder.c | 20 ++++++++++++++++++++
+ 1 file changed, 20 insertions(+)
+
 commit 0b581539311f3712946e81e747839f8fb5f441a7
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 16 14:47:27 2008 +0200
+Date:   2008-01-16 14:47:27 +0200
 
     Added memory leak detection to lzmadec.c.
 
+ src/lzmadec/lzmadec.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
 commit 5b5b13c7bb8fde6331064d21f3ebde41072480c4
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 16 14:46:50 2008 +0200
+Date:   2008-01-16 14:46:50 +0200
 
     Added lzma_memlimit_count().
 
+ src/liblzma/api/lzma/memlimit.h      | 10 ++++++++++
+ src/liblzma/common/memory_limitter.c | 19 +++++++++++++++++++
+ 2 files changed, 29 insertions(+)
+
 commit 19389f2b82ec54fd4c847a18f16482e7be4c9887
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 16 14:31:44 2008 +0200
+Date:   2008-01-16 14:31:44 +0200
 
     Added ARRAY_SIZE(array) macro.
 
+ src/common/sysdefs.h | 4 ++++
+ 1 file changed, 4 insertions(+)
+
 commit 9bc33a54cbf83952130adbcb1be32c6882485416
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 16 13:27:03 2008 +0200
+Date:   2008-01-16 13:27:03 +0200
 
     Make Uncompresed Size validation more strict
     in alone_decoder.c.
 
+ src/liblzma/common/alone_decoder.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
 commit 01d71d60b79027e1ce3eb9c79ae5191e1407c883
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 15 17:46:59 2008 +0200
+Date:   2008-01-15 17:46:59 +0200
 
     Free the allocated memory in lzmadec if debugging is
     enabled. This should make it possible to detect possible
     memory leaks with Valgrind.
 
+ src/lzmadec/lzmadec.c | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
 commit 8235e6e5b2878f76633afcda9a334640db503ef5
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 15 16:25:38 2008 +0200
+Date:   2008-01-15 16:25:38 +0200
 
     Fix memory leaks from test_block_header.c.
 
+ tests/test_block_header.c | 19 +++++++++++++++++--
+ 1 file changed, 17 insertions(+), 2 deletions(-)
+
 commit f10fc6a69d40b6d5c9cfbf8d3746f49869c2e2f6
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 15 14:23:35 2008 +0200
+Date:   2008-01-15 14:23:35 +0200
 
     Use fastpos.h when encoding LZMA dictionary size in
     Filter Flags encoder.
 
+ src/liblzma/common/filter_flags_encoder.c | 40 +++++++++++++++----------------
+ 1 file changed, 19 insertions(+), 21 deletions(-)
+
 commit e5728142a2048979f5c0c2149ce71ae952a092e1
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 15 14:02:22 2008 +0200
+Date:   2008-01-15 14:02:22 +0200
 
     Revised the fastpos code. It now uses the slightly faster
     table-based version from LZMA SDK 4.57. This should be
@@ -8484,73 +14322,128 @@
     default table-based version (see comments in fastpos.h),
     but on most systems the table-based code is faster.
 
+ src/liblzma/common/init_encoder.c          |   3 -
+ src/liblzma/lzma/Makefile.am               |   4 +
+ src/liblzma/lzma/fastpos.h                 | 156 +++++++++
+ src/liblzma/lzma/fastpos_table.c           | 519 +++++++++++++++++++++++++++++
+ src/liblzma/lzma/fastpos_tablegen.c        |  63 ++++
+ src/liblzma/lzma/lzma_common.h             |   3 +-
+ src/liblzma/lzma/lzma_encoder.c            |   1 +
+ src/liblzma/lzma/lzma_encoder_getoptimum.c |   1 +
+ src/liblzma/lzma/lzma_encoder_init.c       |  22 --
+ src/liblzma/lzma/lzma_encoder_private.h    |  21 --
+ 10 files changed, 746 insertions(+), 47 deletions(-)
+
 commit 10437b5b567f6a025ff16c45a572e417a0a9cc26
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 15 13:32:13 2008 +0200
+Date:   2008-01-15 13:32:13 +0200
 
     Added bsr.h.
 
+ src/liblzma/common/Makefile.am |  1 +
+ src/liblzma/common/bsr.h       | 61 ++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 62 insertions(+)
+
 commit f3c88e8b8d8dd57f4bba5f0921eebf276437c244
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 15 13:29:14 2008 +0200
+Date:   2008-01-15 13:29:14 +0200
 
     Fixed assembler detection in configure.ac, and added
     detection for x86_64.
 
+ configure.ac | 32 ++++++++++++++++----------------
+ 1 file changed, 16 insertions(+), 16 deletions(-)
+
 commit 54ec204f58287f50d3976288295da4188a19192b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 15 12:20:41 2008 +0200
+Date:   2008-01-15 12:20:41 +0200
 
     Omit invalid space from printf() format string
     in price_table_gen.c.
 
+ src/liblzma/rangecoder/price_table_gen.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 01b4b19f49f00e17a0f9cb8754c672ac0847b6e1
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 15 09:54:34 2008 +0200
+Date:   2008-01-15 09:54:34 +0200
 
     Removed a few unused macros from lzma_common.h.
 
+ src/liblzma/lzma/lzma_common.h | 8 ++------
+ 1 file changed, 2 insertions(+), 6 deletions(-)
+
 commit 19bd7f3cf25e4ff8487ef7098ca4a7b58681961d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 15 08:37:42 2008 +0200
+Date:   2008-01-15 08:37:42 +0200
 
     Fix a typo in lzma_encoder.c.
 
+ src/liblzma/lzma/lzma_encoder.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 9f9b1983013048f2142e8bc7e240149d2687bedc
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 15 08:36:25 2008 +0200
+Date:   2008-01-15 08:36:25 +0200
 
     Convert bittree_get_price() and bittree_reverse_get_price()
     from macros to inline functions.
 
+ src/liblzma/lzma/lzma_encoder.c            | 19 +++-----
+ src/liblzma/lzma/lzma_encoder_getoptimum.c | 16 +++----
+ src/liblzma/rangecoder/range_encoder.h     | 76 +++++++++++++++++-------------
+ 3 files changed, 56 insertions(+), 55 deletions(-)
+
 commit 78e85cb1a7667c54853670d2eb09d754bcbda87d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 15 07:44:59 2008 +0200
+Date:   2008-01-15 07:44:59 +0200
 
     Fix CRC code in case --enable-small is used.
 
+ src/liblzma/check/crc32_init.c    | 2 +-
+ src/liblzma/check/crc64_init.c    | 2 +-
+ src/liblzma/common/init_decoder.c | 2 --
+ src/liblzma/common/init_encoder.c | 2 --
+ tests/test_check.c                | 2 ++
+ 5 files changed, 4 insertions(+), 6 deletions(-)
+
 commit 949d4346e2d75bcd9dcb66c394d8d851d8db3aa0
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 15 07:41:39 2008 +0200
+Date:   2008-01-15 07:41:39 +0200
 
     Fix typo in test_index.c.
 
+ tests/test_index.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit d13d693155c176fc9e9ad5c50d48ccba27c2d9c6
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 15 07:40:21 2008 +0200
+Date:   2008-01-15 07:40:21 +0200
 
     Added precomputed range coder probability price table.
 
+ src/liblzma/common/init_encoder.c                  |  5 +-
+ src/liblzma/rangecoder/Makefile.am                 |  9 ++-
+ src/liblzma/rangecoder/price_table.c               | 70 ++++++++++++++++++++++
+ src/liblzma/rangecoder/price_table_gen.c           | 55 +++++++++++++++++
+ .../{range_encoder.c => price_table_init.c}        |  6 +-
+ src/liblzma/rangecoder/range_common.h              |  4 +-
+ src/liblzma/rangecoder/range_encoder.h             | 21 ++++---
+ 7 files changed, 153 insertions(+), 17 deletions(-)
+
 commit 362dc3843b373c1007a50a4719f378981f18ae03
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jan 14 13:42:43 2008 +0200
+Date:   2008-01-14 13:42:43 +0200
 
     Remove RC_BUFFER_SIZE from lzma_encoder_private.h
     and replace it with a sanity check.
 
+ src/liblzma/lzma/lzma_encoder_private.h | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
 commit e22b37968d153683fec61ad37b6b160cb7ca4ddc
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jan 14 13:39:54 2008 +0200
+Date:   2008-01-14 13:39:54 +0200
 
     Major changes to LZ encoder, LZMA encoder, and range encoder.
     These changes implement support for LZMA_SYNC_FLUSH in LZMA
@@ -8557,22 +14450,34 @@
     encoder, and move the temporary buffer needed by range encoder
     from lzma_range_encoder structure to lzma_lz_encoder.
 
+ src/liblzma/lz/lz_encoder.c            | 138 ++++++++++++++++++++++++++++-----
+ src/liblzma/lz/lz_encoder.h            |  17 ++--
+ src/liblzma/lzma/lzma_encoder.c        |  74 ++++++++++--------
+ src/liblzma/rangecoder/range_encoder.h | 117 ++++++++--------------------
+ 4 files changed, 206 insertions(+), 140 deletions(-)
+
 commit b59ef3973781f892c0a72b5e5934194567100be5
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jan 14 13:34:29 2008 +0200
+Date:   2008-01-14 13:34:29 +0200
 
     Added one assert() to process.c of the command line tool.
 
+ src/lzma/process.c | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 9547e734a00ddb64c851fa3f116e4f9e7d763ea7
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jan 14 12:09:52 2008 +0200
+Date:   2008-01-14 12:09:52 +0200
 
     Don't use coder->lz.stream_end_was_reached in assertions
     in match_c.h.
 
+ src/liblzma/lz/match_c.h | 2 --
+ 1 file changed, 2 deletions(-)
+
 commit 3e09e1c05871f3757f759b801890ccccc9286608
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jan 14 12:08:02 2008 +0200
+Date:   2008-01-14 12:08:02 +0200
 
     In lzma_read_match_distances(), don't use
     coder->lz.stream_end_was_reached. That variable
@@ -8580,193 +14485,301 @@
     Rearrange the check so that it doesn't make one to
     think that there could be an integer overflow.
 
+ src/liblzma/lzma/lzma_encoder_private.h | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
 commit a670fec8021e5962429689c194148a04c3418872
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jan 14 11:56:41 2008 +0200
+Date:   2008-01-14 11:56:41 +0200
 
     Small LZMA_SYNC_FLUSH fixes to Block and Single-Stream encoders.
 
+ src/liblzma/common/block_encoder.c         | 4 ++--
+ src/liblzma/common/stream_encoder_single.c | 1 +
+ 2 files changed, 3 insertions(+), 2 deletions(-)
+
 commit 3599dba9570a6972a16b6398d6c838e9b420e985
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jan 14 11:54:56 2008 +0200
+Date:   2008-01-14 11:54:56 +0200
 
     More fixes to LZMA decoder's flush marker handling.
 
+ src/liblzma/lzma/lzma_decoder.c | 52 ++++++++++++++++++++++++-----------------
+ 1 file changed, 30 insertions(+), 22 deletions(-)
+
 commit f73c2ab6079ed5675a42b39d584a567befbd4624
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Jan 10 17:13:42 2008 +0200
+Date:   2008-01-10 17:13:42 +0200
 
     Eliminate lzma_lz_encoder.must_move_pos. It's needed
     only in one place which isn't performance criticial.
 
+ src/liblzma/lz/lz_encoder.c | 6 ++----
+ src/liblzma/lz/lz_encoder.h | 4 ----
+ 2 files changed, 2 insertions(+), 8 deletions(-)
+
 commit 382808514a42b2f4b4a64515e2dfb3fc1bc48ecd
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 9 20:05:57 2008 +0200
+Date:   2008-01-09 20:05:57 +0200
 
     Define HAVE_ASM_X86 when x86 assembler optimizations are
     used. This #define will be useful for inline assembly.
 
+ configure.ac | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
 commit 0e70fbe4032351aab13a1cd8e5deced105c0b276
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Wed Jan 9 12:06:46 2008 +0200
+Date:   2008-01-09 12:06:46 +0200
 
     Added good-single-none-empty_3.lzma and
     bad-single-none-empty.lzma.
 
+ tests/files/README                        |   6 ++++++
+ tests/files/bad-single-none-empty.lzma    | Bin 0 -> 19 bytes
+ tests/files/good-single-none-empty_3.lzma | Bin 0 -> 19 bytes
+ 3 files changed, 6 insertions(+)
+
 commit 379fbbe84d922c7cc00afa65c6f0c095da596b19
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 8 23:11:59 2008 +0200
+Date:   2008-01-08 23:11:59 +0200
 
     Take advantage of return_if_error() in block_decoder.c.
 
+ src/liblzma/common/block_decoder.c | 23 +++++++----------------
+ 1 file changed, 7 insertions(+), 16 deletions(-)
+
 commit 97d5fa82077e57815dfad995dc393c2809a78539
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 8 23:10:57 2008 +0200
+Date:   2008-01-08 23:10:57 +0200
 
     Updated tests/files/README.
 
+ tests/files/README | 15 +++++++++------
+ 1 file changed, 9 insertions(+), 6 deletions(-)
+
 commit 3bb9bb310936cba6a743b4f06739a397dec7c28f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 8 23:05:40 2008 +0200
+Date:   2008-01-08 23:05:40 +0200
 
     Added test files with empty Compressed Data.
 
+ tests/files/README                        |   6 ++++++
+ tests/files/good-single-lzma-empty.lzma   | Bin 0 -> 21 bytes
+ tests/files/good-single-none-empty_1.lzma | Bin 0 -> 18 bytes
+ tests/files/good-single-none-empty_2.lzma | Bin 0 -> 26 bytes
+ 4 files changed, 6 insertions(+)
+
 commit 7054c5f5888ac6a7178cd43dc9583ce6c7e78c9f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 8 22:58:42 2008 +0200
+Date:   2008-01-08 22:58:42 +0200
 
     Fix decoding of Blocks that have only Block Header.
 
+ src/liblzma/common/block_decoder.c | 37 ++++++++++++++-----------------------
+ 1 file changed, 14 insertions(+), 23 deletions(-)
+
 commit 753e4d95cd1cf29c632dfe1a670af7c67aeffbf4
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 8 22:27:46 2008 +0200
+Date:   2008-01-08 22:27:46 +0200
 
     Added good-single-subblock_implicit.lzma.
 
+ tests/files/README                             |   2 ++
+ tests/files/good-single-subblock_implicit.lzma | Bin 0 -> 35 bytes
+ 2 files changed, 2 insertions(+)
+
 commit faeac7b7aca75f86afed1e7cc06279d9d497c627
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 8 18:50:30 2008 +0200
+Date:   2008-01-08 18:50:30 +0200
 
     Disable CRC32 from Block Headers when --check=none
     has been specified.
 
+ src/lzma/process.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit a751126dbb656767ed4666cf0e5d3e17349d93d1
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 8 13:36:29 2008 +0200
+Date:   2008-01-08 13:36:29 +0200
 
     Fixed encoding of empty files. Arguments to is_size_valid()
     were in wrong order in block_encoder.c.
 
+ src/liblzma/common/block_encoder.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 9080267603b1006c4867c823307dca9df8be0d20
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 8 13:35:36 2008 +0200
+Date:   2008-01-08 13:35:36 +0200
 
     Added a few test files.
 
+ tests/files/README                                 |  21 ++++++++++++++++++---
+ tests/files/bad-cat-single-none-pad_garbage_1.lzma | Bin 0 -> 65 bytes
+ tests/files/bad-cat-single-none-pad_garbage_2.lzma | Bin 0 -> 65 bytes
+ tests/files/bad-cat-single-none-pad_garbage_3.lzma | Bin 0 -> 65 bytes
+ ...eopm.lzma => bad-single-data_after_eopm_1.lzma} | Bin
+ tests/files/bad-single-none-truncated.lzma         | Bin 0 -> 29 bytes
+ 6 files changed, 18 insertions(+), 3 deletions(-)
+
 commit b4943ccf73b64fc93a90a23474509c316f55eb2b
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 8 12:29:58 2008 +0200
+Date:   2008-01-08 12:29:58 +0200
 
     Avoid using ! in test_files.sh, because that doesn't work
     with some ancient /bin/sh versions.
 
+ tests/test_files.sh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
 commit e2417b2b9134f3f65e14b61e23cd3644d8954353
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Jan 8 00:48:30 2008 +0200
+Date:   2008-01-08 00:48:30 +0200
 
     More pre-C99 inttypes.h compatibility fixes. Now the code
     should work even if the system has no inttypes.h.
 
+ src/common/physmem.h               | 11 -----------
+ src/liblzma/check/crc32_init.c     |  5 +----
+ src/liblzma/check/crc32_tablegen.c |  7 ++-----
+ src/liblzma/check/crc64_init.c     |  5 +----
+ src/liblzma/check/crc64_tablegen.c |  7 ++-----
+ 5 files changed, 6 insertions(+), 29 deletions(-)
+
 commit 5d227e51c23639423f4ade06aabb54e131f8505e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jan 7 23:25:32 2008 +0200
+Date:   2008-01-07 23:25:32 +0200
 
     Updated fi.po although it's currently pretty much crap.
 
+ po/fi.po | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
 commit c7189d981a1b27c63da0c1ee80d9b5cd8ce1733d
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jan 7 23:14:25 2008 +0200
+Date:   2008-01-07 23:14:25 +0200
 
     Test for $GCC = yes instead of if it is non-empty. This
     way it is possible to use ac_cv_c_compiler_gnu=no to
     force configure to think it is using non-GNU C compiler.
 
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 3dbbea82b74bb841c995ad332a3aeca613015e10
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jan 7 21:49:41 2008 +0200
+Date:   2008-01-07 21:49:41 +0200
 
     Added test_files.sh to tests/Makefile.am so it gets
     included in the tarball with "make dist".
 
+ tests/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 2fd2d181543feab1b4003f3ac6e85625fbee04f0
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jan 7 18:22:24 2008 +0200
+Date:   2008-01-07 18:22:24 +0200
 
     Cosmetic edit to test_files.sh.
 
+ tests/test_files.sh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
 commit 9a71d573100a990ceb30ce0bec6a9a15d795605f
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jan 7 18:09:44 2008 +0200
+Date:   2008-01-07 18:09:44 +0200
 
     Added tests/files/README.
 
+ tests/files/README | 108 +++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 108 insertions(+)
+
 commit 47f48fe9936ed72617a60fbd015df7e0e47a1e43
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jan 7 14:20:57 2008 +0200
+Date:   2008-01-07 14:20:57 +0200
 
     Tell in COPYING that everything in tests/files is
     public domain.
 
+ COPYING | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
 commit 3502b3e1d00251d3c8dda96079440705c28d8225
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jan 7 14:19:05 2008 +0200
+Date:   2008-01-07 14:19:05 +0200
 
     Cleaned up the tests/files directory.
 
+ ...ck-loop.lzma => bad-single-subblock-padding_loop.lzma} | Bin
+ ...ck1023-slow.lzma => bad-single-subblock1023-slow.lzma} | Bin
+ tests/files/malicious-single-subblock-lzma.lzma           | Bin 505 -> 0 bytes
+ 3 files changed, 0 insertions(+), 0 deletions(-)
+
 commit 908b2ac604b9940369d7fe8a45e9eb6da5d2a24c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jan 7 13:49:19 2008 +0200
+Date:   2008-01-07 13:49:19 +0200
 
     Added test_files.sh to test decoding of the files in
     the tests/files directory. It doesn't test the malicious
     files yet.
 
+ tests/Makefile.am   |  4 +++-
+ tests/test_files.sh | 40 ++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 43 insertions(+), 1 deletion(-)
+
 commit ecb2a6548f5978022a8fa931719dc575f5fd3bf6
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jan 7 11:23:13 2008 +0200
+Date:   2008-01-07 11:23:13 +0200
 
     Updated README regarding the assembler optimizations.
 
+ README | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
 commit eacb8050438d3e6146c86eb9732d3fb1ef1825cb
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Jan 7 10:58:00 2008 +0200
+Date:   2008-01-07 10:58:00 +0200
 
     Updated THANKS.
 
+ THANKS | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 1239649f96132b18e3b7e2dd152ecf53a195caa8
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jan 6 21:47:17 2008 +0200
+Date:   2008-01-06 21:47:17 +0200
 
     Cosmetic changes to configure.ac.
 
+ configure.ac | 14 ++++++--------
+ 1 file changed, 6 insertions(+), 8 deletions(-)
+
 commit 88ee301ec2e4506a30ec7ac9aaa2288e2dcadd0e
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jan 6 19:46:38 2008 +0200
+Date:   2008-01-06 19:46:38 +0200
 
     Automatically disable assembler code on Darwin x86.
     Darwin has different ABI than GNU+Linux and Solaris,
     thus the assembler code doesn't assemble on Darwin.
 
+ configure.ac | 17 +++++++++++++++--
+ 1 file changed, 15 insertions(+), 2 deletions(-)
+
 commit c15a7abf66e3a70792f7444115e484c7981c8284
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jan 6 19:45:27 2008 +0200
+Date:   2008-01-06 19:45:27 +0200
 
     With printf(), use PRIu64 with a cast to uint64_t instead
     of %zu, because some pre-C99 libc versions don't support %zu.
 
+ src/lzma/help.c       | 13 +++++++------
+ src/lzmadec/lzmadec.c |  6 ++++--
+ 2 files changed, 11 insertions(+), 8 deletions(-)
+
 commit 4e7e54c4c522ab2f6a7abb92cefc4f707e9568fb
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Jan 6 16:27:41 2008 +0200
+Date:   2008-01-06 16:27:41 +0200
 
     Introduced compatibility with systems that have pre-C99
     or no inttypes.h. This is useful when the compiler has
@@ -8785,33 +14798,60 @@
     introducing lzma_uint32 and similar types, but that would
     just be an extra pain on modern systems.
 
+ configure.ac                       | 13 ++++++++-
+ doc/liblzma-intro.txt              | 10 +++++--
+ src/common/sysdefs.h               | 59 +++++++++++++++++++++++++++++++++++++-
+ src/liblzma/api/lzma.h             | 40 +++++++++++++++++---------
+ src/liblzma/check/crc32_table.c    |  4 +--
+ src/liblzma/check/crc32_table_be.h |  2 --
+ src/liblzma/check/crc32_table_le.h |  2 --
+ src/liblzma/check/crc32_tablegen.c |  1 -
+ src/liblzma/check/crc64_table.c    |  4 +--
+ src/liblzma/check/crc64_table_be.h |  2 --
+ src/liblzma/check/crc64_table_le.h |  2 --
+ src/liblzma/check/crc64_tablegen.c |  1 -
+ src/lzma/private.h                 |  1 -
+ 13 files changed, 106 insertions(+), 35 deletions(-)
+
 commit a71864f77dfb76b5d78a270641539947c312583a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Jan 5 19:57:00 2008 +0200
+Date:   2008-01-05 19:57:00 +0200
 
     Fix typo in comment (INT64_MAX -> UINT64_MAX).
 
+ src/liblzma/api/lzma/vli.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 072927905a3b66281c6311b4b351caa501d8b73a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Jan 5 19:42:04 2008 +0200
+Date:   2008-01-05 19:42:04 +0200
 
     Rearranged testing of GCC-specific flags.
 
+ configure.ac | 33 +++++++++++++++++++++++----------
+ 1 file changed, 23 insertions(+), 10 deletions(-)
+
 commit d160ee32598c6d1cd9054ef019e8c9331208b188
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sat Jan 5 01:20:24 2008 +0200
+Date:   2008-01-05 01:20:24 +0200
 
     Another bug fix for flush marker detection.
 
+ src/liblzma/lzma/lzma_decoder.c | 10 +++++++++-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
 commit fc67f79f607cbfa78c6f47a69dec098d8659b162
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jan 4 21:37:01 2008 +0200
+Date:   2008-01-04 21:37:01 +0200
 
     Fix stupid bugs in flush marker detection.
 
+ src/liblzma/lzma/lzma_decoder.c | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
 commit 0029cbbabe87d491fc046a55a629a6d556010baa
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jan 4 21:30:33 2008 +0200
+Date:   2008-01-04 21:30:33 +0200
 
     Added support for flush marker, which will be in files
     that use LZMA_SYNC_FLUSH with encoder (not implemented
@@ -8825,24 +14865,35 @@
     if one wants to fit the code in 80 columns. This makes
     the code easier to read.
 
+ src/liblzma/lzma/lzma_common.h  |   4 +
+ src/liblzma/lzma/lzma_decoder.c | 217 ++++++++++++++++++----------------------
+ 2 files changed, 104 insertions(+), 117 deletions(-)
+
 commit bbfd1f6ab058a7e661545205befcb7f70c5685ab
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Jan 4 20:45:05 2008 +0200
+Date:   2008-01-04 20:45:05 +0200
 
     Moved range decoder initialization (reading the first
     five input bytes) from LZMA decoder to range decoder
     header. Did the same for decoding of direct bits.
 
+ src/liblzma/lzma/lzma_decoder.c        | 42 +++-------------
+ src/liblzma/rangecoder/range_decoder.h | 87 +++++++++++++++++++++++-----------
+ 2 files changed, 66 insertions(+), 63 deletions(-)
+
 commit 5db745cd2a74f6ed2e52f5c716c08ed0daf17ebc
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Dec 14 11:15:21 2007 +0200
+Date:   2007-12-14 11:15:21 +0200
 
     Added a note to README that --disable-assembler
     must be used on Darwin.
 
+ README | 4 ++++
+ 1 file changed, 4 insertions(+)
+
 commit 44b333d4615b5aabc557a0e1b6bb0096da3fae24
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Dec 14 10:07:10 2007 +0200
+Date:   2007-12-14 10:07:10 +0200
 
     Use the filename suffix .S instead of .s for assembler files
     so that the preprocessor removes the /* */ style comments,
@@ -8849,22 +14900,34 @@
     which are not supported by some non-GNU assemblers (Solaris)
     that otherwise work with this code.
 
+ src/liblzma/check/Makefile.am                  | 4 ++--
+ src/liblzma/check/{crc32_x86.s => crc32_x86.S} | 0
+ src/liblzma/check/{crc64_x86.s => crc64_x86.S} | 0
+ 3 files changed, 2 insertions(+), 2 deletions(-)
+
 commit ec1c82b2e82f395f6e8e19ac212a639644330cd7
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Dec 14 09:59:05 2007 +0200
+Date:   2007-12-14 09:59:05 +0200
 
     Fixed wrong symbol name in crc64_x86.s.
 
+ src/liblzma/check/crc64_x86.s | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 2881570df6803eed2fe550af34574e8e61794804
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Fri Dec 14 09:53:24 2007 +0200
+Date:   2007-12-14 09:53:24 +0200
 
     Use .globl instead of .global in x86 assembler code for
     better portability. Still needs fixing the commenting.
 
+ src/liblzma/check/crc32_x86.s | 2 +-
+ src/liblzma/check/crc64_x86.s | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
 commit 698470b8f33fc0e5f27dafa93b39b6dd5dde5a66
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Thu Dec 13 20:14:37 2007 +0200
+Date:   2007-12-13 20:14:37 +0200
 
     Fixed a few short options that take an argument.
     short_opts[] was missing colons to indicate
@@ -8871,15 +14934,21 @@
     required argument. Thanks to Fabio Pedretti for
     the bug report.
 
+ src/lzma/args.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 918bcb0e0728d2d976621e9f35b56f224f11d989
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Dec 11 17:08:04 2007 +0200
+Date:   2007-12-11 17:08:04 +0200
 
     Removed uncompressed size tracking from Delta encoder too.
 
+ src/liblzma/common/delta_coder.c | 21 +++------------------
+ 1 file changed, 3 insertions(+), 18 deletions(-)
+
 commit 3e16d51dd645667b05ff826665b1fc353aa41cd9
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Dec 11 16:49:19 2007 +0200
+Date:   2007-12-11 16:49:19 +0200
 
     Remove uncompressed size tracking from the filter encoders.
     It's not strictly needed there, and just complicates the
@@ -8897,86 +14966,403 @@
     validate the uncompressed size instead of having it
     in every filter.
 
+ src/liblzma/common/copy_coder.c         | 25 ++--------------------
+ src/liblzma/simple/simple_coder.c       | 29 ++++---------------------
+ src/liblzma/subblock/subblock_encoder.c | 38 ++++++---------------------------
+ 3 files changed, 12 insertions(+), 80 deletions(-)
+
 commit 5286723e0d1ac386d5b07f08d78e61becf895a5a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Dec 11 14:10:53 2007 +0200
+Date:   2007-12-11 14:10:53 +0200
 
     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.
 
+ lib/Makefile.am         | 10 +---------
+ src/lzma/Makefile.am    |  2 +-
+ src/lzmadec/Makefile.am |  4 +++-
+ 3 files changed, 5 insertions(+), 11 deletions(-)
+
 commit ce8b036a6c7a43b290356b673d953f6d76b2be64
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Dec 11 14:09:35 2007 +0200
+Date:   2007-12-11 14:09:35 +0200
 
     Fixed a typo in tests/Makefile.am which prevented
     building the tests if gnulib was needed.
 
+ tests/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 7c1ad41eb611ed89e5bb8792a3beb533b7aa59f4
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Tue Dec 11 11:18:58 2007 +0200
+Date:   2007-12-11 11:18:58 +0200
 
     Fixed wrong type of flags_size in Subblock encoder.
 
+ src/liblzma/subblock/subblock_encoder.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit ce64df716243fdc40359090d1f6541f3a4f5f21a
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Dec 10 20:44:16 2007 +0200
+Date:   2007-12-10 20:44:16 +0200
 
     Bumped version number to 4.42.3alpha.
 
+ configure.ac                   | 2 +-
+ src/liblzma/api/lzma/version.h | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
 commit b499a0403ea5c41d6a25b40275eb6c57643052ce
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Mon Dec 10 15:02:50 2007 +0200
+Date:   2007-12-10 15:02:50 +0200
 
     Disabled some unneeded warnings and made "make dist" work.
 
+ Makefile.am  |  9 +++------
+ configure.ac |  9 ++++++---
+ po/fi.po     | 47 ++++++++++++++++++++++++-----------------------
+ 3 files changed, 33 insertions(+), 32 deletions(-)
+
 commit 2ab8adb5165a0b77114a7eb21f9ff1e6a266f172
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Dec 9 21:43:15 2007 +0200
+Date:   2007-12-09 21:43:15 +0200
 
     Added LZMA_SYNC_FLUSH support to the Copy filter.
 
+ src/liblzma/common/copy_coder.c | 92 +++++++++++++++++++++++++----------------
+ 1 file changed, 57 insertions(+), 35 deletions(-)
+
 commit 329c272d501e88793dda5540358d55c12428d194
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Dec 9 17:14:07 2007 +0200
+Date:   2007-12-09 17:14:07 +0200
 
     Added missing LZMA_API to the C versions of the CRC functions.
     The x86 assembler versions were already OK.
 
+ src/liblzma/check/crc32.c | 2 +-
+ src/liblzma/check/crc64.c | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
 commit c90daf86ce683fa8cf80491d624ffb158dfbd9d7
 Author: Jim Meyering <meyering at redhat.com>
-Date:   Sun Dec 9 15:34:25 2007 +0100
+Date:   2007-12-09 15:34:25 +0100
 
     * tests/test_block_header.c (test3): Remove duplicate initializer.
 
+ autogen.sh                | 2 +-
+ tests/test_block_header.c | 1 -
+ 2 files changed, 1 insertion(+), 2 deletions(-)
+
 commit 07ac881779a8477f2c1ab112b91a129e24aa743c
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Dec 9 17:06:45 2007 +0200
+Date:   2007-12-09 17:06:45 +0200
 
     Take advantage of return_if_error() macro in more places.
     Cleaned Subblock filter's initialization code too.
 
+ src/liblzma/common/block_decoder.c         | 22 +++-------
+ src/liblzma/common/delta_coder.c           |  8 +---
+ src/liblzma/common/stream_decoder.c        | 17 +++-----
+ src/liblzma/common/stream_encoder_multi.c  | 68 ++++++++++--------------------
+ src/liblzma/common/stream_encoder_single.c |  8 ++--
+ src/liblzma/subblock/subblock_decoder.c    | 33 +++++----------
+ src/liblzma/subblock/subblock_encoder.c    | 45 ++++++--------------
+ 7 files changed, 63 insertions(+), 138 deletions(-)
+
 commit 41338717964f510ee61d70b25bd4c502ec9f77cf
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Dec 9 12:13:01 2007 +0200
+Date:   2007-12-09 12:13:01 +0200
 
     Added a bunch of .lzma test files.
 
+ tests/files/bad-single-data_after_eopm.lzma         | Bin 0 -> 55 bytes
+ tests/files/bad-single-data_after_eopm_2.lzma       | Bin 0 -> 56 bytes
+ tests/files/bad-single-subblock_subblock.lzma       | Bin 0 -> 26 bytes
+ tests/files/good-cat-single-none-pad.lzma           | Bin 0 -> 64 bytes
+ tests/files/good-single-delta-lzma.tiff.lzma        | Bin 0 -> 51409 bytes
+ tests/files/good-single-lzma.lzma                   | Bin 0 -> 44 bytes
+ tests/files/good-single-none-pad.lzma               | Bin 0 -> 32 bytes
+ tests/files/good-single-none.lzma                   | Bin 0 -> 30 bytes
+ tests/files/good-single-subblock-lzma.lzma          | Bin 0 -> 50 bytes
+ tests/files/good-single-subblock_rle.lzma           | Bin 0 -> 118 bytes
+ tests/files/malicious-multi-metadata-64PiB.lzma     | Bin 0 -> 51 bytes
+ tests/files/malicious-single-subblock-256MiB.lzma   | Bin 0 -> 30 bytes
+ tests/files/malicious-single-subblock-64PiB.lzma    | Bin 0 -> 45 bytes
+ tests/files/malicious-single-subblock-loop.lzma     | Bin 0 -> 43 bytes
+ tests/files/malicious-single-subblock-lzma.lzma     | Bin 0 -> 505 bytes
+ tests/files/malicious-single-subblock1023-slow.lzma | Bin 0 -> 7886 bytes
+ tests/files/malicious-single-subblock31-slow.lzma   | Bin 0 -> 1233 bytes
+ 17 files changed, 0 insertions(+), 0 deletions(-)
+
 commit ff946ceb7975d4f11950afd33f6315b4d20d1a03
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Dec 9 11:24:48 2007 +0200
+Date:   2007-12-09 11:24:48 +0200
 
     Re-enabled the security checks in Subblock decoder
     that were disabled for debugging reasons.
 
+ src/liblzma/subblock/subblock_decoder.c | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
 commit 2bf36d22d2c24ac3f488e63b35564fa2f6dab8d1
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Dec 9 11:03:28 2007 +0200
+Date:   2007-12-09 11:03:28 +0200
 
     Fixed the tests to build with -Werror.
 
+ tests/test_block_header.c |  2 +-
+ tests/test_check.c        |  2 +-
+ tests/test_filter_flags.c |  2 +-
+ tests/test_index.c        | 14 +++++++-------
+ tests/test_info.c         |  2 +-
+ tests/test_stream_flags.c |  2 +-
+ 6 files changed, 12 insertions(+), 12 deletions(-)
+
 commit 5d018dc03549c1ee4958364712fb0c94e1bf2741
 Author: Lasse Collin <lasse.collin at tukaani.org>
-Date:   Sun Dec 9 00:42:33 2007 +0200
+Date:   2007-12-09 00:42:33 +0200
 
     Imported to git.
+
+ AUTHORS                                        |   18 +
+ COPYING                                        |   24 +
+ COPYING.GPLv2                                  |  339 +++++
+ COPYING.GPLv3                                  |  674 +++++++++
+ COPYING.LGPLv2.1                               |  504 +++++++
+ ChangeLog                                      |    2 +
+ Doxyfile.in                                    | 1229 ++++++++++++++++
+ Makefile.am                                    |   38 +
+ NEWS                                           |    0
+ README                                         |  151 ++
+ THANKS                                         |   23 +
+ TODO                                           |  109 ++
+ autogen.sh                                     |   38 +
+ configure.ac                                   |  611 ++++++++
+ doc/bugs.txt                                   |   46 +
+ doc/faq.txt                                    |  247 ++++
+ doc/file-format.txt                            | 1861 ++++++++++++++++++++++++
+ doc/history.txt                                |  140 ++
+ doc/liblzma-advanced.txt                       |  324 +++++
+ doc/liblzma-hacking.txt                        |  112 ++
+ doc/liblzma-intro.txt                          |  188 +++
+ doc/liblzma-security.txt                       |  219 +++
+ doc/lzma-intro.txt                             |  107 ++
+ extra/scanlzma/scanlzma.c                      |   85 ++
+ lib/Makefile.am                                |   40 +
+ lib/getopt.c                                   | 1191 +++++++++++++++
+ lib/getopt1.c                                  |  171 +++
+ lib/getopt_.h                                  |  226 +++
+ lib/getopt_int.h                               |  131 ++
+ lib/gettext.h                                  |  240 +++
+ m4/acx_pthread.m4                              |  279 ++++
+ m4/getopt.m4                                   |   83 ++
+ po/LINGUAS                                     |    1 +
+ po/Makevars                                    |   46 +
+ po/POTFILES.in                                 |   13 +
+ po/fi.po                                       |  445 ++++++
+ src/Makefile.am                                |   16 +
+ src/common/open_stdxxx.h                       |   50 +
+ src/common/physmem.h                           |   77 +
+ src/common/sysdefs.h                           |  100 ++
+ src/liblzma/Makefile.am                        |   47 +
+ src/liblzma/api/Makefile.am                    |   39 +
+ src/liblzma/api/lzma.h                         |  122 ++
+ src/liblzma/api/lzma/alignment.h               |   60 +
+ src/liblzma/api/lzma/alone.h                   |   82 ++
+ src/liblzma/api/lzma/auto.h                    |   41 +
+ src/liblzma/api/lzma/base.h                    |  410 ++++++
+ src/liblzma/api/lzma/block.h                   |  409 ++++++
+ src/liblzma/api/lzma/check.h                   |  128 ++
+ src/liblzma/api/lzma/copy.h                    |   29 +
+ src/liblzma/api/lzma/delta.h                   |   49 +
+ src/liblzma/api/lzma/extra.h                   |  114 ++
+ src/liblzma/api/lzma/filter.h                  |  166 +++
+ src/liblzma/api/lzma/index.h                   |   84 ++
+ src/liblzma/api/lzma/info.h                    |  315 ++++
+ src/liblzma/api/lzma/init.h                    |   85 ++
+ src/liblzma/api/lzma/lzma.h                    |  312 ++++
+ src/liblzma/api/lzma/memlimit.h                |  157 ++
+ src/liblzma/api/lzma/metadata.h                |  100 ++
+ src/liblzma/api/lzma/raw.h                     |   72 +
+ src/liblzma/api/lzma/simple.h                  |   85 ++
+ src/liblzma/api/lzma/stream.h                  |  178 +++
+ src/liblzma/api/lzma/stream_flags.h            |  142 ++
+ src/liblzma/api/lzma/subblock.h                |  197 +++
+ src/liblzma/api/lzma/version.h                 |   59 +
+ src/liblzma/api/lzma/vli.h                     |  244 ++++
+ src/liblzma/check/Makefile.am                  |   64 +
+ src/liblzma/check/check.c                      |  160 ++
+ src/liblzma/check/check.h                      |  102 ++
+ src/liblzma/check/check_byteswap.h             |   43 +
+ src/liblzma/check/check_init.c                 |   37 +
+ src/liblzma/check/crc32.c                      |   88 ++
+ src/liblzma/check/crc32_init.c                 |   58 +
+ src/liblzma/check/crc32_table.c                |   22 +
+ src/liblzma/check/crc32_table_be.h             |  527 +++++++
+ src/liblzma/check/crc32_table_le.h             |  527 +++++++
+ src/liblzma/check/crc32_tablegen.c             |   55 +
+ src/liblzma/check/crc32_x86.s                  |  217 +++
+ src/liblzma/check/crc64.c                      |   75 +
+ src/liblzma/check/crc64_init.c                 |   58 +
+ src/liblzma/check/crc64_table.c                |   22 +
+ src/liblzma/check/crc64_table_be.h             |  523 +++++++
+ src/liblzma/check/crc64_table_le.h             |  523 +++++++
+ src/liblzma/check/crc64_tablegen.c             |   56 +
+ src/liblzma/check/crc64_x86.s                  |  203 +++
+ src/liblzma/check/crc_macros.h                 |   33 +
+ src/liblzma/check/sha256.c                     |  203 +++
+ src/liblzma/common/Makefile.am                 |   94 ++
+ src/liblzma/common/alignment.c                 |  118 ++
+ src/liblzma/common/allocator.c                 |   57 +
+ src/liblzma/common/alone_decoder.c             |  197 +++
+ src/liblzma/common/alone_decoder.h             |   24 +
+ src/liblzma/common/alone_encoder.c             |  167 +++
+ src/liblzma/common/auto_decoder.c              |  113 ++
+ src/liblzma/common/block_decoder.c             |  405 ++++++
+ src/liblzma/common/block_decoder.h             |   29 +
+ src/liblzma/common/block_encoder.c             |  375 +++++
+ src/liblzma/common/block_encoder.h             |   29 +
+ src/liblzma/common/block_header_decoder.c      |  373 +++++
+ src/liblzma/common/block_header_encoder.c      |  211 +++
+ src/liblzma/common/block_private.h             |   46 +
+ src/liblzma/common/chunk_size.c                |   74 +
+ src/liblzma/common/code.c                      |  203 +++
+ src/liblzma/common/common.h                    |  271 ++++
+ src/liblzma/common/copy_coder.c                |  143 ++
+ src/liblzma/common/copy_coder.h                |   31 +
+ src/liblzma/common/delta_coder.c               |  210 +++
+ src/liblzma/common/delta_coder.h               |   31 +
+ src/liblzma/common/extra.c                     |   33 +
+ src/liblzma/common/features.c                  |   70 +
+ src/liblzma/common/filter_flags_decoder.c      |  382 +++++
+ src/liblzma/common/filter_flags_encoder.c      |  359 +++++
+ src/liblzma/common/index.c                     |  140 ++
+ src/liblzma/common/info.c                      |  823 +++++++++++
+ src/liblzma/common/init.c                      |   39 +
+ src/liblzma/common/init_decoder.c              |   33 +
+ src/liblzma/common/init_encoder.c              |   44 +
+ src/liblzma/common/memory_limitter.c           |  200 +++
+ src/liblzma/common/memory_usage.c              |  113 ++
+ src/liblzma/common/metadata_decoder.c          |  555 +++++++
+ src/liblzma/common/metadata_decoder.h          |   31 +
+ src/liblzma/common/metadata_encoder.c          |  436 ++++++
+ src/liblzma/common/metadata_encoder.h          |   30 +
+ src/liblzma/common/next_coder.c                |   65 +
+ src/liblzma/common/raw_common.c                |  175 +++
+ src/liblzma/common/raw_common.h                |   31 +
+ src/liblzma/common/raw_decoder.c               |  127 ++
+ src/liblzma/common/raw_decoder.h               |   30 +
+ src/liblzma/common/raw_encoder.c               |  124 ++
+ src/liblzma/common/raw_encoder.h               |   30 +
+ src/liblzma/common/stream_common.c             |   23 +
+ src/liblzma/common/stream_common.h             |   28 +
+ src/liblzma/common/stream_decoder.c            |  454 ++++++
+ src/liblzma/common/stream_encoder_multi.c      |  460 ++++++
+ src/liblzma/common/stream_encoder_single.c     |  220 +++
+ src/liblzma/common/stream_flags_decoder.c      |  258 ++++
+ src/liblzma/common/stream_flags_decoder.h      |   31 +
+ src/liblzma/common/stream_flags_encoder.c      |   75 +
+ src/liblzma/common/sysdefs.h                   |    1 +
+ src/liblzma/common/version.c                   |   25 +
+ src/liblzma/common/vli_decoder.c               |   69 +
+ src/liblzma/common/vli_encoder.c               |   81 ++
+ src/liblzma/common/vli_reverse_decoder.c       |   55 +
+ src/liblzma/lz/Makefile.am                     |   63 +
+ src/liblzma/lz/bt2.c                           |   27 +
+ src/liblzma/lz/bt2.h                           |   31 +
+ src/liblzma/lz/bt3.c                           |   29 +
+ src/liblzma/lz/bt3.h                           |   31 +
+ src/liblzma/lz/bt4.c                           |   30 +
+ src/liblzma/lz/bt4.h                           |   31 +
+ src/liblzma/lz/hc3.c                           |   30 +
+ src/liblzma/lz/hc3.h                           |   31 +
+ src/liblzma/lz/hc4.c                           |   31 +
+ src/liblzma/lz/hc4.h                           |   31 +
+ src/liblzma/lz/lz_decoder.c                    |  462 ++++++
+ src/liblzma/lz/lz_decoder.h                    |  214 +++
+ src/liblzma/lz/lz_encoder.c                    |  481 ++++++
+ src/liblzma/lz/lz_encoder.h                    |  161 ++
+ src/liblzma/lz/lz_encoder_private.h            |   40 +
+ src/liblzma/lz/match_c.h                       |  401 +++++
+ src/liblzma/lz/match_h.h                       |   69 +
+ src/liblzma/lzma.pc.in                         |   11 +
+ src/liblzma/lzma/Makefile.am                   |   43 +
+ src/liblzma/lzma/lzma_common.h                 |  128 ++
+ src/liblzma/lzma/lzma_decoder.c                |  844 +++++++++++
+ src/liblzma/lzma/lzma_decoder.h                |   41 +
+ src/liblzma/lzma/lzma_encoder.c                |  413 ++++++
+ src/liblzma/lzma/lzma_encoder.h                |   35 +
+ src/liblzma/lzma/lzma_encoder_features.c       |   59 +
+ src/liblzma/lzma/lzma_encoder_getoptimum.c     |  893 ++++++++++++
+ src/liblzma/lzma/lzma_encoder_getoptimumfast.c |  201 +++
+ src/liblzma/lzma/lzma_encoder_init.c           |  245 ++++
+ src/liblzma/lzma/lzma_encoder_presets.c        |   34 +
+ src/liblzma/lzma/lzma_encoder_private.h        |  225 +++
+ src/liblzma/lzma/lzma_literal.c                |   74 +
+ src/liblzma/lzma/lzma_literal.h                |   74 +
+ src/liblzma/rangecoder/Makefile.am             |   28 +
+ src/liblzma/rangecoder/range_common.h          |   68 +
+ src/liblzma/rangecoder/range_decoder.h         |  189 +++
+ src/liblzma/rangecoder/range_encoder.c         |   46 +
+ src/liblzma/rangecoder/range_encoder.h         |  317 ++++
+ src/liblzma/simple/Makefile.am                 |   46 +
+ src/liblzma/simple/arm.c                       |   76 +
+ src/liblzma/simple/armthumb.c                  |   81 ++
+ src/liblzma/simple/ia64.c                      |  117 ++
+ src/liblzma/simple/powerpc.c                   |   80 +
+ src/liblzma/simple/simple_coder.c              |  306 ++++
+ src/liblzma/simple/simple_coder.h              |   68 +
+ src/liblzma/simple/simple_private.h            |   86 ++
+ src/liblzma/simple/sparc.c                     |   88 ++
+ src/liblzma/simple/x86.c                       |  161 ++
+ src/liblzma/subblock/Makefile.am               |   33 +
+ src/liblzma/subblock/subblock_decoder.c        |  681 +++++++++
+ src/liblzma/subblock/subblock_decoder.h        |   29 +
+ src/liblzma/subblock/subblock_decoder_helper.c |   80 +
+ src/liblzma/subblock/subblock_decoder_helper.h |   36 +
+ src/liblzma/subblock/subblock_encoder.c        |  841 +++++++++++
+ src/liblzma/subblock/subblock_encoder.h        |   28 +
+ src/lzma/Makefile.am                           |   63 +
+ src/lzma/alloc.c                               |  106 ++
+ src/lzma/alloc.h                               |   42 +
+ src/lzma/args.c                                |  566 +++++++
+ src/lzma/args.h                                |   64 +
+ src/lzma/error.c                               |  156 ++
+ src/lzma/error.h                               |   67 +
+ src/lzma/hardware.c                            |   99 ++
+ src/lzma/hardware.h                            |   31 +
+ src/lzma/help.c                                |  178 +++
+ src/lzma/help.h                                |   32 +
+ src/lzma/io.c                                  |  664 +++++++++
+ src/lzma/io.h                                  |   60 +
+ src/lzma/list.c                                |  477 ++++++
+ src/lzma/main.c                                |  254 ++++
+ src/lzma/options.c                             |  346 +++++
+ src/lzma/options.h                             |   46 +
+ src/lzma/private.h                             |   55 +
+ src/lzma/process.c                             |  458 ++++++
+ src/lzma/process.h                             |   30 +
+ src/lzma/suffix.c                              |  145 ++
+ src/lzma/suffix.h                              |   25 +
+ src/lzma/util.c                                |  182 +++
+ src/lzma/util.h                                |   32 +
+ src/lzmadec/Makefile.am                        |   27 +
+ src/lzmadec/lzmadec.c                          |  515 +++++++
+ src/scripts/Makefile.am                        |   24 +
+ src/scripts/lzdiff                             |   67 +
+ src/scripts/lzdiff.1                           |   51 +
+ src/scripts/lzgrep                             |  123 ++
+ src/scripts/lzgrep.1                           |   61 +
+ src/scripts/lzmore                             |   74 +
+ src/scripts/lzmore.1                           |   55 +
+ tests/Makefile.am                              |   43 +
+ tests/test_block.c                             |   59 +
+ tests/test_block_header.c                      |  352 +++++
+ tests/test_check.c                             |   90 ++
+ tests/test_filter_flags.c                      |  326 +++++
+ tests/test_index.c                             |   43 +
+ tests/test_info.c                              |  717 +++++++++
+ tests/test_stream_flags.c                      |  191 +++
+ tests/tests.h                                  |  148 ++
+ 240 files changed, 42513 insertions(+)

Modified: vendor/xz/dist/THANKS
===================================================================
--- vendor/xz/dist/THANKS	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/THANKS	2018-06-15 22:33:27 UTC (rev 11013)
@@ -64,6 +64,7 @@
   - Conley Moorhous
   - Rafał Mużyło
   - Adrien Nader
+  - Evan Nemerson
   - Hongbo Ni
   - Jonathan Nieder
   - Andre Noll
@@ -74,6 +75,7 @@
   - Diego Elio Pettenò
   - Elbert Pol
   - Mikko Pouru
+  - Rich Prohaska
   - Trần Ngọc Quân
   - Pavel Raiskup
   - Ole André Vadla Ravnås
@@ -89,6 +91,7 @@
   - Andreas Schwab
   - Dan Shechter
   - Stuart Shelton
+  - Sebastian Andrzej Siewior
   - Brad Smith
   - Jonathan Stott
   - Dan Stromberg
@@ -102,6 +105,7 @@
   - Christian Weisgerber
   - Bert Wesarg
   - Fredrik Wikstrom
+  - Jim Wilcoxson
   - Ralf Wildenhues
   - Charles Wilson
   - Lars Wirzenius

Added: vendor/xz/dist/po/LINGUAS
===================================================================
--- vendor/xz/dist/po/LINGUAS	                        (rev 0)
+++ vendor/xz/dist/po/LINGUAS	2018-06-15 22:33:27 UTC (rev 11013)
@@ -0,0 +1,5 @@
+cs
+de
+fr
+it
+pl

Added: vendor/xz/dist/po/Makevars
===================================================================
--- vendor/xz/dist/po/Makevars	                        (rev 0)
+++ vendor/xz/dist/po/Makevars	2018-06-15 22:33:27 UTC (rev 11013)
@@ -0,0 +1,46 @@
+# Makefile variables for PO directory in any package using GNU gettext.
+
+# Usually the message domain is the same as the package name.
+DOMAIN = $(PACKAGE)
+
+# These two variables depend on the location of this directory.
+subdir = po
+top_builddir = ..
+
+# These options get passed to xgettext.
+XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
+
+# This is the copyright holder that gets inserted into the header of the
+# $(DOMAIN).pot file.  Set this to the copyright holder of the surrounding
+# package.  (Note that the msgstr strings, extracted from the package's
+# sources, belong to the copyright holder of the package.)  Translators are
+# expected to transfer the copyright for their translations to this person
+# or entity, or to disclaim their copyright.  The empty string stands for
+# the public domain; in this case the translators are expected to disclaim
+# their copyright.
+COPYRIGHT_HOLDER =
+
+# This is the email address or URL to which the translators shall report
+# bugs in the untranslated strings:
+# - Strings which are not entire sentences, see the maintainer guidelines
+#   in the GNU gettext documentation, section 'Preparing Strings'.
+# - Strings which use unclear terms or require additional context to be
+#   understood.
+# - Strings which make invalid assumptions about notation of date, time or
+#   money.
+# - Pluralisation problems.
+# - Incorrect English spelling.
+# - Incorrect formatting.
+# It can be your email address, or a mailing list address where translators
+# can write to without being subscribed, or the URL of a web page through
+# which the translators can contact you.
+MSGID_BUGS_ADDRESS =
+
+# This is the list of locale categories, beyond LC_MESSAGES, for which the
+# message catalogs shall be used.  It is usually empty.
+EXTRA_LOCALE_CATEGORIES =
+
+# Although you may need slightly wider terminal than 80 chars, it is
+# much nicer to edit the output of --help when this is set.
+XGETTEXT_OPTIONS += --no-wrap
+MSGMERGE += --no-wrap

Added: vendor/xz/dist/po/POTFILES.in
===================================================================
--- vendor/xz/dist/po/POTFILES.in	                        (rev 0)
+++ vendor/xz/dist/po/POTFILES.in	2018-06-15 22:33:27 UTC (rev 11013)
@@ -0,0 +1,13 @@
+# List of source files which contain translatable strings.
+src/xz/args.c
+src/xz/coder.c
+src/xz/file_io.c
+src/xz/hardware.c
+src/xz/list.c
+src/xz/main.c
+src/xz/message.c
+src/xz/options.c
+src/xz/signals.c
+src/xz/suffix.c
+src/xz/util.c
+src/common/tuklib_exit.c

Added: vendor/xz/dist/po/cs.po
===================================================================
--- vendor/xz/dist/po/cs.po	                        (rev 0)
+++ vendor/xz/dist/po/cs.po	2018-06-15 22:33:27 UTC (rev 11013)
@@ -0,0 +1,949 @@
+# XZ Utils Czech translation
+# This file is put in the public domain.
+# Marek Černocký <marek at manet.cz>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xz-utils\n"
+"Report-Msgid-Bugs-To: lasse.collin at tukaani.org\n"
+"POT-Creation-Date: 2010-12-03 11:25+0100\n"
+"PO-Revision-Date: 2010-12-03 11:32+0100\n"
+"Last-Translator: Marek Černocký <marek at manet.cz>\n"
+"Language-Team: Czech <diskuze at lists.l10n.cz>\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n"
+"X-Poedit-Language: Czech\n"
+"X-Poedit-SourceCharset: utf-8\n"
+
+#: src/xz/args.c:333
+#, c-format
+msgid "%s: Unknown file format type"
+msgstr "%s: Neznámý typ formátu souboru"
+
+#: src/xz/args.c:356 src/xz/args.c:364
+#, c-format
+msgid "%s: Unsupported integrity check type"
+msgstr "%s: Neznámý typ kontroly integrity"
+
+#: src/xz/args.c:382
+msgid "Only one file can be specified with `--files' or `--files0'."
+msgstr ""
+"Spolu s přepínači „--files“ nebo „--files0“ může být zadán pouze jeden soubor"
+
+#: src/xz/args.c:445
+#, c-format
+msgid "The environment variable %s contains too many arguments"
+msgstr "Proměnná prostředí %s obsahuje příliš mnoho argumentů"
+
+#: src/xz/coder.c:95
+msgid "Maximum number of filters is four"
+msgstr "Maximální počet filtrů je čtyři"
+
+#: src/xz/coder.c:108
+msgid "Memory usage limit is too low for the given filter setup."
+msgstr "Omezení použitelné paměti je příliš malé pro dané nastavení filtru."
+
+#: src/xz/coder.c:129
+msgid "Using a preset in raw mode is discouraged."
+msgstr "Použití přednastavení v režimu raw je nevhodné."
+
+#: src/xz/coder.c:131
+msgid "The exact options of the presets may vary between software versions."
+msgstr ""
+"Přesné volby u přednastavení se mohou lišit mezi různými verzemi softwaru."
+
+#: src/xz/coder.c:157
+msgid "The .lzma format supports only the LZMA1 filter"
+msgstr "Formát .lzma podporuje pouze filtr LZMA1"
+
+#: src/xz/coder.c:165
+msgid "LZMA1 cannot be used with the .xz format"
+msgstr "LZMA1 nelze použít s formátem .xz"
+
+#: src/xz/coder.c:182
+msgid "Unsupported filter chain or filter options"
+msgstr "Nepodporovaný omezující filtr nebo volby filtru"
+
+#: src/xz/coder.c:190
+#, c-format
+msgid "Decompression will need %s MiB of memory."
+msgstr "Dekomprimace bude vyžadovat %s MiB paměti."
+
+#: src/xz/coder.c:247
+#, c-format
+msgid ""
+"Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the "
+"memory usage limit of %s MiB"
+msgstr ""
+"Přizpůsobit velikost slovníku LZMA%c z %s MiB na %s MiB, tak aby nebylo "
+"překročeno omezení použitelné paměti %s MiB"
+
+#. TRANSLATORS: When compression or decompression finishes,
+#. and xz is going to remove the source file, xz first checks
+#. if the source file still exists, and if it does, does its
+#. device and inode numbers match what xz saw when it opened
+#. the source file. If these checks fail, this message is
+#. shown, %s being the filename, and the file is not deleted.
+#. The check for device and inode numbers is there, because
+#. it is possible that the user has put a new file in place
+#. of the original file, and in that case it obviously
+#. shouldn't be removed.
+#: src/xz/file_io.c:137
+#, c-format
+msgid "%s: File seems to have been moved, not removing"
+msgstr "%s: Vypadá to, že soubor byl přesunut, proto nebude odstraněn"
+
+#: src/xz/file_io.c:144 src/xz/file_io.c:590
+#, c-format
+msgid "%s: Cannot remove: %s"
+msgstr "%s: Nelze odstranit: %s"
+
+#: src/xz/file_io.c:169
+#, c-format
+msgid "%s: Cannot set the file owner: %s"
+msgstr "%s: Nelze nastavit vlastníka souboru: %s"
+
+#: src/xz/file_io.c:175
+#, c-format
+msgid "%s: Cannot set the file group: %s"
+msgstr "%s: Nelze nastavit skupinu souboru: %s"
+
+#: src/xz/file_io.c:194
+#, c-format
+msgid "%s: Cannot set the file permissions: %s"
+msgstr "%s: Nelze nastavit oprávnění souboru: %s"
+
+#: src/xz/file_io.c:337 src/xz/file_io.c:420
+#, c-format
+msgid "%s: Is a symbolic link, skipping"
+msgstr "%s: Jedná se o symbolický odkaz, vynechává se"
+
+#: src/xz/file_io.c:455
+#, c-format
+msgid "%s: Is a directory, skipping"
+msgstr "%s: Jedná se o složku, vynechává se"
+
+#: src/xz/file_io.c:462
+#, c-format
+msgid "%s: Not a regular file, skipping"
+msgstr "%s: Nejedná se o běžný soubor, vynechává se"
+
+#: src/xz/file_io.c:479
+#, c-format
+msgid "%s: File has setuid or setgid bit set, skipping"
+msgstr "%s: Soubor má nastavený bit setuid nebo setgid, vynechává se"
+
+#: src/xz/file_io.c:486
+#, c-format
+msgid "%s: File has sticky bit set, skipping"
+msgstr "%s: Soubor má nastavený bit sticky, vynechává se"
+
+#: src/xz/file_io.c:493
+#, c-format
+msgid "%s: Input file has more than one hard link, skipping"
+msgstr "%s: Vstupní soubor má více než jeden pevný odkaz, vynechává se"
+
+#: src/xz/file_io.c:714
+#, c-format
+msgid "Error restoring the O_APPEND flag to standard output: %s"
+msgstr "Chyba při obnovení příznaku O_APPEND na standardní výstup: %s"
+
+#: src/xz/file_io.c:726
+#, c-format
+msgid "%s: Closing the file failed: %s"
+msgstr "%s: Selhalo zavření souboru: %s"
+
+#: src/xz/file_io.c:762 src/xz/file_io.c:946
+#, c-format
+msgid "%s: Seeking failed when trying to create a sparse file: %s"
+msgstr ""
+"%s: Selhalo nastavení pozice při pokusu o vytvoření souboru řídké matice: %s"
+
+#: src/xz/file_io.c:821
+#, c-format
+msgid "%s: Read error: %s"
+msgstr "%s: Chyba čtení: %s"
+
+#: src/xz/file_io.c:844
+#, c-format
+msgid "%s: Error seeking the file: %s"
+msgstr "%s: Chyba při posunu v rámci souboru: %s"
+
+#: src/xz/file_io.c:854
+#, c-format
+msgid "%s: Unexpected end of file"
+msgstr "%s: Neočekávaný konec souboru"
+
+#: src/xz/file_io.c:904
+#, c-format
+msgid "%s: Write error: %s"
+msgstr "%s: Chyba zápisu: %s"
+
+#: src/xz/hardware.c:100
+msgid "Disabled"
+msgstr "Vypnuto"
+
+#. TRANSLATORS: Test with "xz --info-memory" to see if
+#. the alignment looks nice.
+#: src/xz/hardware.c:119
+msgid "Total amount of physical memory (RAM): "
+msgstr "Celkové množství fyzické paměti (RAM):     "
+
+#: src/xz/hardware.c:121
+msgid "Memory usage limit for compression:    "
+msgstr "Omezení použitelné paměti pro komprimaci:  "
+
+#: src/xz/hardware.c:123
+msgid "Memory usage limit for decompression:  "
+msgstr "Omezení použitelné paměti pro dekomprimaci:"
+
+#. TRANSLATORS: Indicates that there is no integrity check.
+#. This string is used in tables, so the width must not
+#. exceed ten columns with a fixed-width font.
+#: src/xz/list.c:62
+msgid "None"
+msgstr "žádná"
+
+#. TRANSLATORS: Indicates that integrity check name is not known,
+#. but the Check ID is known (here 2). This and other "Unknown-N"
+#. strings are used in tables, so the width must not exceed ten
+#. columns with a fixed-width font. It's OK to omit the dash if
+#. you need space for one extra letter, but don't use spaces.
+#: src/xz/list.c:69
+msgid "Unknown-2"
+msgstr "neznámá-2"
+
+#: src/xz/list.c:70
+msgid "Unknown-3"
+msgstr "neznámá-3"
+
+#: src/xz/list.c:72
+msgid "Unknown-5"
+msgstr "neznámá-5"
+
+#: src/xz/list.c:73
+msgid "Unknown-6"
+msgstr "neznámá-6"
+
+#: src/xz/list.c:74
+msgid "Unknown-7"
+msgstr "neznámá-7"
+
+#: src/xz/list.c:75
+msgid "Unknown-8"
+msgstr "neznámá-8"
+
+#: src/xz/list.c:76
+msgid "Unknown-9"
+msgstr "neznámá-9"
+
+#: src/xz/list.c:78
+msgid "Unknown-11"
+msgstr "neznámá-11"
+
+#: src/xz/list.c:79
+msgid "Unknown-12"
+msgstr "neznámá-12"
+
+#: src/xz/list.c:80
+msgid "Unknown-13"
+msgstr "neznámá-13"
+
+#: src/xz/list.c:81
+msgid "Unknown-14"
+msgstr "neznámá-14"
+
+#: src/xz/list.c:82
+msgid "Unknown-15"
+msgstr "neznámá-15"
+
+#: src/xz/list.c:126
+#, c-format
+msgid "%s: File is empty"
+msgstr "%s: Soubor je prázdný"
+
+#: src/xz/list.c:131
+#, c-format
+msgid "%s: Too small to be a valid .xz file"
+msgstr "%s: Je příliš malý na to, aby to mohl být platný soubor .xz"
+
+#. TRANSLATORS: These are column headings. From Strms (Streams)
+#. to Ratio, the columns are right aligned. Check and Filename
+#. are left aligned. If you need longer words, it's OK to
+#. use two lines here. Test with "xz -l foo.xz".
+#: src/xz/list.c:612
+msgid "Strms  Blocks   Compressed Uncompressed  Ratio  Check   Filename"
+msgstr "Proud   Bloky      Komprim    Nekomprim  Poměr  Kontrl  Název souboru"
+
+#: src/xz/list.c:652
+#, c-format
+msgid "  Streams:            %s\n"
+msgstr "  Proudů:                  %s\n"
+
+#: src/xz/list.c:654
+#, c-format
+msgid "  Blocks:             %s\n"
+msgstr "  Bloků:                   %s\n"
+
+#: src/xz/list.c:656
+#, c-format
+msgid "  Compressed size:    %s\n"
+msgstr "  Komprimovaná velikost:   %s\n"
+
+#: src/xz/list.c:659
+#, c-format
+msgid "  Uncompressed size:  %s\n"
+msgstr "  Nekomprimovaná velikost: %s\n"
+
+#: src/xz/list.c:662
+#, c-format
+msgid "  Ratio:              %s\n"
+msgstr "  Poměr komprimace:        %s\n"
+
+#: src/xz/list.c:664
+#, c-format
+msgid "  Check:              %s\n"
+msgstr "  Typ kontroly:            %s\n"
+
+#: src/xz/list.c:665
+#, c-format
+msgid "  Stream padding:     %s\n"
+msgstr "  Zarovnání proudu:        %s\n"
+
+#. TRANSLATORS: The second line is column headings. All except
+#. Check are right aligned; Check is left aligned. Test with
+#. "xz -lv foo.xz".
+#: src/xz/list.c:693
+msgid ""
+"  Streams:\n"
+"    Stream    Blocks      CompOffset    UncompOffset        CompSize      "
+"UncompSize  Ratio  Check      Padding"
+msgstr ""
+"  Proudy:\n"
+"     Proud     Bloky     KomprPozice   NekomprPozice   KomprVelikost "
+"NekomprVelikost  Poměr  Kontrola   Zarovnání"
+
+#. TRANSLATORS: The second line is column headings. All
+#. except Check are right aligned; Check is left aligned.
+#: src/xz/list.c:748
+#, c-format
+msgid ""
+"  Blocks:\n"
+"    Stream     Block      CompOffset    UncompOffset       TotalSize      "
+"UncompSize  Ratio  Check"
+msgstr ""
+"  Bloky:\n"
+"     Proud      Blok     KomprPozice   NekomprPozice    CelkVelikost "
+"NekomprVelikost  Poměr  Kontrola"
+
+#. TRANSLATORS: These are additional column headings
+#. for the most verbose listing mode. CheckVal
+#. (Check value), Flags, and Filters are left aligned.
+#. Header (Block Header Size), CompSize, and MemUsage
+#. are right aligned. %*s is replaced with 0-120
+#. spaces to make the CheckVal column wide enough.
+#. Test with "xz -lvv foo.xz".
+#: src/xz/list.c:760
+#, c-format
+msgid "      CheckVal %*s Header  Flags        CompSize    MemUsage  Filters"
+msgstr "   KontrHod %*s Hlavič  Příznaky     KomprVel    PoužiPam  Filtry"
+
+#: src/xz/list.c:838 src/xz/list.c:1007
+#, c-format
+msgid "  Memory needed:      %s MiB\n"
+msgstr "  Potřebná paměť:          %s MiB\n"
+
+#: src/xz/list.c:840 src/xz/list.c:1009
+#, c-format
+msgid "  Sizes in headers:   %s\n"
+msgstr "  Velikosti v hlavičkách:  %s\n"
+
+#: src/xz/list.c:841 src/xz/list.c:1010
+msgid "Yes"
+msgstr "Ano"
+
+#: src/xz/list.c:841 src/xz/list.c:1010
+msgid "No"
+msgstr "Ne"
+
+#. TRANSLATORS: %s is an integer. Only the plural form of this
+#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
+#: src/xz/list.c:986
+#, c-format
+msgid "%s file\n"
+msgid_plural "%s files\n"
+msgstr[0] "%s soubor\n"
+msgstr[1] "%s soubory\n"
+msgstr[2] "%s souborů\n"
+
+#: src/xz/list.c:999
+msgid "Totals:"
+msgstr "Celkem:"
+
+#: src/xz/list.c:1000
+#, c-format
+msgid "  Number of files:    %s\n"
+msgstr "  Počet souborů:           %s\n"
+
+#: src/xz/list.c:1072
+msgid "--list works only on .xz files (--format=xz or --format=auto)"
+msgstr "--list pracuje pouze se soubory .xz (--format=xz nebo --format=auto)"
+
+#: src/xz/list.c:1078
+msgid "--list does not support reading from standard input"
+msgstr "--list nepodporuje čtení ze standardního vstupu"
+
+#: src/xz/main.c:89
+#, c-format
+msgid "%s: Error reading filenames: %s"
+msgstr "%s: Chyba při čtení názvů souborů: %s"
+
+#: src/xz/main.c:96
+#, c-format
+msgid "%s: Unexpected end of input when reading filenames"
+msgstr "%s: Neočekávaný konec vstupu při čtení názvů souborů"
+
+#: src/xz/main.c:120
+#, c-format
+msgid ""
+"%s: Null character found when reading filenames; maybe you meant to use `--"
+"files0' instead of `--files'?"
+msgstr ""
+"%s: Byl nalezen nulový znak při čtení názvů souborů; nechtěli jste náhodou "
+"použít „--files0“ místo „--files“?"
+
+#: src/xz/main.c:174
+msgid "Compression and decompression with --robot are not supported yet."
+msgstr "Komprimace a dekomprimace s přepínačem --robot není zatím podporovaná."
+
+#: src/xz/main.c:231
+msgid ""
+"Cannot read data from standard input when reading filenames from standard "
+"input"
+msgstr ""
+"Ze standardního vstupu nelze číst data, když se ze standardního vstupu "
+"načítají názvy souborů"
+
+#: src/xz/message.c:792 src/xz/message.c:842
+msgid "Internal error (bug)"
+msgstr "Interní chyba"
+
+#: src/xz/message.c:799
+msgid "Cannot establish signal handlers"
+msgstr "Nelze ustanovit ovladač signálu"
+
+#: src/xz/message.c:808
+msgid "No integrity check; not verifying file integrity"
+msgstr "Žádná kontrola integrity; integrita souboru se nebude ověřovat"
+
+#: src/xz/message.c:811
+msgid "Unsupported type of integrity check; not verifying file integrity"
+msgstr ""
+"Nepodporovaný typ kontroly integrity; integrita souboru se nebude ověřovat"
+
+#: src/xz/message.c:818
+msgid "Memory usage limit reached"
+msgstr "Dosaženo omezení použitelné paměti"
+
+#: src/xz/message.c:821
+msgid "File format not recognized"
+msgstr "Formát souboru nebyl rozpoznán"
+
+#: src/xz/message.c:824
+msgid "Unsupported options"
+msgstr "Nepodporovaná volba"
+
+#: src/xz/message.c:827
+msgid "Compressed data is corrupt"
+msgstr "Komprimovaná data jsou poškozená"
+
+#: src/xz/message.c:830
+msgid "Unexpected end of input"
+msgstr "Neočekávaný konec vstupu"
+
+#: src/xz/message.c:881
+#, c-format
+msgid "%s MiB of memory is required. The limit is %s."
+msgstr "Je vyžadováno %s MiB paměti. Limit je %s."
+
+#: src/xz/message.c:1048
+#, c-format
+msgid "%s: Filter chain: %s\n"
+msgstr "%s: Omezující filtr: %s\n"
+
+#: src/xz/message.c:1058
+#, c-format
+msgid "Try `%s --help' for more information."
+msgstr "Zkuste „%s --help“ pro více informací"
+
+#: src/xz/message.c:1084
+#, c-format
+msgid ""
+"Usage: %s [OPTION]... [FILE]...\n"
+"Compress or decompress FILEs in the .xz format.\n"
+"\n"
+msgstr ""
+"Použití: %s [PŘEPÍNAČ]... [SOUBOR]...\n"
+"Komprimuje nebo dekomprimuje SOUBORy ve formátu xz.\n"
+"\n"
+
+#: src/xz/message.c:1091
+msgid ""
+"Mandatory arguments to long options are mandatory for short options too.\n"
+msgstr ""
+"Povinné argumenty pro dlouhé přepínače jsou povinné rovněž pro krátké "
+"přepínače.\n"
+
+#: src/xz/message.c:1095
+msgid " Operation mode:\n"
+msgstr "Operační režim:\n"
+
+#: src/xz/message.c:1098
+msgid ""
+"  -z, --compress      force compression\n"
+"  -d, --decompress    force decompression\n"
+"  -t, --test          test compressed file integrity\n"
+"  -l, --list          list information about .xz files"
+msgstr ""
+" -z, --compress        provést komprimaci\n"
+" -d, --decompress      provést dekomprimaci\n"
+" -t, --test            testovat integritu komprimovaného souboru\n"
+" -l, --list            vypsat informace o souborech .xz"
+
+#: src/xz/message.c:1104
+msgid ""
+"\n"
+" Operation modifiers:\n"
+msgstr ""
+"\n"
+"Modifikátory operací:\n"
+
+#: src/xz/message.c:1107
+msgid ""
+"  -k, --keep          keep (don't delete) input files\n"
+"  -f, --force         force overwrite of output file and (de)compress links\n"
+"  -c, --stdout        write to standard output and don't delete input files"
+msgstr ""
+" -k, --keep            zachovat (nemazat) vstupní soubory\n"
+" -f, --force           vynutit přepis výstupního souboru a de/komprimovat "
+"odkazy\n"
+" -c, --stdout          zapisovat na standardní výstup a nemazat vstupní "
+"soubory"
+
+#: src/xz/message.c:1113
+msgid ""
+"      --no-sparse     do not create sparse files when decompressing\n"
+"  -S, --suffix=.SUF   use the suffix `.SUF' on compressed files\n"
+"      --files[=FILE]  read filenames to process from FILE; if FILE is\n"
+"                      omitted, filenames are read from the standard input;\n"
+"                      filenames must be terminated with the newline "
+"character\n"
+"      --files0[=FILE] like --files but use the null character as terminator"
+msgstr ""
+"     --no-sparse       nevytvářet při dekomprimaci soubory řídkých matic\n"
+" -S, --suffix=.PRIP    použít u komprimovaných souborů příponu „.PRIP“\n"
+"     --files[=SOUBOR]  číst názvy souborů, které se mají zpracovat, ze "
+"SOUBORu;\n"
+"                       pokud není SOUBOR zadán, čte se ze standardního "
+"vstupu;\n"
+"                       názvy souborů musí být zakončeny znakem nového řádku\n"
+"     --files0[=SOUBOR] stejné jako --files, ale použít k zakončování nulový "
+"znak"
+
+#: src/xz/message.c:1121
+msgid ""
+"\n"
+" Basic file format and compression options:\n"
+msgstr ""
+"\n"
+"Základní přepínače pro formát souboru a komprimaci:\n"
+
+#: src/xz/message.c:1123
+msgid ""
+"  -F, --format=FMT    file format to encode or decode; possible values are\n"
+"                      `auto' (default), `xz', `lzma', and `raw'\n"
+"  -C, --check=CHECK   integrity check type: `none' (use with caution),\n"
+"                      `crc32', `crc64' (default), or `sha256'"
+msgstr ""
+" -F, --format=FORMÁT   formát souboru k zakódování nebo dekódování; možné\n"
+"                       hodnoty jsou „auto“ (výchozí), „xz“, „lzma“ a „raw“\n"
+" -C, --check=KONTROLA  typ kontroly integrity: „none“ (používejte s "
+"rozmyslem),\n"
+"                       „crc32“, „crc64“ (výchozí) nebo „sha256“"
+
+#: src/xz/message.c:1130
+msgid ""
+"  -0 ... -9           compression preset; default is 6; take compressor "
+"*and*\n"
+"                      decompressor memory usage into account before using "
+"7-9!"
+msgstr ""
+" -0 .. -9              přednastavení komprimace; výchozí je 6; než "
+"použijete\n"
+"                       hodnoty 7 – 9, vezměte do úvahy množství použité "
+"paměti"
+
+#: src/xz/message.c:1134
+msgid ""
+"  -e, --extreme       try to improve compression ratio by using more CPU "
+"time;\n"
+"                      does not affect decompressor memory requirements"
+msgstr ""
+" -e, --extreme         zkusit zlepšit poměr komprimace využitím více času\n"
+"                       procesoru; nemá vliv na paměťové nároky dekomprimace"
+
+#: src/xz/message.c:1139
+#, no-c-format
+msgid ""
+"      --memlimit-compress=LIMIT\n"
+"      --memlimit-decompress=LIMIT\n"
+"  -M, --memlimit=LIMIT\n"
+"                      set memory usage limit for compression, "
+"decompression,\n"
+"                      or both; LIMIT is in bytes, % of RAM, or 0 for defaults"
+msgstr ""
+"     --memlimit-compress=LIMIT\n"
+"     --memlimit-decompress=LIMIT\n"
+" -M, --memlimit=LIMIT\n"
+"                       nastaví omezení použitelné paměti pro komprimaci,\n"
+"                       dekomprimaci nebo obojí; LIMIT je v bajtech, % z "
+"paměti\n"
+"                       RAM nebo 0 pro výchozí"
+
+#: src/xz/message.c:1146
+msgid ""
+"      --no-adjust     if compression settings exceed the memory usage "
+"limit,\n"
+"                      give an error instead of adjusting the settings "
+"downwards"
+msgstr ""
+"     --no-adjust       pokud nastavení komprimace přesáhne omezení "
+"použitelné\n"
+"                       paměti, předat chybu namísto snížení nastavení"
+
+#: src/xz/message.c:1152
+msgid ""
+"\n"
+" Custom filter chain for compression (alternative for using presets):"
+msgstr ""
+"\n"
+"Vlastní omezující filtr pro komprimaci (alternativa k použití "
+"přednastavených):"
+
+#: src/xz/message.c:1161
+msgid ""
+"\n"
+"  --lzma1[=OPTS]      LZMA1 or LZMA2; OPTS is a comma-separated list of zero "
+"or\n"
+"  --lzma2[=OPTS]      more of the following options (valid values; "
+"default):\n"
+"                        preset=PRE reset options to a preset (0-9[e])\n"
+"                        dict=NUM   dictionary size (4KiB - 1536MiB; 8MiB)\n"
+"                        lc=NUM     number of literal context bits (0-4; 3)\n"
+"                        lp=NUM     number of literal position bits (0-4; 0)\n"
+"                        pb=NUM     number of position bits (0-4; 2)\n"
+"                        mode=MODE  compression mode (fast, normal; normal)\n"
+"                        nice=NUM   nice length of a match (2-273; 64)\n"
+"                        mf=NAME    match finder (hc3, hc4, bt2, bt3, bt4; "
+"bt4)\n"
+"                        depth=NUM  maximum search depth; 0=automatic "
+"(default)"
+msgstr ""
+"\n"
+" --lzma1[=VOLBY]       LZMA1 nebo LZMA2; VOLBY je čárkou oddělovaný seznam "
+"žádné\n"
+" --lzma2[=VOLBY]       nebo více následujících voleb (platné hodnoty; "
+"výchozí):\n"
+"                         preset=PŘE změnit volby na PŘEdnastavené (0 – 9"
+"[e])\n"
+"                         dict=POČ   velikost slovníku (4 KiB – 1536 MiB; 8 "
+"MiB)\n"
+"                         lc=POČ     počet kontextových bitů literálu (0 – 4; "
+"3)\n"
+"                         lp=POČ     počet pozičních bitů literálu (0 – 4; "
+"0)\n"
+"                         pb=POČ     počet pozičních bitů (0 – 4; 2)\n"
+"                         mode=REŽIM režim komprimace (fast, normal; normal)\n"
+"                         nice=NUM   příznivá délka shody (2 – 273; 64)\n"
+"                         mf=NÁZEV   hledání shod (hc3, hc4, bt2, bt3, bt4; "
+"bt4)\n"
+"                         depth=POČ  maximální hloubka prohledávání;\n"
+"                                    0 = automaticky (výchozí)"
+
+#: src/xz/message.c:1176
+msgid ""
+"\n"
+"  --x86[=OPTS]        x86 BCJ filter (32-bit and 64-bit)\n"
+"  --powerpc[=OPTS]    PowerPC BCJ filter (big endian only)\n"
+"  --ia64[=OPTS]       IA-64 (Itanium) BCJ filter\n"
+"  --arm[=OPTS]        ARM BCJ filter (little endian only)\n"
+"  --armthumb[=OPTS]   ARM-Thumb BCJ filter (little endian only)\n"
+"  --sparc[=OPTS]      SPARC BCJ filter\n"
+"                      Valid OPTS for all BCJ filters:\n"
+"                        start=NUM  start offset for conversions (default=0)"
+msgstr ""
+"\n"
+" --x86[=VOLBY]         Filtr x86 BCJ (32bitový a 64bitový)\n"
+" --powerpc[=VOLBY]     Filtr PowerPC BCJ (pouze big endian)\n"
+" --ia64[=VOLBY]        Filtr IA64 (Itanium) BCJ\n"
+" --arm[=VOLBY]         Filtr ARM BCJ (pouze little endian)\n"
+" --armthumb[=VOLBY]    Filtr ARM-Thumb BCJ (pouze little endian)\n"
+" --sparc[=VOLBY]       Filtr SPARC BCJ\n"
+"                       Platné volby pro všechny filtry BCJ:\n"
+"                         start=POČ  počáteční posun pro převody (výchozí=0)"
+
+#: src/xz/message.c:1188
+msgid ""
+"\n"
+"  --delta[=OPTS]      Delta filter; valid OPTS (valid values; default):\n"
+"                        dist=NUM   distance between bytes being subtracted\n"
+"                                   from each other (1-256; 1)"
+msgstr ""
+"\n"
+" --delta[=VOLBY]       Filtr Delta; platné VOLBY (platné hodnoty; výchozí):\n"
+"                         dist=POČ   vzdálenost mezi bajty, které jsou "
+"odečítány\n"
+"                                    jeden od druhého (1 – 256; 1)"
+
+#: src/xz/message.c:1196
+msgid ""
+"\n"
+" Other options:\n"
+msgstr ""
+"\n"
+" Ostatní přepínače:\n"
+
+#: src/xz/message.c:1199
+msgid ""
+"  -q, --quiet         suppress warnings; specify twice to suppress errors "
+"too\n"
+"  -v, --verbose       be verbose; specify twice for even more verbose"
+msgstr ""
+" -q, --quiet           potlačit varování; zadáním dvakrát, potlačíte i "
+"chyby\n"
+" -v, --verbose         podrobnější zprávy; zadáním dvakrát, budou ještě\n"
+"                       podrobnější"
+
+#: src/xz/message.c:1204
+msgid "  -Q, --no-warn       make warnings not affect the exit status"
+msgstr " -Q, --no-warn         způsobí, že varování neovlivní stav ukončení"
+
+#: src/xz/message.c:1206
+msgid ""
+"      --robot         use machine-parsable messages (useful for scripts)"
+msgstr ""
+"     --robot           použít strojově analyzovatelné zprávy (užitečné pro\n"
+"                       skripty)"
+
+#: src/xz/message.c:1209
+msgid ""
+"      --info-memory   display the total amount of RAM and the currently "
+"active\n"
+"                      memory usage limits, and exit"
+msgstr ""
+"     --info-memory     zobrazit celkové množství paměti RAM a současné "
+"aktivní\n"
+"                       omezení použitelné paměti a skončit"
+
+#: src/xz/message.c:1212
+msgid ""
+"  -h, --help          display the short help (lists only the basic options)\n"
+"  -H, --long-help     display this long help and exit"
+msgstr ""
+" -h, --help            zobrazit krátkou nápovědu (vypíše jen základní "
+"přepínače)\n"
+" -H, --long-help       zobrazit tuto úplnou nápovědu a skončit"
+
+#: src/xz/message.c:1216
+msgid ""
+"  -h, --help          display this short help and exit\n"
+"  -H, --long-help     display the long help (lists also the advanced options)"
+msgstr ""
+" -h, --help            zobrazit tuto zkrácenou nápovědu a skončit\n"
+" -H, --long-help       zobrazit úplnou nápovědu (vypíše i pokročilé "
+"přepínače)"
+
+#: src/xz/message.c:1221
+msgid "  -V, --version       display the version number and exit"
+msgstr " -V, --version         zobrazit číslo verze a skončit"
+
+#: src/xz/message.c:1223
+msgid ""
+"\n"
+"With no FILE, or when FILE is -, read standard input.\n"
+msgstr ""
+"\n"
+"Pokud SOUBOR není zadán nebo pokud je -, bude se číst ze standardního "
+"vstupu.\n"
+
+#. TRANSLATORS: This message indicates the bug reporting address
+#. for this package. Please add _another line_ saying
+#. "Report translation bugs to <...>\n" with the email or WWW
+#. address for translation bugs. Thanks.
+#: src/xz/message.c:1229
+#, c-format
+msgid "Report bugs to <%s> (in English or Finnish).\n"
+msgstr "Chyby hlaste na <%s> (v angličtině nebo finštině).\n"
+
+#: src/xz/message.c:1231
+#, c-format
+msgid "%s home page: <%s>\n"
+msgstr "Domovská stránka %s: <%s>\n"
+
+#: src/xz/options.c:86
+#, c-format
+msgid "%s: Options must be `name=value' pairs separated with commas"
+msgstr "%s: Volby musí být páry „název=hodnota“ oddělené čárkami"
+
+#: src/xz/options.c:93
+#, c-format
+msgid "%s: Invalid option name"
+msgstr "%s: Neplatný název volby"
+
+#: src/xz/options.c:113
+#, c-format
+msgid "%s: Invalid option value"
+msgstr "%s: Neplatná hodnota volby"
+
+#: src/xz/options.c:247
+#, c-format
+msgid "Unsupported LZMA1/LZMA2 preset: %s"
+msgstr "Nepodporované přednastavení LZMA1/LZMA2: %s"
+
+#: src/xz/options.c:355
+msgid "The sum of lc and lp must not exceed 4"
+msgstr "Součet lc a lp nesmí překročit hodnotu 4"
+
+#: src/xz/options.c:359
+#, c-format
+msgid "The selected match finder requires at least nice=%<PRIu32>"
+msgstr "Vybraný vyhledávač shod vyžaduje minimálně nice=%<PRIu32>"
+
+#: src/xz/suffix.c:79 src/xz/suffix.c:164
+#, c-format
+msgid ""
+"%s: With --format=raw, --suffix=.SUF is required unless writing to stdout"
+msgstr ""
+"%s: S přepínačem --format=raw je vyžadován --sufix=.PRIP, vyjma zápisu do "
+"standardního výstupu"
+
+#: src/xz/suffix.c:99
+#, c-format
+msgid "%s: Filename has an unknown suffix, skipping"
+msgstr "%s: Název souboru má neznámou příponu, vynechává se"
+
+#: src/xz/suffix.c:154
+#, c-format
+msgid "%s: File already has `%s' suffix, skipping"
+msgstr "%s: Soubor již má příponu „%s“, vynechává se"
+
+#: src/xz/suffix.c:205
+#, c-format
+msgid "%s: Invalid filename suffix"
+msgstr "%s: Neplatná přípona názvu souboru"
+
+#: src/xz/util.c:61
+#, c-format
+msgid "%s: Value is not a non-negative decimal integer"
+msgstr "%s: Hodnota není nezáporné desítkové číslo"
+
+#: src/xz/util.c:103
+#, c-format
+msgid "%s: Invalid multiplier suffix"
+msgstr "%s: Neplatná jednotka s předponou"
+
+#: src/xz/util.c:105
+msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+msgstr ""
+"Platné jednotky s předponami jsou „KiB“ (2^10 B), „MiB“ (2^20 B) a "
+"„GiB“ (2^30 B)."
+
+#: src/xz/util.c:122
+#, c-format
+msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+msgstr "Hodnota volby „%s“ musí být v rozsahu [%<PRIu64>, %<PRIu64>]"
+
+#: src/xz/util.c:247
+msgid "Empty filename, skipping"
+msgstr "Prázdný název souboru, vynechává se"
+
+#: src/xz/util.c:261
+msgid "Compressed data cannot be read from a terminal"
+msgstr "Z terminálu nelze číst komprimovaná data"
+
+#: src/xz/util.c:274
+msgid "Compressed data cannot be written to a terminal"
+msgstr "Do terminálu nelze zapisovat komprimovaná data"
+
+#: src/common/tuklib_exit.c:39
+msgid "Writing to standard output failed"
+msgstr "Zápis do standardního výstupu selhal"
+
+#: src/common/tuklib_exit.c:42
+msgid "Unknown error"
+msgstr "Neznámá chyba"
+
+#~ msgid "Limit was %s MiB, but %s MiB would have been needed"
+#~ msgstr "Limit byl %s MiB, ale bylo by zapotřebí %s MiB"
+
+#~ msgid "%s MiB (%s bytes)\n"
+#~ msgstr "%s MiB (%s bajtů)\n"
+
+#~ msgid ""
+#~ "  -e, --extreme       use more CPU time when encoding to increase "
+#~ "compression\n"
+#~ "                      ratio without increasing memory usage of the decoder"
+#~ msgstr ""
+#~ " -e, --extreme         využít více procesorového času pro kódování, čímž "
+#~ "se\n"
+#~ "                       zvýší kompresní poměr bez zvýšení paměti použité "
+#~ "kodérem"
+
+#~ msgid ""
+#~ "  -M, --memory=NUM    use roughly NUM bytes of memory at maximum; 0 "
+#~ "indicates\n"
+#~ "                      the default setting, which is 40 % of total RAM"
+#~ msgstr ""
+#~ " -M, --memory=POČ      použít zhruba POČ bajtů paměti jako maximum; 0 "
+#~ "znamená\n"
+#~ "                       výchozí nastavení, což je 40% celkového množství "
+#~ "paměti"
+
+#~ msgid ""
+#~ "\n"
+#~ "  --subblock[=OPTS]   Subblock filter; valid OPTS (valid values; "
+#~ "default):\n"
+#~ "                        size=NUM   number of bytes of data per subblock\n"
+#~ "                                   (1 - 256Mi; 4Ki)\n"
+#~ "                        rle=NUM    run-length encoder chunk size (0-256; "
+#~ "0)"
+#~ msgstr ""
+#~ "\n"
+#~ " --subblock[=VOLBY]    Subblokový filtr; platné VOLBY (platné hodnoty; "
+#~ "výchozí):\n"
+#~ "                         size=POČ   počet bajtů dat na subblok\n"
+#~ "                                    (1 - 256 Mi; 4 Ki)\n"
+#~ "                         rle=POČ    velikost dávky pro kodér run-length "
+#~ "(0-256; 0)"
+
+#~ msgid ""
+#~ "On this system and configuration, this program will use a maximum of "
+#~ "roughly\n"
+#~ "%s MiB RAM and "
+#~ msgstr ""
+#~ "Na tomto systému a s tímto nastavením použije tento program maximum ze "
+#~ "zhruba\n"
+#~ "%s MiB RAM a "
+
+#~ msgid ""
+#~ "one thread.\n"
+#~ "\n"
+#~ msgstr ""
+#~ "jedno vlákno.\n"
+#~ "\n"
+
+#~ msgid "%s: Invalid multiplier suffix. Valid suffixes:"
+#~ msgstr "%s: Neplatná přípona. Platné přípony jsou:"

Added: vendor/xz/dist/po/de.po
===================================================================
--- vendor/xz/dist/po/de.po	                        (rev 0)
+++ vendor/xz/dist/po/de.po	2018-06-15 22:33:27 UTC (rev 11013)
@@ -0,0 +1,916 @@
+# XZ Utils German translation
+# This file is put in the public domain.
+# Andre Noll <maan at systemlinux.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: XZ Utils 4.999.9beta\n"
+"Report-Msgid-Bugs-To: lasse.collin at tukaani.org\n"
+"POT-Creation-Date: 2012-05-29 17:20+0200\n"
+"PO-Revision-Date: 2010-09-07 20:27+0200\n"
+"Last-Translator:  <maan at systemlinux.org>\n"
+"Language-Team: German\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: src/xz/args.c:333
+#, c-format
+msgid "%s: Unknown file format type"
+msgstr "%s: Unbekanntes file format"
+
+#: src/xz/args.c:356 src/xz/args.c:364
+#, c-format
+msgid "%s: Unsupported integrity check type"
+msgstr "%s: Integritäts-Check Typ nicht unterstützt"
+
+#: src/xz/args.c:382
+msgid "Only one file can be specified with `--files' or `--files0'."
+msgstr ""
+"Nur ein file kann als Argument für --files oder --files0 angegeben werden."
+
+#: src/xz/args.c:445
+#, c-format
+msgid "The environment variable %s contains too many arguments"
+msgstr "Die Umgebungsvariable %s enthält zu viele Argumente"
+
+#: src/xz/coder.c:95
+msgid "Maximum number of filters is four"
+msgstr "Maximal vier Filter möglich"
+
+#: src/xz/coder.c:108
+msgid "Memory usage limit is too low for the given filter setup."
+msgstr ""
+"Das Speicher Limit ist zu niedrig für die gegebene Filter Konfiguration."
+
+#: src/xz/coder.c:129
+msgid "Using a preset in raw mode is discouraged."
+msgstr "Verwendung der Voreinstellung im raw Modus wird nicht empfohlen."
+
+#: src/xz/coder.c:131
+msgid "The exact options of the presets may vary between software versions."
+msgstr ""
+"Die genauen Optionen der Voreinstellung können zwischen Software Versionen "
+"variieren."
+
+#: src/xz/coder.c:157
+msgid "The .lzma format supports only the LZMA1 filter"
+msgstr "Das .lzma Format unterstützt nur den LZMA1 Filter"
+
+#: src/xz/coder.c:165
+msgid "LZMA1 cannot be used with the .xz format"
+msgstr "LZMA1 kann nicht mit dem .xz Format verwendet werden"
+
+#: src/xz/coder.c:182
+msgid "Unsupported filter chain or filter options"
+msgstr "Optionen nicht unterstützt"
+
+#: src/xz/coder.c:190
+#, c-format
+msgid "Decompression will need %s MiB of memory."
+msgstr "Dekompression wird %s MiB Speicher brauchen."
+
+#: src/xz/coder.c:247
+#, c-format
+msgid ""
+"Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the "
+"memory usage limit of %s MiB"
+msgstr ""
+"Passte LZMA%c Wörterbuch Größe von %s MiB to %s MiB an, um nicht das "
+"Speicher Nutzungslimit von %s MiB zu übersteigen"
+
+#. TRANSLATORS: When compression or decompression finishes,
+#. and xz is going to remove the source file, xz first checks
+#. if the source file still exists, and if it does, does its
+#. device and inode numbers match what xz saw when it opened
+#. the source file. If these checks fail, this message is
+#. shown, %s being the filename, and the file is not deleted.
+#. The check for device and inode numbers is there, because
+#. it is possible that the user has put a new file in place
+#. of the original file, and in that case it obviously
+#. shouldn't be removed.
+#: src/xz/file_io.c:137
+#, c-format
+msgid "%s: File seems to have been moved, not removing"
+msgstr ""
+"%s: Datei scheint umbenannt worden zu sein, daher wird sie nicht gelöscht"
+
+#: src/xz/file_io.c:144 src/xz/file_io.c:589
+#, c-format
+msgid "%s: Cannot remove: %s"
+msgstr "%s: Kann nicht löschen: %s"
+
+#: src/xz/file_io.c:169
+#, c-format
+msgid "%s: Cannot set the file owner: %s"
+msgstr "%s: Kann Datei Eigentümer nicht setzen: %s"
+
+#: src/xz/file_io.c:175
+#, c-format
+msgid "%s: Cannot set the file group: %s"
+msgstr "%s: Kann Datei Gruppe nicht setzen: %s"
+
+#: src/xz/file_io.c:194
+#, c-format
+msgid "%s: Cannot set the file permissions: %s"
+msgstr "%s: Kann Zugriffsrechte nicht setzen: %s"
+
+#: src/xz/file_io.c:337 src/xz/file_io.c:420
+#, c-format
+msgid "%s: Is a symbolic link, skipping"
+msgstr "%s: Überspringe symbolischen Verweis"
+
+#: src/xz/file_io.c:455
+#, c-format
+msgid "%s: Is a directory, skipping"
+msgstr "%s: Überspringe Verzeichnis"
+
+#: src/xz/file_io.c:461
+#, c-format
+msgid "%s: Not a regular file, skipping"
+msgstr "%s: Keine reguläre Datei, überspringe"
+
+#: src/xz/file_io.c:478
+#, c-format
+msgid "%s: File has setuid or setgid bit set, skipping"
+msgstr "%s: Datei hat das setuid oder setgid Bit gesetzt, überspringe"
+
+#: src/xz/file_io.c:485
+#, c-format
+msgid "%s: File has sticky bit set, skipping"
+msgstr "%s: Datei hat sticky Bit gesetzt, überspringe"
+
+#: src/xz/file_io.c:492
+#, c-format
+msgid "%s: Input file has more than one hard link, skipping"
+msgstr "%s: Eingabedatei hat mehr als einen hard link, überspringe"
+
+#: src/xz/file_io.c:713
+#, c-format
+msgid "Error restoring the O_APPEND flag to standard output: %s"
+msgstr ""
+"Fehler beim Wiederherstellen des O_APPEND flags bei Standard Output: %s"
+
+#: src/xz/file_io.c:725
+#, c-format
+msgid "%s: Closing the file failed: %s"
+msgstr "%s: Fehler beim Schießen der Datei: %s"
+
+#: src/xz/file_io.c:761 src/xz/file_io.c:945
+#, c-format
+msgid "%s: Seeking failed when trying to create a sparse file: %s"
+msgstr ""
+"%s: Positionierungsfehler beim Versuch eine sparse Datei zu erzeugen: %s"
+
+#: src/xz/file_io.c:820
+#, c-format
+msgid "%s: Read error: %s"
+msgstr "%s: Lesefehler: %s"
+
+#: src/xz/file_io.c:843
+#, c-format
+msgid "%s: Error seeking the file: %s"
+msgstr "%s: Fehler beim Lesen der Dateinamen: %s"
+
+#: src/xz/file_io.c:853
+#, c-format
+msgid "%s: Unexpected end of file"
+msgstr "%s: Unerwartetes Ende der Datei"
+
+#: src/xz/file_io.c:903
+#, c-format
+msgid "%s: Write error: %s"
+msgstr "%s: Schreibfehler: %s"
+
+#: src/xz/hardware.c:100
+msgid "Disabled"
+msgstr "Deaktiviert"
+
+#. TRANSLATORS: Test with "xz --info-memory" to see if
+#. the alignment looks nice.
+#: src/xz/hardware.c:119
+msgid "Total amount of physical memory (RAM): "
+msgstr "Gesamtmenge physikalischer Speicher (RAM): "
+
+#: src/xz/hardware.c:121
+msgid "Memory usage limit for compression:    "
+msgstr "Speicher Nutzungslimit für Kompression:    "
+
+#: src/xz/hardware.c:123
+msgid "Memory usage limit for decompression:  "
+msgstr "Speicher Nutzungslimit für Dekompression:  "
+
+#. TRANSLATORS: Indicates that there is no integrity check.
+#. This string is used in tables, so the width must not
+#. exceed ten columns with a fixed-width font.
+#: src/xz/list.c:62
+msgid "None"
+msgstr "Kein"
+
+#. TRANSLATORS: Indicates that integrity check name is not known,
+#. but the Check ID is known (here 2). This and other "Unknown-N"
+#. strings are used in tables, so the width must not exceed ten
+#. columns with a fixed-width font. It's OK to omit the dash if
+#. you need space for one extra letter, but don't use spaces.
+#: src/xz/list.c:69
+msgid "Unknown-2"
+msgstr "Unbek.2"
+
+#: src/xz/list.c:70
+msgid "Unknown-3"
+msgstr "Unbek.3"
+
+#: src/xz/list.c:72
+msgid "Unknown-5"
+msgstr "Unbek.5"
+
+#: src/xz/list.c:73
+msgid "Unknown-6"
+msgstr "Unbek.6"
+
+#: src/xz/list.c:74
+msgid "Unknown-7"
+msgstr "Unbek.7"
+
+#: src/xz/list.c:75
+msgid "Unknown-8"
+msgstr "Unbek.8"
+
+#: src/xz/list.c:76
+msgid "Unknown-9"
+msgstr "Unbek.9"
+
+#: src/xz/list.c:78
+msgid "Unknown-11"
+msgstr "Unbek.11"
+
+#: src/xz/list.c:79
+msgid "Unknown-12"
+msgstr "Unbek.12"
+
+#: src/xz/list.c:80
+msgid "Unknown-13"
+msgstr "Unbek.13"
+
+#: src/xz/list.c:81
+msgid "Unknown-14"
+msgstr "Unbek.14"
+
+#: src/xz/list.c:82
+msgid "Unknown-15"
+msgstr "Unbek.15"
+
+#: src/xz/list.c:126
+#, c-format
+msgid "%s: File is empty"
+msgstr "%s: Datei ist leer"
+
+#: src/xz/list.c:131
+#, c-format
+msgid "%s: Too small to be a valid .xz file"
+msgstr "%s: Zu klein um ein gültiges .xz file zu sein"
+
+#. TRANSLATORS: These are column headings. From Strms (Streams)
+#. to Ratio, the columns are right aligned. Check and Filename
+#. are left aligned. If you need longer words, it's OK to
+#. use two lines here. Test with "xz -l foo.xz".
+#: src/xz/list.c:603
+msgid "Strms  Blocks   Compressed Uncompressed  Ratio  Check   Filename"
+msgstr " Str.  Blöcke       Kompr.     Unkompr.  Verh.  Check   Dateiname"
+
+#: src/xz/list.c:643
+#, c-format
+msgid "  Streams:            %s\n"
+msgstr "  Ströme:              %s\n"
+
+#: src/xz/list.c:645
+#, c-format
+msgid "  Blocks:             %s\n"
+msgstr "  Blöcke:              %s\n"
+
+#: src/xz/list.c:647
+#, c-format
+msgid "  Compressed size:    %s\n"
+msgstr "  Größe komprimiert:   %s\n"
+
+#: src/xz/list.c:650
+#, c-format
+msgid "  Uncompressed size:  %s\n"
+msgstr "  Größe unkomprimiert: %s\n"
+
+#: src/xz/list.c:653
+#, c-format
+msgid "  Ratio:              %s\n"
+msgstr "  Verhältnis:          %s\n"
+
+#: src/xz/list.c:655
+#, c-format
+msgid "  Check:              %s\n"
+msgstr "  Check:               %s\n"
+
+#: src/xz/list.c:656
+#, c-format
+msgid "  Stream padding:     %s\n"
+msgstr "  Strom Auffüllung:    %s\n"
+
+#. TRANSLATORS: The second line is column headings. All except
+#. Check are right aligned; Check is left aligned. Test with
+#. "xz -lv foo.xz".
+#: src/xz/list.c:684
+msgid ""
+"  Streams:\n"
+"    Stream    Blocks      CompOffset    UncompOffset        CompSize      "
+"UncompSize  Ratio  Check      Padding"
+msgstr ""
+"  Ströme:\n"
+"     Strom    Blöcke      KompOffset    UnkompOffset       KompGröße     "
+"UnkompGröße  Verh.  Check   Auffüllung"
+
+#. TRANSLATORS: The second line is column headings. All
+#. except Check are right aligned; Check is left aligned.
+#: src/xz/list.c:739
+#, c-format
+msgid ""
+"  Blocks:\n"
+"    Stream     Block      CompOffset    UncompOffset       TotalSize      "
+"UncompSize  Ratio  Check"
+msgstr ""
+"  Blöcke:\n"
+"     Strom     Block      KompOffset    UnkompOffset      TotalGröße     "
+"UnkompGröße  Verh.  Check"
+
+#. TRANSLATORS: These are additional column headings
+#. for the most verbose listing mode. CheckVal
+#. (Check value), Flags, and Filters are left aligned.
+#. Header (Block Header Size), CompSize, and MemUsage
+#. are right aligned. %*s is replaced with 0-120
+#. spaces to make the CheckVal column wide enough.
+#. Test with "xz -lvv foo.xz".
+#: src/xz/list.c:751
+#, c-format
+msgid "      CheckVal %*s Header  Flags        CompSize    MemUsage  Filters"
+msgstr "      CheckWert %*s  Kopf  Schalter    KompGröße    Speicher  Filter"
+
+#: src/xz/list.c:829 src/xz/list.c:998
+#, c-format
+msgid "  Memory needed:      %s MiB\n"
+msgstr "  Benötigter Speicher: %s MiB\n"
+
+#: src/xz/list.c:831 src/xz/list.c:1000
+#, c-format
+msgid "  Sizes in headers:   %s\n"
+msgstr "  Größe in Köpfen:     %s\n"
+
+#: src/xz/list.c:832 src/xz/list.c:1001
+msgid "Yes"
+msgstr "Ja"
+
+#: src/xz/list.c:832 src/xz/list.c:1001
+msgid "No"
+msgstr "Nein"
+
+#. TRANSLATORS: %s is an integer. Only the plural form of this
+#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
+#: src/xz/list.c:977
+#, c-format
+msgid "%s file\n"
+msgid_plural "%s files\n"
+msgstr[0] "%s Datei\n"
+msgstr[1] "%s Dateien\n"
+
+#: src/xz/list.c:990
+msgid "Totals:"
+msgstr "Gesamt:"
+
+#: src/xz/list.c:991
+#, c-format
+msgid "  Number of files:    %s\n"
+msgstr "   Anzahl Dateien:     %s\n"
+
+#: src/xz/list.c:1063
+msgid "--list works only on .xz files (--format=xz or --format=auto)"
+msgstr ""
+"--list funktioniert nur mit .xz Dateien (--format=xz oder --format=auto)"
+
+#: src/xz/list.c:1069
+msgid "--list does not support reading from standard input"
+msgstr "--list unterstützt kein Lesen der Standardeingabe"
+
+#: src/xz/main.c:89
+#, c-format
+msgid "%s: Error reading filenames: %s"
+msgstr "%s: Fehler beim Lesen der Dateinamen: %s"
+
+#: src/xz/main.c:96
+#, c-format
+msgid "%s: Unexpected end of input when reading filenames"
+msgstr "%s: Unerwartetes Ende beim Lesen der Dateinamen"
+
+#: src/xz/main.c:120
+#, c-format
+msgid ""
+"%s: Null character found when reading filenames; maybe you meant to use `--"
+"files0' instead of `--files'?"
+msgstr ""
+"%s: Null Charakter gefunden beim Lesen der Dateinamen; Meinten Sie `--"
+"files0' statt `--files'?"
+
+#: src/xz/main.c:174
+msgid "Compression and decompression with --robot are not supported yet."
+msgstr "Kompression und Dekompression mit --robot ist noch nicht unterstützt."
+
+#: src/xz/main.c:231
+msgid ""
+"Cannot read data from standard input when reading filenames from standard "
+"input"
+msgstr ""
+"Lesen der Standardeingabe ist nicht möglich, wenn die Dateinamen auch von "
+"der Standardeingabe gelesen werden"
+
+#. TRANSLATORS: This is the program name in the beginning
+#. of the line in messages. Usually it becomes "xz: ".
+#. This is a translatable string because French needs
+#. a space before a colon.
+#: src/xz/message.c:733
+#, c-format
+msgid "%s: "
+msgstr ""
+
+#: src/xz/message.c:796 src/xz/message.c:846
+msgid "Internal error (bug)"
+msgstr "Interner Fehler (Bug)"
+
+#: src/xz/message.c:803
+msgid "Cannot establish signal handlers"
+msgstr "Kann Signal Routine nicht setzen"
+
+#: src/xz/message.c:812
+msgid "No integrity check; not verifying file integrity"
+msgstr "Kein Integritäts-Check; werde Datei-Integrität nicht überprüfen"
+
+#: src/xz/message.c:815
+msgid "Unsupported type of integrity check; not verifying file integrity"
+msgstr ""
+"Typ des Integritäts-Checks nicht unterstützt; werde Datei-Integrität nicht "
+"überprüfen"
+
+#: src/xz/message.c:822
+msgid "Memory usage limit reached"
+msgstr "Speicher-Limit erreicht"
+
+#: src/xz/message.c:825
+msgid "File format not recognized"
+msgstr "Datei Format nicht erkannt"
+
+#: src/xz/message.c:828
+msgid "Unsupported options"
+msgstr "Optionen nicht unterstützt"
+
+#: src/xz/message.c:831
+msgid "Compressed data is corrupt"
+msgstr "Komprimierte Daten sind korrupt"
+
+#: src/xz/message.c:834
+msgid "Unexpected end of input"
+msgstr "Unerwartetes Eingabe Ende"
+
+#: src/xz/message.c:867
+msgid "%s MiB of memory is required. The limiter is disabled."
+msgstr "%s MiB Speicher wird benötigt. Der Begrenzer ist deaktiviert."
+
+#: src/xz/message.c:895
+#, c-format
+msgid "%s MiB of memory is required. The limit is %s."
+msgstr "%s MiB Speicher wird benötigt. Limit ist %s."
+
+#: src/xz/message.c:1062
+#, c-format
+msgid "%s: Filter chain: %s\n"
+msgstr "%s: Filter Kette: %s\n"
+
+#: src/xz/message.c:1072
+#, c-format
+msgid "Try `%s --help' for more information."
+msgstr "Versuchen Sie `%s --help' für mehr Informationen."
+
+#: src/xz/message.c:1098
+#, c-format
+msgid ""
+"Usage: %s [OPTION]... [FILE]...\n"
+"Compress or decompress FILEs in the .xz format.\n"
+"\n"
+msgstr ""
+"Benutzung: %s [OPTION]... [DATEI]...\n"
+"Komprimiert oder dekomprimiert .xz DATEI(EN).\n"
+"\n"
+
+#: src/xz/message.c:1105
+msgid ""
+"Mandatory arguments to long options are mandatory for short options too.\n"
+msgstr ""
+"Obligatorische Argumente für lange Optionen sind auch für kurze Optionen\n"
+"zwingend.\n"
+
+#: src/xz/message.c:1109
+msgid " Operation mode:\n"
+msgstr " Operationsmodus:\n"
+
+#: src/xz/message.c:1112
+msgid ""
+"  -z, --compress      force compression\n"
+"  -d, --decompress    force decompression\n"
+"  -t, --test          test compressed file integrity\n"
+"  -l, --list          list information about .xz files"
+msgstr ""
+"  -z, --compress        erzwinge Komprimierung\n"
+"  -d, --decompress      erzwinge Dekomprimierung\n"
+"  -t, --test            überprüfe Datei Integrität\n"
+"  -l, --list            liste Datei Informationen"
+
+#: src/xz/message.c:1118
+msgid ""
+"\n"
+" Operation modifiers:\n"
+msgstr ""
+"\n"
+" Operationsmodifikatoren:\n"
+
+#: src/xz/message.c:1121
+msgid ""
+"  -k, --keep          keep (don't delete) input files\n"
+"  -f, --force         force overwrite of output file and (de)compress links\n"
+"  -c, --stdout        write to standard output and don't delete input files"
+msgstr ""
+"  -k, --keep            Eingabedateien beibehalten (nicht löschen)\n"
+"  -f, --force           erzwinge Überschreiben der Ausgabedatei und\n"
+"                        (de)komprimiere Verweise (Links)\n"
+"  -c, --stdout          schreibe nach Standard Output und lösche nicht die\n"
+"                        Eingabedateien"
+
+#: src/xz/message.c:1127
+msgid ""
+"      --no-sparse     do not create sparse files when decompressing\n"
+"  -S, --suffix=.SUF   use the suffix `.SUF' on compressed files\n"
+"      --files[=FILE]  read filenames to process from FILE; if FILE is\n"
+"                      omitted, filenames are read from the standard input;\n"
+"                      filenames must be terminated with the newline "
+"character\n"
+"      --files0[=FILE] like --files but use the null character as terminator"
+msgstr ""
+"      --no-sparse       erzeuge keine sparse Datei beim Dekomprimieren\n"
+"  -S, --suffix=.SUF     benutze `.SUF' Endung für komprimierte Dateien\n"
+"      --files=[DATEI]   lese zu verarbeitende Dateinamen von DATEI; falls\n"
+"                        DATEI nicht angegeben wurde, werden Dateinamen\n"
+"                        von Standard Input gelesen. Dateinamen müssen mit\n"
+"                        einem Zeilenumbruch voneinander getrennt werden\n"
+"      --files0=[DATEI]  wie --files, aber benutze den Null Charakter als "
+"Trenner"
+
+#: src/xz/message.c:1135
+msgid ""
+"\n"
+" Basic file format and compression options:\n"
+msgstr ""
+"\n"
+" Grundlegende Optionen für Dateiformat und Kompression:\n"
+
+#: src/xz/message.c:1137
+msgid ""
+"  -F, --format=FMT    file format to encode or decode; possible values are\n"
+"                      `auto' (default), `xz', `lzma', and `raw'\n"
+"  -C, --check=CHECK   integrity check type: `none' (use with caution),\n"
+"                      `crc32', `crc64' (default), or `sha256'"
+msgstr ""
+"  -F, --format=FMT      Dateiformat zur Kodierung oder Dekodierung; "
+"mögliche\n"
+"                        Werte sind `auto' (Voreinstellung), `xz', `lzma' "
+"und\n"
+"                        `raw'\n"
+"  -C, --check=CHECK     Typ des Integritätschecks: `none' (Vorsicht), "
+"`crc32',\n"
+"                        `crc64' (Voreinstellung), oder `sha256'"
+
+#: src/xz/message.c:1144
+msgid ""
+"  -0 ... -9           compression preset; default is 6; take compressor "
+"*and*\n"
+"                      decompressor memory usage into account before using 7-"
+"9!"
+msgstr ""
+"  -0 .. -9              Kompressionseinstellung; Voreinstellung is 6. "
+"Beachten\n"
+"                        Sie den Speicherverbrauch des Komprimieres *und* "
+"des\n"
+"                        Dekomprimierers, wenn Sie 7-9 benutzen!"
+
+#: src/xz/message.c:1148
+msgid ""
+"  -e, --extreme       try to improve compression ratio by using more CPU "
+"time;\n"
+"                      does not affect decompressor memory requirements"
+msgstr ""
+"  -e, --extreme         Versuche durch stärkere CPU Nutzung das "
+"Kompressions-\n"
+"                        verhältnis zu verbessern. Das beeinflusst nicht den\n"
+"                        Speicherbedarf des Dekomprimierers."
+
+#: src/xz/message.c:1153
+#, no-c-format
+msgid ""
+"      --memlimit-compress=LIMIT\n"
+"      --memlimit-decompress=LIMIT\n"
+"  -M, --memlimit=LIMIT\n"
+"                      set memory usage limit for compression, "
+"decompression,\n"
+"                      or both; LIMIT is in bytes, % of RAM, or 0 for defaults"
+msgstr ""
+"      --memlimit-compress=LIMIT\n"
+"      --memlimit-decompress=LIMIT\n"
+"  -M, --memlimit=LIMIT  Setze Speicher Nutzungslimit für Kompression,\n"
+"                        Dekompression, oder beides; LIMIT ist in bytes, % "
+"RAM,\n"
+"                        oder 0 für Grundeinstellungen."
+
+#: src/xz/message.c:1160
+msgid ""
+"      --no-adjust     if compression settings exceed the memory usage "
+"limit,\n"
+"                      give an error instead of adjusting the settings "
+"downwards"
+msgstr ""
+"      --no-adjust       Wenn die Kompressionseinstellungen das Speicher\n"
+"                        Nutzungslimit übersteigen, erzeuge einen Fehler "
+"statt\n"
+"                        die Einstellungen nach unten anzupassen."
+
+#: src/xz/message.c:1166
+msgid ""
+"\n"
+" Custom filter chain for compression (alternative for using presets):"
+msgstr ""
+"\n"
+" User-definierte Filter Kette für Kompression (alternativ zu Voreinstellung):"
+
+#: src/xz/message.c:1175
+msgid ""
+"\n"
+"  --lzma1[=OPTS]      LZMA1 or LZMA2; OPTS is a comma-separated list of zero "
+"or\n"
+"  --lzma2[=OPTS]      more of the following options (valid values; "
+"default):\n"
+"                        preset=PRE reset options to a preset (0-9[e])\n"
+"                        dict=NUM   dictionary size (4KiB - 1536MiB; 8MiB)\n"
+"                        lc=NUM     number of literal context bits (0-4; 3)\n"
+"                        lp=NUM     number of literal position bits (0-4; 0)\n"
+"                        pb=NUM     number of position bits (0-4; 2)\n"
+"                        mode=MODE  compression mode (fast, normal; normal)\n"
+"                        nice=NUM   nice length of a match (2-273; 64)\n"
+"                        mf=NAME    match finder (hc3, hc4, bt2, bt3, bt4; "
+"bt4)\n"
+"                        depth=NUM  maximum search depth; 0=automatic "
+"(default)"
+msgstr ""
+"\n"
+"  --lzma1[=OPTIONEN]    LZMA1 oder LZMA2; OPTIONEN ist eine durch Kommata\n"
+"  --lzma2[=OPTIONEN]    getrennte Liste bestehend aus den folgenden "
+"Optionen\n"
+"                        (zulässige Werte; Voreinstellung):\n"
+"                          preset=NUM Setze Optionen zurück zu "
+"Voreinstellung\n"
+"                                     (0-9[e])\n"
+"                          dict=NUM   Wörterbuch Größe (4 KiB - 1536 MiB; 8 "
+"MiB)\n"
+"                          lc=NUM     Anzahl der Literal Kontext Bits (0-4; "
+"3)\n"
+"                          lp=NUM     Anzahl der Literal Positionsbits (0-4; "
+"0)\n"
+"                          pb=NUM     Anzahl der Positionsbits (0-4; 2)\n"
+"                          mode=MODUS Kompressionsmodus (fast, normal; "
+"normal)\n"
+"                          nice=NUM   Nice-Länge eines Treffers (2-273; 64)\n"
+"                          mf=NAME    Algorithmus zum Auffinden von\n"
+"                                     Übereinstimmungen (hc3, hc4, bt2, bt3, "
+"bt4;\n"
+"                                     bt4)\n"
+"                          depth=NUM  Maximale Suchtiefe; 0=automatisch\n"
+"                                     (Voreinstellung)"
+
+#: src/xz/message.c:1190
+msgid ""
+"\n"
+"  --x86[=OPTS]        x86 BCJ filter (32-bit and 64-bit)\n"
+"  --powerpc[=OPTS]    PowerPC BCJ filter (big endian only)\n"
+"  --ia64[=OPTS]       IA-64 (Itanium) BCJ filter\n"
+"  --arm[=OPTS]        ARM BCJ filter (little endian only)\n"
+"  --armthumb[=OPTS]   ARM-Thumb BCJ filter (little endian only)\n"
+"  --sparc[=OPTS]      SPARC BCJ filter\n"
+"                      Valid OPTS for all BCJ filters:\n"
+"                        start=NUM  start offset for conversions (default=0)"
+msgstr ""
+"\n"
+"  --x86[=OPTIONEN]      x86 BCJ Filter (32-bit und 64-bit)\n"
+"  --powerpc[=OPTIONEN]  PowerPC BCJ Filter (nur big endian)\n"
+"  --ia64[=OPTIONEN]     IA64 (Itanium) BCJ Filter\n"
+"  --arm[=OPTIONEN]      ARM BCJ Filter (nur little endian)\n"
+"  --armthumb[=OPTIONEN] ARM-Thumb BCJ Filter (nur little endian)\n"
+"  --sparc[=OPTIONEN]    SPARC BCJ Filter\n"
+"                        Zulässige Optionen für alle BCJ Filter:\n"
+"                          start=NUM  Start-Offset für Konversion\n"
+"                          (Voreinstellung=0)"
+
+#: src/xz/message.c:1202
+msgid ""
+"\n"
+"  --delta[=OPTS]      Delta filter; valid OPTS (valid values; default):\n"
+"                        dist=NUM   distance between bytes being subtracted\n"
+"                                   from each other (1-256; 1)"
+msgstr ""
+"\n"
+"  --delta[=OPTIONEN]    Delta Filter; zulässige Optionen (gültige Werte;\n"
+"                        Voreinstellung):\n"
+"                          dist=NUM  Abstand zwischen den Bytes, die "
+"voneinander\n"
+"                                    subtrahiert werden (1-256; 1)"
+
+#: src/xz/message.c:1210
+msgid ""
+"\n"
+" Other options:\n"
+msgstr ""
+"\n"
+" Andere Optionen:\n"
+
+#: src/xz/message.c:1213
+msgid ""
+"  -q, --quiet         suppress warnings; specify twice to suppress errors "
+"too\n"
+"  -v, --verbose       be verbose; specify twice for even more verbose"
+msgstr ""
+"  -q, --quiet           unterdrücke Warnungen; benutze diese Option zweimal\n"
+"                        um auch Fehlermeldungen zu unterdrücken\n"
+"  -v, --verbose         sei gesprächig; benutze diese Option zweimal um "
+"noch\n"
+"                        gesprächiger zu sein"
+
+#: src/xz/message.c:1218
+msgid "  -Q, --no-warn       make warnings not affect the exit status"
+msgstr "  -Q, --no-warn         Warnungen verändern nicht den exit status"
+
+#: src/xz/message.c:1220
+msgid ""
+"      --robot         use machine-parsable messages (useful for scripts)"
+msgstr ""
+"      --robot           benutze Maschinen-lesbare Meldungen (nützlich für\n"
+"                        Skripte)"
+
+#: src/xz/message.c:1223
+msgid ""
+"      --info-memory   display the total amount of RAM and the currently "
+"active\n"
+"                      memory usage limits, and exit"
+msgstr "      --info-memory     zeige Speicherlimit an und terminiere"
+
+#: src/xz/message.c:1226
+msgid ""
+"  -h, --help          display the short help (lists only the basic options)\n"
+"  -H, --long-help     display this long help and exit"
+msgstr ""
+"  -h, --help            zeige kurze Hilfe and (zeigt nur die grundlegenden\n"
+"                        Optionen)\n"
+"  -H, --long-help       zeige diese lange Hilfe an und terminiere"
+
+#: src/xz/message.c:1230
+msgid ""
+"  -h, --help          display this short help and exit\n"
+"  -H, --long-help     display the long help (lists also the advanced options)"
+msgstr ""
+"  -h, --help            zeige diese kurze Hilfe an und terminiere\n"
+"  -H, --long-help       zeige die lange Hilfe an (zeigt auch "
+"fortgeschrittene\n"
+"                        Optionen an)"
+
+#: src/xz/message.c:1235
+msgid "  -V, --version       display the version number and exit"
+msgstr "  -V, --version         zeige Versionsnummer an und terminiere"
+
+#: src/xz/message.c:1237
+msgid ""
+"\n"
+"With no FILE, or when FILE is -, read standard input.\n"
+msgstr ""
+"\n"
+"Wenn DATEI nicht angegeben wurde, oder DATEI gleich - ist, dann wird von\n"
+"der Standardeingabe gelesen.\n"
+
+#. TRANSLATORS: This message indicates the bug reporting address
+#. for this package. Please add _another line_ saying
+#. "Report translation bugs to <...>\n" with the email or WWW
+#. address for translation bugs. Thanks.
+#: src/xz/message.c:1243
+#, c-format
+msgid "Report bugs to <%s> (in English or Finnish).\n"
+msgstr ""
+"Melde Bugs an <%s> (in englisch oder finnisch).\n"
+"Melde Übersetzungsfehler an <maan at systemlinux.org> (in englisch oder "
+"deutsch).\n"
+
+#: src/xz/message.c:1245
+#, c-format
+msgid "%s home page: <%s>\n"
+msgstr "%s Homepage: <%s>\n"
+
+#: src/xz/options.c:86
+#, c-format
+msgid "%s: Options must be `name=value' pairs separated with commas"
+msgstr ""
+"%s: Optionen müssen in der Form `Name=Wert` gegeben werden, getrennt durch "
+"Kommata"
+
+#: src/xz/options.c:93
+#, c-format
+msgid "%s: Invalid option name"
+msgstr "%s: Ungültige Option"
+
+#: src/xz/options.c:113
+#, c-format
+msgid "%s: Invalid option value"
+msgstr "%s: Ungültiger Wert für Option"
+
+#: src/xz/options.c:247
+#, c-format
+msgid "Unsupported LZMA1/LZMA2 preset: %s"
+msgstr "LZMA1/LZMA2 Voreinstellung ist ungültig: %s"
+
+#: src/xz/options.c:355
+msgid "The sum of lc and lp must not exceed 4"
+msgstr "Die Summe aus lc und lp darf höchstens 4 sein"
+
+#: src/xz/options.c:359
+#, c-format
+msgid "The selected match finder requires at least nice=%<PRIu32>"
+msgstr ""
+"Der ausgewählte Algorithmus zum Auffinden von Übereinstimmungen braucht "
+"mindestens nice=%<PRIu32>"
+
+#: src/xz/suffix.c:101 src/xz/suffix.c:194
+#, c-format
+msgid ""
+"%s: With --format=raw, --suffix=.SUF is required unless writing to stdout"
+msgstr ""
+"%s: Mit --format=raw ist --sufix=.SUF notwendig, falls nicht nach stdout "
+"geschrieben wird"
+
+#: src/xz/suffix.c:121
+#, c-format
+msgid "%s: Filename has an unknown suffix, skipping"
+msgstr "%s: Dateiname hat unbekannte Endung, überspringe"
+
+#: src/xz/suffix.c:175 src/xz/suffix.c:184
+#, c-format
+msgid "%s: File already has `%s' suffix, skipping"
+msgstr "%s: Datei hat bereits `%s' Endung, überspringe"
+
+#: src/xz/suffix.c:235
+#, c-format
+msgid "%s: Invalid filename suffix"
+msgstr "%s: Ungültige Datei Endung"
+
+#: src/xz/util.c:61
+#, c-format
+msgid "%s: Value is not a non-negative decimal integer"
+msgstr "%s: Wert ist keine nicht-negative ganze Zahl"
+
+#: src/xz/util.c:103
+#, c-format
+msgid "%s: Invalid multiplier suffix"
+msgstr "%s: Ungültige Einheit"
+
+#: src/xz/util.c:105
+msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+msgstr "Gültige Einheiten sind `KiB' (2^10), `MiB' (2^20), und `GiB' (2^30)."
+
+#: src/xz/util.c:122
+#, c-format
+msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+msgstr "Wert der Option `%s' muss im Bereich [%<PRIu64>, %<PRIu64>] sein"
+
+#: src/xz/util.c:247
+msgid "Empty filename, skipping"
+msgstr "Leere Dateiname, überspringe"
+
+#: src/xz/util.c:261
+msgid "Compressed data cannot be read from a terminal"
+msgstr "Komprimierte Daten können nicht vom Terminal gelesen werden"
+
+#: src/xz/util.c:274
+msgid "Compressed data cannot be written to a terminal"
+msgstr "Komprimierte Daten können nicht auf das Terminal geschrieben werden"
+
+#: src/common/tuklib_exit.c:39
+msgid "Writing to standard output failed"
+msgstr "Schreiben auf die Standardausgabe fehlgeschlagen"
+
+#: src/common/tuklib_exit.c:42
+msgid "Unknown error"
+msgstr "Unbekannter Fehler"

Added: vendor/xz/dist/po/fr.po
===================================================================
--- vendor/xz/dist/po/fr.po	                        (rev 0)
+++ vendor/xz/dist/po/fr.po	2018-06-15 22:33:27 UTC (rev 11013)
@@ -0,0 +1,863 @@
+# XZ Utils French Translation
+# This file is put in the public domain.
+# Adrien Nader <camaradetux at gmail.com>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xz-utils\n"
+"Report-Msgid-Bugs-To: lasse.collin at tukaani.org\n"
+"POT-Creation-Date: 2012-05-30 22:10+0200\n"
+"PO-Revision-Date: 2010-09-24 21;12+0200\n"
+"Last-Translator: Adrien Nader <camaradetux at gmail.com>\n"
+"Language-Team: None\n"
+"Language: fr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n==1) ? 0 : 1;\n"
+
+#: src/xz/args.c:333
+#, c-format
+msgid "%s: Unknown file format type"
+msgstr "%s : Format de fichier inconnu"
+
+#: src/xz/args.c:356 src/xz/args.c:364
+#, c-format
+msgid "%s: Unsupported integrity check type"
+msgstr "%s : Type de vérification d'intégrité inconnu"
+
+#: src/xz/args.c:382
+msgid "Only one file can be specified with `--files' or `--files0'."
+msgstr "Un seul fichier peut être spécifié avec `--files' ou `--files0'."
+
+#: src/xz/args.c:445
+#, c-format
+msgid "The environment variable %s contains too many arguments"
+msgstr "La variable d'environnement %s contient trop d'arguments"
+
+#: src/xz/coder.c:95
+msgid "Maximum number of filters is four"
+msgstr "Le nombre maximal de filtres est quatre"
+
+#: src/xz/coder.c:108
+msgid "Memory usage limit is too low for the given filter setup."
+msgstr "La limite d'utilisation mémoire est trop basse pour la configuration de filtres donnée."
+
+#: src/xz/coder.c:129
+msgid "Using a preset in raw mode is discouraged."
+msgstr "Utiliser un préréglage en mode `raw' est déconseillé."
+
+#: src/xz/coder.c:131
+msgid "The exact options of the presets may vary between software versions."
+msgstr "Le détail des préréglages peut varier entre différentes versions du logiciel."
+
+#: src/xz/coder.c:157
+msgid "The .lzma format supports only the LZMA1 filter"
+msgstr "Le format .lzma ne prend en charge que le filtre LZMA1"
+
+#: src/xz/coder.c:165
+msgid "LZMA1 cannot be used with the .xz format"
+msgstr "Le filtre LZMA1 ne peut être utilisé avec le format .xz"
+
+#: src/xz/coder.c:182
+msgid "Unsupported filter chain or filter options"
+msgstr "Enchaînement ou options de filtres non pris en charge"
+
+#: src/xz/coder.c:190
+#, c-format
+msgid "Decompression will need %s MiB of memory."
+msgstr "La décompression nécessitera %s MiB de mémoire."
+
+#: src/xz/coder.c:247
+#, c-format
+msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgstr "Taille du dictionnaire LZMA%c réduite de %s MiB à %s MiB pour ne pas dépasser la limite d'utilisation mémoire de %s MiB"
+
+#. TRANSLATORS: When compression or decompression finishes,
+#. and xz is going to remove the source file, xz first checks
+#. if the source file still exists, and if it does, does its
+#. device and inode numbers match what xz saw when it opened
+#. the source file. If these checks fail, this message is
+#. shown, %s being the filename, and the file is not deleted.
+#. The check for device and inode numbers is there, because
+#. it is possible that the user has put a new file in place
+#. of the original file, and in that case it obviously
+#. shouldn't be removed.
+#: src/xz/file_io.c:137
+#, c-format
+msgid "%s: File seems to have been moved, not removing"
+msgstr "%s : Le fichier a apparemment été déplacé, suppression annulée"
+
+#: src/xz/file_io.c:144 src/xz/file_io.c:589
+#, c-format
+msgid "%s: Cannot remove: %s"
+msgstr "%s : Impossible de supprimer : %s"
+
+#: src/xz/file_io.c:169
+#, c-format
+msgid "%s: Cannot set the file owner: %s"
+msgstr "%s : Impossible de modifier le propriétaire du fichier : %s"
+
+#: src/xz/file_io.c:175
+#, c-format
+msgid "%s: Cannot set the file group: %s"
+msgstr "%s : Impossible de modifier le groupe propriétaire du fichier : %s"
+
+#: src/xz/file_io.c:194
+#, c-format
+msgid "%s: Cannot set the file permissions: %s"
+msgstr "%s : Impossible de modifier les permissions du fichier : %s"
+
+#: src/xz/file_io.c:337 src/xz/file_io.c:420
+#, c-format
+msgid "%s: Is a symbolic link, skipping"
+msgstr "%s est un lien symbolique : ignoré"
+
+#: src/xz/file_io.c:455
+#, c-format
+msgid "%s: Is a directory, skipping"
+msgstr "%s est un répertoire : ignoré"
+
+#: src/xz/file_io.c:461
+#, c-format
+msgid "%s: Not a regular file, skipping"
+msgstr "%s n'est pas un fichier régulier : ignoré"
+
+#: src/xz/file_io.c:478
+#, c-format
+msgid "%s: File has setuid or setgid bit set, skipping"
+msgstr "%s : Le fichier possède les bits `setuid' ou `setgid' : ignoré"
+
+#: src/xz/file_io.c:485
+#, c-format
+msgid "%s: File has sticky bit set, skipping"
+msgstr "%s : Le fichier possède le bit `sticky' : ignoré"
+
+#: src/xz/file_io.c:492
+#, c-format
+msgid "%s: Input file has more than one hard link, skipping"
+msgstr "%s : Le fichier d'entrée a plus d'un lien matériel : ignoré"
+
+#: src/xz/file_io.c:713
+#, c-format
+msgid "Error restoring the O_APPEND flag to standard output: %s"
+msgstr "Impossible de rétablir le drapeau O_APPEND sur la sortie standard : %s"
+
+#: src/xz/file_io.c:725
+#, c-format
+msgid "%s: Closing the file failed: %s"
+msgstr "%s : Impossible de fermer le fichier : %s"
+
+#: src/xz/file_io.c:761 src/xz/file_io.c:945
+#, c-format
+msgid "%s: Seeking failed when trying to create a sparse file: %s"
+msgstr "%s : Impossible de se déplacer dans le fichier pour créer un 'sparse file' : %s"
+
+#: src/xz/file_io.c:820
+#, c-format
+msgid "%s: Read error: %s"
+msgstr "%s : Erreur d'écriture : %s"
+
+#: src/xz/file_io.c:843
+#, c-format
+msgid "%s: Error seeking the file: %s"
+msgstr "%s : Impossible de se déplacer dans le fichier : %s"
+
+#: src/xz/file_io.c:853
+#, c-format
+msgid "%s: Unexpected end of file"
+msgstr "%s : Fin de fichier inattendue"
+
+#: src/xz/file_io.c:903
+#, c-format
+msgid "%s: Write error: %s"
+msgstr "%s : Erreur d'écriture : %s"
+
+#: src/xz/hardware.c:100
+msgid "Disabled"
+msgstr "Désactivé"
+
+#. TRANSLATORS: Test with "xz --info-memory" to see if
+#. the alignment looks nice.
+#: src/xz/hardware.c:119
+msgid "Total amount of physical memory (RAM): "
+msgstr "Quantité totale de mémoire physique (RAM) :  "
+
+#: src/xz/hardware.c:121
+msgid "Memory usage limit for compression:    "
+msgstr "Limite d'utilisation pour la compression :   "
+
+#: src/xz/hardware.c:123
+msgid "Memory usage limit for decompression:  "
+msgstr "Limite d'utilisation pour la décompression : "
+
+#. TRANSLATORS: Indicates that there is no integrity check.
+#. This string is used in tables, so the width must not
+#. exceed ten columns with a fixed-width font.
+#: src/xz/list.c:62
+msgid "None"
+msgstr "Aucune"
+
+#. TRANSLATORS: Indicates that integrity check name is not known,
+#. but the Check ID is known (here 2). This and other "Unknown-N"
+#. strings are used in tables, so the width must not exceed ten
+#. columns with a fixed-width font. It's OK to omit the dash if
+#. you need space for one extra letter, but don't use spaces.
+#: src/xz/list.c:69
+msgid "Unknown-2"
+msgstr "Inconnue-2"
+
+#: src/xz/list.c:70
+msgid "Unknown-3"
+msgstr "Inconnue-3"
+
+#: src/xz/list.c:72
+msgid "Unknown-5"
+msgstr "Inconnue-5"
+
+#: src/xz/list.c:73
+msgid "Unknown-6"
+msgstr "Inconnue-6"
+
+#: src/xz/list.c:74
+msgid "Unknown-7"
+msgstr "Inconnue-7"
+
+#: src/xz/list.c:75
+msgid "Unknown-8"
+msgstr "Inconnue-8"
+
+#: src/xz/list.c:76
+msgid "Unknown-9"
+msgstr "Inconnue-9"
+
+#: src/xz/list.c:78
+msgid "Unknown-11"
+msgstr "Inconnue-11"
+
+#: src/xz/list.c:79
+msgid "Unknown-12"
+msgstr "Inconnue-12"
+
+#: src/xz/list.c:80
+msgid "Unknown-13"
+msgstr "Inconnue-13"
+
+#: src/xz/list.c:81
+msgid "Unknown-14"
+msgstr "Inconnue-14"
+
+#: src/xz/list.c:82
+msgid "Unknown-15"
+msgstr "Inconnue-15"
+
+#: src/xz/list.c:126
+#, c-format
+msgid "%s: File is empty"
+msgstr "%s : Le fichier est vide"
+
+#: src/xz/list.c:131
+#, c-format
+msgid "%s: Too small to be a valid .xz file"
+msgstr "%s : Trop petit pour être un fichier xz valide."
+
+#. TRANSLATORS: These are column headings. From Strms (Streams)
+#. to Ratio, the columns are right aligned. Check and Filename
+#. are left aligned. If you need longer words, it's OK to
+#. use two lines here. Test with "xz -l foo.xz".
+#: src/xz/list.c:603
+msgid "Strms  Blocks   Compressed Uncompressed  Ratio  Check   Filename"
+msgstr "Flux    Blocs    Compressé  Décompressé  Ratio  Vérif   Nom de fichier"
+
+#: src/xz/list.c:643
+#, c-format
+msgid "  Streams:            %s\n"
+msgstr "  Flux :                            %s\n"
+
+#: src/xz/list.c:645
+#, c-format
+msgid "  Blocks:             %s\n"
+msgstr "  Blocs :                           %s\n"
+
+#: src/xz/list.c:647
+#, c-format
+msgid "  Compressed size:    %s\n"
+msgstr "  Taille compressé :                %s\n"
+
+#: src/xz/list.c:650
+#, c-format
+msgid "  Uncompressed size:  %s\n"
+msgstr "  Taille décompressé :              %s\n"
+
+#: src/xz/list.c:653
+#, c-format
+msgid "  Ratio:              %s\n"
+msgstr "  Ratio :                           %s\n"
+
+#: src/xz/list.c:655
+#, c-format
+msgid "  Check:              %s\n"
+msgstr "  Vérification :                    %s\n"
+
+#: src/xz/list.c:656
+#, c-format
+msgid "  Stream padding:     %s\n"
+msgstr "  Octets de rembourrage du flux :   %s\n"
+
+#. TRANSLATORS: The second line is column headings. All except
+#. Check are right aligned; Check is left aligned. Test with
+#. "xz -lv foo.xz".
+#: src/xz/list.c:684
+msgid ""
+"  Streams:\n"
+"    Stream    Blocks      CompOffset    UncompOffset        CompSize      UncompSize  Ratio  Check      Padding"
+msgstr ""
+"  Flux :\n"
+"      Flux     Blocs    PositionComp  PositionDécomp      TailleComp    TailleDécomp  Ratio  Vérif.    Bourrage"
+
+#. TRANSLATORS: The second line is column headings. All
+#. except Check are right aligned; Check is left aligned.
+#: src/xz/list.c:739
+#, c-format
+msgid ""
+"  Blocks:\n"
+"    Stream     Block      CompOffset    UncompOffset       TotalSize      UncompSize  Ratio  Check"
+msgstr ""
+"  Blocs :\n"
+"      Flux      Bloc    PositionComp  PositionDécomp       TailleTot    TailleDécomp  Ratio  Vérif."
+
+#. TRANSLATORS: These are additional column headings
+#. for the most verbose listing mode. CheckVal
+#. (Check value), Flags, and Filters are left aligned.
+#. Header (Block Header Size), CompSize, and MemUsage
+#. are right aligned. %*s is replaced with 0-120
+#. spaces to make the CheckVal column wide enough.
+#. Test with "xz -lvv foo.xz".
+#: src/xz/list.c:751
+#, c-format
+msgid "      CheckVal %*s Header  Flags        CompSize    MemUsage  Filters"
+msgstr "     ValVérif %*sEn-tête  Drapeaux   TailleComp     UtilMém  Filtres"
+
+#: src/xz/list.c:829 src/xz/list.c:998
+#, c-format
+msgid "  Memory needed:      %s MiB\n"
+msgstr "  Mémoire nécessaire :              %s MiB\n"
+
+#: src/xz/list.c:831 src/xz/list.c:1000
+#, c-format
+msgid "  Sizes in headers:   %s\n"
+msgstr "  Tailles stockées dans l'en-tête : %s\n"
+
+#: src/xz/list.c:832 src/xz/list.c:1001
+msgid "Yes"
+msgstr "Oui"
+
+#: src/xz/list.c:832 src/xz/list.c:1001
+msgid "No"
+msgstr "Non"
+
+#. TRANSLATORS: %s is an integer. Only the plural form of this
+#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
+#: src/xz/list.c:977
+#, c-format
+msgid "%s file\n"
+msgid_plural "%s files\n"
+msgstr[0] "%s fichier\n"
+msgstr[1] "%s fichiers\n"
+
+#: src/xz/list.c:990
+msgid "Totals:"
+msgstr "Totaux :"
+
+#: src/xz/list.c:991
+#, c-format
+msgid "  Number of files:    %s\n"
+msgstr "  Nombre de fichiers : %s\n"
+
+#: src/xz/list.c:1063
+msgid "--list works only on .xz files (--format=xz or --format=auto)"
+msgstr "--list ne marche que sur les fichiers .xz (--format=xz ou --format=auto)"
+
+#: src/xz/list.c:1069
+msgid "--list does not support reading from standard input"
+msgstr "--list est incompatible avec la lecture sur l'entrée standard"
+
+#: src/xz/main.c:89
+#, c-format
+msgid "%s: Error reading filenames: %s"
+msgstr "%s : Erreur lors de la lecture des noms de fichiers : %s"
+
+#: src/xz/main.c:96
+#, c-format
+msgid "%s: Unexpected end of input when reading filenames"
+msgstr "%s : Fin des données inattendue lors de la lecture des noms de fichiers"
+
+#: src/xz/main.c:120
+#, c-format
+msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
+msgstr "%s : Caractère NULL détecté lors de la lecture des noms de fichiers ; peut-être pensiez-vous à `--files0' plutot qu'a `--files' ?"
+
+#: src/xz/main.c:174
+msgid "Compression and decompression with --robot are not supported yet."
+msgstr "La compression et la décompression ne marchent pas encore avec --robot."
+
+#: src/xz/main.c:231
+msgid "Cannot read data from standard input when reading filenames from standard input"
+msgstr "Impossible de lire à la fois les données et les noms de fichiers depuis l'entrée standard"
+
+#. TRANSLATORS: This is the program name in the beginning
+#. of the line in messages. Usually it becomes "xz: ".
+#. This is a translatable string because French needs
+#. a space before a colon.
+#: src/xz/message.c:733
+#, c-format
+msgid "%s: "
+msgstr "%s : "
+
+#: src/xz/message.c:796 src/xz/message.c:846
+msgid "Internal error (bug)"
+msgstr "Erreur interne (bug)"
+
+#: src/xz/message.c:803
+msgid "Cannot establish signal handlers"
+msgstr "Impossible d'installer le gestionnaire de signaux"
+
+#: src/xz/message.c:812
+msgid "No integrity check; not verifying file integrity"
+msgstr "Pas de données de vérification d'intégrité ; vérification non effectuée"
+
+#: src/xz/message.c:815
+msgid "Unsupported type of integrity check; not verifying file integrity"
+msgstr "Méthode de vérification d'intégrité non prise en charge ; vérification non effectuée"
+
+#: src/xz/message.c:822
+msgid "Memory usage limit reached"
+msgstr "Limite d'utilisation mémoire atteinte"
+
+#: src/xz/message.c:825
+msgid "File format not recognized"
+msgstr "Format de fichier inconnu"
+
+#: src/xz/message.c:828
+msgid "Unsupported options"
+msgstr "Options non prises en charge"
+
+#: src/xz/message.c:831
+msgid "Compressed data is corrupt"
+msgstr "Les données compressées sont corrompues"
+
+#: src/xz/message.c:834
+msgid "Unexpected end of input"
+msgstr "Fin des données inattendue "
+
+#: src/xz/message.c:867
+#, c-format
+msgid "%s MiB of memory is required. The limiter is disabled."
+msgstr "%s MiB de mémoire sont nécessaires. La limite est désactivée."
+
+#: src/xz/message.c:895
+#, c-format
+msgid "%s MiB of memory is required. The limit is %s."
+msgstr "%s MiB de mémoire sont nécessaires, la limite étant %s."
+
+#: src/xz/message.c:1062
+#, c-format
+msgid "%s: Filter chain: %s\n"
+msgstr "%s : Enchaînement de filtres : %s\n"
+
+#: src/xz/message.c:1072
+#, c-format
+msgid "Try `%s --help' for more information."
+msgstr "Utilisez `%s --help' pour plus d'informations."
+
+#: src/xz/message.c:1098
+#, c-format
+msgid ""
+"Usage: %s [OPTION]... [FILE]...\n"
+"Compress or decompress FILEs in the .xz format.\n"
+"\n"
+msgstr ""
+"Utilisation : %s [OPTION]... [FICHIER]...\n"
+"Compresse ou decompresse FICHIER(s) au format .xz.\n"
+"\n"
+
+#: src/xz/message.c:1105
+msgid "Mandatory arguments to long options are mandatory for short options too.\n"
+msgstr ""
+"Les arguments obligatoires pour les options longues le sont aussi pour les\n"
+"options courtes.\n"
+
+#: src/xz/message.c:1109
+msgid " Operation mode:\n"
+msgstr " Mode d'opération :\n"
+
+#: src/xz/message.c:1112
+msgid ""
+"  -z, --compress      force compression\n"
+"  -d, --decompress    force decompression\n"
+"  -t, --test          test compressed file integrity\n"
+"  -l, --list          list information about .xz files"
+msgstr ""
+"  -z, --compress      forcer la compression\n"
+"  -d, --decompress    forcer la décompression\n"
+"  -t, --test          tester l'intégrité du fichier compressé\n"
+"  -l, --list          lister les informations à propos des fichiers .xz"
+
+#: src/xz/message.c:1118
+msgid ""
+"\n"
+" Operation modifiers:\n"
+msgstr ""
+"\n"
+" Modifictauers :\n"
+
+#: src/xz/message.c:1121
+msgid ""
+"  -k, --keep          keep (don't delete) input files\n"
+"  -f, --force         force overwrite of output file and (de)compress links\n"
+"  -c, --stdout        write to standard output and don't delete input files"
+msgstr ""
+"  -k, --keep          ne pas supprimer les fichiers d'entrée (\"keep\")\n"
+"  -f, --force         forcer l'écrasement du fichier de sortie et\n"
+"                      (dé)compresser les liens\n"
+"  -c, --stdout        écrire sur la sortie standard et ne pas supprimer les\n"
+"                      fichiers d'entrée"
+
+#: src/xz/message.c:1127
+msgid ""
+"      --no-sparse     do not create sparse files when decompressing\n"
+"  -S, --suffix=.SUF   use the suffix `.SUF' on compressed files\n"
+"      --files[=FILE]  read filenames to process from FILE; if FILE is\n"
+"                      omitted, filenames are read from the standard input;\n"
+"                      filenames must be terminated with the newline character\n"
+"      --files0[=FILE] like --files but use the null character as terminator"
+msgstr ""
+"      --no-sparse     ne pas créer de 'sparse file' lors de la décompression\n"
+"  -S, --suffix=.SUF   utiliser le suffixe `.SUF' pour les fichiers compressés\n"
+"      --files[=FILE]  lire les fichiers sur lesquels opérer depuis FILE ; si\n"
+"                      FILE est omis, ceux-ci sont lus depuis l'entrée standard\n"
+"                      et doivent être suivis d'un caractère de retour à la ligne\n"
+"      --files0[=FILE] comme --files mais avec un caractère null comme séparateur"
+
+#: src/xz/message.c:1135
+msgid ""
+"\n"
+" Basic file format and compression options:\n"
+msgstr ""
+"\n"
+" Options basiques de format de fichier et de compression :\n"
+
+#: src/xz/message.c:1137
+msgid ""
+"  -F, --format=FMT    file format to encode or decode; possible values are\n"
+"                      `auto' (default), `xz', `lzma', and `raw'\n"
+"  -C, --check=CHECK   integrity check type: `none' (use with caution),\n"
+"                      `crc32', `crc64' (default), or `sha256'"
+msgstr ""
+"  -F, --format=FMT    format de fichier à encoder ou décoder ; les possibilités\n"
+"                      sont : `auto' (par défaut), `xz', `lzma' et `raw'\n"
+"  -C, --check=CHECK   type de vérification d'intégrité : `none' (à utiliser avec\n"
+"                      précaution), `crc32', `crc64' (par défaut) ou `sha256'"
+
+#: src/xz/message.c:1144
+msgid ""
+"  -0 ... -9           compression preset; default is 6; take compressor *and*\n"
+"                      decompressor memory usage into account before using 7-9!"
+msgstr ""
+"  -0 ... -9           préréglage de compression ; 6 par défaut ; pensez à\n"
+"                      l'utilisation mémoire du compresseur *et* du décompresseur\n"
+"                      avant d'utiliser 7, 8 ou 9 !"
+
+#: src/xz/message.c:1148
+msgid ""
+"  -e, --extreme       try to improve compression ratio by using more CPU time;\n"
+"                      does not affect decompressor memory requirements"
+msgstr ""
+"  -e, --extreme       essayer d'améliorer la compression en utilisant davantage\n"
+"                      de temps processeur sans affecter les besoins mémoire du\n"
+"                      décompresseur"
+
+#: src/xz/message.c:1153
+#, no-c-format
+msgid ""
+"      --memlimit-compress=LIMIT\n"
+"      --memlimit-decompress=LIMIT\n"
+"  -M, --memlimit=LIMIT\n"
+"                      set memory usage limit for compression, decompression,\n"
+"                      or both; LIMIT is in bytes, % of RAM, or 0 for defaults"
+msgstr ""
+"      --memlimit-compress=LIMIT\n"
+"      --memlimit-decompress=LIMIT\n"
+"  -M, --memlimit=LIMIT\n"
+"                      règle la limite d'utilisation mémoire pour la compression,\n"
+"                      décompression ou les deux ; LIMIT est en octets, % de\n"
+"                      RAM, ou 0 pour les valeurs par défaut"
+
+#: src/xz/message.c:1160
+msgid ""
+"      --no-adjust     if compression settings exceed the memory usage limit,\n"
+"                      give an error instead of adjusting the settings downwards"
+msgstr ""
+"      --no-adjust     si les réglages de compression dépassent la limite\n"
+"                      d'utilisation mémoire, renvoyer une erreur plutôt que de\n"
+"                      diminuer les réglages"
+
+#: src/xz/message.c:1166
+msgid ""
+"\n"
+" Custom filter chain for compression (alternative for using presets):"
+msgstr ""
+"\n"
+" Enchaînement de filtres de compression personnalisé (au lieu des préréglages) :"
+
+#: src/xz/message.c:1175
+msgid ""
+"\n"
+"  --lzma1[=OPTS]      LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n"
+"  --lzma2[=OPTS]      more of the following options (valid values; default):\n"
+"                        preset=PRE reset options to a preset (0-9[e])\n"
+"                        dict=NUM   dictionary size (4KiB - 1536MiB; 8MiB)\n"
+"                        lc=NUM     number of literal context bits (0-4; 3)\n"
+"                        lp=NUM     number of literal position bits (0-4; 0)\n"
+"                        pb=NUM     number of position bits (0-4; 2)\n"
+"                        mode=MODE  compression mode (fast, normal; normal)\n"
+"                        nice=NUM   nice length of a match (2-273; 64)\n"
+"                        mf=NAME    match finder (hc3, hc4, bt2, bt3, bt4; bt4)\n"
+"                        depth=NUM  maximum search depth; 0=automatic (default)"
+msgstr ""
+"\n"
+"  --lzma1[=OPTS]      LZMA1 ou LZMA2 ; OPTS est une liste de zéro ou plusieurs\n"
+"  --lzma2[=OPTS]      options parmi les suivantes (vals. valides ; par défaut) :\n"
+"                        preset=PRE remettre les options à un préréglage (0-9[e])\n"
+"                        dict=NUM   taille dictionnaire (4KiB - 1536MiB ; 8MiB)\n"
+"                        lc=NUM     nombre de 'literal context bits' (0-4 ; 3)\n"
+"                        lp=NUM     nombre de 'literal position bits' (0-4 ; 0)\n"
+"                        pb=NUM     nombre de 'position bits' (0-4 ; 2)\n"
+"                        mode=MODE  mode de compression (fast, normal ; normal)\n"
+"                        nice=NUM   nice length of a match (2-273; 64)\n"
+"                        mf=NAME    'match finder' (hc3, hc4, bt2, bt3, bt4; bt4)\n"
+"                        depth=NUM  profondeur de recherche maximale ;\n"
+"                                      0=automatique (par défaut)"
+
+#: src/xz/message.c:1190
+msgid ""
+"\n"
+"  --x86[=OPTS]        x86 BCJ filter (32-bit and 64-bit)\n"
+"  --powerpc[=OPTS]    PowerPC BCJ filter (big endian only)\n"
+"  --ia64[=OPTS]       IA-64 (Itanium) BCJ filter\n"
+"  --arm[=OPTS]        ARM BCJ filter (little endian only)\n"
+"  --armthumb[=OPTS]   ARM-Thumb BCJ filter (little endian only)\n"
+"  --sparc[=OPTS]      SPARC BCJ filter\n"
+"                      Valid OPTS for all BCJ filters:\n"
+"                        start=NUM  start offset for conversions (default=0)"
+msgstr ""
+"\n"
+"  --x86[=OPTS]        filtre BCJ x86 (32-bit et 64-bit)\n"
+"  --powerpc[=OPTS]    filtre BCJ PowerPC ('big endian' uniquement)\n"
+"  --ia64[=OPTS]       filtre BCJ IA-64 (Itanium)\n"
+"  --arm[=OPTS]        filtre BCJ ARM ('little endian' uniquement)\n"
+"  --armthumb[=OPTS]   filtre BCJ ARM-Thumb ('little endian' uniquement)\n"
+"  --sparc[=OPTS]      filtre BCJ SPARC\n"
+"                      OPTS valides pour tous les filtres BCJ :\n"
+"                        start=NUM  start offset for conversions (default=0)"
+
+#: src/xz/message.c:1202
+msgid ""
+"\n"
+"  --delta[=OPTS]      Delta filter; valid OPTS (valid values; default):\n"
+"                        dist=NUM   distance between bytes being subtracted\n"
+"                                   from each other (1-256; 1)"
+msgstr ""
+"\n"
+"  --delta[=OPTS]      Filtre delta ; OPTS valides (vals. valides ; par défaut) :\n"
+"                        dist=NUM   distance entre les octets soustraits\n"
+"                                   les uns aux autres (1-256 ; 1)"
+
+#: src/xz/message.c:1210
+msgid ""
+"\n"
+" Other options:\n"
+msgstr ""
+"\n"
+" Autres options :\n"
+
+#: src/xz/message.c:1213
+msgid ""
+"  -q, --quiet         suppress warnings; specify twice to suppress errors too\n"
+"  -v, --verbose       be verbose; specify twice for even more verbose"
+msgstr ""
+"  -q, --quiet         supprimer les avertissemnts ; spécifier deux fois pour\n"
+"                      aussi supprimer les erreur\n"
+"  -v, --verbose       être bavard ; spécifier deux fois pour l'être davantage"
+
+#: src/xz/message.c:1218
+msgid "  -Q, --no-warn       make warnings not affect the exit status"
+msgstr "  -Q, --no-warn       les avertissements ne modifient pas le code de sortie"
+
+#: src/xz/message.c:1220
+msgid "      --robot         use machine-parsable messages (useful for scripts)"
+msgstr ""
+"      --robot         utiliser des messages lisibles par un programme\n"
+"                      (utile pour les scripts)"
+
+#: src/xz/message.c:1223
+msgid ""
+"      --info-memory   display the total amount of RAM and the currently active\n"
+"                      memory usage limits, and exit"
+msgstr ""
+"      --info-memory   affiche la quantité totale de RAM et la limite actuelle\n"
+"                      en mémoire puis quitte"
+
+#: src/xz/message.c:1226
+msgid ""
+"  -h, --help          display the short help (lists only the basic options)\n"
+"  -H, --long-help     display this long help and exit"
+msgstr ""
+"  -h, --help          affiche l'aide courte (ne liste que les options de base)\n"
+"  -H, --long-help     affiche l'aide longue (ceci) puis quitte"
+
+#: src/xz/message.c:1230
+msgid ""
+"  -h, --help          display this short help and exit\n"
+"  -H, --long-help     display the long help (lists also the advanced options)"
+msgstr ""
+"  -h, --help          affiche l'aide courte (ceci) puis quitte\n"
+"  -H, --long-help     affiche l'aide longue (liste aussi les options avancées)"
+
+#: src/xz/message.c:1235
+msgid "  -V, --version       display the version number and exit"
+msgstr "  -V, --version       affiche le numéro de version puis quitte"
+
+#: src/xz/message.c:1237
+msgid ""
+"\n"
+"With no FILE, or when FILE is -, read standard input.\n"
+msgstr ""
+"\n"
+"Sans FILE ou quand FILE est -, lire l'entrée standard.\n"
+
+#. TRANSLATORS: This message indicates the bug reporting address
+#. for this package. Please add _another line_ saying
+#. "Report translation bugs to <...>\n" with the email or WWW
+#. address for translation bugs. Thanks.
+#: src/xz/message.c:1243
+#, c-format
+msgid "Report bugs to <%s> (in English or Finnish).\n"
+msgstr ""
+"Signaler les bogues à <%s> (en anglais ou en finlandais).\n"
+"Signaler les bogues de traduction à <camaradetux at gmail.com>.\n"
+
+#: src/xz/message.c:1245
+#, c-format
+msgid "%s home page: <%s>\n"
+msgstr "%s page du projet : <%s>\n"
+
+#: src/xz/options.c:86
+#, c-format
+msgid "%s: Options must be `name=value' pairs separated with commas"
+msgstr "%s: Les options doivent être des paires `nom=valeur' séparées par des virgules"
+
+#: src/xz/options.c:93
+#, c-format
+msgid "%s: Invalid option name"
+msgstr "%s : Nom d'option invalide"
+
+#: src/xz/options.c:113
+#, c-format
+msgid "%s: Invalid option value"
+msgstr "%s : Valeur d'option invalide"
+
+#: src/xz/options.c:247
+#, c-format
+msgid "Unsupported LZMA1/LZMA2 preset: %s"
+msgstr "Préréglage LZMA1/LZMA2 non pris en charge : %s"
+
+#: src/xz/options.c:355
+msgid "The sum of lc and lp must not exceed 4"
+msgstr "La somme de lc et lp ne doit pas dépasser 4"
+
+#: src/xz/options.c:359
+#, c-format
+msgid "The selected match finder requires at least nice=%<PRIu32>"
+msgstr "Le `match finder' choisi nécessite au moins nice=%<PRIu32>"
+
+#: src/xz/suffix.c:101 src/xz/suffix.c:194
+#, c-format
+msgid "%s: With --format=raw, --suffix=.SUF is required unless writing to stdout"
+msgstr "%s : Avec --format=raw, --suffix=.SUF est nécessaire sauf lors de l'écriture vers stdout"
+
+#: src/xz/suffix.c:121
+#, c-format
+msgid "%s: Filename has an unknown suffix, skipping"
+msgstr "%s : Le fichier a un suffixe inconnu, ignoré"
+
+#: src/xz/suffix.c:175 src/xz/suffix.c:184
+#, c-format
+msgid "%s: File already has `%s' suffix, skipping"
+msgstr "%s : Le fichier a déjà le suffixe '%s', ignoré"
+
+#: src/xz/suffix.c:235
+#, c-format
+msgid "%s: Invalid filename suffix"
+msgstr "%s: Suffixe de nom de fichier invalide"
+
+#: src/xz/util.c:61
+#, c-format
+msgid "%s: Value is not a non-negative decimal integer"
+msgstr "%s : La valeur n'est pas un entier décimal non négatif"
+
+#: src/xz/util.c:103
+#, c-format
+msgid "%s: Invalid multiplier suffix"
+msgstr "%s : Suffixe multiplicateur invalide"
+
+#: src/xz/util.c:105
+msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+msgstr "Les suffixes valides sont 'KiB' (2^10), 'MiB' (2^20) et 'GiB' (2^30)."
+
+#: src/xz/util.c:122
+#, c-format
+msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+msgstr "La valeur de l'option '%s' doit être inclue entre %<PRIu64> et %<PRIu64>"
+
+#: src/xz/util.c:247
+msgid "Empty filename, skipping"
+msgstr "Nom de fichier vide, ignoré"
+
+#: src/xz/util.c:261
+msgid "Compressed data cannot be read from a terminal"
+msgstr "Les données compressées ne peuvent pas être lues depuis un terminal"
+
+#: src/xz/util.c:274
+msgid "Compressed data cannot be written to a terminal"
+msgstr "Les données compressées ne peuvent pas être écrites dans un terminal"
+
+#: src/common/tuklib_exit.c:39
+msgid "Writing to standard output failed"
+msgstr "Impossible d'écrire vers la sortie standard"
+
+#: src/common/tuklib_exit.c:42
+msgid "Unknown error"
+msgstr "Erreur inconnue"
+
+#~ msgid "Using up to %<PRIu32> threads."
+#~ msgstr "Jusqu'à %<PRIu32> threads seront utilisés."
+
+#~ msgid "Adjusted the number of threads from %s to %s to not exceed the memory usage limit of %s MiB"
+#~ msgstr "Nombre de threads réduit de %s à %s pour ne pas dépasser la limite d'utilisation mémoire de %s MiB"
+
+#~ msgid ""
+#~ "      --single-stream decompress only the first stream, and silently\n"
+#~ "                      ignore possible remaining input data"
+#~ msgstr ""
+#~ "      --single-stream décompresser uniquement le premier flux et ignorer\n"
+#~ "                      silenciseusement les données éventuellement restantes"
+
+#~ msgid ""
+#~ "      --block-size=SIZE\n"
+#~ "                      when compressing to the .xz format, start a new block\n"
+#~ "                      after every SIZE bytes of input; 0=disabled (default)"
+#~ msgstr ""
+#~ "      --block-size=SIZE\n"
+#~ "                      pour une compression au format .xz, entamer un nouveau\n"
+#~ "                      bloc après SIZE octets d'entrée ; 0=désactivé (par défaut)"

Added: vendor/xz/dist/po/it.po
===================================================================
--- vendor/xz/dist/po/it.po	                        (rev 0)
+++ vendor/xz/dist/po/it.po	2018-06-15 22:33:27 UTC (rev 11013)
@@ -0,0 +1,918 @@
+# Italian translation for xz-utils
+# This file is in the public domain
+# Gruppo traduzione italiano di Ubuntu-it <gruppo-traduzione at ubuntu-it.org>, 2009, 2010
+# Lorenzo De Liso <blackz at ubuntu.com>, 2010.
+# Milo Casagrande <milo at ubuntu.com>, 2009, 2010, 2011, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xz-utils\n"
+"Report-Msgid-Bugs-To: lasse.collin at tukaani.org\n"
+"POT-Creation-Date: 2012-05-29 13:50+0300\n"
+"PO-Revision-Date: 2012-05-31 09:57+0800\n"
+"Last-Translator: Milo Casagrande <milo at ubuntu.com>\n"
+"Language-Team: Italian <tp at lists.linux.it>\n"
+"Language: it\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8-bit\n"
+"X-Launchpad-Export-Date: 2010-08-16 19:16+0000\n"
+"X-Generator: Launchpad (build Unknown)\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n"
+
+#: src/xz/args.c:333
+#, c-format
+msgid "%s: Unknown file format type"
+msgstr "%s: tipo di formato del file sconosciuto"
+
+#: src/xz/args.c:356 src/xz/args.c:364
+#, c-format
+msgid "%s: Unsupported integrity check type"
+msgstr "%s: tipo di controllo integrità non supportato"
+
+#: src/xz/args.c:382
+msgid "Only one file can be specified with `--files' or `--files0'."
+msgstr "Solo un file può essere specificato con \"--files\" o \"--files0\"."
+
+#: src/xz/args.c:445
+#, c-format
+msgid "The environment variable %s contains too many arguments"
+msgstr "La variabile d'ambiente %s contiene troppi argomenti"
+
+#: src/xz/coder.c:95
+msgid "Maximum number of filters is four"
+msgstr "Il numero massimo di filtri è quattro"
+
+#: src/xz/coder.c:108
+msgid "Memory usage limit is too low for the given filter setup."
+msgstr ""
+"Il limite dell'uso della memoria è troppo basso per l'impostazione del "
+"filtro dato."
+
+#: src/xz/coder.c:129
+msgid "Using a preset in raw mode is discouraged."
+msgstr "Non è consigliato usare un preset nella modalità raw."
+
+#: src/xz/coder.c:131
+msgid "The exact options of the presets may vary between software versions."
+msgstr ""
+"Le opzioni esatte per i preset possono variare tra le versioni del software."
+
+#: src/xz/coder.c:157
+msgid "The .lzma format supports only the LZMA1 filter"
+msgstr "Il formato .lzma supporta solo il filtro LZMA1"
+
+#: src/xz/coder.c:165
+msgid "LZMA1 cannot be used with the .xz format"
+msgstr "LZMA1 non può essere usato con il formato .xz"
+
+#: src/xz/coder.c:182
+msgid "Unsupported filter chain or filter options"
+msgstr "Catena di filtri od opzioni del filtro non supportata"
+
+#: src/xz/coder.c:190
+#, c-format
+msgid "Decompression will need %s MiB of memory."
+msgstr "L'estrazione necessita di %s MiB di memoria."
+
+#: src/xz/coder.c:247
+#, c-format
+msgid ""
+"Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the "
+"memory usage limit of %s MiB"
+msgstr ""
+"Regolata la dimensione del dizionario LZMA%c da %s MiB a %s MiB per non "
+"superare il limite dell'uso della memoria di %s MiB"
+
+#. TRANSLATORS: When compression or decompression finishes,
+#. and xz is going to remove the source file, xz first checks
+#. if the source file still exists, and if it does, does its
+#. device and inode numbers match what xz saw when it opened
+#. the source file. If these checks fail, this message is
+#. shown, %s being the filename, and the file is not deleted.
+#. The check for device and inode numbers is there, because
+#. it is possible that the user has put a new file in place
+#. of the original file, and in that case it obviously
+#. shouldn't be removed.
+#: src/xz/file_io.c:137
+#, c-format
+msgid "%s: File seems to have been moved, not removing"
+msgstr "%s: sembra che il file sia stato spostato, non viene rimosso"
+
+#: src/xz/file_io.c:144 src/xz/file_io.c:589
+#, c-format
+msgid "%s: Cannot remove: %s"
+msgstr "%s: impossibile rimuovere: %s"
+
+#: src/xz/file_io.c:169
+#, c-format
+msgid "%s: Cannot set the file owner: %s"
+msgstr "%s: impossibile impostare il proprietario del file: %s"
+
+#: src/xz/file_io.c:175
+#, c-format
+msgid "%s: Cannot set the file group: %s"
+msgstr "%s: impossibile impostare il gruppo del file: %s"
+
+#: src/xz/file_io.c:194
+#, c-format
+msgid "%s: Cannot set the file permissions: %s"
+msgstr "%s: impossibile impostare i permessi del file: %s"
+
+#: src/xz/file_io.c:337 src/xz/file_io.c:420
+#, c-format
+msgid "%s: Is a symbolic link, skipping"
+msgstr "%s: è un collegamento simbolico, viene saltato"
+
+#: src/xz/file_io.c:455
+#, c-format
+msgid "%s: Is a directory, skipping"
+msgstr "%s: è una directory, viene saltata"
+
+#: src/xz/file_io.c:461
+#, c-format
+msgid "%s: Not a regular file, skipping"
+msgstr "%s: non è un file regolare, viene saltato"
+
+#: src/xz/file_io.c:478
+#, c-format
+msgid "%s: File has setuid or setgid bit set, skipping"
+msgstr "%s: il file ha il bit setuid o setgid impostato, viene saltato"
+
+#: src/xz/file_io.c:485
+#, c-format
+msgid "%s: File has sticky bit set, skipping"
+msgstr "%s: il file ha lo sticky bit impostato, viene saltato"
+
+#: src/xz/file_io.c:492
+#, c-format
+msgid "%s: Input file has more than one hard link, skipping"
+msgstr "%s: il file di input ha più di un collegamento fisico, viene saltato"
+
+#: src/xz/file_io.c:713
+#, c-format
+msgid "Error restoring the O_APPEND flag to standard output: %s"
+msgstr "Errore nel ripristinare la flag O_APPEND sullo standard output: %s"
+
+#: src/xz/file_io.c:725
+#, c-format
+msgid "%s: Closing the file failed: %s"
+msgstr "%s: chiusura del file non riuscita: %s"
+
+#: src/xz/file_io.c:761 src/xz/file_io.c:945
+#, c-format
+msgid "%s: Seeking failed when trying to create a sparse file: %s"
+msgstr ""
+"%s: posizionamento non riuscito nel tentativo di creare un file sparso: %s"
+
+#: src/xz/file_io.c:820
+#, c-format
+msgid "%s: Read error: %s"
+msgstr "%s: errore di lettura: %s"
+
+#: src/xz/file_io.c:843
+#, c-format
+msgid "%s: Error seeking the file: %s"
+msgstr "%s: errore nel cercare il file: %s"
+
+#: src/xz/file_io.c:853
+#, c-format
+msgid "%s: Unexpected end of file"
+msgstr "%s: fine del file inaspettata"
+
+#: src/xz/file_io.c:903
+#, c-format
+msgid "%s: Write error: %s"
+msgstr "%s: errore di scrittura: %s"
+
+#: src/xz/hardware.c:100
+msgid "Disabled"
+msgstr "Disabilitato"
+
+#. TRANSLATORS: Test with "xz --info-memory" to see if
+#. the alignment looks nice.
+#: src/xz/hardware.c:119
+msgid "Total amount of physical memory (RAM): "
+msgstr "Quantità totale di memoria fisica (RAM):     "
+
+#: src/xz/hardware.c:121
+msgid "Memory usage limit for compression:    "
+msgstr "Limite utilizzo memoria per la compressione: "
+
+#: src/xz/hardware.c:123
+msgid "Memory usage limit for decompression:  "
+msgstr "Limite utilizzo memoria per l'estrazione:    "
+
+#. TRANSLATORS: Indicates that there is no integrity check.
+#. This string is used in tables, so the width must not
+#. exceed ten columns with a fixed-width font.
+#: src/xz/list.c:62
+msgid "None"
+msgstr "Nessuno"
+
+#. TRANSLATORS: Indicates that integrity check name is not known,
+#. but the Check ID is known (here 2). This and other "Unknown-N"
+#. strings are used in tables, so the width must not exceed ten
+#. columns with a fixed-width font. It's OK to omit the dash if
+#. you need space for one extra letter, but don't use spaces.
+#: src/xz/list.c:69
+msgid "Unknown-2"
+msgstr "Sconosc2"
+
+#: src/xz/list.c:70
+msgid "Unknown-3"
+msgstr "Sconosc3"
+
+#: src/xz/list.c:72
+msgid "Unknown-5"
+msgstr "Sconosc5"
+
+#: src/xz/list.c:73
+msgid "Unknown-6"
+msgstr "Sconosc6"
+
+#: src/xz/list.c:74
+msgid "Unknown-7"
+msgstr "Sconosc7"
+
+#: src/xz/list.c:75
+msgid "Unknown-8"
+msgstr "Sconosc8"
+
+#: src/xz/list.c:76
+msgid "Unknown-9"
+msgstr "Sconosc9"
+
+#: src/xz/list.c:78
+msgid "Unknown-11"
+msgstr "Sconosc11"
+
+#: src/xz/list.c:79
+msgid "Unknown-12"
+msgstr "Sconosc12"
+
+#: src/xz/list.c:80
+msgid "Unknown-13"
+msgstr "Sconosc13"
+
+#: src/xz/list.c:81
+msgid "Unknown-14"
+msgstr "Sconosc14"
+
+#: src/xz/list.c:82
+msgid "Unknown-15"
+msgstr "Sconosc15"
+
+#: src/xz/list.c:126
+#, c-format
+msgid "%s: File is empty"
+msgstr "%s: il file è vuoto"
+
+#: src/xz/list.c:131
+#, c-format
+msgid "%s: Too small to be a valid .xz file"
+msgstr "%s: troppo piccolo per essere un file .xz valido"
+
+#. TRANSLATORS: These are column headings. From Strms (Streams)
+#. to Ratio, the columns are right aligned. Check and Filename
+#. are left aligned. If you need longer words, it's OK to
+#. use two lines here. Test with "xz -l foo.xz".
+#: src/xz/list.c:603
+msgid "Strms  Blocks   Compressed Uncompressed  Ratio  Check   Filename"
+msgstr " Strm  Blocc.    Compresso     Estratto  Rapp.  Contr   Nome file"
+
+#: src/xz/list.c:643
+#, c-format
+msgid "  Streams:            %s\n"
+msgstr "  Stream:               %s\n"
+
+#: src/xz/list.c:645
+#, c-format
+msgid "  Blocks:             %s\n"
+msgstr "  Blocchi:              %s\n"
+
+#: src/xz/list.c:647
+#, c-format
+msgid "  Compressed size:    %s\n"
+msgstr "  Dim. compresso:       %s\n"
+
+#: src/xz/list.c:650
+#, c-format
+msgid "  Uncompressed size:  %s\n"
+msgstr "  Dim. estratto:        %s\n"
+
+#: src/xz/list.c:653
+#, c-format
+msgid "  Ratio:              %s\n"
+msgstr "  Rapporto:             %s\n"
+
+#: src/xz/list.c:655
+#, c-format
+msgid "  Check:              %s\n"
+msgstr "  Controllo:            %s\n"
+
+#: src/xz/list.c:656
+#, c-format
+msgid "  Stream padding:     %s\n"
+msgstr "  Padding dello stream: %s\n"
+
+#. TRANSLATORS: The second line is column headings. All except
+#. Check are right aligned; Check is left aligned. Test with
+#. "xz -lv foo.xz".
+#: src/xz/list.c:684
+msgid ""
+"  Streams:\n"
+"    Stream    Blocks      CompOffset    UncompOffset        CompSize      "
+"UncompSize  Ratio  Check      Padding"
+msgstr ""
+"Stream:\n"
+"    Stream    Blocc.    Offset comp.    Offset estr.      Dim. comp.   Dim. "
+"estratto  Rapp.  Contr      Padding"
+
+#. TRANSLATORS: The second line is column headings. All
+#. except Check are right aligned; Check is left aligned.
+#: src/xz/list.c:739
+#, c-format
+msgid ""
+"  Blocks:\n"
+"    Stream     Block      CompOffset    UncompOffset       TotalSize      "
+"UncompSize  Ratio  Check"
+msgstr ""
+"  Blocchi:\n"
+"    Stream    Blocc.    Offset comp. Offset estratto       Dim. tot.   Dim. "
+"estratto  Rapp.  Contr"
+
+#. TRANSLATORS: These are additional column headings
+#. for the most verbose listing mode. CheckVal
+#. (Check value), Flags, and Filters are left aligned.
+#. Header (Block Header Size), CompSize, and MemUsage
+#. are right aligned. %*s is replaced with 0-120
+#. spaces to make the CheckVal column wide enough.
+#. Test with "xz -lvv foo.xz".
+#: src/xz/list.c:751
+#, c-format
+msgid "      CheckVal %*s Header  Flags        CompSize    MemUsage  Filters"
+msgstr "      Val.cont %*s Header  Flag       Dim.compr.    Uso mem.  Filtri"
+
+#: src/xz/list.c:829 src/xz/list.c:998
+#, c-format
+msgid "  Memory needed:      %s MiB\n"
+msgstr "  Memoria necessaria:   %s MiB\n"
+
+#: src/xz/list.c:831 src/xz/list.c:1000
+#, c-format
+msgid "  Sizes in headers:   %s\n"
+msgstr "  Dim. negli header:    %s\n"
+
+#: src/xz/list.c:832 src/xz/list.c:1001
+msgid "Yes"
+msgstr "Sì"
+
+#: src/xz/list.c:832 src/xz/list.c:1001
+msgid "No"
+msgstr "No"
+
+#. TRANSLATORS: %s is an integer. Only the plural form of this
+#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
+#: src/xz/list.c:977
+#, c-format
+msgid "%s file\n"
+msgid_plural "%s files\n"
+msgstr[0] "%s file\n"
+msgstr[1] "%s file\n"
+
+#: src/xz/list.c:990
+msgid "Totals:"
+msgstr "Totali:"
+
+#: src/xz/list.c:991
+#, c-format
+msgid "  Number of files:    %s\n"
+msgstr "  Numero di file:       %s\n"
+
+#: src/xz/list.c:1063
+msgid "--list works only on .xz files (--format=xz or --format=auto)"
+msgstr "--list funziona solamente con file .xz (--format=xz o --format=auto)"
+
+#: src/xz/list.c:1069
+msgid "--list does not support reading from standard input"
+msgstr "--list non è in grado di leggere dallo standard input"
+
+#: src/xz/main.c:89
+#, c-format
+msgid "%s: Error reading filenames: %s"
+msgstr "%s: errore nel leggere i nomi dei file: %s"
+
+#: src/xz/main.c:96
+#, c-format
+msgid "%s: Unexpected end of input when reading filenames"
+msgstr "%s: fine dell'input durante la lettura dei nomi dei file non attesa"
+
+#: src/xz/main.c:120
+#, c-format
+msgid ""
+"%s: Null character found when reading filenames; maybe you meant to use `--"
+"files0' instead of `--files'?"
+msgstr ""
+"%s: nessun carattere trovato durante la lettura dei nomi dei file; forse si "
+"intendeva usare \"--files0\" invece di \"--files\"?"
+
+#: src/xz/main.c:174
+msgid "Compression and decompression with --robot are not supported yet."
+msgstr "La compressione e l'estrazione con --robot non sono ancora supportate."
+
+#: src/xz/main.c:231
+msgid ""
+"Cannot read data from standard input when reading filenames from standard "
+"input"
+msgstr ""
+"Impossibile leggere i dati dallo standard input durante la lettura dei nomi "
+"dei file dallo standard input"
+
+#. TRANSLATORS: This is the program name in the beginning
+#. of the line in messages. Usually it becomes "xz: ".
+#. This is a translatable string because French needs
+#. a space before a colon.
+#: src/xz/message.c:733
+#, c-format
+msgid "%s: "
+msgstr "%s: "
+
+#: src/xz/message.c:796 src/xz/message.c:846
+msgid "Internal error (bug)"
+msgstr "Errore interno (bug)"
+
+#: src/xz/message.c:803
+msgid "Cannot establish signal handlers"
+msgstr "Impossibile stabilire i gestori dei segnali"
+
+#: src/xz/message.c:812
+msgid "No integrity check; not verifying file integrity"
+msgstr ""
+"Nessun controllo d'integrità; l'integrità del file non viene verificata"
+
+#: src/xz/message.c:815
+msgid "Unsupported type of integrity check; not verifying file integrity"
+msgstr ""
+"Tipo di controllo di integrità non supportato; l'integrità del file non "
+"viene verificata"
+
+#: src/xz/message.c:822
+msgid "Memory usage limit reached"
+msgstr "Limite di utilizzo della memoria raggiunto"
+
+#: src/xz/message.c:825
+msgid "File format not recognized"
+msgstr "Formato di file non riconosciuto"
+
+#: src/xz/message.c:828
+msgid "Unsupported options"
+msgstr "Opzioni non supportate"
+
+#: src/xz/message.c:831
+msgid "Compressed data is corrupt"
+msgstr "I dati compressi sono danneggiati"
+
+#: src/xz/message.c:834
+msgid "Unexpected end of input"
+msgstr "Fine dell'input non attesa"
+
+#: src/xz/message.c:867
+#, c-format
+msgid "%s MiB of memory is required. The limiter is disabled."
+msgstr "%s MiB di memoria sono richiesti. Alcun limite impostato."
+
+#: src/xz/message.c:895
+#, c-format
+msgid "%s MiB of memory is required. The limit is %s."
+msgstr "%s MiB di memoria sono richiesti. Il limite è %s."
+
+#: src/xz/message.c:1062
+#, c-format
+msgid "%s: Filter chain: %s\n"
+msgstr "%s: catena di filtri: %s\n"
+
+#: src/xz/message.c:1072
+#, c-format
+msgid "Try `%s --help' for more information."
+msgstr "Provare \"%s --help\" per maggiori informazioni."
+
+#: src/xz/message.c:1098
+#, c-format
+msgid ""
+"Usage: %s [OPTION]... [FILE]...\n"
+"Compress or decompress FILEs in the .xz format.\n"
+"\n"
+msgstr ""
+"Uso: %s [OPZIONI]... [FILE]...\n"
+"Comprime o estrae i FILE nel formato .xz.\n"
+"\n"
+
+#: src/xz/message.c:1105
+msgid ""
+"Mandatory arguments to long options are mandatory for short options too.\n"
+msgstr ""
+"Gli argomenti obbligatori per le opzioni lunghe lo sono anche per quelle "
+"brevi.\n"
+
+#: src/xz/message.c:1109
+msgid " Operation mode:\n"
+msgstr " Modalità di operazione:\n"
+
+#: src/xz/message.c:1112
+msgid ""
+"  -z, --compress      force compression\n"
+"  -d, --decompress    force decompression\n"
+"  -t, --test          test compressed file integrity\n"
+"  -l, --list          list information about .xz files"
+msgstr ""
+"  -z, --compress      Forza la compressione\n"
+"  -d, --decompress    Forza l'estrazione\n"
+"  -t, --test          Verifica l'integrità dei file compressi\n"
+"  -l, --list          Elenca informazioni sui file .xz"
+
+#: src/xz/message.c:1118
+msgid ""
+"\n"
+" Operation modifiers:\n"
+msgstr ""
+"\n"
+" Modificatori di operazioni:\n"
+
+#: src/xz/message.c:1121
+msgid ""
+"  -k, --keep          keep (don't delete) input files\n"
+"  -f, --force         force overwrite of output file and (de)compress links\n"
+"  -c, --stdout        write to standard output and don't delete input files"
+msgstr ""
+"  -k, --keep          Mantiene (non elimina) i file di input\n"
+"  -f, --force         Forza la sovrascrittura dell'output e comprime/estrae "
+"i\n"
+"                      collegamenti\n"
+"  -c, --stdout        Scrive sullo standard output e non elimina i file di "
+"input"
+
+#: src/xz/message.c:1127
+msgid ""
+"      --no-sparse     do not create sparse files when decompressing\n"
+"  -S, --suffix=.SUF   use the suffix `.SUF' on compressed files\n"
+"      --files[=FILE]  read filenames to process from FILE; if FILE is\n"
+"                      omitted, filenames are read from the standard input;\n"
+"                      filenames must be terminated with the newline "
+"character\n"
+"      --files0[=FILE] like --files but use the null character as terminator"
+msgstr ""
+"      --no-sparse     Non crea file sparsi durante l'estrazione\n"
+"  -S, --suffix=.SUF   Usa il suffisso \".SUF\" sui file compressi\n"
+"      --files=[FILE]  Legge i nomi dei file da elaborare da FILE; se FILE è\n"
+"                      omesso, i nomi dei file sono letti dallo standard "
+"input;\n"
+"                      i nomi dei file devono essere terminati con un "
+"carattere\n"
+"                      di newline\n"
+"      --files0=[FILE] Come --files ma usa il carattere null come terminatore"
+
+#: src/xz/message.c:1135
+msgid ""
+"\n"
+" Basic file format and compression options:\n"
+msgstr ""
+"\n"
+" Formato file di base e opzioni di compressione:\n"
+
+#: src/xz/message.c:1137
+msgid ""
+"  -F, --format=FMT    file format to encode or decode; possible values are\n"
+"                      `auto' (default), `xz', `lzma', and `raw'\n"
+"  -C, --check=CHECK   integrity check type: `none' (use with caution),\n"
+"                      `crc32', `crc64' (default), or `sha256'"
+msgstr ""
+"  -F, --format=FMT    Formato file per codificare o decodificare; i "
+"possibili\n"
+"                      valori sono \"auto\" (predefinito) \"xz\", \"lzma\" e "
+"\"raw\"\n"
+"  -C, --check=CHECK   Tipo di verifica integrità: \"none\" (usare con "
+"attenzione),\n"
+"                      \"crc32\", \"crc64\" (predefinito) o \"sha256\""
+
+#: src/xz/message.c:1144
+msgid ""
+"  -0 ... -9           compression preset; default is 6; take compressor "
+"*and*\n"
+"                      decompressor memory usage into account before using "
+"7-9!"
+msgstr ""
+"  -0 ... -9           Preset di compressione; predefinito è 6; tenere a "
+"mente\n"
+"                      l'utilizzo di memoria per comprimere ed estrarre "
+"prima\n"
+"                      di usare 7-9"
+
+#: src/xz/message.c:1148
+msgid ""
+"  -e, --extreme       try to improve compression ratio by using more CPU "
+"time;\n"
+"                      does not affect decompressor memory requirements"
+msgstr ""
+"  -e, --extreme       Tenta di migliorare il rapporto di compressione\n"
+"                      utilizzando più tempo di CPU; non cambia i requisiti "
+"di\n"
+"                      memoria in fase di estrazione"
+
+#: src/xz/message.c:1153
+#, no-c-format
+msgid ""
+"      --memlimit-compress=LIMIT\n"
+"      --memlimit-decompress=LIMIT\n"
+"  -M, --memlimit=LIMIT\n"
+"                      set memory usage limit for compression, "
+"decompression,\n"
+"                      or both; LIMIT is in bytes, % of RAM, or 0 for defaults"
+msgstr ""
+"      --memlimit-compress=LIMIT\n"
+"      --memlimit-decompress=LIMIT\n"
+"  -M, --memlimit=LIMIT\n"
+"                      Imposta il limite di utilizzo della memoria per la\n"
+"                      compressione, l'estrazione o entrambe; LIMIT è in "
+"byte,\n"
+"                      % della memoria RAM oppure 0 per il valore predefinito"
+
+#: src/xz/message.c:1160
+msgid ""
+"      --no-adjust     if compression settings exceed the memory usage "
+"limit,\n"
+"                      give an error instead of adjusting the settings "
+"downwards"
+msgstr ""
+"      --no-adjust     Se le impostazioni di compressione eccedono il limite "
+"di\n"
+"                      utilizzo della memoria, lancia un errore invece di\n"
+"                      utilizzare valori più piccoli"
+
+#: src/xz/message.c:1166
+msgid ""
+"\n"
+" Custom filter chain for compression (alternative for using presets):"
+msgstr ""
+"\n"
+" Catena di filtri personalizzati per la compressione (alternative per\n"
+" l'utilizzo di preset):"
+
+#: src/xz/message.c:1175
+msgid ""
+"\n"
+"  --lzma1[=OPTS]      LZMA1 or LZMA2; OPTS is a comma-separated list of zero "
+"or\n"
+"  --lzma2[=OPTS]      more of the following options (valid values; "
+"default):\n"
+"                        preset=PRE reset options to a preset (0-9[e])\n"
+"                        dict=NUM   dictionary size (4KiB - 1536MiB; 8MiB)\n"
+"                        lc=NUM     number of literal context bits (0-4; 3)\n"
+"                        lp=NUM     number of literal position bits (0-4; 0)\n"
+"                        pb=NUM     number of position bits (0-4; 2)\n"
+"                        mode=MODE  compression mode (fast, normal; normal)\n"
+"                        nice=NUM   nice length of a match (2-273; 64)\n"
+"                        mf=NAME    match finder (hc3, hc4, bt2, bt3, bt4; "
+"bt4)\n"
+"                        depth=NUM  maximum search depth; 0=automatic "
+"(default)"
+msgstr ""
+"\n"
+"  --lzma1[=OPZ]      LZMA1 o LZMA2; OPZ è un elenco separato da virgole di "
+"zero\n"
+"  --lzma2[=OPZ]      o più delle seguenti opzioni (valori validi; "
+"predefinito):\n"
+"                        preset=NUM Reimposta le opzioni al preset NUM (0-9"
+"[e])\n"
+"                        dict=NUM   Dimensione del dizionario\n"
+"                                   (4KiB - 1536MiB; 8MiB)\n"
+"                        lc=NUM     Numero di bit letterali di contesto (0-4; "
+"3)\n"
+"                        lp=NUM     Numero di bit letterali di posizione "
+"(0-4; 0)\n"
+"                        pb=NUM     Numero di bit di posizione (0-4; 2)\n"
+"                        mode=MODE  Modalità di compressione\n"
+"                                   (fast, normal; normal)\n"
+"                        nice=NUM   Lunghezza valida per una corrispondenza\n"
+"                                   (2-273; 64)\n"
+"                        mf=NAME    Strumento per cercare corrispondenze\n"
+"                                   (hc3, hc4, bt2, bt3, bt4; bt4)\n"
+"                        depth=NUM  Profondità massima di ricerca; "
+"0=automatica\n"
+"                                   (predefinito)"
+
+#: src/xz/message.c:1190
+msgid ""
+"\n"
+"  --x86[=OPTS]        x86 BCJ filter (32-bit and 64-bit)\n"
+"  --powerpc[=OPTS]    PowerPC BCJ filter (big endian only)\n"
+"  --ia64[=OPTS]       IA-64 (Itanium) BCJ filter\n"
+"  --arm[=OPTS]        ARM BCJ filter (little endian only)\n"
+"  --armthumb[=OPTS]   ARM-Thumb BCJ filter (little endian only)\n"
+"  --sparc[=OPTS]      SPARC BCJ filter\n"
+"                      Valid OPTS for all BCJ filters:\n"
+"                        start=NUM  start offset for conversions (default=0)"
+msgstr ""
+"\n"
+"  --x86[=OPZ]        Filtro BCJ x86 (32 e 64 bit)\n"
+"  --powerpc[=OPZ]    Filtro BCJ PowerPC (solo big endian)\n"
+"  --ia64[=OPZ]       Filtro BCJ IA-64 (Itanium)\n"
+"  --arm[=OPZ]        Filtro BCJ ARM (solo little endian)\n"
+"  --armthumb[=OPZ]   Filtro BCJ ARM-Thumb (solo little endian)\n"
+"  --sparc[=OPZ]      Filtro BCJ SPARC\n"
+"                     OPZ valide per tutti i filtri BCJ:\n"
+"                      start=NUM Offset iniziale per le conversioni\n"
+"                                (predefinito=0)"
+
+#: src/xz/message.c:1202
+msgid ""
+"\n"
+"  --delta[=OPTS]      Delta filter; valid OPTS (valid values; default):\n"
+"                        dist=NUM   distance between bytes being subtracted\n"
+"                                   from each other (1-256; 1)"
+msgstr ""
+"\n"
+"  --delta[=OPZ]      Filtro Delta; OPZ valide (valori validi; predefinito):\n"
+"                      dist=NUM   Distanza tra byte sottratti\n"
+"                                 gli uni dagli altri (1-256; 1)"
+
+#: src/xz/message.c:1210
+msgid ""
+"\n"
+" Other options:\n"
+msgstr ""
+"\n"
+" Altre opzioni:\n"
+
+#: src/xz/message.c:1213
+msgid ""
+"  -q, --quiet         suppress warnings; specify twice to suppress errors "
+"too\n"
+"  -v, --verbose       be verbose; specify twice for even more verbose"
+msgstr ""
+"  -q, --quiet         Sopprime gli avvisi; specificare due volte per "
+"sopprimere\n"
+"                      anche gli errori\n"
+"  -v, --verbose       Output prolisso; specificare due volte per output "
+"ancora\n"
+"                      più prolisso"
+
+#: src/xz/message.c:1218
+msgid "  -Q, --no-warn       make warnings not affect the exit status"
+msgstr "  -Q, --no-warn       Gli avvisi non influenzano lo stato d'uscita"
+
+#: src/xz/message.c:1220
+msgid ""
+"      --robot         use machine-parsable messages (useful for scripts)"
+msgstr "      --robot         Usa messaggi analizzabili (utile per gli script)"
+
+#: src/xz/message.c:1223
+msgid ""
+"      --info-memory   display the total amount of RAM and the currently "
+"active\n"
+"                      memory usage limits, and exit"
+msgstr ""
+"      --info-memory   Visualizza la quantità totale di RAM, il limite "
+"attuale\n"
+"                      attivo di utilizzo della memore ed esce"
+
+#: src/xz/message.c:1226
+msgid ""
+"  -h, --help          display the short help (lists only the basic options)\n"
+"  -H, --long-help     display this long help and exit"
+msgstr ""
+"  -h, --help          Stampa l'aiuto breve (elenca solo le opzioni di base)\n"
+"  -H, --long-help     Stampa questo lungo aiuto ed esce"
+
+#: src/xz/message.c:1230
+msgid ""
+"  -h, --help          display this short help and exit\n"
+"  -H, --long-help     display the long help (lists also the advanced options)"
+msgstr ""
+"  -h, --help          Stampa questo breve aiuto ed esce\n"
+"  -H, --long-help     Stampa l'aiuto lungo (elenca anche le opzioni avanzate)"
+
+#: src/xz/message.c:1235
+msgid "  -V, --version       display the version number and exit"
+msgstr "  -V, --version       Stampa il numero della versione ed esce"
+
+#: src/xz/message.c:1237
+msgid ""
+"\n"
+"With no FILE, or when FILE is -, read standard input.\n"
+msgstr ""
+"\n"
+"Senza FILE, o quando FILE è -, legge lo standard input.\n"
+
+#. TRANSLATORS: This message indicates the bug reporting address
+#. for this package. Please add _another line_ saying
+#. "Report translation bugs to <...>\n" with the email or WWW
+#. address for translation bugs. Thanks.
+#: src/xz/message.c:1243
+#, c-format
+msgid "Report bugs to <%s> (in English or Finnish).\n"
+msgstr ""
+"Segnalare i bug a <%s> (in inglese o finlandese).\n"
+"Segnalare i bug di traduzione a <tp at lists.linux.it>.\n"
+
+#: src/xz/message.c:1245
+#, c-format
+msgid "%s home page: <%s>\n"
+msgstr "Sito web di %s: <%s>\n"
+
+#: src/xz/options.c:86
+#, c-format
+msgid "%s: Options must be `name=value' pairs separated with commas"
+msgstr ""
+"%s: le opzioni devono essere coppie \"nome=valore\" separate da virgole"
+
+#: src/xz/options.c:93
+#, c-format
+msgid "%s: Invalid option name"
+msgstr "%s: nome opzione non valido"
+
+#: src/xz/options.c:113
+#, c-format
+msgid "%s: Invalid option value"
+msgstr "%s: valore dell'opzione non valido"
+
+#: src/xz/options.c:247
+#, c-format
+msgid "Unsupported LZMA1/LZMA2 preset: %s"
+msgstr "Preset LZMA/LZMA2 non supportato: %s"
+
+#: src/xz/options.c:355
+msgid "The sum of lc and lp must not exceed 4"
+msgstr "La somma di lc e lp non deve superare 4"
+
+#: src/xz/options.c:359
+#, c-format
+msgid "The selected match finder requires at least nice=%<PRIu32>"
+msgstr ""
+"Lo strumento per cercare corrispondenze selezionato richiede almeno nice="
+"%<PRIu32>"
+
+#: src/xz/suffix.c:101 src/xz/suffix.c:194
+#, c-format
+msgid ""
+"%s: With --format=raw, --suffix=.SUF is required unless writing to stdout"
+msgstr ""
+"%s: con --format=raw, --suffix=.SUF è richiesto a meno che non si scriva "
+"sullo stdout"
+
+#: src/xz/suffix.c:121
+#, c-format
+msgid "%s: Filename has an unknown suffix, skipping"
+msgstr "%s: il nome del file ha un suffisso sconosciuto, viene saltato"
+
+#: src/xz/suffix.c:175 src/xz/suffix.c:184
+#, c-format
+msgid "%s: File already has `%s' suffix, skipping"
+msgstr "%s: il file ha già il suffisso \"%s\", viene saltato"
+
+#: src/xz/suffix.c:235
+#, c-format
+msgid "%s: Invalid filename suffix"
+msgstr "%s: suffisso del nome del file non valido"
+
+#: src/xz/util.c:61
+#, c-format
+msgid "%s: Value is not a non-negative decimal integer"
+msgstr "%s: il valore non è un numero intero decimale non-negativo"
+
+#: src/xz/util.c:103
+#, c-format
+msgid "%s: Invalid multiplier suffix"
+msgstr "%s: suffisso del moltiplicatore non valido"
+
+#: src/xz/util.c:105
+msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+msgstr ""
+"I suffissi validi sono \"KiB\" (2^10), \"MiB\" (2^20), e \"GiB\" (2^30)."
+
+#: src/xz/util.c:122
+#, c-format
+msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+msgstr ""
+"Il valore dell'opzione \"%s\" deve essere nell'intervallo [%<PRIu64>, "
+"%<PRIu64>]"
+
+#: src/xz/util.c:247
+msgid "Empty filename, skipping"
+msgstr "Nome file vuoto, viene saltato"
+
+#: src/xz/util.c:261
+msgid "Compressed data cannot be read from a terminal"
+msgstr "I dati compressi non possono essere letti da un terminale"
+
+#: src/xz/util.c:274
+msgid "Compressed data cannot be written to a terminal"
+msgstr "I dati compressi non possono essere scritti ad un terminale"
+
+#: src/common/tuklib_exit.c:39
+msgid "Writing to standard output failed"
+msgstr "Scrittura sullo standard ouput non riuscita"
+
+#: src/common/tuklib_exit.c:42
+msgid "Unknown error"
+msgstr "Errore sconosciuto"

Added: vendor/xz/dist/po/pl.po
===================================================================
--- vendor/xz/dist/po/pl.po	                        (rev 0)
+++ vendor/xz/dist/po/pl.po	2018-06-15 22:33:27 UTC (rev 11013)
@@ -0,0 +1,839 @@
+# Polish translation for xz.
+# This file is in the public domain.
+# Jakub Bogusz <qboosh at pld-linux.org>, 2011-2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xz 5.0.2\n"
+"Report-Msgid-Bugs-To: lasse.collin at tukaani.org\n"
+"POT-Creation-Date: 2012-05-29 13:50+0300\n"
+"PO-Revision-Date: 2012-05-29 18:15+0200\n"
+"Last-Translator: Jakub Bogusz <qboosh at pld-linux.org>\n"
+"Language-Team: Polish <translation-team-pl at lists.sourceforge.net>\n"
+"Language: pl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+
+#: src/xz/args.c:333
+#, c-format
+msgid "%s: Unknown file format type"
+msgstr "%s: Nieznany typ formatu pliku"
+
+#: src/xz/args.c:356 src/xz/args.c:364
+#, c-format
+msgid "%s: Unsupported integrity check type"
+msgstr "%s: Nieobsługiwany typ kontroli spójności"
+
+#: src/xz/args.c:382
+msgid "Only one file can be specified with `--files' or `--files0'."
+msgstr "Wraz z opcją `--files' lub `--files0' można podać tylko jeden plik."
+
+#: src/xz/args.c:445
+#, c-format
+msgid "The environment variable %s contains too many arguments"
+msgstr "Zmienna środowiskowa %s zawiera zbyt dużo argumentów"
+
+#: src/xz/coder.c:95
+msgid "Maximum number of filters is four"
+msgstr "Maksymalna liczba filtrów to cztery"
+
+#: src/xz/coder.c:108
+msgid "Memory usage limit is too low for the given filter setup."
+msgstr "Limit użycia pamięci jest zbyt mały dla podanej konfiguracji filtra."
+
+#: src/xz/coder.c:129
+msgid "Using a preset in raw mode is discouraged."
+msgstr "Użycie ustawień predefiniowanych w trybie surowym jest odradzane."
+
+#: src/xz/coder.c:131
+msgid "The exact options of the presets may vary between software versions."
+msgstr "Dokładne opcje ustawień predefiniowanych mogą różnić się między wersjami oprogramowania."
+
+#: src/xz/coder.c:157
+msgid "The .lzma format supports only the LZMA1 filter"
+msgstr "Format .lzma obsługuje tylko filtr LZMA1"
+
+#: src/xz/coder.c:165
+msgid "LZMA1 cannot be used with the .xz format"
+msgstr "LZMA1 nie może być używany z formatem .xz"
+
+#: src/xz/coder.c:182
+msgid "Unsupported filter chain or filter options"
+msgstr "Nieobsługiwany łańcuch filtrów lub opcje filtra"
+
+#: src/xz/coder.c:190
+#, c-format
+msgid "Decompression will need %s MiB of memory."
+msgstr "Dekompresja będzie wymagała %s MiB pamięci."
+
+#: src/xz/coder.c:247
+#, c-format
+msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgstr "Skorygowano rozmiar słownika LZMA%c z %s MiB do %s MiB aby nie przekroczyć limitu użycia pamięci %s MiB"
+
+#. TRANSLATORS: When compression or decompression finishes,
+#. and xz is going to remove the source file, xz first checks
+#. if the source file still exists, and if it does, does its
+#. device and inode numbers match what xz saw when it opened
+#. the source file. If these checks fail, this message is
+#. shown, %s being the filename, and the file is not deleted.
+#. The check for device and inode numbers is there, because
+#. it is possible that the user has put a new file in place
+#. of the original file, and in that case it obviously
+#. shouldn't be removed.
+#: src/xz/file_io.c:137
+#, c-format
+msgid "%s: File seems to have been moved, not removing"
+msgstr "%s: Plik wygląda na przeniesiony, nie zostanie usunięty"
+
+#: src/xz/file_io.c:144 src/xz/file_io.c:589
+#, c-format
+msgid "%s: Cannot remove: %s"
+msgstr "%s: Nie można usunąć: %s"
+
+#: src/xz/file_io.c:169
+#, c-format
+msgid "%s: Cannot set the file owner: %s"
+msgstr "%s: Nie można ustawić właściciela pliku: %s"
+
+#: src/xz/file_io.c:175
+#, c-format
+msgid "%s: Cannot set the file group: %s"
+msgstr "%s: Nie można ustawić grupy pliku: %s"
+
+#: src/xz/file_io.c:194
+#, c-format
+msgid "%s: Cannot set the file permissions: %s"
+msgstr "%s: Nie można ustawić uprawnień pliku: %s"
+
+#: src/xz/file_io.c:337 src/xz/file_io.c:420
+#, c-format
+msgid "%s: Is a symbolic link, skipping"
+msgstr "%s: Jest dowiązaniem symbolicznym, pominięto"
+
+#: src/xz/file_io.c:455
+#, c-format
+msgid "%s: Is a directory, skipping"
+msgstr "%s: Jest katalogiem, pominięto"
+
+#: src/xz/file_io.c:461
+#, c-format
+msgid "%s: Not a regular file, skipping"
+msgstr "%s: Nie jest zwykłym plikiem, pominięto"
+
+#: src/xz/file_io.c:478
+#, c-format
+msgid "%s: File has setuid or setgid bit set, skipping"
+msgstr "%s: Plik ma ustawiony bit setuid lub setgid, pominięto"
+
+#: src/xz/file_io.c:485
+#, c-format
+msgid "%s: File has sticky bit set, skipping"
+msgstr "%s: Plik ma ustawiony bit sticky, pominięto"
+
+#: src/xz/file_io.c:492
+#, c-format
+msgid "%s: Input file has more than one hard link, skipping"
+msgstr "%s: Plik wejściowy ma więcej niż jedno dowiązanie zwykłe, pominięto"
+
+#: src/xz/file_io.c:713
+#, c-format
+msgid "Error restoring the O_APPEND flag to standard output: %s"
+msgstr "Błąd podczas odtwarzania flagi O_APPEND dla standardowego wyjścia: %s"
+
+#: src/xz/file_io.c:725
+#, c-format
+msgid "%s: Closing the file failed: %s"
+msgstr "%s: Zamknięcie pliku nie powiodło się: %s"
+
+#: src/xz/file_io.c:761 src/xz/file_io.c:945
+#, c-format
+msgid "%s: Seeking failed when trying to create a sparse file: %s"
+msgstr "%s: Zmiana pozycji nie powiodła się podczas próby utworzenia pliku rzadkiego: %s"
+
+#: src/xz/file_io.c:820
+#, c-format
+msgid "%s: Read error: %s"
+msgstr "%s: Błąd odczytu: %s"
+
+#: src/xz/file_io.c:843
+#, c-format
+msgid "%s: Error seeking the file: %s"
+msgstr "%s: Błąd podczas zmiany pozycji w pliku: %s"
+
+#: src/xz/file_io.c:853
+#, c-format
+msgid "%s: Unexpected end of file"
+msgstr "%s: Nieoczekiwany koniec pliku"
+
+#: src/xz/file_io.c:903
+#, c-format
+msgid "%s: Write error: %s"
+msgstr "%s: Błąd zapisu: %s"
+
+#: src/xz/hardware.c:100
+msgid "Disabled"
+msgstr "Wyłączony"
+
+#. TRANSLATORS: Test with "xz --info-memory" to see if
+#. the alignment looks nice.
+#: src/xz/hardware.c:119
+msgid "Total amount of physical memory (RAM): "
+msgstr "Całkowita ilość pamięci fizycznej (RAM): "
+
+#: src/xz/hardware.c:121
+msgid "Memory usage limit for compression:    "
+msgstr "Limit użycia pamięci dla kompresji:      "
+
+#: src/xz/hardware.c:123
+msgid "Memory usage limit for decompression:  "
+msgstr "Limit użycia pamięci dla dekompresji:    "
+
+#. TRANSLATORS: Indicates that there is no integrity check.
+#. This string is used in tables, so the width must not
+#. exceed ten columns with a fixed-width font.
+#: src/xz/list.c:62
+msgid "None"
+msgstr "Brak"
+
+#. TRANSLATORS: Indicates that integrity check name is not known,
+#. but the Check ID is known (here 2). This and other "Unknown-N"
+#. strings are used in tables, so the width must not exceed ten
+#. columns with a fixed-width font. It's OK to omit the dash if
+#. you need space for one extra letter, but don't use spaces.
+#: src/xz/list.c:69
+msgid "Unknown-2"
+msgstr "Nieznany-2"
+
+#: src/xz/list.c:70
+msgid "Unknown-3"
+msgstr "Nieznany-3"
+
+#: src/xz/list.c:72
+msgid "Unknown-5"
+msgstr "Nieznany-5"
+
+#: src/xz/list.c:73
+msgid "Unknown-6"
+msgstr "Nieznany-6"
+
+#: src/xz/list.c:74
+msgid "Unknown-7"
+msgstr "Nieznany-7"
+
+#: src/xz/list.c:75
+msgid "Unknown-8"
+msgstr "Nieznany-8"
+
+#: src/xz/list.c:76
+msgid "Unknown-9"
+msgstr "Nieznany-9"
+
+#: src/xz/list.c:78
+msgid "Unknown-11"
+msgstr "Nieznany11"
+
+#: src/xz/list.c:79
+msgid "Unknown-12"
+msgstr "Nieznany12"
+
+#: src/xz/list.c:80
+msgid "Unknown-13"
+msgstr "Nieznany13"
+
+#: src/xz/list.c:81
+msgid "Unknown-14"
+msgstr "Nieznany14"
+
+#: src/xz/list.c:82
+msgid "Unknown-15"
+msgstr "Nieznany15"
+
+#: src/xz/list.c:126
+#, c-format
+msgid "%s: File is empty"
+msgstr "%s: Plik jest pusty"
+
+#: src/xz/list.c:131
+#, c-format
+msgid "%s: Too small to be a valid .xz file"
+msgstr "%s: Za mały na poprawny plik .xz"
+
+#. TRANSLATORS: These are column headings. From Strms (Streams)
+#. to Ratio, the columns are right aligned. Check and Filename
+#. are left aligned. If you need longer words, it's OK to
+#. use two lines here. Test with "xz -l foo.xz".
+#: src/xz/list.c:603
+msgid "Strms  Blocks   Compressed Uncompressed  Ratio  Check   Filename"
+msgstr "Strum.  Bloki    Spakowany  Rozpakowany  Wsp.  Kontrola Nazwa pliku"
+
+#: src/xz/list.c:643
+#, c-format
+msgid "  Streams:            %s\n"
+msgstr "  Strumienie:            %s\n"
+
+#: src/xz/list.c:645
+#, c-format
+msgid "  Blocks:             %s\n"
+msgstr "  Bloki:                 %s\n"
+
+#: src/xz/list.c:647
+#, c-format
+msgid "  Compressed size:    %s\n"
+msgstr "  Rozmiar spakowany:     %s\n"
+
+#: src/xz/list.c:650
+#, c-format
+msgid "  Uncompressed size:  %s\n"
+msgstr "  Rozmiar rozpakowany:   %s\n"
+
+#: src/xz/list.c:653
+#, c-format
+msgid "  Ratio:              %s\n"
+msgstr "  Współczynnik:          %s\n"
+
+#: src/xz/list.c:655
+#, c-format
+msgid "  Check:              %s\n"
+msgstr "  Kontrola spójności:    %s\n"
+
+#: src/xz/list.c:656
+#, c-format
+msgid "  Stream padding:     %s\n"
+msgstr "  Wyrównanie strumienia: %s\n"
+
+#. TRANSLATORS: The second line is column headings. All except
+#. Check are right aligned; Check is left aligned. Test with
+#. "xz -lv foo.xz".
+#: src/xz/list.c:684
+msgid ""
+"  Streams:\n"
+"    Stream    Blocks      CompOffset    UncompOffset        CompSize      UncompSize  Ratio  Check      Padding"
+msgstr ""
+"  Strumienie:\n"
+"  Strumień     Bloki    Offset spak.    Offset rozp.        Rozm.spak.    Rozm.rozp.  Wsp.   Kontrola   Wyrównanie"
+
+#. TRANSLATORS: The second line is column headings. All
+#. except Check are right aligned; Check is left aligned.
+#: src/xz/list.c:739
+#, c-format
+msgid ""
+"  Blocks:\n"
+"    Stream     Block      CompOffset    UncompOffset       TotalSize      UncompSize  Ratio  Check"
+msgstr ""
+"  Bloki:\n"
+"  Strumień      Blok    Offset spak.    Offset rozp.  Rozm.całkowity      Rozm.rozp.  Wsp.   Kontrola"
+
+#. TRANSLATORS: These are additional column headings
+#. for the most verbose listing mode. CheckVal
+#. (Check value), Flags, and Filters are left aligned.
+#. Header (Block Header Size), CompSize, and MemUsage
+#. are right aligned. %*s is replaced with 0-120
+#. spaces to make the CheckVal column wide enough.
+#. Test with "xz -lvv foo.xz".
+#: src/xz/list.c:751
+#, c-format
+msgid "      CheckVal %*s Header  Flags        CompSize    MemUsage  Filters"
+msgstr "   S.kontr. %*sNagłówek Flagi     Rozm. spak.  Uż.pamięci  Filtry"
+
+#: src/xz/list.c:829 src/xz/list.c:998
+#, c-format
+msgid "  Memory needed:      %s MiB\n"
+msgstr "  Wymagana pamięć:       %s MiB\n"
+
+#: src/xz/list.c:831 src/xz/list.c:1000
+#, c-format
+msgid "  Sizes in headers:   %s\n"
+msgstr "  Rozmiar w nagłówkach:  %s\n"
+
+#: src/xz/list.c:832 src/xz/list.c:1001
+msgid "Yes"
+msgstr "Tak"
+
+#: src/xz/list.c:832 src/xz/list.c:1001
+msgid "No"
+msgstr "Nie"
+
+#. TRANSLATORS: %s is an integer. Only the plural form of this
+#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
+#: src/xz/list.c:977
+#, c-format
+msgid "%s file\n"
+msgid_plural "%s files\n"
+msgstr[0] "%s plik\n"
+msgstr[1] "%s pliki\n"
+msgstr[2] "%s plików\n"
+
+#: src/xz/list.c:990
+msgid "Totals:"
+msgstr "Sumarycznie:"
+
+#: src/xz/list.c:991
+#, c-format
+msgid "  Number of files:    %s\n"
+msgstr "  Liczba plików:         %s\n"
+
+#: src/xz/list.c:1063
+msgid "--list works only on .xz files (--format=xz or --format=auto)"
+msgstr "--list działa tylko z plikami .xz (--format=xz lub --format=auto)"
+
+#: src/xz/list.c:1069
+msgid "--list does not support reading from standard input"
+msgstr "--list nie obsługuje odczytu ze standardowego wejścia"
+
+#: src/xz/main.c:89
+#, c-format
+msgid "%s: Error reading filenames: %s"
+msgstr "%s: Błąd odczytu nazw plików: %s"
+
+#: src/xz/main.c:96
+#, c-format
+msgid "%s: Unexpected end of input when reading filenames"
+msgstr "%s: Nieoczekiwany koniec wejścia podczas odczytu nazw plików"
+
+#: src/xz/main.c:120
+#, c-format
+msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
+msgstr "%s: Napotkano znak NUL podczas odczytu nazw plików; może miało być `--files0' zamiast `--files'?"
+
+#: src/xz/main.c:174
+msgid "Compression and decompression with --robot are not supported yet."
+msgstr "Kompresja i dekompresja z opcją --robot nie jest jeszcze obsługiwana."
+
+#: src/xz/main.c:231
+msgid "Cannot read data from standard input when reading filenames from standard input"
+msgstr "Nie można odczytać danych ze standardowego wejścia przy czytaniu nazw plików ze standardowego wejścia"
+
+#. TRANSLATORS: This is the program name in the beginning
+#. of the line in messages. Usually it becomes "xz: ".
+#. This is a translatable string because French needs
+#. a space before a colon.
+#: src/xz/message.c:733
+#, c-format
+msgid "%s: "
+msgstr "%s: "
+
+#: src/xz/message.c:796 src/xz/message.c:846
+msgid "Internal error (bug)"
+msgstr "Błąd wewnętrzny"
+
+#: src/xz/message.c:803
+msgid "Cannot establish signal handlers"
+msgstr "Nie można ustawić obsługi sygnałów"
+
+#: src/xz/message.c:812
+msgid "No integrity check; not verifying file integrity"
+msgstr "Brak kontroli spójności; poprawność plików nie będzie weryfikowana"
+
+#: src/xz/message.c:815
+msgid "Unsupported type of integrity check; not verifying file integrity"
+msgstr "Nieobsługiwany typ kontroli spójności; poprawność plików nie będzie weryfikowana"
+
+#: src/xz/message.c:822
+msgid "Memory usage limit reached"
+msgstr "Osiągnięto limit użycia pamięci"
+
+#: src/xz/message.c:825
+msgid "File format not recognized"
+msgstr "Nie rozpoznany format pliku"
+
+#: src/xz/message.c:828
+msgid "Unsupported options"
+msgstr "Nieobsługiwane opcje"
+
+#: src/xz/message.c:831
+msgid "Compressed data is corrupt"
+msgstr "Dane skompresowane są uszkodzone"
+
+#: src/xz/message.c:834
+msgid "Unexpected end of input"
+msgstr "Nieoczekiwany koniec wejścia"
+
+#: src/xz/message.c:867
+#, c-format
+msgid "%s MiB of memory is required. The limiter is disabled."
+msgstr "Wymagane jest %s MiB pamięci. Limit jest wyłączony."
+
+#: src/xz/message.c:895
+#, c-format
+msgid "%s MiB of memory is required. The limit is %s."
+msgstr "Wymagane jest %s MiB pamięci. Limit to %s."
+
+#: src/xz/message.c:1062
+#, c-format
+msgid "%s: Filter chain: %s\n"
+msgstr "%s: Łańcuch filtrów: %s\n"
+
+#: src/xz/message.c:1072
+#, c-format
+msgid "Try `%s --help' for more information."
+msgstr "Polecenie `%s --help' pokaże więcej informacji."
+
+#: src/xz/message.c:1098
+#, c-format
+msgid ""
+"Usage: %s [OPTION]... [FILE]...\n"
+"Compress or decompress FILEs in the .xz format.\n"
+"\n"
+msgstr ""
+"Składnia: %s [OPCJA]... [PLIK]...\n"
+"Kompresja lub dekompresja PLIKÓW w formacie .xz.\n"
+"\n"
+
+#: src/xz/message.c:1105
+msgid "Mandatory arguments to long options are mandatory for short options too.\n"
+msgstr ""
+"Argumenty obowiązkowe dla opcji długich są obowiązkowe również dla opcji\n"
+"krótkich.\n"
+
+#: src/xz/message.c:1109
+msgid " Operation mode:\n"
+msgstr " Tryb pracy:\n"
+
+#: src/xz/message.c:1112
+msgid ""
+"  -z, --compress      force compression\n"
+"  -d, --decompress    force decompression\n"
+"  -t, --test          test compressed file integrity\n"
+"  -l, --list          list information about .xz files"
+msgstr ""
+"  -z, --compress      wymuszenie kompresji\n"
+"  -d, --decompress    wymuszenie dekompresji\n"
+"  -t, --test          sprawdzenie spójności plików skompresowanych\n"
+"  -l, --list          wypisanie informacji o plikach .xz"
+
+#: src/xz/message.c:1118
+msgid ""
+"\n"
+" Operation modifiers:\n"
+msgstr ""
+"\n"
+" Modyfikatory operacji:\n"
+
+#: src/xz/message.c:1121
+msgid ""
+"  -k, --keep          keep (don't delete) input files\n"
+"  -f, --force         force overwrite of output file and (de)compress links\n"
+"  -c, --stdout        write to standard output and don't delete input files"
+msgstr ""
+"  -k, --keep          zachowanie (nieusuwanie) plików wejściowych\n"
+"  -f, --force         nadpisywanie plików wyjściowych i (de)kompresja dowiązań\n"
+"  -c, --stdout        zapis na standardowe wyjście, nieusuwanie plików wej."
+
+#: src/xz/message.c:1127
+msgid ""
+"      --no-sparse     do not create sparse files when decompressing\n"
+"  -S, --suffix=.SUF   use the suffix `.SUF' on compressed files\n"
+"      --files[=FILE]  read filenames to process from FILE; if FILE is\n"
+"                      omitted, filenames are read from the standard input;\n"
+"                      filenames must be terminated with the newline character\n"
+"      --files0[=FILE] like --files but use the null character as terminator"
+msgstr ""
+"      --no-sparse     nietworzenie plików rzadkich podczas dekompresji\n"
+"  -S, --suffix=.ROZ   użycie rozszerzenia `.ROZ' dla plików skompresowanych\n"
+"      --files[=PLIK]  odczyt nazw plików do przetworzenia z PLIKU; jeśli PLIK\n"
+"                      nie został podany, nazwy są czytane ze standardowego\n"
+"                      wejścia; muszą być zakończone znakiem nowej linii\n"
+"      --files0[=PLIK] podobnie do --files, ale znakiem kończącym musi być NUL"
+
+#: src/xz/message.c:1135
+msgid ""
+"\n"
+" Basic file format and compression options:\n"
+msgstr ""
+"\n"
+" Podstawowe opcje formatu pliku i kompresji:\n"
+
+#: src/xz/message.c:1137
+msgid ""
+"  -F, --format=FMT    file format to encode or decode; possible values are\n"
+"                      `auto' (default), `xz', `lzma', and `raw'\n"
+"  -C, --check=CHECK   integrity check type: `none' (use with caution),\n"
+"                      `crc32', `crc64' (default), or `sha256'"
+msgstr ""
+"  -F, --format=FORM   format pliki do kodowania lub dekodowania; możliwe to\n"
+"                      `auto' (domyślny), `xz', 'lzma' i `raw'\n"
+"  -C, --check=TEST    typ kontroli spójności: `none' (ostrożnie!),\n"
+"                      `crc32', `crc64' (domyślny) lub `sha256'"
+
+#: src/xz/message.c:1144
+msgid ""
+"  -0 ... -9           compression preset; default is 6; take compressor *and*\n"
+"                      decompressor memory usage into account before using 7-9!"
+msgstr ""
+"  -0 ... -9           predefiniowane opcje kompresji; domyślna to 6; przed\n"
+"                      użyciem wartości 7-9 należy wziąć pod uwagę wykorzystanie\n"
+"                      pamięci przy kompresji *oraz* dekompresji!"
+
+#: src/xz/message.c:1148
+msgid ""
+"  -e, --extreme       try to improve compression ratio by using more CPU time;\n"
+"                      does not affect decompressor memory requirements"
+msgstr ""
+"  -e, --extreme       próba poprawy współczynnika kompresji z użyciem większej\n"
+"                      ilości czasu procesora; nie wpływa na wymagania\n"
+"                      pamięciowe dekompresora"
+
+#: src/xz/message.c:1153
+#, no-c-format
+msgid ""
+"      --memlimit-compress=LIMIT\n"
+"      --memlimit-decompress=LIMIT\n"
+"  -M, --memlimit=LIMIT\n"
+"                      set memory usage limit for compression, decompression,\n"
+"                      or both; LIMIT is in bytes, % of RAM, or 0 for defaults"
+msgstr ""
+"      --memlimit-compress=LIMIT\n"
+"      --memlimit-decompress=LIMIT\n"
+"  -M, --memlimit=LIMIT\n"
+"                      ustawienie limitu użycia pamięci dla kompresji,\n"
+"                      dekompresji lub obu; LIMIT jest w bajtach, % RAM lub 0\n"
+"                      dla limitów domyślnych"
+
+#: src/xz/message.c:1160
+msgid ""
+"      --no-adjust     if compression settings exceed the memory usage limit,\n"
+"                      give an error instead of adjusting the settings downwards"
+msgstr ""
+"      --no-adjust     jeśli ustawienia kompresji przekraczają limit użycia\n"
+"                      pamięci, zostanie zgłoszony błąd zamiast zmniejszania\n"
+"                      ustawień"
+
+#: src/xz/message.c:1166
+msgid ""
+"\n"
+" Custom filter chain for compression (alternative for using presets):"
+msgstr ""
+"\n"
+" Łańcuch własnych filtrów do kompresji (alternatywa do używania -0 .. -9):"
+
+#: src/xz/message.c:1175
+msgid ""
+"\n"
+"  --lzma1[=OPTS]      LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n"
+"  --lzma2[=OPTS]      more of the following options (valid values; default):\n"
+"                        preset=PRE reset options to a preset (0-9[e])\n"
+"                        dict=NUM   dictionary size (4KiB - 1536MiB; 8MiB)\n"
+"                        lc=NUM     number of literal context bits (0-4; 3)\n"
+"                        lp=NUM     number of literal position bits (0-4; 0)\n"
+"                        pb=NUM     number of position bits (0-4; 2)\n"
+"                        mode=MODE  compression mode (fast, normal; normal)\n"
+"                        nice=NUM   nice length of a match (2-273; 64)\n"
+"                        mf=NAME    match finder (hc3, hc4, bt2, bt3, bt4; bt4)\n"
+"                        depth=NUM  maximum search depth; 0=automatic (default)"
+msgstr ""
+"\n"
+"  --lzma1[=OPCJE]     LZMA1 lub LZMA2; OPCJE to oddzielona przecinkami lista\n"
+"  --lzma2[=OPCJE]     zera lub więcej następujących opcji (w nawiasach wartości\n"
+"                      poprawne; domyślne):\n"
+"                        preset=PRE ustawienie opcji na predefiniowane (0-9[e])\n"
+"                        dict=ILE   rozmiar słownika (4KiB - 1536MiB; 8MiB)\n"
+"                        lc=ILE     liczba bitów kontekstu literału (0-4; 3)\n"
+"                        lp=ILE     liczba bitów pozycji literału (0-4; 0)\n"
+"                        pp=ILE     liczba bitów pozycji (0-4; 2)\n"
+"                        mode=TRYB  tryb kompresji (fast, normal; normal)\n"
+"                        nice=ILE   długość dopasowania (2-273; 64)\n"
+"                        mf=NAZWA   dopasowywacz (hc3, hc4, bt2, bt3, bt4; bt4)\n"
+"                        depth=ILE  maks. głębokość szukania; 0=auto (domyślne)"
+
+#: src/xz/message.c:1190
+msgid ""
+"\n"
+"  --x86[=OPTS]        x86 BCJ filter (32-bit and 64-bit)\n"
+"  --powerpc[=OPTS]    PowerPC BCJ filter (big endian only)\n"
+"  --ia64[=OPTS]       IA-64 (Itanium) BCJ filter\n"
+"  --arm[=OPTS]        ARM BCJ filter (little endian only)\n"
+"  --armthumb[=OPTS]   ARM-Thumb BCJ filter (little endian only)\n"
+"  --sparc[=OPTS]      SPARC BCJ filter\n"
+"                      Valid OPTS for all BCJ filters:\n"
+"                        start=NUM  start offset for conversions (default=0)"
+msgstr ""
+"\n"
+"  --x86[=OPCJE]       Filtr BCJ x86 (32-bitowy lub 64-bitowy)\n"
+"  --powerpc[=OPCJE]   Filtr BCJ PowerPC (tylko big-endian)\n"
+"  --ia64[=OPCJE]      Filtr BCJ IA-64 (Itanium)\n"
+"  --arm[=OPCJE]       Filtr BCJ ARM (tylko little-endian)\n"
+"  --armthumb[=OPCJE]  Filtr BCJ ARM-Thumb (tylko little-endian)\n"
+"  --sparc[=OPCJE]     Filtr BCJ SPARC\n"
+"                      Poprawne OPCJE dla wszystkich filtrów BCJ:\n"
+"                        start=ILE  offset początku konwersji (domyślnie=0)"
+
+#: src/xz/message.c:1202
+msgid ""
+"\n"
+"  --delta[=OPTS]      Delta filter; valid OPTS (valid values; default):\n"
+"                        dist=NUM   distance between bytes being subtracted\n"
+"                                   from each other (1-256; 1)"
+msgstr ""
+"\n"
+"  --delta[=OPCJE]     Filtr delta; poprawne OPCJE (poprawne wart.; domyślne):\n"
+"                        dist=ILE   odległość między bajtami odejmowanymi od\n"
+"                                   siebie (1-256; 1)"
+
+#: src/xz/message.c:1210
+msgid ""
+"\n"
+" Other options:\n"
+msgstr ""
+"\n"
+" Inne opcje:\n"
+
+#: src/xz/message.c:1213
+msgid ""
+"  -q, --quiet         suppress warnings; specify twice to suppress errors too\n"
+"  -v, --verbose       be verbose; specify twice for even more verbose"
+msgstr ""
+"  -q, --quiet         pominięcie ostrzeżeń; dwukrotne podanie pomija też błędy\n"
+"  -v, --verbose       więcej informacji; dwukrotne podanie to jeszcze więcej"
+
+#: src/xz/message.c:1218
+msgid "  -Q, --no-warn       make warnings not affect the exit status"
+msgstr "  -Q, --no-warn       ostrzeżenia nie mają wpływu na status zakończenia"
+
+#: src/xz/message.c:1220
+msgid "      --robot         use machine-parsable messages (useful for scripts)"
+msgstr "      --robot         komunikaty w formacie dla maszyny (do skryptów)"
+
+#: src/xz/message.c:1223
+msgid ""
+"      --info-memory   display the total amount of RAM and the currently active\n"
+"                      memory usage limits, and exit"
+msgstr ""
+"      --info-memory   wyświetlenie całkowitej ilości pamięci RAM oraz aktualnie\n"
+"                      aktywnych limitów pamięci i zakończenie pracy"
+
+#: src/xz/message.c:1226
+msgid ""
+"  -h, --help          display the short help (lists only the basic options)\n"
+"  -H, --long-help     display this long help and exit"
+msgstr ""
+"  -h, --help          wyświetlenie krótkiego opisu (tylko podstawowe opcje)\n"
+"  -H, --long-help     wyświetlenie tego długiego opisu i zakończenie"
+
+#: src/xz/message.c:1230
+msgid ""
+"  -h, --help          display this short help and exit\n"
+"  -H, --long-help     display the long help (lists also the advanced options)"
+msgstr ""
+"  -h, --help          wyświetlenie tego krótkiego opisu i zakończenie\n"
+"  -H, --long-help     wyświetlenie długiego opisu (także opcje zaawansowane)"
+
+#: src/xz/message.c:1235
+msgid "  -V, --version       display the version number and exit"
+msgstr "  -V, --version       wyświetlenie informacji o wersji i zakończenie"
+
+#: src/xz/message.c:1237
+msgid ""
+"\n"
+"With no FILE, or when FILE is -, read standard input.\n"
+msgstr ""
+"\n"
+"Jeśli nie podano PLIKU lub PLIK to -, czytane jest standardowe wejście.\n"
+
+#. TRANSLATORS: This message indicates the bug reporting address
+#. for this package. Please add _another line_ saying
+#. "Report translation bugs to <...>\n" with the email or WWW
+#. address for translation bugs. Thanks.
+#: src/xz/message.c:1243
+#, c-format
+msgid "Report bugs to <%s> (in English or Finnish).\n"
+msgstr ""
+"Błędy prosimy zgłaszać na adres <%s>\n"
+"(w języku angielskim lub fińskim).\n"
+"Błędy w tłumaczeniu prosimy zgłaszać na adres\n"
+"<translation-team-pl at lists.sourceforge.net>.\n"
+
+#: src/xz/message.c:1245
+#, c-format
+msgid "%s home page: <%s>\n"
+msgstr "Strona domowa %s: <%s>\n"
+
+#: src/xz/options.c:86
+#, c-format
+msgid "%s: Options must be `name=value' pairs separated with commas"
+msgstr "%s: Opcje muszą być parami `nazwa=wartość' rozdzielonymi przecinkami"
+
+#: src/xz/options.c:93
+#, c-format
+msgid "%s: Invalid option name"
+msgstr "%s: Błędna nazwa opcji"
+
+#: src/xz/options.c:113
+#, c-format
+msgid "%s: Invalid option value"
+msgstr "%s: Błędna wartość opcji"
+
+#: src/xz/options.c:247
+#, c-format
+msgid "Unsupported LZMA1/LZMA2 preset: %s"
+msgstr "Nieobsługiwane ustawienie predefiniowane LZMA1/LZMA2: %s"
+
+#: src/xz/options.c:355
+msgid "The sum of lc and lp must not exceed 4"
+msgstr "Suma lc i lp nie może przekroczyć 4"
+
+#: src/xz/options.c:359
+#, c-format
+msgid "The selected match finder requires at least nice=%<PRIu32>"
+msgstr "Wybrany dopasowywacz wymaga przynajmniej nice=%<PRIu32>"
+
+#: src/xz/suffix.c:101 src/xz/suffix.c:194
+#, c-format
+msgid "%s: With --format=raw, --suffix=.SUF is required unless writing to stdout"
+msgstr "%s: Przy --format=raw i zapisie do pliku wymagana jest opcja --suffix=.ROZ"
+
+#: src/xz/suffix.c:121
+#, c-format
+msgid "%s: Filename has an unknown suffix, skipping"
+msgstr "%s: Nazwa pliku ma nieznane rozszerzenie, pominięto"
+
+#: src/xz/suffix.c:175 src/xz/suffix.c:184
+#, c-format
+msgid "%s: File already has `%s' suffix, skipping"
+msgstr "%s: Plik już ma rozszerzenie `%s', pominięto"
+
+#: src/xz/suffix.c:235
+#, c-format
+msgid "%s: Invalid filename suffix"
+msgstr "%s: Błędne rozszerzenie nazwy pliku"
+
+#: src/xz/util.c:61
+#, c-format
+msgid "%s: Value is not a non-negative decimal integer"
+msgstr "%s: Wartość nie jest nieujemną liczbą całkowitą"
+
+#: src/xz/util.c:103
+#, c-format
+msgid "%s: Invalid multiplier suffix"
+msgstr "%s: Błędny przyrostek mnożnika"
+
+#: src/xz/util.c:105
+msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+msgstr "Poprawne przyrostki to `KiB' (2^10), `MiB' (2^20) i `GiB' (2^30)."
+
+#: src/xz/util.c:122
+#, c-format
+msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+msgstr "Wartość opcji `%s' musi być w przedziale [%<PRIu64>, %<PRIu64>]"
+
+#: src/xz/util.c:247
+msgid "Empty filename, skipping"
+msgstr "Pusta nazwa pliku, pominięto"
+
+#: src/xz/util.c:261
+msgid "Compressed data cannot be read from a terminal"
+msgstr "Dane skompresowane nie mogą być czytane z terminala"
+
+#: src/xz/util.c:274
+msgid "Compressed data cannot be written to a terminal"
+msgstr "Dane skompresowane nie mogą być zapisywane na terminal"
+
+#: src/common/tuklib_exit.c:39
+msgid "Writing to standard output failed"
+msgstr "Zapis na standardowe wyjście nie powiódł się"
+
+#: src/common/tuklib_exit.c:42
+msgid "Unknown error"
+msgstr "Nieznany błąd"

Added: vendor/xz/dist/po/xz.pot
===================================================================
--- vendor/xz/dist/po/xz.pot	                        (rev 0)
+++ vendor/xz/dist/po/xz.pot	2018-06-15 22:33:27 UTC (rev 11013)
@@ -0,0 +1,736 @@
+# SOME DESCRIPTIVE TITLE.
+# This file is put in the public domain.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: lasse.collin at tukaani.org\n"
+"POT-Creation-Date: 2011-01-28 20:01+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
+
+#: src/xz/args.c:333
+#, c-format
+msgid "%s: Unknown file format type"
+msgstr ""
+
+#: src/xz/args.c:356 src/xz/args.c:364
+#, c-format
+msgid "%s: Unsupported integrity check type"
+msgstr ""
+
+#: src/xz/args.c:382
+msgid "Only one file can be specified with `--files' or `--files0'."
+msgstr ""
+
+#: src/xz/args.c:445
+#, c-format
+msgid "The environment variable %s contains too many arguments"
+msgstr ""
+
+#: src/xz/coder.c:95
+msgid "Maximum number of filters is four"
+msgstr ""
+
+#: src/xz/coder.c:108
+msgid "Memory usage limit is too low for the given filter setup."
+msgstr ""
+
+#: src/xz/coder.c:129
+msgid "Using a preset in raw mode is discouraged."
+msgstr ""
+
+#: src/xz/coder.c:131
+msgid "The exact options of the presets may vary between software versions."
+msgstr ""
+
+#: src/xz/coder.c:157
+msgid "The .lzma format supports only the LZMA1 filter"
+msgstr ""
+
+#: src/xz/coder.c:165
+msgid "LZMA1 cannot be used with the .xz format"
+msgstr ""
+
+#: src/xz/coder.c:182
+msgid "Unsupported filter chain or filter options"
+msgstr ""
+
+#: src/xz/coder.c:190
+#, c-format
+msgid "Decompression will need %s MiB of memory."
+msgstr ""
+
+#: src/xz/coder.c:247
+#, c-format
+msgid "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the memory usage limit of %s MiB"
+msgstr ""
+
+#. TRANSLATORS: When compression or decompression finishes,
+#. and xz is going to remove the source file, xz first checks
+#. if the source file still exists, and if it does, does its
+#. device and inode numbers match what xz saw when it opened
+#. the source file. If these checks fail, this message is
+#. shown, %s being the filename, and the file is not deleted.
+#. The check for device and inode numbers is there, because
+#. it is possible that the user has put a new file in place
+#. of the original file, and in that case it obviously
+#. shouldn't be removed.
+#: src/xz/file_io.c:137
+#, c-format
+msgid "%s: File seems to have been moved, not removing"
+msgstr ""
+
+#: src/xz/file_io.c:144 src/xz/file_io.c:589
+#, c-format
+msgid "%s: Cannot remove: %s"
+msgstr ""
+
+#: src/xz/file_io.c:169
+#, c-format
+msgid "%s: Cannot set the file owner: %s"
+msgstr ""
+
+#: src/xz/file_io.c:175
+#, c-format
+msgid "%s: Cannot set the file group: %s"
+msgstr ""
+
+#: src/xz/file_io.c:194
+#, c-format
+msgid "%s: Cannot set the file permissions: %s"
+msgstr ""
+
+#: src/xz/file_io.c:337 src/xz/file_io.c:420
+#, c-format
+msgid "%s: Is a symbolic link, skipping"
+msgstr ""
+
+#: src/xz/file_io.c:455
+#, c-format
+msgid "%s: Is a directory, skipping"
+msgstr ""
+
+#: src/xz/file_io.c:461
+#, c-format
+msgid "%s: Not a regular file, skipping"
+msgstr ""
+
+#: src/xz/file_io.c:478
+#, c-format
+msgid "%s: File has setuid or setgid bit set, skipping"
+msgstr ""
+
+#: src/xz/file_io.c:485
+#, c-format
+msgid "%s: File has sticky bit set, skipping"
+msgstr ""
+
+#: src/xz/file_io.c:492
+#, c-format
+msgid "%s: Input file has more than one hard link, skipping"
+msgstr ""
+
+#: src/xz/file_io.c:713
+#, c-format
+msgid "Error restoring the O_APPEND flag to standard output: %s"
+msgstr ""
+
+#: src/xz/file_io.c:725
+#, c-format
+msgid "%s: Closing the file failed: %s"
+msgstr ""
+
+#: src/xz/file_io.c:761 src/xz/file_io.c:945
+#, c-format
+msgid "%s: Seeking failed when trying to create a sparse file: %s"
+msgstr ""
+
+#: src/xz/file_io.c:820
+#, c-format
+msgid "%s: Read error: %s"
+msgstr ""
+
+#: src/xz/file_io.c:843
+#, c-format
+msgid "%s: Error seeking the file: %s"
+msgstr ""
+
+#: src/xz/file_io.c:853
+#, c-format
+msgid "%s: Unexpected end of file"
+msgstr ""
+
+#: src/xz/file_io.c:903
+#, c-format
+msgid "%s: Write error: %s"
+msgstr ""
+
+#: src/xz/hardware.c:100
+msgid "Disabled"
+msgstr ""
+
+#. TRANSLATORS: Test with "xz --info-memory" to see if
+#. the alignment looks nice.
+#: src/xz/hardware.c:119
+msgid "Total amount of physical memory (RAM): "
+msgstr ""
+
+#: src/xz/hardware.c:121
+msgid "Memory usage limit for compression:    "
+msgstr ""
+
+#: src/xz/hardware.c:123
+msgid "Memory usage limit for decompression:  "
+msgstr ""
+
+#. TRANSLATORS: Indicates that there is no integrity check.
+#. This string is used in tables, so the width must not
+#. exceed ten columns with a fixed-width font.
+#: src/xz/list.c:62
+msgid "None"
+msgstr ""
+
+#. TRANSLATORS: Indicates that integrity check name is not known,
+#. but the Check ID is known (here 2). This and other "Unknown-N"
+#. strings are used in tables, so the width must not exceed ten
+#. columns with a fixed-width font. It's OK to omit the dash if
+#. you need space for one extra letter, but don't use spaces.
+#: src/xz/list.c:69
+msgid "Unknown-2"
+msgstr ""
+
+#: src/xz/list.c:70
+msgid "Unknown-3"
+msgstr ""
+
+#: src/xz/list.c:72
+msgid "Unknown-5"
+msgstr ""
+
+#: src/xz/list.c:73
+msgid "Unknown-6"
+msgstr ""
+
+#: src/xz/list.c:74
+msgid "Unknown-7"
+msgstr ""
+
+#: src/xz/list.c:75
+msgid "Unknown-8"
+msgstr ""
+
+#: src/xz/list.c:76
+msgid "Unknown-9"
+msgstr ""
+
+#: src/xz/list.c:78
+msgid "Unknown-11"
+msgstr ""
+
+#: src/xz/list.c:79
+msgid "Unknown-12"
+msgstr ""
+
+#: src/xz/list.c:80
+msgid "Unknown-13"
+msgstr ""
+
+#: src/xz/list.c:81
+msgid "Unknown-14"
+msgstr ""
+
+#: src/xz/list.c:82
+msgid "Unknown-15"
+msgstr ""
+
+#: src/xz/list.c:126
+#, c-format
+msgid "%s: File is empty"
+msgstr ""
+
+#: src/xz/list.c:131
+#, c-format
+msgid "%s: Too small to be a valid .xz file"
+msgstr ""
+
+#. TRANSLATORS: These are column headings. From Strms (Streams)
+#. to Ratio, the columns are right aligned. Check and Filename
+#. are left aligned. If you need longer words, it's OK to
+#. use two lines here. Test with "xz -l foo.xz".
+#: src/xz/list.c:612
+msgid "Strms  Blocks   Compressed Uncompressed  Ratio  Check   Filename"
+msgstr ""
+
+#: src/xz/list.c:652
+#, c-format
+msgid "  Streams:            %s\n"
+msgstr ""
+
+#: src/xz/list.c:654
+#, c-format
+msgid "  Blocks:             %s\n"
+msgstr ""
+
+#: src/xz/list.c:656
+#, c-format
+msgid "  Compressed size:    %s\n"
+msgstr ""
+
+#: src/xz/list.c:659
+#, c-format
+msgid "  Uncompressed size:  %s\n"
+msgstr ""
+
+#: src/xz/list.c:662
+#, c-format
+msgid "  Ratio:              %s\n"
+msgstr ""
+
+#: src/xz/list.c:664
+#, c-format
+msgid "  Check:              %s\n"
+msgstr ""
+
+#: src/xz/list.c:665
+#, c-format
+msgid "  Stream padding:     %s\n"
+msgstr ""
+
+#. TRANSLATORS: The second line is column headings. All except
+#. Check are right aligned; Check is left aligned. Test with
+#. "xz -lv foo.xz".
+#: src/xz/list.c:693
+msgid ""
+"  Streams:\n"
+"    Stream    Blocks      CompOffset    UncompOffset        CompSize      UncompSize  Ratio  Check      Padding"
+msgstr ""
+
+#. TRANSLATORS: The second line is column headings. All
+#. except Check are right aligned; Check is left aligned.
+#: src/xz/list.c:748
+#, c-format
+msgid ""
+"  Blocks:\n"
+"    Stream     Block      CompOffset    UncompOffset       TotalSize      UncompSize  Ratio  Check"
+msgstr ""
+
+#. TRANSLATORS: These are additional column headings
+#. for the most verbose listing mode. CheckVal
+#. (Check value), Flags, and Filters are left aligned.
+#. Header (Block Header Size), CompSize, and MemUsage
+#. are right aligned. %*s is replaced with 0-120
+#. spaces to make the CheckVal column wide enough.
+#. Test with "xz -lvv foo.xz".
+#: src/xz/list.c:760
+#, c-format
+msgid "      CheckVal %*s Header  Flags        CompSize    MemUsage  Filters"
+msgstr ""
+
+#: src/xz/list.c:838 src/xz/list.c:1007
+#, c-format
+msgid "  Memory needed:      %s MiB\n"
+msgstr ""
+
+#: src/xz/list.c:840 src/xz/list.c:1009
+#, c-format
+msgid "  Sizes in headers:   %s\n"
+msgstr ""
+
+#: src/xz/list.c:841 src/xz/list.c:1010
+msgid "Yes"
+msgstr ""
+
+#: src/xz/list.c:841 src/xz/list.c:1010
+msgid "No"
+msgstr ""
+
+#. TRANSLATORS: %s is an integer. Only the plural form of this
+#. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
+#: src/xz/list.c:986
+#, c-format
+msgid "%s file\n"
+msgid_plural "%s files\n"
+msgstr[0] ""
+msgstr[1] ""
+
+#: src/xz/list.c:999
+msgid "Totals:"
+msgstr ""
+
+#: src/xz/list.c:1000
+#, c-format
+msgid "  Number of files:    %s\n"
+msgstr ""
+
+#: src/xz/list.c:1072
+msgid "--list works only on .xz files (--format=xz or --format=auto)"
+msgstr ""
+
+#: src/xz/list.c:1078
+msgid "--list does not support reading from standard input"
+msgstr ""
+
+#: src/xz/main.c:89
+#, c-format
+msgid "%s: Error reading filenames: %s"
+msgstr ""
+
+#: src/xz/main.c:96
+#, c-format
+msgid "%s: Unexpected end of input when reading filenames"
+msgstr ""
+
+#: src/xz/main.c:120
+#, c-format
+msgid "%s: Null character found when reading filenames; maybe you meant to use `--files0' instead of `--files'?"
+msgstr ""
+
+#: src/xz/main.c:174
+msgid "Compression and decompression with --robot are not supported yet."
+msgstr ""
+
+#: src/xz/main.c:231
+msgid "Cannot read data from standard input when reading filenames from standard input"
+msgstr ""
+
+#: src/xz/message.c:792 src/xz/message.c:842
+msgid "Internal error (bug)"
+msgstr ""
+
+#: src/xz/message.c:799
+msgid "Cannot establish signal handlers"
+msgstr ""
+
+#: src/xz/message.c:808
+msgid "No integrity check; not verifying file integrity"
+msgstr ""
+
+#: src/xz/message.c:811
+msgid "Unsupported type of integrity check; not verifying file integrity"
+msgstr ""
+
+#: src/xz/message.c:818
+msgid "Memory usage limit reached"
+msgstr ""
+
+#: src/xz/message.c:821
+msgid "File format not recognized"
+msgstr ""
+
+#: src/xz/message.c:824
+msgid "Unsupported options"
+msgstr ""
+
+#: src/xz/message.c:827
+msgid "Compressed data is corrupt"
+msgstr ""
+
+#: src/xz/message.c:830
+msgid "Unexpected end of input"
+msgstr ""
+
+#: src/xz/message.c:881
+#, c-format
+msgid "%s MiB of memory is required. The limit is %s."
+msgstr ""
+
+#: src/xz/message.c:1048
+#, c-format
+msgid "%s: Filter chain: %s\n"
+msgstr ""
+
+#: src/xz/message.c:1058
+#, c-format
+msgid "Try `%s --help' for more information."
+msgstr ""
+
+#: src/xz/message.c:1084
+#, c-format
+msgid ""
+"Usage: %s [OPTION]... [FILE]...\n"
+"Compress or decompress FILEs in the .xz format.\n"
+"\n"
+msgstr ""
+
+#: src/xz/message.c:1091
+msgid "Mandatory arguments to long options are mandatory for short options too.\n"
+msgstr ""
+
+#: src/xz/message.c:1095
+msgid " Operation mode:\n"
+msgstr ""
+
+#: src/xz/message.c:1098
+msgid ""
+"  -z, --compress      force compression\n"
+"  -d, --decompress    force decompression\n"
+"  -t, --test          test compressed file integrity\n"
+"  -l, --list          list information about .xz files"
+msgstr ""
+
+#: src/xz/message.c:1104
+msgid ""
+"\n"
+" Operation modifiers:\n"
+msgstr ""
+
+#: src/xz/message.c:1107
+msgid ""
+"  -k, --keep          keep (don't delete) input files\n"
+"  -f, --force         force overwrite of output file and (de)compress links\n"
+"  -c, --stdout        write to standard output and don't delete input files"
+msgstr ""
+
+#: src/xz/message.c:1113
+msgid ""
+"      --no-sparse     do not create sparse files when decompressing\n"
+"  -S, --suffix=.SUF   use the suffix `.SUF' on compressed files\n"
+"      --files[=FILE]  read filenames to process from FILE; if FILE is\n"
+"                      omitted, filenames are read from the standard input;\n"
+"                      filenames must be terminated with the newline character\n"
+"      --files0[=FILE] like --files but use the null character as terminator"
+msgstr ""
+
+#: src/xz/message.c:1121
+msgid ""
+"\n"
+" Basic file format and compression options:\n"
+msgstr ""
+
+#: src/xz/message.c:1123
+msgid ""
+"  -F, --format=FMT    file format to encode or decode; possible values are\n"
+"                      `auto' (default), `xz', `lzma', and `raw'\n"
+"  -C, --check=CHECK   integrity check type: `none' (use with caution),\n"
+"                      `crc32', `crc64' (default), or `sha256'"
+msgstr ""
+
+#: src/xz/message.c:1130
+msgid ""
+"  -0 ... -9           compression preset; default is 6; take compressor *and*\n"
+"                      decompressor memory usage into account before using 7-9!"
+msgstr ""
+
+#: src/xz/message.c:1134
+msgid ""
+"  -e, --extreme       try to improve compression ratio by using more CPU time;\n"
+"                      does not affect decompressor memory requirements"
+msgstr ""
+
+#: src/xz/message.c:1139
+#, no-c-format
+msgid ""
+"      --memlimit-compress=LIMIT\n"
+"      --memlimit-decompress=LIMIT\n"
+"  -M, --memlimit=LIMIT\n"
+"                      set memory usage limit for compression, decompression,\n"
+"                      or both; LIMIT is in bytes, % of RAM, or 0 for defaults"
+msgstr ""
+
+#: src/xz/message.c:1146
+msgid ""
+"      --no-adjust     if compression settings exceed the memory usage limit,\n"
+"                      give an error instead of adjusting the settings downwards"
+msgstr ""
+
+#: src/xz/message.c:1152
+msgid ""
+"\n"
+" Custom filter chain for compression (alternative for using presets):"
+msgstr ""
+
+#: src/xz/message.c:1161
+msgid ""
+"\n"
+"  --lzma1[=OPTS]      LZMA1 or LZMA2; OPTS is a comma-separated list of zero or\n"
+"  --lzma2[=OPTS]      more of the following options (valid values; default):\n"
+"                        preset=PRE reset options to a preset (0-9[e])\n"
+"                        dict=NUM   dictionary size (4KiB - 1536MiB; 8MiB)\n"
+"                        lc=NUM     number of literal context bits (0-4; 3)\n"
+"                        lp=NUM     number of literal position bits (0-4; 0)\n"
+"                        pb=NUM     number of position bits (0-4; 2)\n"
+"                        mode=MODE  compression mode (fast, normal; normal)\n"
+"                        nice=NUM   nice length of a match (2-273; 64)\n"
+"                        mf=NAME    match finder (hc3, hc4, bt2, bt3, bt4; bt4)\n"
+"                        depth=NUM  maximum search depth; 0=automatic (default)"
+msgstr ""
+
+#: src/xz/message.c:1176
+msgid ""
+"\n"
+"  --x86[=OPTS]        x86 BCJ filter (32-bit and 64-bit)\n"
+"  --powerpc[=OPTS]    PowerPC BCJ filter (big endian only)\n"
+"  --ia64[=OPTS]       IA-64 (Itanium) BCJ filter\n"
+"  --arm[=OPTS]        ARM BCJ filter (little endian only)\n"
+"  --armthumb[=OPTS]   ARM-Thumb BCJ filter (little endian only)\n"
+"  --sparc[=OPTS]      SPARC BCJ filter\n"
+"                      Valid OPTS for all BCJ filters:\n"
+"                        start=NUM  start offset for conversions (default=0)"
+msgstr ""
+
+#: src/xz/message.c:1188
+msgid ""
+"\n"
+"  --delta[=OPTS]      Delta filter; valid OPTS (valid values; default):\n"
+"                        dist=NUM   distance between bytes being subtracted\n"
+"                                   from each other (1-256; 1)"
+msgstr ""
+
+#: src/xz/message.c:1196
+msgid ""
+"\n"
+" Other options:\n"
+msgstr ""
+
+#: src/xz/message.c:1199
+msgid ""
+"  -q, --quiet         suppress warnings; specify twice to suppress errors too\n"
+"  -v, --verbose       be verbose; specify twice for even more verbose"
+msgstr ""
+
+#: src/xz/message.c:1204
+msgid "  -Q, --no-warn       make warnings not affect the exit status"
+msgstr ""
+
+#: src/xz/message.c:1206
+msgid "      --robot         use machine-parsable messages (useful for scripts)"
+msgstr ""
+
+#: src/xz/message.c:1209
+msgid ""
+"      --info-memory   display the total amount of RAM and the currently active\n"
+"                      memory usage limits, and exit"
+msgstr ""
+
+#: src/xz/message.c:1212
+msgid ""
+"  -h, --help          display the short help (lists only the basic options)\n"
+"  -H, --long-help     display this long help and exit"
+msgstr ""
+
+#: src/xz/message.c:1216
+msgid ""
+"  -h, --help          display this short help and exit\n"
+"  -H, --long-help     display the long help (lists also the advanced options)"
+msgstr ""
+
+#: src/xz/message.c:1221
+msgid "  -V, --version       display the version number and exit"
+msgstr ""
+
+#: src/xz/message.c:1223
+msgid ""
+"\n"
+"With no FILE, or when FILE is -, read standard input.\n"
+msgstr ""
+
+#. TRANSLATORS: This message indicates the bug reporting address
+#. for this package. Please add _another line_ saying
+#. "Report translation bugs to <...>\n" with the email or WWW
+#. address for translation bugs. Thanks.
+#: src/xz/message.c:1229
+#, c-format
+msgid "Report bugs to <%s> (in English or Finnish).\n"
+msgstr ""
+
+#: src/xz/message.c:1231
+#, c-format
+msgid "%s home page: <%s>\n"
+msgstr ""
+
+#: src/xz/options.c:86
+#, c-format
+msgid "%s: Options must be `name=value' pairs separated with commas"
+msgstr ""
+
+#: src/xz/options.c:93
+#, c-format
+msgid "%s: Invalid option name"
+msgstr ""
+
+#: src/xz/options.c:113
+#, c-format
+msgid "%s: Invalid option value"
+msgstr ""
+
+#: src/xz/options.c:247
+#, c-format
+msgid "Unsupported LZMA1/LZMA2 preset: %s"
+msgstr ""
+
+#: src/xz/options.c:355
+msgid "The sum of lc and lp must not exceed 4"
+msgstr ""
+
+#: src/xz/options.c:359
+#, c-format
+msgid "The selected match finder requires at least nice=%<PRIu32>"
+msgstr ""
+
+#: src/xz/suffix.c:104 src/xz/suffix.c:189
+#, c-format
+msgid "%s: With --format=raw, --suffix=.SUF is required unless writing to stdout"
+msgstr ""
+
+#: src/xz/suffix.c:124
+#, c-format
+msgid "%s: Filename has an unknown suffix, skipping"
+msgstr ""
+
+#: src/xz/suffix.c:179
+#, c-format
+msgid "%s: File already has `%s' suffix, skipping"
+msgstr ""
+
+#: src/xz/suffix.c:230
+#, c-format
+msgid "%s: Invalid filename suffix"
+msgstr ""
+
+#: src/xz/util.c:61
+#, c-format
+msgid "%s: Value is not a non-negative decimal integer"
+msgstr ""
+
+#: src/xz/util.c:103
+#, c-format
+msgid "%s: Invalid multiplier suffix"
+msgstr ""
+
+#: src/xz/util.c:105
+msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
+msgstr ""
+
+#: src/xz/util.c:122
+#, c-format
+msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
+msgstr ""
+
+#: src/xz/util.c:247
+msgid "Empty filename, skipping"
+msgstr ""
+
+#: src/xz/util.c:261
+msgid "Compressed data cannot be read from a terminal"
+msgstr ""
+
+#: src/xz/util.c:274
+msgid "Compressed data cannot be written to a terminal"
+msgstr ""
+
+#: src/common/tuklib_exit.c:39
+msgid "Writing to standard output failed"
+msgstr ""
+
+#: src/common/tuklib_exit.c:42
+msgid "Unknown error"
+msgstr ""

Modified: vendor/xz/dist/src/common/tuklib_cpucores.c
===================================================================
--- vendor/xz/dist/src/common/tuklib_cpucores.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/common/tuklib_cpucores.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -18,6 +18,10 @@
 #	endif
 #	include <windows.h>
 
+// glibc >= 2.9
+#elif defined(TUKLIB_CPUCORES_SCHED_GETAFFINITY)
+#	include <sched.h>
+
 // FreeBSD
 #elif defined(TUKLIB_CPUCORES_CPUSET)
 #	include <sys/param.h>
@@ -49,6 +53,11 @@
 	GetSystemInfo(&sysinfo);
 	ret = sysinfo.dwNumberOfProcessors;
 
+#elif defined(TUKLIB_CPUCORES_SCHED_GETAFFINITY)
+	cpu_set_t cpu_mask;
+	if (sched_getaffinity(0, sizeof(cpu_mask), &cpu_mask) == 0)
+		ret = CPU_COUNT(&cpu_mask);
+
 #elif defined(TUKLIB_CPUCORES_CPUSET)
 	cpuset_t set;
 	if (cpuset_getaffinity(CPU_LEVEL_WHICH, CPU_WHICH_PID, -1,

Modified: vendor/xz/dist/src/common/tuklib_physmem.c
===================================================================
--- vendor/xz/dist/src/common/tuklib_physmem.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/common/tuklib_physmem.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -86,7 +86,8 @@
 		// GlobalMemoryStatusEx() conditionally.
 		HMODULE kernel32 = GetModuleHandle("kernel32.dll");
 		if (kernel32 != NULL) {
-			BOOL (WINAPI *gmse)(LPMEMORYSTATUSEX) = GetProcAddress(
+			typedef BOOL (WINAPI *gmse_type)(LPMEMORYSTATUSEX);
+			gmse_type gmse = (gmse_type)GetProcAddress(
 					kernel32, "GlobalMemoryStatusEx");
 			if (gmse != NULL) {
 				MEMORYSTATUSEX meminfo;

Modified: vendor/xz/dist/src/liblzma/api/lzma/version.h
===================================================================
--- vendor/xz/dist/src/liblzma/api/lzma/version.h	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/api/lzma/version.h	2018-06-15 22:33:27 UTC (rev 11013)
@@ -22,7 +22,7 @@
  */
 #define LZMA_VERSION_MAJOR 5
 #define LZMA_VERSION_MINOR 2
-#define LZMA_VERSION_PATCH 2
+#define LZMA_VERSION_PATCH 3
 #define LZMA_VERSION_STABILITY LZMA_VERSION_STABILITY_STABLE
 
 #ifndef LZMA_VERSION_COMMIT

Modified: vendor/xz/dist/src/liblzma/check/check.h
===================================================================
--- vendor/xz/dist/src/liblzma/check/check.h	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/check/check.h	2018-06-15 22:33:27 UTC (rev 11013)
@@ -15,7 +15,18 @@
 
 #include "common.h"
 
-#if defined(HAVE_COMMONCRYPTO_COMMONDIGEST_H)
+// If the function for external SHA-256 is missing, use the internal SHA-256
+// code. Due to how configure works, these defines can only get defined when
+// both a usable header and a type have already been found.
+#if !(defined(HAVE_CC_SHA256_INIT) \
+		|| defined(HAVE_SHA256_INIT) \
+		|| defined(HAVE_SHA256INIT))
+#	define HAVE_INTERNAL_SHA256 1
+#endif
+
+#if defined(HAVE_INTERNAL_SHA256)
+// Nothing
+#elif defined(HAVE_COMMONCRYPTO_COMMONDIGEST_H)
 #	include <CommonCrypto/CommonDigest.h>
 #elif defined(HAVE_SHA256_H)
 #	include <sys/types.h>
@@ -23,18 +34,9 @@
 #elif defined(HAVE_SHA2_H)
 #	include <sys/types.h>
 #	include <sha2.h>
-#elif defined(HAVE_MINIX_SHA2_H)
-#	include <sys/types.h>
-#	include <minix/sha2.h>
 #endif
 
-#if defined(HAVE_CC_SHA256_CTX)
-typedef CC_SHA256_CTX lzma_sha256_state;
-#elif defined(HAVE_SHA256_CTX)
-typedef SHA256_CTX lzma_sha256_state;
-#elif defined(HAVE_SHA2_CTX)
-typedef SHA2_CTX lzma_sha256_state;
-#else
+#if defined(HAVE_INTERNAL_SHA256)
 /// State for the internal SHA-256 implementation
 typedef struct {
 	/// Internal state
@@ -43,9 +45,17 @@
 	/// Size of the message excluding padding
 	uint64_t size;
 } lzma_sha256_state;
+#elif defined(HAVE_CC_SHA256_CTX)
+typedef CC_SHA256_CTX lzma_sha256_state;
+#elif defined(HAVE_SHA256_CTX)
+typedef SHA256_CTX lzma_sha256_state;
+#elif defined(HAVE_SHA2_CTX)
+typedef SHA2_CTX lzma_sha256_state;
 #endif
 
-#if defined(HAVE_CC_SHA256_INIT)
+#if defined(HAVE_INTERNAL_SHA256)
+// Nothing
+#elif defined(HAVE_CC_SHA256_INIT)
 #	define LZMA_SHA256FUNC(x) CC_SHA256_ ## x
 #elif defined(HAVE_SHA256_INIT)
 #	define LZMA_SHA256FUNC(x) SHA256_ ## x

Modified: vendor/xz/dist/src/liblzma/common/alone_decoder.c
===================================================================
--- vendor/xz/dist/src/liblzma/common/alone_decoder.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/common/alone_decoder.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -15,7 +15,7 @@
 #include "lz_decoder.h"
 
 
-struct lzma_coder_s {
+typedef struct {
 	lzma_next_coder next;
 
 	enum {
@@ -46,11 +46,11 @@
 	/// Options decoded from the header needed to initialize
 	/// the LZMA decoder
 	lzma_options_lzma options;
-};
+} lzma_alone_coder;
 
 
 static lzma_ret
-alone_decode(lzma_coder *coder,
+alone_decode(void *coder_ptr,
 		const lzma_allocator *allocator lzma_attribute((__unused__)),
 		const uint8_t *restrict in, size_t *restrict in_pos,
 		size_t in_size, uint8_t *restrict out,
@@ -57,6 +57,8 @@
 		size_t *restrict out_pos, size_t out_size,
 		lzma_action action)
 {
+	lzma_alone_coder *coder = coder_ptr;
+
 	while (*out_pos < out_size
 			&& (coder->sequence == SEQ_CODE || *in_pos < in_size))
 	switch (coder->sequence) {
@@ -166,8 +168,9 @@
 
 
 static void
-alone_decoder_end(lzma_coder *coder, const lzma_allocator *allocator)
+alone_decoder_end(void *coder_ptr, const lzma_allocator *allocator)
 {
+	lzma_alone_coder *coder = coder_ptr;
 	lzma_next_end(&coder->next, allocator);
 	lzma_free(coder, allocator);
 	return;
@@ -175,9 +178,11 @@
 
 
 static lzma_ret
-alone_decoder_memconfig(lzma_coder *coder, uint64_t *memusage,
+alone_decoder_memconfig(void *coder_ptr, uint64_t *memusage,
 		uint64_t *old_memlimit, uint64_t new_memlimit)
 {
+	lzma_alone_coder *coder = coder_ptr;
+
 	*memusage = coder->memusage;
 	*old_memlimit = coder->memlimit;
 
@@ -201,26 +206,29 @@
 	if (memlimit == 0)
 		return LZMA_PROG_ERROR;
 
-	if (next->coder == NULL) {
-		next->coder = lzma_alloc(sizeof(lzma_coder), allocator);
-		if (next->coder == NULL)
+	lzma_alone_coder *coder = next->coder;
+
+	if (coder == NULL) {
+		coder = lzma_alloc(sizeof(lzma_alone_coder), allocator);
+		if (coder == NULL)
 			return LZMA_MEM_ERROR;
 
+		next->coder = coder;
 		next->code = &alone_decode;
 		next->end = &alone_decoder_end;
 		next->memconfig = &alone_decoder_memconfig;
-		next->coder->next = LZMA_NEXT_CODER_INIT;
+		coder->next = LZMA_NEXT_CODER_INIT;
 	}
 
-	next->coder->sequence = SEQ_PROPERTIES;
-	next->coder->picky = picky;
-	next->coder->pos = 0;
-	next->coder->options.dict_size = 0;
-	next->coder->options.preset_dict = NULL;
-	next->coder->options.preset_dict_size = 0;
-	next->coder->uncompressed_size = 0;
-	next->coder->memlimit = memlimit;
-	next->coder->memusage = LZMA_MEMUSAGE_BASE;
+	coder->sequence = SEQ_PROPERTIES;
+	coder->picky = picky;
+	coder->pos = 0;
+	coder->options.dict_size = 0;
+	coder->options.preset_dict = NULL;
+	coder->options.preset_dict_size = 0;
+	coder->uncompressed_size = 0;
+	coder->memlimit = memlimit;
+	coder->memusage = LZMA_MEMUSAGE_BASE;
 
 	return LZMA_OK;
 }

Modified: vendor/xz/dist/src/liblzma/common/alone_encoder.c
===================================================================
--- vendor/xz/dist/src/liblzma/common/alone_encoder.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/common/alone_encoder.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -17,7 +17,7 @@
 #define ALONE_HEADER_SIZE (1 + 4 + 8)
 
 
-struct lzma_coder_s {
+typedef struct {
 	lzma_next_coder next;
 
 	enum {
@@ -27,11 +27,11 @@
 
 	size_t header_pos;
 	uint8_t header[ALONE_HEADER_SIZE];
-};
+} lzma_alone_coder;
 
 
 static lzma_ret
-alone_encode(lzma_coder *coder,
+alone_encode(void *coder_ptr,
 		const lzma_allocator *allocator lzma_attribute((__unused__)),
 		const uint8_t *restrict in, size_t *restrict in_pos,
 		size_t in_size, uint8_t *restrict out,
@@ -38,6 +38,8 @@
 		size_t *restrict out_pos, size_t out_size,
 		lzma_action action)
 {
+	lzma_alone_coder *coder = coder_ptr;
+
 	while (*out_pos < out_size)
 	switch (coder->sequence) {
 	case SEQ_HEADER:
@@ -65,8 +67,9 @@
 
 
 static void
-alone_encoder_end(lzma_coder *coder, const lzma_allocator *allocator)
+alone_encoder_end(void *coder_ptr, const lzma_allocator *allocator)
 {
+	lzma_alone_coder *coder = coder_ptr;
 	lzma_next_end(&coder->next, allocator);
 	lzma_free(coder, allocator);
 	return;
@@ -80,23 +83,26 @@
 {
 	lzma_next_coder_init(&alone_encoder_init, next, allocator);
 
-	if (next->coder == NULL) {
-		next->coder = lzma_alloc(sizeof(lzma_coder), allocator);
-		if (next->coder == NULL)
+	lzma_alone_coder *coder = next->coder;
+
+	if (coder == NULL) {
+		coder = lzma_alloc(sizeof(lzma_alone_coder), allocator);
+		if (coder == NULL)
 			return LZMA_MEM_ERROR;
 
+		next->coder = coder;
 		next->code = &alone_encode;
 		next->end = &alone_encoder_end;
-		next->coder->next = LZMA_NEXT_CODER_INIT;
+		coder->next = LZMA_NEXT_CODER_INIT;
 	}
 
 	// Basic initializations
-	next->coder->sequence = SEQ_HEADER;
-	next->coder->header_pos = 0;
+	coder->sequence = SEQ_HEADER;
+	coder->header_pos = 0;
 
 	// Encode the header:
 	// - Properties (1 byte)
-	if (lzma_lzma_lclppb_encode(options, next->coder->header))
+	if (lzma_lzma_lclppb_encode(options, coder->header))
 		return LZMA_OPTIONS_ERROR;
 
 	// - Dictionary size (4 bytes)
@@ -116,10 +122,10 @@
 	if (d != UINT32_MAX)
 		++d;
 
-	unaligned_write32le(next->coder->header + 1, d);
+	unaligned_write32le(coder->header + 1, d);
 
 	// - Uncompressed size (always unknown and using EOPM)
-	memset(next->coder->header + 1 + 4, 0xFF, 8);
+	memset(coder->header + 1 + 4, 0xFF, 8);
 
 	// Initialize the LZMA encoder.
 	const lzma_filter_info filters[2] = {
@@ -131,7 +137,7 @@
 		}
 	};
 
-	return lzma_next_filter_init(&next->coder->next, allocator, filters);
+	return lzma_next_filter_init(&coder->next, allocator, filters);
 }
 
 

Modified: vendor/xz/dist/src/liblzma/common/auto_decoder.c
===================================================================
--- vendor/xz/dist/src/liblzma/common/auto_decoder.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/common/auto_decoder.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -14,7 +14,7 @@
 #include "alone_decoder.h"
 
 
-struct lzma_coder_s {
+typedef struct {
 	/// Stream decoder or LZMA_Alone decoder
 	lzma_next_coder next;
 
@@ -26,15 +26,17 @@
 		SEQ_CODE,
 		SEQ_FINISH,
 	} sequence;
-};
+} lzma_auto_coder;
 
 
 static lzma_ret
-auto_decode(lzma_coder *coder, const lzma_allocator *allocator,
+auto_decode(void *coder_ptr, const lzma_allocator *allocator,
 		const uint8_t *restrict in, size_t *restrict in_pos,
 		size_t in_size, uint8_t *restrict out,
 		size_t *restrict out_pos, size_t out_size, lzma_action action)
 {
+	lzma_auto_coder *coder = coder_ptr;
+
 	switch (coder->sequence) {
 	case SEQ_INIT:
 		if (*in_pos >= in_size)
@@ -100,8 +102,9 @@
 
 
 static void
-auto_decoder_end(lzma_coder *coder, const lzma_allocator *allocator)
+auto_decoder_end(void *coder_ptr, const lzma_allocator *allocator)
 {
+	lzma_auto_coder *coder = coder_ptr;
 	lzma_next_end(&coder->next, allocator);
 	lzma_free(coder, allocator);
 	return;
@@ -109,8 +112,10 @@
 
 
 static lzma_check
-auto_decoder_get_check(const lzma_coder *coder)
+auto_decoder_get_check(const void *coder_ptr)
 {
+	const lzma_auto_coder *coder = coder_ptr;
+
 	// It is LZMA_Alone if get_check is NULL.
 	return coder->next.get_check == NULL ? LZMA_CHECK_NONE
 			: coder->next.get_check(coder->next.coder);
@@ -118,9 +123,11 @@
 
 
 static lzma_ret
-auto_decoder_memconfig(lzma_coder *coder, uint64_t *memusage,
+auto_decoder_memconfig(void *coder_ptr, uint64_t *memusage,
 		uint64_t *old_memlimit, uint64_t new_memlimit)
 {
+	lzma_auto_coder *coder = coder_ptr;
+
 	lzma_ret ret;
 
 	if (coder->next.memconfig != NULL) {
@@ -154,21 +161,23 @@
 	if (flags & ~LZMA_SUPPORTED_FLAGS)
 		return LZMA_OPTIONS_ERROR;
 
-	if (next->coder == NULL) {
-		next->coder = lzma_alloc(sizeof(lzma_coder), allocator);
-		if (next->coder == NULL)
+	lzma_auto_coder *coder = next->coder;
+	if (coder == NULL) {
+		coder = lzma_alloc(sizeof(lzma_auto_coder), allocator);
+		if (coder == NULL)
 			return LZMA_MEM_ERROR;
 
+		next->coder = coder;
 		next->code = &auto_decode;
 		next->end = &auto_decoder_end;
 		next->get_check = &auto_decoder_get_check;
 		next->memconfig = &auto_decoder_memconfig;
-		next->coder->next = LZMA_NEXT_CODER_INIT;
+		coder->next = LZMA_NEXT_CODER_INIT;
 	}
 
-	next->coder->memlimit = memlimit;
-	next->coder->flags = flags;
-	next->coder->sequence = SEQ_INIT;
+	coder->memlimit = memlimit;
+	coder->flags = flags;
+	coder->sequence = SEQ_INIT;
 
 	return LZMA_OK;
 }

Modified: vendor/xz/dist/src/liblzma/common/block_decoder.c
===================================================================
--- vendor/xz/dist/src/liblzma/common/block_decoder.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/common/block_decoder.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -15,7 +15,7 @@
 #include "check.h"
 
 
-struct lzma_coder_s {
+typedef struct {
 	enum {
 		SEQ_CODE,
 		SEQ_PADDING,
@@ -48,7 +48,7 @@
 
 	/// True if the integrity check won't be calculated and verified.
 	bool ignore_check;
-};
+} lzma_block_coder;
 
 
 static inline bool
@@ -74,11 +74,13 @@
 
 
 static lzma_ret
-block_decode(lzma_coder *coder, const lzma_allocator *allocator,
+block_decode(void *coder_ptr, const lzma_allocator *allocator,
 		const uint8_t *restrict in, size_t *restrict in_pos,
 		size_t in_size, uint8_t *restrict out,
 		size_t *restrict out_pos, size_t out_size, lzma_action action)
 {
+	lzma_block_coder *coder = coder_ptr;
+
 	switch (coder->sequence) {
 	case SEQ_CODE: {
 		const size_t in_start = *in_pos;
@@ -177,8 +179,9 @@
 
 
 static void
-block_decoder_end(lzma_coder *coder, const lzma_allocator *allocator)
+block_decoder_end(void *coder_ptr, const lzma_allocator *allocator)
 {
+	lzma_block_coder *coder = coder_ptr;
 	lzma_next_end(&coder->next, allocator);
 	lzma_free(coder, allocator);
 	return;
@@ -198,27 +201,29 @@
 			|| !lzma_vli_is_valid(block->uncompressed_size))
 		return LZMA_PROG_ERROR;
 
-	// Allocate and initialize *next->coder if needed.
-	if (next->coder == NULL) {
-		next->coder = lzma_alloc(sizeof(lzma_coder), allocator);
-		if (next->coder == NULL)
+	// Allocate *next->coder if needed.
+	lzma_block_coder *coder = next->coder;
+	if (coder == NULL) {
+		coder = lzma_alloc(sizeof(lzma_block_coder), allocator);
+		if (coder == NULL)
 			return LZMA_MEM_ERROR;
 
+		next->coder = coder;
 		next->code = &block_decode;
 		next->end = &block_decoder_end;
-		next->coder->next = LZMA_NEXT_CODER_INIT;
+		coder->next = LZMA_NEXT_CODER_INIT;
 	}
 
 	// Basic initializations
-	next->coder->sequence = SEQ_CODE;
-	next->coder->block = block;
-	next->coder->compressed_size = 0;
-	next->coder->uncompressed_size = 0;
+	coder->sequence = SEQ_CODE;
+	coder->block = block;
+	coder->compressed_size = 0;
+	coder->uncompressed_size = 0;
 
 	// If Compressed Size is not known, we calculate the maximum allowed
 	// value so that encoded size of the Block (including Block Padding)
 	// is still a valid VLI and a multiple of four.
-	next->coder->compressed_limit
+	coder->compressed_limit
 			= block->compressed_size == LZMA_VLI_UNKNOWN
 				? (LZMA_VLI_MAX & ~LZMA_VLI_C(3))
 					- block->header_size
@@ -228,14 +233,14 @@
 	// Initialize the check. It's caller's problem if the Check ID is not
 	// supported, and the Block decoder cannot verify the Check field.
 	// Caller can test lzma_check_is_supported(block->check).
-	next->coder->check_pos = 0;
-	lzma_check_init(&next->coder->check, block->check);
+	coder->check_pos = 0;
+	lzma_check_init(&coder->check, block->check);
 
-	next->coder->ignore_check = block->version >= 1
+	coder->ignore_check = block->version >= 1
 			? block->ignore_check : false;
 
 	// Initialize the filter chain.
-	return lzma_raw_decoder_init(&next->coder->next, allocator,
+	return lzma_raw_decoder_init(&coder->next, allocator,
 			block->filters);
 }
 

Modified: vendor/xz/dist/src/liblzma/common/block_encoder.c
===================================================================
--- vendor/xz/dist/src/liblzma/common/block_encoder.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/common/block_encoder.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -15,7 +15,7 @@
 #include "check.h"
 
 
-struct lzma_coder_s {
+typedef struct {
 	/// The filters in the chain; initialized with lzma_raw_decoder_init().
 	lzma_next_coder next;
 
@@ -41,15 +41,17 @@
 
 	/// Check of the uncompressed data
 	lzma_check_state check;
-};
+} lzma_block_coder;
 
 
 static lzma_ret
-block_encode(lzma_coder *coder, const lzma_allocator *allocator,
+block_encode(void *coder_ptr, const lzma_allocator *allocator,
 		const uint8_t *restrict in, size_t *restrict in_pos,
 		size_t in_size, uint8_t *restrict out,
 		size_t *restrict out_pos, size_t out_size, lzma_action action)
 {
+	lzma_block_coder *coder = coder_ptr;
+
 	// Check that our amount of input stays in proper limits.
 	if (LZMA_VLI_MAX - coder->uncompressed_size < in_size - *in_pos)
 		return LZMA_DATA_ERROR;
@@ -134,8 +136,9 @@
 
 
 static void
-block_encoder_end(lzma_coder *coder, const lzma_allocator *allocator)
+block_encoder_end(void *coder_ptr, const lzma_allocator *allocator)
 {
+	lzma_block_coder *coder = coder_ptr;
 	lzma_next_end(&coder->next, allocator);
 	lzma_free(coder, allocator);
 	return;
@@ -143,10 +146,12 @@
 
 
 static lzma_ret
-block_encoder_update(lzma_coder *coder, const lzma_allocator *allocator,
+block_encoder_update(void *coder_ptr, const lzma_allocator *allocator,
 		const lzma_filter *filters lzma_attribute((__unused__)),
 		const lzma_filter *reversed_filters)
 {
+	lzma_block_coder *coder = coder_ptr;
+
 	if (coder->sequence != SEQ_CODE)
 		return LZMA_PROG_ERROR;
 
@@ -178,30 +183,31 @@
 		return LZMA_UNSUPPORTED_CHECK;
 
 	// Allocate and initialize *next->coder if needed.
-	if (next->coder == NULL) {
-		next->coder = lzma_alloc(sizeof(lzma_coder), allocator);
-		if (next->coder == NULL)
+	lzma_block_coder *coder = next->coder;
+	if (coder == NULL) {
+		coder = lzma_alloc(sizeof(lzma_block_coder), allocator);
+		if (coder == NULL)
 			return LZMA_MEM_ERROR;
 
+		next->coder = coder;
 		next->code = &block_encode;
 		next->end = &block_encoder_end;
 		next->update = &block_encoder_update;
-		next->coder->next = LZMA_NEXT_CODER_INIT;
+		coder->next = LZMA_NEXT_CODER_INIT;
 	}
 
 	// Basic initializations
-	next->coder->sequence = SEQ_CODE;
-	next->coder->block = block;
-	next->coder->compressed_size = 0;
-	next->coder->uncompressed_size = 0;
-	next->coder->pos = 0;
+	coder->sequence = SEQ_CODE;
+	coder->block = block;
+	coder->compressed_size = 0;
+	coder->uncompressed_size = 0;
+	coder->pos = 0;
 
 	// Initialize the check
-	lzma_check_init(&next->coder->check, block->check);
+	lzma_check_init(&coder->check, block->check);
 
 	// Initialize the requested filters.
-	return lzma_raw_encoder_init(&next->coder->next, allocator,
-			block->filters);
+	return lzma_raw_encoder_init(&coder->next, allocator, block->filters);
 }
 
 

Modified: vendor/xz/dist/src/liblzma/common/common.h
===================================================================
--- vendor/xz/dist/src/liblzma/common/common.h	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/common/common.h	2018-06-15 22:33:27 UTC (rev 11013)
@@ -88,10 +88,6 @@
 #define LZMA_TIMED_OUT 32
 
 
-/// Type of encoder/decoder specific data; the actual structure is defined
-/// differently in different coders.
-typedef struct lzma_coder_s lzma_coder;
-
 typedef struct lzma_next_coder_s lzma_next_coder;
 
 typedef struct lzma_filter_info_s lzma_filter_info;
@@ -107,7 +103,7 @@
 /// input and output buffers, but for simplicity they still use this same
 /// function prototype.
 typedef lzma_ret (*lzma_code_function)(
-		lzma_coder *coder, const lzma_allocator *allocator,
+		void *coder, const lzma_allocator *allocator,
 		const uint8_t *restrict in, size_t *restrict in_pos,
 		size_t in_size, uint8_t *restrict out,
 		size_t *restrict out_pos, size_t out_size,
@@ -115,7 +111,7 @@
 
 /// Type of a function to free the memory allocated for the coder
 typedef void (*lzma_end_function)(
-		lzma_coder *coder, const lzma_allocator *allocator);
+		void *coder, const lzma_allocator *allocator);
 
 
 /// Raw coder validates and converts an array of lzma_filter structures to
@@ -138,7 +134,7 @@
 /// Hold data and function pointers of the next filter in the chain.
 struct lzma_next_coder_s {
 	/// Pointer to coder-specific data
-	lzma_coder *coder;
+	void *coder;
 
 	/// Filter ID. This is LZMA_VLI_UNKNOWN when this structure doesn't
 	/// point to a filter coder.
@@ -160,21 +156,21 @@
 
 	/// Pointer to a function to get progress information. If this is NULL,
 	/// lzma_stream.total_in and .total_out are used instead.
-	void (*get_progress)(lzma_coder *coder,
+	void (*get_progress)(void *coder,
 			uint64_t *progress_in, uint64_t *progress_out);
 
 	/// Pointer to function to return the type of the integrity check.
 	/// Most coders won't support this.
-	lzma_check (*get_check)(const lzma_coder *coder);
+	lzma_check (*get_check)(const void *coder);
 
 	/// Pointer to function to get and/or change the memory usage limit.
 	/// If new_memlimit == 0, the limit is not changed.
-	lzma_ret (*memconfig)(lzma_coder *coder, uint64_t *memusage,
+	lzma_ret (*memconfig)(void *coder, uint64_t *memusage,
 			uint64_t *old_memlimit, uint64_t new_memlimit);
 
 	/// Update the filter-specific options or the whole filter chain
 	/// in the encoder.
-	lzma_ret (*update)(lzma_coder *coder, const lzma_allocator *allocator,
+	lzma_ret (*update)(void *coder, const lzma_allocator *allocator,
 			const lzma_filter *filters,
 			const lzma_filter *reversed_filters);
 };

Modified: vendor/xz/dist/src/liblzma/common/index.c
===================================================================
--- vendor/xz/dist/src/liblzma/common/index.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/common/index.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -202,22 +202,21 @@
 	if (node->right != NULL)
 		index_tree_node_end(node->right, allocator, free_func);
 
-	if (free_func != NULL)
-		free_func(node, allocator);
-
-	lzma_free(node, allocator);
+	free_func(node, allocator);
 	return;
 }
 
 
-/// Free the meory allocated for a tree. If free_func is not NULL,
-/// it is called on each node before freeing the node. This is used
-/// to free the Record groups from each index_stream before freeing
-/// the index_stream itself.
+/// Free the memory allocated for a tree. Each node is freed using the
+/// given free_func which is either &lzma_free or &index_stream_end.
+/// The latter is used to free the Record groups from each index_stream
+/// before freeing the index_stream itself.
 static void
 index_tree_end(index_tree *tree, const lzma_allocator *allocator,
 		void (*free_func)(void *node, const lzma_allocator *allocator))
 {
+	assert(free_func != NULL);
+
 	if (tree->root != NULL)
 		index_tree_node_end(tree->root, allocator, free_func);
 
@@ -371,7 +370,8 @@
 index_stream_end(void *node, const lzma_allocator *allocator)
 {
 	index_stream *s = node;
-	index_tree_end(&s->groups, allocator, NULL);
+	index_tree_end(&s->groups, allocator, &lzma_free);
+	lzma_free(s, allocator);
 	return;
 }
 
@@ -829,6 +829,9 @@
 				s->groups.rightmost = &newg->node;
 
 			lzma_free(g, allocator);
+
+			// NOTE: newg isn't leaked here because
+			// newg == (void *)&newg->node.
 		}
 	}
 
@@ -869,12 +872,9 @@
 	index_stream *dest = index_stream_init(src->node.compressed_base,
 			src->node.uncompressed_base, src->number,
 			src->block_number_base, allocator);
+	if (dest == NULL)
+		return NULL;
 
-	// Return immediately if allocation failed or if there are
-	// no groups to duplicate.
-	if (dest == NULL || src->groups.leftmost == NULL)
-		return dest;
-
 	// Copy the overall information.
 	dest->record_count = src->record_count;
 	dest->index_list_size = src->index_list_size;
@@ -881,6 +881,10 @@
 	dest->stream_flags = src->stream_flags;
 	dest->stream_padding = src->stream_padding;
 
+	// Return if there are no groups to duplicate.
+	if (src->groups.leftmost == NULL)
+		return dest;
+
 	// Allocate memory for the Records. We put all the Records into
 	// a single group. It's simplest and also tends to make
 	// lzma_index_locate() a little bit faster with very big Indexes.

Modified: vendor/xz/dist/src/liblzma/common/index_decoder.c
===================================================================
--- vendor/xz/dist/src/liblzma/common/index_decoder.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/common/index_decoder.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -14,7 +14,7 @@
 #include "check.h"
 
 
-struct lzma_coder_s {
+typedef struct {
 	enum {
 		SEQ_INDICATOR,
 		SEQ_COUNT,
@@ -50,11 +50,11 @@
 
 	/// CRC32 of the List of Records field
 	uint32_t crc32;
-};
+} lzma_index_coder;
 
 
 static lzma_ret
-index_decode(lzma_coder *coder, const lzma_allocator *allocator,
+index_decode(void *coder_ptr, const lzma_allocator *allocator,
 		const uint8_t *restrict in, size_t *restrict in_pos,
 		size_t in_size,
 		uint8_t *restrict out lzma_attribute((__unused__)),
@@ -62,6 +62,8 @@
 		size_t out_size lzma_attribute((__unused__)),
 		lzma_action action lzma_attribute((__unused__)))
 {
+	lzma_index_coder *coder = coder_ptr;
+
 	// Similar optimization as in index_encoder.c
 	const size_t in_start = *in_pos;
 	lzma_ret ret = LZMA_OK;
@@ -207,8 +209,9 @@
 
 
 static void
-index_decoder_end(lzma_coder *coder, const lzma_allocator *allocator)
+index_decoder_end(void *coder_ptr, const lzma_allocator *allocator)
 {
+	lzma_index_coder *coder = coder_ptr;
 	lzma_index_end(coder->index, allocator);
 	lzma_free(coder, allocator);
 	return;
@@ -216,9 +219,11 @@
 
 
 static lzma_ret
-index_decoder_memconfig(lzma_coder *coder, uint64_t *memusage,
+index_decoder_memconfig(void *coder_ptr, uint64_t *memusage,
 		uint64_t *old_memlimit, uint64_t new_memlimit)
 {
+	lzma_index_coder *coder = coder_ptr;
+
 	*memusage = lzma_index_memusage(1, coder->count);
 	*old_memlimit = coder->memlimit;
 
@@ -234,7 +239,7 @@
 
 
 static lzma_ret
-index_decoder_reset(lzma_coder *coder, const lzma_allocator *allocator,
+index_decoder_reset(lzma_index_coder *coder, const lzma_allocator *allocator,
 		lzma_index **i, uint64_t memlimit)
 {
 	// Remember the pointer given by the application. We will set it
@@ -269,20 +274,22 @@
 	if (i == NULL || memlimit == 0)
 		return LZMA_PROG_ERROR;
 
-	if (next->coder == NULL) {
-		next->coder = lzma_alloc(sizeof(lzma_coder), allocator);
-		if (next->coder == NULL)
+	lzma_index_coder *coder = next->coder;
+	if (coder == NULL) {
+		coder = lzma_alloc(sizeof(lzma_index_coder), allocator);
+		if (coder == NULL)
 			return LZMA_MEM_ERROR;
 
+		next->coder = coder;
 		next->code = &index_decode;
 		next->end = &index_decoder_end;
 		next->memconfig = &index_decoder_memconfig;
-		next->coder->index = NULL;
+		coder->index = NULL;
 	} else {
-		lzma_index_end(next->coder->index, allocator);
+		lzma_index_end(coder->index, allocator);
 	}
 
-	return index_decoder_reset(next->coder, allocator, i, memlimit);
+	return index_decoder_reset(coder, allocator, i, memlimit);
 }
 
 
@@ -309,7 +316,7 @@
 		return LZMA_PROG_ERROR;
 
 	// Initialize the decoder.
-	lzma_coder coder;
+	lzma_index_coder coder;
 	return_if_error(index_decoder_reset(&coder, allocator, i, *memlimit));
 
 	// Store the input start position so that we can restore it in case

Modified: vendor/xz/dist/src/liblzma/common/index_encoder.c
===================================================================
--- vendor/xz/dist/src/liblzma/common/index_encoder.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/common/index_encoder.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -15,7 +15,7 @@
 #include "check.h"
 
 
-struct lzma_coder_s {
+typedef struct {
 	enum {
 		SEQ_INDICATOR,
 		SEQ_COUNT,
@@ -37,11 +37,11 @@
 
 	/// CRC32 of the List of Records field
 	uint32_t crc32;
-};
+} lzma_index_coder;
 
 
 static lzma_ret
-index_encode(lzma_coder *coder,
+index_encode(void *coder_ptr,
 		const lzma_allocator *allocator lzma_attribute((__unused__)),
 		const uint8_t *restrict in lzma_attribute((__unused__)),
 		size_t *restrict in_pos lzma_attribute((__unused__)),
@@ -50,6 +50,8 @@
 		size_t out_size,
 		lzma_action action lzma_attribute((__unused__)))
 {
+	lzma_index_coder *coder = coder_ptr;
+
 	// Position where to start calculating CRC32. The idea is that we
 	// need to call lzma_crc32() only once per call to index_encode().
 	const size_t out_start = *out_pos;
@@ -159,7 +161,7 @@
 
 
 static void
-index_encoder_end(lzma_coder *coder, const lzma_allocator *allocator)
+index_encoder_end(void *coder, const lzma_allocator *allocator)
 {
 	lzma_free(coder, allocator);
 	return;
@@ -167,7 +169,7 @@
 
 
 static void
-index_encoder_reset(lzma_coder *coder, const lzma_index *i)
+index_encoder_reset(lzma_index_coder *coder, const lzma_index *i)
 {
 	lzma_index_iter_init(&coder->iter, i);
 
@@ -190,7 +192,7 @@
 		return LZMA_PROG_ERROR;
 
 	if (next->coder == NULL) {
-		next->coder = lzma_alloc(sizeof(lzma_coder), allocator);
+		next->coder = lzma_alloc(sizeof(lzma_index_coder), allocator);
 		if (next->coder == NULL)
 			return LZMA_MEM_ERROR;
 
@@ -230,7 +232,7 @@
 
 	// The Index encoder needs just one small data structure so we can
 	// allocate it on stack.
-	lzma_coder coder;
+	lzma_index_coder coder;
 	index_encoder_reset(&coder, i);
 
 	// Do the actual encoding. This should never fail, but store

Modified: vendor/xz/dist/src/liblzma/common/stream_decoder.c
===================================================================
--- vendor/xz/dist/src/liblzma/common/stream_decoder.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/common/stream_decoder.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -14,7 +14,7 @@
 #include "block_decoder.h"
 
 
-struct lzma_coder_s {
+typedef struct {
 	enum {
 		SEQ_STREAM_HEADER,
 		SEQ_BLOCK_HEADER,
@@ -80,11 +80,11 @@
 	/// Buffer to hold Stream Header, Block Header, and Stream Footer.
 	/// Block Header has biggest maximum size.
 	uint8_t buffer[LZMA_BLOCK_HEADER_SIZE_MAX];
-};
+} lzma_stream_coder;
 
 
 static lzma_ret
-stream_decoder_reset(lzma_coder *coder, const lzma_allocator *allocator)
+stream_decoder_reset(lzma_stream_coder *coder, const lzma_allocator *allocator)
 {
 	// Initialize the Index hash used to verify the Index.
 	coder->index_hash = lzma_index_hash_init(coder->index_hash, allocator);
@@ -100,11 +100,13 @@
 
 
 static lzma_ret
-stream_decode(lzma_coder *coder, const lzma_allocator *allocator,
+stream_decode(void *coder_ptr, const lzma_allocator *allocator,
 		const uint8_t *restrict in, size_t *restrict in_pos,
 		size_t in_size, uint8_t *restrict out,
 		size_t *restrict out_pos, size_t out_size, lzma_action action)
 {
+	lzma_stream_coder *coder = coder_ptr;
+
 	// When decoding the actual Block, it may be able to produce more
 	// output even if we don't give it any new input.
 	while (true)
@@ -375,8 +377,9 @@
 
 
 static void
-stream_decoder_end(lzma_coder *coder, const lzma_allocator *allocator)
+stream_decoder_end(void *coder_ptr, const lzma_allocator *allocator)
 {
+	lzma_stream_coder *coder = coder_ptr;
 	lzma_next_end(&coder->block_decoder, allocator);
 	lzma_index_hash_end(coder->index_hash, allocator);
 	lzma_free(coder, allocator);
@@ -385,16 +388,19 @@
 
 
 static lzma_check
-stream_decoder_get_check(const lzma_coder *coder)
+stream_decoder_get_check(const void *coder_ptr)
 {
+	const lzma_stream_coder *coder = coder_ptr;
 	return coder->stream_flags.check;
 }
 
 
 static lzma_ret
-stream_decoder_memconfig(lzma_coder *coder, uint64_t *memusage,
+stream_decoder_memconfig(void *coder_ptr, uint64_t *memusage,
 		uint64_t *old_memlimit, uint64_t new_memlimit)
 {
+	lzma_stream_coder *coder = coder_ptr;
+
 	*memusage = coder->memusage;
 	*old_memlimit = coder->memlimit;
 
@@ -422,31 +428,33 @@
 	if (flags & ~LZMA_SUPPORTED_FLAGS)
 		return LZMA_OPTIONS_ERROR;
 
-	if (next->coder == NULL) {
-		next->coder = lzma_alloc(sizeof(lzma_coder), allocator);
-		if (next->coder == NULL)
+	lzma_stream_coder *coder = next->coder;
+	if (coder == NULL) {
+		coder = lzma_alloc(sizeof(lzma_stream_coder), allocator);
+		if (coder == NULL)
 			return LZMA_MEM_ERROR;
 
+		next->coder = coder;
 		next->code = &stream_decode;
 		next->end = &stream_decoder_end;
 		next->get_check = &stream_decoder_get_check;
 		next->memconfig = &stream_decoder_memconfig;
 
-		next->coder->block_decoder = LZMA_NEXT_CODER_INIT;
-		next->coder->index_hash = NULL;
+		coder->block_decoder = LZMA_NEXT_CODER_INIT;
+		coder->index_hash = NULL;
 	}
 
-	next->coder->memlimit = memlimit;
-	next->coder->memusage = LZMA_MEMUSAGE_BASE;
-	next->coder->tell_no_check = (flags & LZMA_TELL_NO_CHECK) != 0;
-	next->coder->tell_unsupported_check
+	coder->memlimit = memlimit;
+	coder->memusage = LZMA_MEMUSAGE_BASE;
+	coder->tell_no_check = (flags & LZMA_TELL_NO_CHECK) != 0;
+	coder->tell_unsupported_check
 			= (flags & LZMA_TELL_UNSUPPORTED_CHECK) != 0;
-	next->coder->tell_any_check = (flags & LZMA_TELL_ANY_CHECK) != 0;
-	next->coder->ignore_check = (flags & LZMA_IGNORE_CHECK) != 0;
-	next->coder->concatenated = (flags & LZMA_CONCATENATED) != 0;
-	next->coder->first_stream = true;
+	coder->tell_any_check = (flags & LZMA_TELL_ANY_CHECK) != 0;
+	coder->ignore_check = (flags & LZMA_IGNORE_CHECK) != 0;
+	coder->concatenated = (flags & LZMA_CONCATENATED) != 0;
+	coder->first_stream = true;
 
-	return stream_decoder_reset(next->coder, allocator);
+	return stream_decoder_reset(coder, allocator);
 }
 
 

Modified: vendor/xz/dist/src/liblzma/common/stream_encoder.c
===================================================================
--- vendor/xz/dist/src/liblzma/common/stream_encoder.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/common/stream_encoder.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -14,7 +14,7 @@
 #include "index_encoder.h"
 
 
-struct lzma_coder_s {
+typedef struct {
 	enum {
 		SEQ_STREAM_HEADER,
 		SEQ_BLOCK_INIT,
@@ -55,11 +55,11 @@
 	/// Buffer to hold Stream Header, Block Header, and Stream Footer.
 	/// Block Header has biggest maximum size.
 	uint8_t buffer[LZMA_BLOCK_HEADER_SIZE_MAX];
-};
+} lzma_stream_coder;
 
 
 static lzma_ret
-block_encoder_init(lzma_coder *coder, const lzma_allocator *allocator)
+block_encoder_init(lzma_stream_coder *coder, const lzma_allocator *allocator)
 {
 	// Prepare the Block options. Even though Block encoder doesn't need
 	// compressed_size, uncompressed_size, and header_size to be
@@ -78,11 +78,13 @@
 
 
 static lzma_ret
-stream_encode(lzma_coder *coder, const lzma_allocator *allocator,
+stream_encode(void *coder_ptr, const lzma_allocator *allocator,
 		const uint8_t *restrict in, size_t *restrict in_pos,
 		size_t in_size, uint8_t *restrict out,
 		size_t *restrict out_pos, size_t out_size, lzma_action action)
 {
+	lzma_stream_coder *coder = coder_ptr;
+
 	// Main loop
 	while (*out_pos < out_size)
 	switch (coder->sequence) {
@@ -209,8 +211,10 @@
 
 
 static void
-stream_encoder_end(lzma_coder *coder, const lzma_allocator *allocator)
+stream_encoder_end(void *coder_ptr, const lzma_allocator *allocator)
 {
+	lzma_stream_coder *coder = coder_ptr;
+
 	lzma_next_end(&coder->block_encoder, allocator);
 	lzma_next_end(&coder->index_encoder, allocator);
 	lzma_index_end(coder->index, allocator);
@@ -224,10 +228,12 @@
 
 
 static lzma_ret
-stream_encoder_update(lzma_coder *coder, const lzma_allocator *allocator,
+stream_encoder_update(void *coder_ptr, const lzma_allocator *allocator,
 		const lzma_filter *filters,
 		const lzma_filter *reversed_filters)
 {
+	lzma_stream_coder *coder = coder_ptr;
+
 	if (coder->sequence <= SEQ_BLOCK_INIT) {
 		// There is no incomplete Block waiting to be finished,
 		// thus we can change the whole filter chain. Start by
@@ -271,30 +277,33 @@
 	if (filters == NULL)
 		return LZMA_PROG_ERROR;
 
-	if (next->coder == NULL) {
-		next->coder = lzma_alloc(sizeof(lzma_coder), allocator);
-		if (next->coder == NULL)
+	lzma_stream_coder *coder = next->coder;
+
+	if (coder == NULL) {
+		coder = lzma_alloc(sizeof(lzma_stream_coder), allocator);
+		if (coder == NULL)
 			return LZMA_MEM_ERROR;
 
+		next->coder = coder;
 		next->code = &stream_encode;
 		next->end = &stream_encoder_end;
 		next->update = &stream_encoder_update;
 
-		next->coder->filters[0].id = LZMA_VLI_UNKNOWN;
-		next->coder->block_encoder = LZMA_NEXT_CODER_INIT;
-		next->coder->index_encoder = LZMA_NEXT_CODER_INIT;
-		next->coder->index = NULL;
+		coder->filters[0].id = LZMA_VLI_UNKNOWN;
+		coder->block_encoder = LZMA_NEXT_CODER_INIT;
+		coder->index_encoder = LZMA_NEXT_CODER_INIT;
+		coder->index = NULL;
 	}
 
 	// Basic initializations
-	next->coder->sequence = SEQ_STREAM_HEADER;
-	next->coder->block_options.version = 0;
-	next->coder->block_options.check = check;
+	coder->sequence = SEQ_STREAM_HEADER;
+	coder->block_options.version = 0;
+	coder->block_options.check = check;
 
 	// Initialize the Index
-	lzma_index_end(next->coder->index, allocator);
-	next->coder->index = lzma_index_init(allocator);
-	if (next->coder->index == NULL)
+	lzma_index_end(coder->index, allocator);
+	coder->index = lzma_index_init(allocator);
+	if (coder->index == NULL)
 		return LZMA_MEM_ERROR;
 
 	// Encode the Stream Header
@@ -303,16 +312,15 @@
 		.check = check,
 	};
 	return_if_error(lzma_stream_header_encode(
-			&stream_flags, next->coder->buffer));
+			&stream_flags, coder->buffer));
 
-	next->coder->buffer_pos = 0;
-	next->coder->buffer_size = LZMA_STREAM_HEADER_SIZE;
+	coder->buffer_pos = 0;
+	coder->buffer_size = LZMA_STREAM_HEADER_SIZE;
 
 	// Initialize the Block encoder. This way we detect unsupported
 	// filter chains when initializing the Stream encoder instead of
 	// giving an error after Stream Header has already written out.
-	return stream_encoder_update(
-			next->coder, allocator, filters, NULL);
+	return stream_encoder_update(coder, allocator, filters, NULL);
 }
 
 

Modified: vendor/xz/dist/src/liblzma/common/stream_encoder_mt.c
===================================================================
--- vendor/xz/dist/src/liblzma/common/stream_encoder_mt.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/common/stream_encoder_mt.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -44,6 +44,7 @@
 
 } worker_state;
 
+typedef struct lzma_stream_coder_s lzma_stream_coder;
 
 typedef struct worker_thread_s worker_thread;
 struct worker_thread_s {
@@ -65,7 +66,7 @@
 
 	/// Pointer to the main structure is needed when putting this
 	/// thread back to the stack of free threads.
-	lzma_coder *coder;
+	lzma_stream_coder *coder;
 
 	/// The allocator is set by the main thread. Since a copy of the
 	/// pointer is kept here, the application must not change the
@@ -96,7 +97,7 @@
 };
 
 
-struct lzma_coder_s {
+struct lzma_stream_coder_s {
 	enum {
 		SEQ_STREAM_HEADER,
 		SEQ_BLOCK,
@@ -417,7 +418,7 @@
 
 /// Make the threads stop but not exit. Optionally wait for them to stop.
 static void
-threads_stop(lzma_coder *coder, bool wait_for_threads)
+threads_stop(lzma_stream_coder *coder, bool wait_for_threads)
 {
 	// Tell the threads to stop.
 	for (uint32_t i = 0; i < coder->threads_initialized; ++i) {
@@ -446,7 +447,7 @@
 /// Stop the threads and free the resources associated with them.
 /// Wait until the threads have exited.
 static void
-threads_end(lzma_coder *coder, const lzma_allocator *allocator)
+threads_end(lzma_stream_coder *coder, const lzma_allocator *allocator)
 {
 	for (uint32_t i = 0; i < coder->threads_initialized; ++i) {
 		mythread_sync(coder->threads[i].mutex) {
@@ -468,7 +469,8 @@
 
 /// Initialize a new worker_thread structure and create a new thread.
 static lzma_ret
-initialize_new_thread(lzma_coder *coder, const lzma_allocator *allocator)
+initialize_new_thread(lzma_stream_coder *coder,
+		const lzma_allocator *allocator)
 {
 	worker_thread *thr = &coder->threads[coder->threads_initialized];
 
@@ -510,7 +512,7 @@
 
 
 static lzma_ret
-get_thread(lzma_coder *coder, const lzma_allocator *allocator)
+get_thread(lzma_stream_coder *coder, const lzma_allocator *allocator)
 {
 	// If there are no free output subqueues, there is no
 	// point to try getting a thread.
@@ -548,7 +550,7 @@
 
 
 static lzma_ret
-stream_encode_in(lzma_coder *coder, const lzma_allocator *allocator,
+stream_encode_in(lzma_stream_coder *coder, const lzma_allocator *allocator,
 		const uint8_t *restrict in, size_t *restrict in_pos,
 		size_t in_size, lzma_action action)
 {
@@ -616,7 +618,7 @@
 /// Wait until more input can be consumed, more output can be read, or
 /// an optional timeout is reached.
 static bool
-wait_for_work(lzma_coder *coder, mythread_condtime *wait_abs,
+wait_for_work(lzma_stream_coder *coder, mythread_condtime *wait_abs,
 		bool *has_blocked, bool has_input)
 {
 	if (coder->timeout != 0 && !*has_blocked) {
@@ -662,11 +664,13 @@
 
 
 static lzma_ret
-stream_encode_mt(lzma_coder *coder, const lzma_allocator *allocator,
+stream_encode_mt(void *coder_ptr, const lzma_allocator *allocator,
 		const uint8_t *restrict in, size_t *restrict in_pos,
 		size_t in_size, uint8_t *restrict out,
 		size_t *restrict out_pos, size_t out_size, lzma_action action)
 {
+	lzma_stream_coder *coder = coder_ptr;
+
 	switch (coder->sequence) {
 	case SEQ_STREAM_HEADER:
 		lzma_bufcpy(coder->header, &coder->header_pos,
@@ -834,8 +838,10 @@
 
 
 static void
-stream_encoder_mt_end(lzma_coder *coder, const lzma_allocator *allocator)
+stream_encoder_mt_end(void *coder_ptr, const lzma_allocator *allocator)
 {
+	lzma_stream_coder *coder = coder_ptr;
+
 	// Threads must be killed before the output queue can be freed.
 	threads_end(coder, allocator);
 	lzma_outq_end(&coder->outq, allocator);
@@ -907,10 +913,12 @@
 
 
 static void
-get_progress(lzma_coder *coder, uint64_t *progress_in, uint64_t *progress_out)
+get_progress(void *coder_ptr, uint64_t *progress_in, uint64_t *progress_out)
 {
+	lzma_stream_coder *coder = coder_ptr;
+
 	// Lock coder->mutex to prevent finishing threads from moving their
-	// progress info from the worker_thread structure to lzma_coder.
+	// progress info from the worker_thread structure to lzma_stream_coder.
 	mythread_sync(coder->mutex) {
 		*progress_in = coder->progress_in;
 		*progress_out = coder->progress_out;
@@ -962,24 +970,27 @@
 		return LZMA_UNSUPPORTED_CHECK;
 
 	// Allocate and initialize the base structure if needed.
-	if (next->coder == NULL) {
-		next->coder = lzma_alloc(sizeof(lzma_coder), allocator);
-		if (next->coder == NULL)
+	lzma_stream_coder *coder = next->coder;
+	if (coder == NULL) {
+		coder = lzma_alloc(sizeof(lzma_stream_coder), allocator);
+		if (coder == NULL)
 			return LZMA_MEM_ERROR;
 
+		next->coder = coder;
+
 		// For the mutex and condition variable initializations
 		// the error handling has to be done here because
 		// stream_encoder_mt_end() doesn't know if they have
 		// already been initialized or not.
-		if (mythread_mutex_init(&next->coder->mutex)) {
-			lzma_free(next->coder, allocator);
+		if (mythread_mutex_init(&coder->mutex)) {
+			lzma_free(coder, allocator);
 			next->coder = NULL;
 			return LZMA_MEM_ERROR;
 		}
 
-		if (mythread_cond_init(&next->coder->cond)) {
-			mythread_mutex_destroy(&next->coder->mutex);
-			lzma_free(next->coder, allocator);
+		if (mythread_cond_init(&coder->cond)) {
+			mythread_mutex_destroy(&coder->mutex);
+			lzma_free(coder, allocator);
 			next->coder = NULL;
 			return LZMA_MEM_ERROR;
 		}
@@ -989,76 +1000,76 @@
 		next->get_progress = &get_progress;
 // 		next->update = &stream_encoder_mt_update;
 
-		next->coder->filters[0].id = LZMA_VLI_UNKNOWN;
-		next->coder->index_encoder = LZMA_NEXT_CODER_INIT;
-		next->coder->index = NULL;
-		memzero(&next->coder->outq, sizeof(next->coder->outq));
-		next->coder->threads = NULL;
-		next->coder->threads_max = 0;
-		next->coder->threads_initialized = 0;
+		coder->filters[0].id = LZMA_VLI_UNKNOWN;
+		coder->index_encoder = LZMA_NEXT_CODER_INIT;
+		coder->index = NULL;
+		memzero(&coder->outq, sizeof(coder->outq));
+		coder->threads = NULL;
+		coder->threads_max = 0;
+		coder->threads_initialized = 0;
 	}
 
 	// Basic initializations
-	next->coder->sequence = SEQ_STREAM_HEADER;
-	next->coder->block_size = (size_t)(block_size);
-	next->coder->thread_error = LZMA_OK;
-	next->coder->thr = NULL;
+	coder->sequence = SEQ_STREAM_HEADER;
+	coder->block_size = (size_t)(block_size);
+	coder->thread_error = LZMA_OK;
+	coder->thr = NULL;
 
 	// Allocate the thread-specific base structures.
 	assert(options->threads > 0);
-	if (next->coder->threads_max != options->threads) {
-		threads_end(next->coder, allocator);
+	if (coder->threads_max != options->threads) {
+		threads_end(coder, allocator);
 
-		next->coder->threads = NULL;
-		next->coder->threads_max = 0;
+		coder->threads = NULL;
+		coder->threads_max = 0;
 
-		next->coder->threads_initialized = 0;
-		next->coder->threads_free = NULL;
+		coder->threads_initialized = 0;
+		coder->threads_free = NULL;
 
-		next->coder->threads = lzma_alloc(
+		coder->threads = lzma_alloc(
 				options->threads * sizeof(worker_thread),
 				allocator);
-		if (next->coder->threads == NULL)
+		if (coder->threads == NULL)
 			return LZMA_MEM_ERROR;
 
-		next->coder->threads_max = options->threads;
+		coder->threads_max = options->threads;
 	} else {
 		// Reuse the old structures and threads. Tell the running
 		// threads to stop and wait until they have stopped.
-		threads_stop(next->coder, true);
+		threads_stop(coder, true);
 	}
 
 	// Output queue
-	return_if_error(lzma_outq_init(&next->coder->outq, allocator,
+	return_if_error(lzma_outq_init(&coder->outq, allocator,
 			outbuf_size_max, options->threads));
 
 	// Timeout
-	next->coder->timeout = options->timeout;
+	coder->timeout = options->timeout;
 
 	// Free the old filter chain and copy the new one.
-	for (size_t i = 0; next->coder->filters[i].id != LZMA_VLI_UNKNOWN; ++i)
-		lzma_free(next->coder->filters[i].options, allocator);
+	for (size_t i = 0; coder->filters[i].id != LZMA_VLI_UNKNOWN; ++i)
+		lzma_free(coder->filters[i].options, allocator);
 
 	return_if_error(lzma_filters_copy(
-			filters, next->coder->filters, allocator));
+			filters, coder->filters, allocator));
 
 	// Index
-	lzma_index_end(next->coder->index, allocator);
-	next->coder->index = lzma_index_init(allocator);
-	if (next->coder->index == NULL)
+	lzma_index_end(coder->index, allocator);
+	coder->index = lzma_index_init(allocator);
+	if (coder->index == NULL)
 		return LZMA_MEM_ERROR;
 
 	// Stream Header
-	next->coder->stream_flags.version = 0;
-	next->coder->stream_flags.check = options->check;
+	coder->stream_flags.version = 0;
+	coder->stream_flags.check = options->check;
 	return_if_error(lzma_stream_header_encode(
-			&next->coder->stream_flags, next->coder->header));
+			&coder->stream_flags, coder->header));
 
-	next->coder->header_pos = 0;
+	coder->header_pos = 0;
 
 	// Progress info
-	next->coder->progress_in = 0;
-	next->coder->progress_out = LZMA_STREAM_HEADER_SIZE;
+	coder->progress_in = 0;
+	coder->progress_out = LZMA_STREAM_HEADER_SIZE;
 
 	return LZMA_OK;
 }
@@ -1111,7 +1122,8 @@
 		return UINT64_MAX;
 
 	// Sum them with overflow checking.
-	uint64_t total_memusage = LZMA_MEMUSAGE_BASE + sizeof(lzma_coder)
+	uint64_t total_memusage = LZMA_MEMUSAGE_BASE
+			+ sizeof(lzma_stream_coder)
 			+ options->threads * sizeof(worker_thread);
 
 	if (UINT64_MAX - total_memusage < inbuf_memusage)

Modified: vendor/xz/dist/src/liblzma/delta/delta_common.c
===================================================================
--- vendor/xz/dist/src/liblzma/delta/delta_common.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/delta/delta_common.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -15,8 +15,9 @@
 
 
 static void
-delta_coder_end(lzma_coder *coder, const lzma_allocator *allocator)
+delta_coder_end(void *coder_ptr, const lzma_allocator *allocator)
 {
+	lzma_delta_coder *coder = coder_ptr;
 	lzma_next_end(&coder->next, allocator);
 	lzma_free(coder, allocator);
 	return;
@@ -28,14 +29,17 @@
 		const lzma_filter_info *filters)
 {
 	// Allocate memory for the decoder if needed.
-	if (next->coder == NULL) {
-		next->coder = lzma_alloc(sizeof(lzma_coder), allocator);
-		if (next->coder == NULL)
+	lzma_delta_coder *coder = next->coder;
+	if (coder == NULL) {
+		coder = lzma_alloc(sizeof(lzma_delta_coder), allocator);
+		if (coder == NULL)
 			return LZMA_MEM_ERROR;
 
+		next->coder = coder;
+
 		// End function is the same for encoder and decoder.
 		next->end = &delta_coder_end;
-		next->coder->next = LZMA_NEXT_CODER_INIT;
+		coder->next = LZMA_NEXT_CODER_INIT;
 	}
 
 	// Validate the options.
@@ -44,15 +48,14 @@
 
 	// Set the delta distance.
 	const lzma_options_delta *opt = filters[0].options;
-	next->coder->distance = opt->dist;
+	coder->distance = opt->dist;
 
 	// Initialize the rest of the variables.
-	next->coder->pos = 0;
-	memzero(next->coder->history, LZMA_DELTA_DIST_MAX);
+	coder->pos = 0;
+	memzero(coder->history, LZMA_DELTA_DIST_MAX);
 
 	// Initialize the next decoder in the chain, if any.
-	return lzma_next_filter_init(&next->coder->next,
-			allocator, filters + 1);
+	return lzma_next_filter_init(&coder->next, allocator, filters + 1);
 }
 
 
@@ -66,5 +69,5 @@
 			|| opt->dist > LZMA_DELTA_DIST_MAX)
 		return UINT64_MAX;
 
-	return sizeof(lzma_coder);
+	return sizeof(lzma_delta_coder);
 }

Modified: vendor/xz/dist/src/liblzma/delta/delta_decoder.c
===================================================================
--- vendor/xz/dist/src/liblzma/delta/delta_decoder.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/delta/delta_decoder.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -15,7 +15,7 @@
 
 
 static void
-decode_buffer(lzma_coder *coder, uint8_t *buffer, size_t size)
+decode_buffer(lzma_delta_coder *coder, uint8_t *buffer, size_t size)
 {
 	const size_t distance = coder->distance;
 
@@ -27,11 +27,13 @@
 
 
 static lzma_ret
-delta_decode(lzma_coder *coder, const lzma_allocator *allocator,
+delta_decode(void *coder_ptr, const lzma_allocator *allocator,
 		const uint8_t *restrict in, size_t *restrict in_pos,
 		size_t in_size, uint8_t *restrict out,
 		size_t *restrict out_pos, size_t out_size, lzma_action action)
 {
+	lzma_delta_coder *coder = coder_ptr;
+
 	assert(coder->next.code != NULL);
 
 	const size_t out_start = *out_pos;

Modified: vendor/xz/dist/src/liblzma/delta/delta_encoder.c
===================================================================
--- vendor/xz/dist/src/liblzma/delta/delta_encoder.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/delta/delta_encoder.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -18,7 +18,7 @@
 /// is the first filter in the chain (and thus the last filter in the
 /// encoder's filter stack).
 static void
-copy_and_encode(lzma_coder *coder,
+copy_and_encode(lzma_delta_coder *coder,
 		const uint8_t *restrict in, uint8_t *restrict out, size_t size)
 {
 	const size_t distance = coder->distance;
@@ -35,7 +35,7 @@
 /// Encodes the data in place. This is used when we are the last filter
 /// in the chain (and thus non-last filter in the encoder's filter stack).
 static void
-encode_in_place(lzma_coder *coder, uint8_t *buffer, size_t size)
+encode_in_place(lzma_delta_coder *coder, uint8_t *buffer, size_t size)
 {
 	const size_t distance = coder->distance;
 
@@ -49,11 +49,13 @@
 
 
 static lzma_ret
-delta_encode(lzma_coder *coder, const lzma_allocator *allocator,
+delta_encode(void *coder_ptr, const lzma_allocator *allocator,
 		const uint8_t *restrict in, size_t *restrict in_pos,
 		size_t in_size, uint8_t *restrict out,
 		size_t *restrict out_pos, size_t out_size, lzma_action action)
 {
+	lzma_delta_coder *coder = coder_ptr;
+
 	lzma_ret ret;
 
 	if (coder->next.code == NULL) {
@@ -84,10 +86,12 @@
 
 
 static lzma_ret
-delta_encoder_update(lzma_coder *coder, const lzma_allocator *allocator,
+delta_encoder_update(void *coder_ptr, const lzma_allocator *allocator,
 		const lzma_filter *filters_null lzma_attribute((__unused__)),
 		const lzma_filter *reversed_filters)
 {
+	lzma_delta_coder *coder = coder_ptr;
+
 	// Delta doesn't and will never support changing the options in
 	// the middle of encoding. If the app tries to change them, we
 	// simply ignore them.

Modified: vendor/xz/dist/src/liblzma/delta/delta_private.h
===================================================================
--- vendor/xz/dist/src/liblzma/delta/delta_private.h	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/delta/delta_private.h	2018-06-15 22:33:27 UTC (rev 11013)
@@ -15,7 +15,7 @@
 
 #include "delta_common.h"
 
-struct lzma_coder_s {
+typedef struct {
 	/// Next coder in the chain
 	lzma_next_coder next;
 
@@ -27,7 +27,7 @@
 
 	/// Buffer to hold history of the original data
 	uint8_t history[LZMA_DELTA_DIST_MAX];
-};
+} lzma_delta_coder;
 
 
 extern lzma_ret lzma_delta_coder_init(

Modified: vendor/xz/dist/src/liblzma/lz/lz_decoder.c
===================================================================
--- vendor/xz/dist/src/liblzma/lz/lz_decoder.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/lz/lz_decoder.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -20,7 +20,7 @@
 #include "lz_decoder.h"
 
 
-struct lzma_coder_s {
+typedef struct {
 	/// Dictionary (history buffer)
 	lzma_dict dict;
 
@@ -48,7 +48,7 @@
 		size_t size;
 		uint8_t buffer[LZMA_BUFFER_SIZE];
 	} temp;
-};
+} lzma_coder;
 
 
 static void
@@ -125,7 +125,7 @@
 
 
 static lzma_ret
-lz_decode(lzma_coder *coder,
+lz_decode(void *coder_ptr,
 		const lzma_allocator *allocator lzma_attribute((__unused__)),
 		const uint8_t *restrict in, size_t *restrict in_pos,
 		size_t in_size, uint8_t *restrict out,
@@ -132,6 +132,8 @@
 		size_t *restrict out_pos, size_t out_size,
 		lzma_action action)
 {
+	lzma_coder *coder = coder_ptr;
+
 	if (coder->next.code == NULL)
 		return decode_buffer(coder, in, in_pos, in_size,
 				out, out_pos, out_size);
@@ -184,8 +186,10 @@
 
 
 static void
-lz_decoder_end(lzma_coder *coder, const lzma_allocator *allocator)
+lz_decoder_end(void *coder_ptr, const lzma_allocator *allocator)
 {
+	lzma_coder *coder = coder_ptr;
+
 	lzma_next_end(&coder->next, allocator);
 	lzma_free(coder->dict.buf, allocator);
 
@@ -207,24 +211,26 @@
 			lzma_lz_options *lz_options))
 {
 	// Allocate the base structure if it isn't already allocated.
-	if (next->coder == NULL) {
-		next->coder = lzma_alloc(sizeof(lzma_coder), allocator);
-		if (next->coder == NULL)
+	lzma_coder *coder = next->coder;
+	if (coder == NULL) {
+		coder = lzma_alloc(sizeof(lzma_coder), allocator);
+		if (coder == NULL)
 			return LZMA_MEM_ERROR;
 
+		next->coder = coder;
 		next->code = &lz_decode;
 		next->end = &lz_decoder_end;
 
-		next->coder->dict.buf = NULL;
-		next->coder->dict.size = 0;
-		next->coder->lz = LZMA_LZ_DECODER_INIT;
-		next->coder->next = LZMA_NEXT_CODER_INIT;
+		coder->dict.buf = NULL;
+		coder->dict.size = 0;
+		coder->lz = LZMA_LZ_DECODER_INIT;
+		coder->next = LZMA_NEXT_CODER_INIT;
 	}
 
 	// Allocate and initialize the LZ-based decoder. It will also give
 	// us the dictionary size.
 	lzma_lz_options lz_options;
-	return_if_error(lz_init(&next->coder->lz, allocator,
+	return_if_error(lz_init(&coder->lz, allocator,
 			filters[0].options, &lz_options));
 
 	// If the dictionary size is very small, increase it to 4096 bytes.
@@ -248,14 +254,14 @@
 	lz_options.dict_size = (lz_options.dict_size + 15) & ~((size_t)(15));
 
 	// Allocate and initialize the dictionary.
-	if (next->coder->dict.size != lz_options.dict_size) {
-		lzma_free(next->coder->dict.buf, allocator);
-		next->coder->dict.buf
+	if (coder->dict.size != lz_options.dict_size) {
+		lzma_free(coder->dict.buf, allocator);
+		coder->dict.buf
 				= lzma_alloc(lz_options.dict_size, allocator);
-		if (next->coder->dict.buf == NULL)
+		if (coder->dict.buf == NULL)
 			return LZMA_MEM_ERROR;
 
-		next->coder->dict.size = lz_options.dict_size;
+		coder->dict.size = lz_options.dict_size;
 	}
 
 	lz_decoder_reset(next->coder);
@@ -268,21 +274,20 @@
 		const size_t copy_size = my_min(lz_options.preset_dict_size,
 				lz_options.dict_size);
 		const size_t offset = lz_options.preset_dict_size - copy_size;
-		memcpy(next->coder->dict.buf, lz_options.preset_dict + offset,
+		memcpy(coder->dict.buf, lz_options.preset_dict + offset,
 				copy_size);
-		next->coder->dict.pos = copy_size;
-		next->coder->dict.full = copy_size;
+		coder->dict.pos = copy_size;
+		coder->dict.full = copy_size;
 	}
 
 	// Miscellaneous initializations
-	next->coder->next_finished = false;
-	next->coder->this_finished = false;
-	next->coder->temp.pos = 0;
-	next->coder->temp.size = 0;
+	coder->next_finished = false;
+	coder->this_finished = false;
+	coder->temp.pos = 0;
+	coder->temp.size = 0;
 
 	// Initialize the next filter in the chain, if any.
-	return lzma_next_filter_init(&next->coder->next, allocator,
-			filters + 1);
+	return lzma_next_filter_init(&coder->next, allocator, filters + 1);
 }
 
 
@@ -294,7 +299,8 @@
 
 
 extern void
-lzma_lz_decoder_uncompressed(lzma_coder *coder, lzma_vli uncompressed_size)
+lzma_lz_decoder_uncompressed(void *coder_ptr, lzma_vli uncompressed_size)
 {
+	lzma_coder *coder = coder_ptr;
 	coder->lz.set_uncompressed(coder->lz.coder, uncompressed_size);
 }

Modified: vendor/xz/dist/src/liblzma/lz/lz_decoder.h
===================================================================
--- vendor/xz/dist/src/liblzma/lz/lz_decoder.h	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/lz/lz_decoder.h	2018-06-15 22:33:27 UTC (rev 11013)
@@ -53,21 +53,20 @@
 
 typedef struct {
 	/// Data specific to the LZ-based decoder
-	lzma_coder *coder;
+	void *coder;
 
 	/// Function to decode from in[] to *dict
-	lzma_ret (*code)(lzma_coder *restrict coder,
+	lzma_ret (*code)(void *coder,
 			lzma_dict *restrict dict, const uint8_t *restrict in,
 			size_t *restrict in_pos, size_t in_size);
 
-	void (*reset)(lzma_coder *coder, const void *options);
+	void (*reset)(void *coder, const void *options);
 
 	/// Set the uncompressed size
-	void (*set_uncompressed)(lzma_coder *coder,
-			lzma_vli uncompressed_size);
+	void (*set_uncompressed)(void *coder, lzma_vli uncompressed_size);
 
 	/// Free allocated resources
-	void (*end)(lzma_coder *coder, const lzma_allocator *allocator);
+	void (*end)(void *coder, const lzma_allocator *allocator);
 
 } lzma_lz_decoder;
 
@@ -92,7 +91,7 @@
 extern uint64_t lzma_lz_decoder_memusage(size_t dictionary_size);
 
 extern void lzma_lz_decoder_uncompressed(
-		lzma_coder *coder, lzma_vli uncompressed_size);
+		void *coder, lzma_vli uncompressed_size);
 
 
 //////////////////////

Modified: vendor/xz/dist/src/liblzma/lz/lz_encoder.c
===================================================================
--- vendor/xz/dist/src/liblzma/lz/lz_encoder.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/lz/lz_encoder.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -23,7 +23,7 @@
 #include "memcmplen.h"
 
 
-struct lzma_coder_s {
+typedef struct {
 	/// LZ-based encoder e.g. LZMA
 	lzma_lz_encoder lz;
 
@@ -32,7 +32,7 @@
 
 	/// Next coder in the chain
 	lzma_next_coder next;
-};
+} lzma_coder;
 
 
 /// \brief      Moves the data in the input window to free space for new data
@@ -157,12 +157,14 @@
 
 
 static lzma_ret
-lz_encode(lzma_coder *coder, const lzma_allocator *allocator,
+lz_encode(void *coder_ptr, const lzma_allocator *allocator,
 		const uint8_t *restrict in, size_t *restrict in_pos,
 		size_t in_size,
 		uint8_t *restrict out, size_t *restrict out_pos,
 		size_t out_size, lzma_action action)
 {
+	lzma_coder *coder = coder_ptr;
+
 	while (*out_pos < out_size
 			&& (*in_pos < in_size || action != LZMA_RUN)) {
 		// Read more data to coder->mf.buffer if needed.
@@ -481,8 +483,10 @@
 
 
 static void
-lz_encoder_end(lzma_coder *coder, const lzma_allocator *allocator)
+lz_encoder_end(void *coder_ptr, const lzma_allocator *allocator)
 {
+	lzma_coder *coder = coder_ptr;
+
 	lzma_next_end(&coder->next, allocator);
 
 	lzma_free(coder->mf.son, allocator);
@@ -500,10 +504,12 @@
 
 
 static lzma_ret
-lz_encoder_update(lzma_coder *coder, const lzma_allocator *allocator,
+lz_encoder_update(void *coder_ptr, const lzma_allocator *allocator,
 		const lzma_filter *filters_null lzma_attribute((__unused__)),
 		const lzma_filter *reversed_filters)
 {
+	lzma_coder *coder = coder_ptr;
+
 	if (coder->lz.options_update == NULL)
 		return LZMA_PROG_ERROR;
 
@@ -528,46 +534,51 @@
 #endif
 
 	// Allocate and initialize the base data structure.
-	if (next->coder == NULL) {
-		next->coder = lzma_alloc(sizeof(lzma_coder), allocator);
-		if (next->coder == NULL)
+	lzma_coder *coder = next->coder;
+	if (coder == NULL) {
+		coder = lzma_alloc(sizeof(lzma_coder), allocator);
+		if (coder == NULL)
 			return LZMA_MEM_ERROR;
 
+		next->coder = coder;
 		next->code = &lz_encode;
 		next->end = &lz_encoder_end;
 		next->update = &lz_encoder_update;
 
-		next->coder->lz.coder = NULL;
-		next->coder->lz.code = NULL;
-		next->coder->lz.end = NULL;
+		coder->lz.coder = NULL;
+		coder->lz.code = NULL;
+		coder->lz.end = NULL;
 
-		next->coder->mf.buffer = NULL;
-		next->coder->mf.hash = NULL;
-		next->coder->mf.son = NULL;
-		next->coder->mf.hash_count = 0;
-		next->coder->mf.sons_count = 0;
+		// mf.size is initialized to silence Valgrind
+		// when used on optimized binaries (GCC may reorder
+		// code in a way that Valgrind gets unhappy).
+		coder->mf.buffer = NULL;
+		coder->mf.size = 0;
+		coder->mf.hash = NULL;
+		coder->mf.son = NULL;
+		coder->mf.hash_count = 0;
+		coder->mf.sons_count = 0;
 
-		next->coder->next = LZMA_NEXT_CODER_INIT;
+		coder->next = LZMA_NEXT_CODER_INIT;
 	}
 
 	// Initialize the LZ-based encoder.
 	lzma_lz_options lz_options;
-	return_if_error(lz_init(&next->coder->lz, allocator,
+	return_if_error(lz_init(&coder->lz, allocator,
 			filters[0].options, &lz_options));
 
-	// Setup the size information into next->coder->mf and deallocate
+	// Setup the size information into coder->mf and deallocate
 	// old buffers if they have wrong size.
-	if (lz_encoder_prepare(&next->coder->mf, allocator, &lz_options))
+	if (lz_encoder_prepare(&coder->mf, allocator, &lz_options))
 		return LZMA_OPTIONS_ERROR;
 
 	// Allocate new buffers if needed, and do the rest of
 	// the initialization.
-	if (lz_encoder_init(&next->coder->mf, allocator, &lz_options))
+	if (lz_encoder_init(&coder->mf, allocator, &lz_options))
 		return LZMA_MEM_ERROR;
 
 	// Initialize the next filter in the chain, if any.
-	return lzma_next_filter_init(&next->coder->next, allocator,
-			filters + 1);
+	return lzma_next_filter_init(&coder->next, allocator, filters + 1);
 }
 
 

Modified: vendor/xz/dist/src/liblzma/lz/lz_encoder.h
===================================================================
--- vendor/xz/dist/src/liblzma/lz/lz_encoder.h	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/lz/lz_encoder.h	2018-06-15 22:33:27 UTC (rev 11013)
@@ -191,19 +191,18 @@
 
 typedef struct {
 	/// Data specific to the LZ-based encoder
-	lzma_coder *coder;
+	void *coder;
 
 	/// Function to encode from *dict to out[]
-	lzma_ret (*code)(lzma_coder *restrict coder,
+	lzma_ret (*code)(void *coder,
 			lzma_mf *restrict mf, uint8_t *restrict out,
 			size_t *restrict out_pos, size_t out_size);
 
 	/// Free allocated resources
-	void (*end)(lzma_coder *coder, const lzma_allocator *allocator);
+	void (*end)(void *coder, const lzma_allocator *allocator);
 
 	/// Update the options in the middle of the encoding.
-	lzma_ret (*options_update)(lzma_coder *coder,
-			const lzma_filter *filter);
+	lzma_ret (*options_update)(void *coder, const lzma_filter *filter);
 
 } lzma_lz_encoder;
 

Modified: vendor/xz/dist/src/liblzma/lzma/lzma2_decoder.c
===================================================================
--- vendor/xz/dist/src/liblzma/lzma/lzma2_decoder.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/lzma/lzma2_decoder.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -16,7 +16,7 @@
 #include "lzma_decoder.h"
 
 
-struct lzma_coder_s {
+typedef struct {
 	enum sequence {
 		SEQ_CONTROL,
 		SEQ_UNCOMPRESSED_1,
@@ -50,14 +50,16 @@
 	bool need_dictionary_reset;
 
 	lzma_options_lzma options;
-};
+} lzma_lzma2_coder;
 
 
 static lzma_ret
-lzma2_decode(lzma_coder *restrict coder, lzma_dict *restrict dict,
+lzma2_decode(void *coder_ptr, lzma_dict *restrict dict,
 		const uint8_t *restrict in, size_t *restrict in_pos,
 		size_t in_size)
 {
+	lzma_lzma2_coder *restrict coder = coder_ptr;
+
 	// With SEQ_LZMA it is possible that no new input is needed to do
 	// some progress. The rest of the sequences assume that there is
 	// at least one byte of input.
@@ -209,8 +211,10 @@
 
 
 static void
-lzma2_decoder_end(lzma_coder *coder, const lzma_allocator *allocator)
+lzma2_decoder_end(void *coder_ptr, const lzma_allocator *allocator)
 {
+	lzma_lzma2_coder *coder = coder_ptr;
+
 	assert(coder->lzma.end == NULL);
 	lzma_free(coder->lzma.coder, allocator);
 
@@ -224,25 +228,27 @@
 lzma2_decoder_init(lzma_lz_decoder *lz, const lzma_allocator *allocator,
 		const void *opt, lzma_lz_options *lz_options)
 {
-	if (lz->coder == NULL) {
-		lz->coder = lzma_alloc(sizeof(lzma_coder), allocator);
-		if (lz->coder == NULL)
+	lzma_lzma2_coder *coder = lz->coder;
+	if (coder == NULL) {
+		coder = lzma_alloc(sizeof(lzma_lzma2_coder), allocator);
+		if (coder == NULL)
 			return LZMA_MEM_ERROR;
 
+		lz->coder = coder;
 		lz->code = &lzma2_decode;
 		lz->end = &lzma2_decoder_end;
 
-		lz->coder->lzma = LZMA_LZ_DECODER_INIT;
+		coder->lzma = LZMA_LZ_DECODER_INIT;
 	}
 
 	const lzma_options_lzma *options = opt;
 
-	lz->coder->sequence = SEQ_CONTROL;
-	lz->coder->need_properties = true;
-	lz->coder->need_dictionary_reset = options->preset_dict == NULL
+	coder->sequence = SEQ_CONTROL;
+	coder->need_properties = true;
+	coder->need_dictionary_reset = options->preset_dict == NULL
 			|| options->preset_dict_size == 0;
 
-	return lzma_lzma_decoder_create(&lz->coder->lzma,
+	return lzma_lzma_decoder_create(&coder->lzma,
 			allocator, options, lz_options);
 }
 
@@ -263,7 +269,7 @@
 extern uint64_t
 lzma_lzma2_decoder_memusage(const void *options)
 {
-	return sizeof(lzma_coder)
+	return sizeof(lzma_lzma2_coder)
 			+ lzma_lzma_decoder_memusage_nocheck(options);
 }
 

Modified: vendor/xz/dist/src/liblzma/lzma/lzma2_encoder.c
===================================================================
--- vendor/xz/dist/src/liblzma/lzma/lzma2_encoder.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/lzma/lzma2_encoder.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -17,7 +17,7 @@
 #include "lzma2_encoder.h"
 
 
-struct lzma_coder_s {
+typedef struct {
 	enum {
 		SEQ_INIT,
 		SEQ_LZMA_ENCODE,
@@ -27,7 +27,7 @@
 	} sequence;
 
 	/// LZMA encoder
-	lzma_coder *lzma;
+	void *lzma;
 
 	/// LZMA options currently in use.
 	lzma_options_lzma opt_cur;
@@ -48,11 +48,11 @@
 
 	/// Buffer to hold the chunk header and LZMA compressed data
 	uint8_t buf[LZMA2_HEADER_MAX + LZMA2_CHUNK_MAX];
-};
+} lzma_lzma2_coder;
 
 
 static void
-lzma2_header_lzma(lzma_coder *coder)
+lzma2_header_lzma(lzma_lzma2_coder *coder)
 {
 	assert(coder->uncompressed_size > 0);
 	assert(coder->uncompressed_size <= LZMA2_UNCOMPRESSED_MAX);
@@ -108,7 +108,7 @@
 
 
 static void
-lzma2_header_uncompressed(lzma_coder *coder)
+lzma2_header_uncompressed(lzma_lzma2_coder *coder)
 {
 	assert(coder->uncompressed_size > 0);
 	assert(coder->uncompressed_size <= LZMA2_CHUNK_MAX);
@@ -133,10 +133,12 @@
 
 
 static lzma_ret
-lzma2_encode(lzma_coder *restrict coder, lzma_mf *restrict mf,
+lzma2_encode(void *coder_ptr, lzma_mf *restrict mf,
 		uint8_t *restrict out, size_t *restrict out_pos,
 		size_t out_size)
 {
+	lzma_lzma2_coder *restrict coder = coder_ptr;
+
 	while (*out_pos < out_size)
 	switch (coder->sequence) {
 	case SEQ_INIT:
@@ -262,8 +264,9 @@
 
 
 static void
-lzma2_encoder_end(lzma_coder *coder, const lzma_allocator *allocator)
+lzma2_encoder_end(void *coder_ptr, const lzma_allocator *allocator)
 {
+	lzma_lzma2_coder *coder = coder_ptr;
 	lzma_free(coder->lzma, allocator);
 	lzma_free(coder, allocator);
 	return;
@@ -271,8 +274,10 @@
 
 
 static lzma_ret
-lzma2_encoder_options_update(lzma_coder *coder, const lzma_filter *filter)
+lzma2_encoder_options_update(void *coder_ptr, const lzma_filter *filter)
 {
+	lzma_lzma2_coder *coder = coder_ptr;
+
 	// New options can be set only when there is no incomplete chunk.
 	// This is the case at the beginning of the raw stream and right
 	// after LZMA_SYNC_FLUSH.
@@ -310,30 +315,32 @@
 	if (options == NULL)
 		return LZMA_PROG_ERROR;
 
-	if (lz->coder == NULL) {
-		lz->coder = lzma_alloc(sizeof(lzma_coder), allocator);
-		if (lz->coder == NULL)
+	lzma_lzma2_coder *coder = lz->coder;
+	if (coder == NULL) {
+		coder = lzma_alloc(sizeof(lzma_lzma2_coder), allocator);
+		if (coder == NULL)
 			return LZMA_MEM_ERROR;
 
+		lz->coder = coder;
 		lz->code = &lzma2_encode;
 		lz->end = &lzma2_encoder_end;
 		lz->options_update = &lzma2_encoder_options_update;
 
-		lz->coder->lzma = NULL;
+		coder->lzma = NULL;
 	}
 
-	lz->coder->opt_cur = *(const lzma_options_lzma *)(options);
+	coder->opt_cur = *(const lzma_options_lzma *)(options);
 
-	lz->coder->sequence = SEQ_INIT;
-	lz->coder->need_properties = true;
-	lz->coder->need_state_reset = false;
-	lz->coder->need_dictionary_reset
-			= lz->coder->opt_cur.preset_dict == NULL
-			|| lz->coder->opt_cur.preset_dict_size == 0;
+	coder->sequence = SEQ_INIT;
+	coder->need_properties = true;
+	coder->need_state_reset = false;
+	coder->need_dictionary_reset
+			= coder->opt_cur.preset_dict == NULL
+			|| coder->opt_cur.preset_dict_size == 0;
 
 	// Initialize LZMA encoder
-	return_if_error(lzma_lzma_encoder_create(&lz->coder->lzma, allocator,
-			&lz->coder->opt_cur, lz_options));
+	return_if_error(lzma_lzma_encoder_create(&coder->lzma, allocator,
+			&coder->opt_cur, lz_options));
 
 	// Make sure that we will always have enough history available in
 	// case we need to use uncompressed chunks. They are used when the
@@ -364,7 +371,7 @@
 	if (lzma_mem == UINT64_MAX)
 		return UINT64_MAX;
 
-	return sizeof(lzma_coder) + lzma_mem;
+	return sizeof(lzma_lzma2_coder) + lzma_mem;
 }
 
 

Modified: vendor/xz/dist/src/liblzma/lzma/lzma_decoder.c
===================================================================
--- vendor/xz/dist/src/liblzma/lzma/lzma_decoder.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/lzma/lzma_decoder.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -161,7 +161,7 @@
 } lzma_length_decoder;
 
 
-struct lzma_coder_s {
+typedef struct {
 	///////////////////
 	// Probabilities //
 	///////////////////
@@ -277,14 +277,16 @@
 	/// If decoding a literal: match byte.
 	/// If decoding a match: length of the match.
 	uint32_t len;
-};
+} lzma_lzma1_decoder;
 
 
 static lzma_ret
-lzma_decode(lzma_coder *restrict coder, lzma_dict *restrict dictptr,
+lzma_decode(void *coder_ptr, lzma_dict *restrict dictptr,
 		const uint8_t *restrict in,
 		size_t *restrict in_pos, size_t in_size)
 {
+	lzma_lzma1_decoder *restrict coder = coder_ptr;
+
 	////////////////////
 	// Initialization //
 	////////////////////
@@ -840,23 +842,17 @@
 
 
 static void
-lzma_decoder_uncompressed(lzma_coder *coder, lzma_vli uncompressed_size)
+lzma_decoder_uncompressed(void *coder_ptr, lzma_vli uncompressed_size)
 {
+	lzma_lzma1_decoder *coder = coder_ptr;
 	coder->uncompressed_size = uncompressed_size;
 }
 
-/*
-extern void
-lzma_lzma_decoder_uncompressed(void *coder_ptr, lzma_vli uncompressed_size)
-{
-	// This is hack.
-	(*(lzma_coder **)(coder))->uncompressed_size = uncompressed_size;
-}
-*/
 
 static void
-lzma_decoder_reset(lzma_coder *coder, const void *opt)
+lzma_decoder_reset(void *coder_ptr, const void *opt)
 {
+	lzma_lzma1_decoder *coder = coder_ptr;
 	const lzma_options_lzma *options = opt;
 
 	// NOTE: We assume that lc/lp/pb are valid since they were
@@ -941,7 +937,7 @@
 		const void *opt, lzma_lz_options *lz_options)
 {
 	if (lz->coder == NULL) {
-		lz->coder = lzma_alloc(sizeof(lzma_coder), allocator);
+		lz->coder = lzma_alloc(sizeof(lzma_lzma1_decoder), allocator);
 		if (lz->coder == NULL)
 			return LZMA_MEM_ERROR;
 
@@ -1014,7 +1010,8 @@
 lzma_lzma_decoder_memusage_nocheck(const void *options)
 {
 	const lzma_options_lzma *const opt = options;
-	return sizeof(lzma_coder) + lzma_lz_decoder_memusage(opt->dict_size);
+	return sizeof(lzma_lzma1_decoder)
+			+ lzma_lz_decoder_memusage(opt->dict_size);
 }
 
 

Modified: vendor/xz/dist/src/liblzma/lzma/lzma_encoder.c
===================================================================
--- vendor/xz/dist/src/liblzma/lzma/lzma_encoder.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/lzma/lzma_encoder.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -43,7 +43,7 @@
 
 
 static inline void
-literal(lzma_coder *coder, lzma_mf *mf, uint32_t position)
+literal(lzma_lzma1_encoder *coder, lzma_mf *mf, uint32_t position)
 {
 	// Locate the literal byte to be encoded and the subcoder.
 	const uint8_t cur_byte = mf->buffer[
@@ -140,7 +140,7 @@
 ///////////
 
 static inline void
-match(lzma_coder *coder, const uint32_t pos_state,
+match(lzma_lzma1_encoder *coder, const uint32_t pos_state,
 		const uint32_t distance, const uint32_t len)
 {
 	update_match(coder->state);
@@ -187,7 +187,7 @@
 ////////////////////
 
 static inline void
-rep_match(lzma_coder *coder, const uint32_t pos_state,
+rep_match(lzma_lzma1_encoder *coder, const uint32_t pos_state,
 		const uint32_t rep, const uint32_t len)
 {
 	if (rep == 0) {
@@ -231,7 +231,7 @@
 //////////
 
 static void
-encode_symbol(lzma_coder *coder, lzma_mf *mf,
+encode_symbol(lzma_lzma1_encoder *coder, lzma_mf *mf,
 		uint32_t back, uint32_t len, uint32_t position)
 {
 	const uint32_t pos_state = position & coder->pos_mask;
@@ -265,7 +265,7 @@
 
 
 static bool
-encode_init(lzma_coder *coder, lzma_mf *mf)
+encode_init(lzma_lzma1_encoder *coder, lzma_mf *mf)
 {
 	assert(mf_position(mf) == 0);
 
@@ -293,7 +293,7 @@
 
 
 static void
-encode_eopm(lzma_coder *coder, uint32_t position)
+encode_eopm(lzma_lzma1_encoder *coder, uint32_t position)
 {
 	const uint32_t pos_state = position & coder->pos_mask;
 	rc_bit(&coder->rc, &coder->is_match[coder->state][pos_state], 1);
@@ -309,7 +309,7 @@
 
 
 extern lzma_ret
-lzma_lzma_encode(lzma_coder *restrict coder, lzma_mf *restrict mf,
+lzma_lzma_encode(lzma_lzma1_encoder *restrict coder, lzma_mf *restrict mf,
 		uint8_t *restrict out, size_t *restrict out_pos,
 		size_t out_size, uint32_t limit)
 {
@@ -402,7 +402,7 @@
 
 
 static lzma_ret
-lzma_encode(lzma_coder *restrict coder, lzma_mf *restrict mf,
+lzma_encode(void *coder, lzma_mf *restrict mf,
 		uint8_t *restrict out, size_t *restrict out_pos,
 		size_t out_size)
 {
@@ -473,7 +473,8 @@
 
 
 extern lzma_ret
-lzma_lzma_encoder_reset(lzma_coder *coder, const lzma_options_lzma *options)
+lzma_lzma_encoder_reset(lzma_lzma1_encoder *coder,
+		const lzma_options_lzma *options)
 {
 	if (!is_options_valid(options))
 		return LZMA_OPTIONS_ERROR;
@@ -545,18 +546,18 @@
 
 
 extern lzma_ret
-lzma_lzma_encoder_create(lzma_coder **coder_ptr,
+lzma_lzma_encoder_create(void **coder_ptr,
 		const lzma_allocator *allocator,
 		const lzma_options_lzma *options, lzma_lz_options *lz_options)
 {
-	// Allocate lzma_coder if it wasn't already allocated.
+	// Allocate lzma_lzma1_encoder if it wasn't already allocated.
 	if (*coder_ptr == NULL) {
-		*coder_ptr = lzma_alloc(sizeof(lzma_coder), allocator);
+		*coder_ptr = lzma_alloc(sizeof(lzma_lzma1_encoder), allocator);
 		if (*coder_ptr == NULL)
 			return LZMA_MEM_ERROR;
 	}
 
-	lzma_coder *coder = *coder_ptr;
+	lzma_lzma1_encoder *coder = *coder_ptr;
 
 	// Set compression mode. We haven't validates the options yet,
 	// but it's OK here, since nothing bad happens with invalid
@@ -636,7 +637,7 @@
 	if (lz_memusage == UINT64_MAX)
 		return UINT64_MAX;
 
-	return (uint64_t)(sizeof(lzma_coder)) + lz_memusage;
+	return (uint64_t)(sizeof(lzma_lzma1_encoder)) + lz_memusage;
 }
 
 

Modified: vendor/xz/dist/src/liblzma/lzma/lzma_encoder.h
===================================================================
--- vendor/xz/dist/src/liblzma/lzma/lzma_encoder.h	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/lzma/lzma_encoder.h	2018-06-15 22:33:27 UTC (rev 11013)
@@ -17,6 +17,9 @@
 #include "common.h"
 
 
+typedef struct lzma_lzma1_encoder_s lzma_lzma1_encoder;
+
+
 extern lzma_ret lzma_lzma_encoder_init(lzma_next_coder *next,
 		const lzma_allocator *allocator,
 		const lzma_filter_info *filters);
@@ -36,16 +39,16 @@
 
 /// Initializes raw LZMA encoder; this is used by LZMA2.
 extern lzma_ret lzma_lzma_encoder_create(
-		lzma_coder **coder_ptr, const lzma_allocator *allocator,
+		void **coder_ptr, const lzma_allocator *allocator,
 		const lzma_options_lzma *options, lzma_lz_options *lz_options);
 
 
 /// Resets an already initialized LZMA encoder; this is used by LZMA2.
 extern lzma_ret lzma_lzma_encoder_reset(
-		lzma_coder *coder, const lzma_options_lzma *options);
+		lzma_lzma1_encoder *coder, const lzma_options_lzma *options);
 
 
-extern lzma_ret lzma_lzma_encode(lzma_coder *restrict coder,
+extern lzma_ret lzma_lzma_encode(lzma_lzma1_encoder *restrict coder,
 		lzma_mf *restrict mf, uint8_t *restrict out,
 		size_t *restrict out_pos, size_t out_size,
 		uint32_t read_limit);

Modified: vendor/xz/dist/src/liblzma/lzma/lzma_encoder_optimum_fast.c
===================================================================
--- vendor/xz/dist/src/liblzma/lzma/lzma_encoder_optimum_fast.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/lzma/lzma_encoder_optimum_fast.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -18,7 +18,8 @@
 
 
 extern void
-lzma_lzma_optimum_fast(lzma_coder *restrict coder, lzma_mf *restrict mf,
+lzma_lzma_optimum_fast(lzma_lzma1_encoder *restrict coder,
+		lzma_mf *restrict mf,
 		uint32_t *restrict back_res, uint32_t *restrict len_res)
 {
 	const uint32_t nice_len = mf->nice_len;

Modified: vendor/xz/dist/src/liblzma/lzma/lzma_encoder_optimum_normal.c
===================================================================
--- vendor/xz/dist/src/liblzma/lzma/lzma_encoder_optimum_normal.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/lzma/lzma_encoder_optimum_normal.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -19,7 +19,7 @@
 ////////////
 
 static uint32_t
-get_literal_price(const lzma_coder *const coder, const uint32_t pos,
+get_literal_price(const lzma_lzma1_encoder *const coder, const uint32_t pos,
 		const uint32_t prev_byte, const bool match_mode,
 		uint32_t match_byte, uint32_t symbol)
 {
@@ -65,7 +65,7 @@
 
 
 static inline uint32_t
-get_short_rep_price(const lzma_coder *const coder,
+get_short_rep_price(const lzma_lzma1_encoder *const coder,
 		const lzma_lzma_state state, const uint32_t pos_state)
 {
 	return rc_bit_0_price(coder->is_rep0[state])
@@ -74,7 +74,7 @@
 
 
 static inline uint32_t
-get_pure_rep_price(const lzma_coder *const coder, const uint32_t rep_index,
+get_pure_rep_price(const lzma_lzma1_encoder *const coder, const uint32_t rep_index,
 		const lzma_lzma_state state, uint32_t pos_state)
 {
 	uint32_t price;
@@ -99,7 +99,7 @@
 
 
 static inline uint32_t
-get_rep_price(const lzma_coder *const coder, const uint32_t rep_index,
+get_rep_price(const lzma_lzma1_encoder *const coder, const uint32_t rep_index,
 		const uint32_t len, const lzma_lzma_state state,
 		const uint32_t pos_state)
 {
@@ -109,7 +109,7 @@
 
 
 static inline uint32_t
-get_dist_len_price(const lzma_coder *const coder, const uint32_t dist,
+get_dist_len_price(const lzma_lzma1_encoder *const coder, const uint32_t dist,
 		const uint32_t len, const uint32_t pos_state)
 {
 	const uint32_t dist_state = get_dist_state(len);
@@ -130,7 +130,7 @@
 
 
 static void
-fill_dist_prices(lzma_coder *coder)
+fill_dist_prices(lzma_lzma1_encoder *coder)
 {
 	for (uint32_t dist_state = 0; dist_state < DIST_STATES; ++dist_state) {
 
@@ -185,7 +185,7 @@
 
 
 static void
-fill_align_prices(lzma_coder *coder)
+fill_align_prices(lzma_lzma1_encoder *coder)
 {
 	for (uint32_t i = 0; i < ALIGN_SIZE; ++i)
 		coder->align_prices[i] = rc_bittree_reverse_price(
@@ -221,7 +221,7 @@
 
 
 static void
-backward(lzma_coder *restrict coder, uint32_t *restrict len_res,
+backward(lzma_lzma1_encoder *restrict coder, uint32_t *restrict len_res,
 		uint32_t *restrict back_res, uint32_t cur)
 {
 	coder->opts_end_index = cur;
@@ -269,7 +269,7 @@
 //////////
 
 static inline uint32_t
-helper1(lzma_coder *restrict coder, lzma_mf *restrict mf,
+helper1(lzma_lzma1_encoder *restrict coder, lzma_mf *restrict mf,
 		uint32_t *restrict back_res, uint32_t *restrict len_res,
 		uint32_t position)
 {
@@ -441,7 +441,7 @@
 
 
 static inline uint32_t
-helper2(lzma_coder *coder, uint32_t *reps, const uint8_t *buf,
+helper2(lzma_lzma1_encoder *coder, uint32_t *reps, const uint8_t *buf,
 		uint32_t len_end, uint32_t position, const uint32_t cur,
 		const uint32_t nice_len, const uint32_t buf_avail_full)
 {
@@ -797,7 +797,8 @@
 
 
 extern void
-lzma_lzma_optimum_normal(lzma_coder *restrict coder, lzma_mf *restrict mf,
+lzma_lzma_optimum_normal(lzma_lzma1_encoder *restrict coder,
+		lzma_mf *restrict mf,
 		uint32_t *restrict back_res, uint32_t *restrict len_res,
 		uint32_t position)
 {

Modified: vendor/xz/dist/src/liblzma/lzma/lzma_encoder_presets.c
===================================================================
--- vendor/xz/dist/src/liblzma/lzma/lzma_encoder_presets.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/lzma/lzma_encoder_presets.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -2,6 +2,7 @@
 //
 /// \file       lzma_encoder_presets.c
 /// \brief      Encoder presets
+/// \note       xz needs this even when only decoding is enabled.
 //
 //  Author:     Lasse Collin
 //

Modified: vendor/xz/dist/src/liblzma/lzma/lzma_encoder_private.h
===================================================================
--- vendor/xz/dist/src/liblzma/lzma/lzma_encoder_private.h	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/lzma/lzma_encoder_private.h	2018-06-15 22:33:27 UTC (rev 11013)
@@ -69,7 +69,7 @@
 } lzma_optimal;
 
 
-struct lzma_coder_s {
+struct lzma_lzma1_encoder_s {
 	/// Range encoder
 	lzma_range_encoder rc;
 
@@ -138,10 +138,10 @@
 
 
 extern void lzma_lzma_optimum_fast(
-		lzma_coder *restrict coder, lzma_mf *restrict mf,
+		lzma_lzma1_encoder *restrict coder, lzma_mf *restrict mf,
 		uint32_t *restrict back_res, uint32_t *restrict len_res);
 
-extern void lzma_lzma_optimum_normal(lzma_coder *restrict coder,
+extern void lzma_lzma_optimum_normal(lzma_lzma1_encoder *restrict coder,
 		lzma_mf *restrict mf, uint32_t *restrict back_res,
 		uint32_t *restrict len_res, uint32_t position);
 

Modified: vendor/xz/dist/src/liblzma/simple/arm.c
===================================================================
--- vendor/xz/dist/src/liblzma/simple/arm.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/simple/arm.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -15,7 +15,7 @@
 
 
 static size_t
-arm_code(lzma_simple *simple lzma_attribute((__unused__)),
+arm_code(void *simple lzma_attribute((__unused__)),
 		uint32_t now_pos, bool is_encoder,
 		uint8_t *buffer, size_t size)
 {

Modified: vendor/xz/dist/src/liblzma/simple/armthumb.c
===================================================================
--- vendor/xz/dist/src/liblzma/simple/armthumb.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/simple/armthumb.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -15,7 +15,7 @@
 
 
 static size_t
-armthumb_code(lzma_simple *simple lzma_attribute((__unused__)),
+armthumb_code(void *simple lzma_attribute((__unused__)),
 		uint32_t now_pos, bool is_encoder,
 		uint8_t *buffer, size_t size)
 {

Modified: vendor/xz/dist/src/liblzma/simple/ia64.c
===================================================================
--- vendor/xz/dist/src/liblzma/simple/ia64.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/simple/ia64.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -15,7 +15,7 @@
 
 
 static size_t
-ia64_code(lzma_simple *simple lzma_attribute((__unused__)),
+ia64_code(void *simple lzma_attribute((__unused__)),
 		uint32_t now_pos, bool is_encoder,
 		uint8_t *buffer, size_t size)
 {

Modified: vendor/xz/dist/src/liblzma/simple/powerpc.c
===================================================================
--- vendor/xz/dist/src/liblzma/simple/powerpc.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/simple/powerpc.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -15,7 +15,7 @@
 
 
 static size_t
-powerpc_code(lzma_simple *simple lzma_attribute((__unused__)),
+powerpc_code(void *simple lzma_attribute((__unused__)),
 		uint32_t now_pos, bool is_encoder,
 		uint8_t *buffer, size_t size)
 {

Modified: vendor/xz/dist/src/liblzma/simple/simple_coder.c
===================================================================
--- vendor/xz/dist/src/liblzma/simple/simple_coder.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/simple/simple_coder.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -18,7 +18,7 @@
 
 /// Copied or encodes/decodes more data to out[].
 static lzma_ret
-copy_or_code(lzma_coder *coder, const lzma_allocator *allocator,
+copy_or_code(lzma_simple_coder *coder, const lzma_allocator *allocator,
 		const uint8_t *restrict in, size_t *restrict in_pos,
 		size_t in_size, uint8_t *restrict out,
 		size_t *restrict out_pos, size_t out_size, lzma_action action)
@@ -55,7 +55,7 @@
 
 
 static size_t
-call_filter(lzma_coder *coder, uint8_t *buffer, size_t size)
+call_filter(lzma_simple_coder *coder, uint8_t *buffer, size_t size)
 {
 	const size_t filtered = coder->filter(coder->simple,
 			coder->now_pos, coder->is_encoder,
@@ -66,11 +66,13 @@
 
 
 static lzma_ret
-simple_code(lzma_coder *coder, const lzma_allocator *allocator,
+simple_code(void *coder_ptr, const lzma_allocator *allocator,
 		const uint8_t *restrict in, size_t *restrict in_pos,
 		size_t in_size, uint8_t *restrict out,
 		size_t *restrict out_pos, size_t out_size, lzma_action action)
 {
+	lzma_simple_coder *coder = coder_ptr;
+
 	// TODO: Add partial support for LZMA_SYNC_FLUSH. We can support it
 	// in cases when the filter is able to filter everything. With most
 	// simple filters it can be done at offset that is a multiple of 2,
@@ -198,8 +200,9 @@
 
 
 static void
-simple_coder_end(lzma_coder *coder, const lzma_allocator *allocator)
+simple_coder_end(void *coder_ptr, const lzma_allocator *allocator)
 {
+	lzma_simple_coder *coder = coder_ptr;
 	lzma_next_end(&coder->next, allocator);
 	lzma_free(coder->simple, allocator);
 	lzma_free(coder, allocator);
@@ -208,10 +211,12 @@
 
 
 static lzma_ret
-simple_coder_update(lzma_coder *coder, const lzma_allocator *allocator,
+simple_coder_update(void *coder_ptr, const lzma_allocator *allocator,
 		const lzma_filter *filters_null lzma_attribute((__unused__)),
 		const lzma_filter *reversed_filters)
 {
+	lzma_simple_coder *coder = coder_ptr;
+
 	// No update support, just call the next filter in the chain.
 	return lzma_next_filter_update(
 			&coder->next, allocator, reversed_filters + 1);
@@ -221,57 +226,57 @@
 extern lzma_ret
 lzma_simple_coder_init(lzma_next_coder *next, const lzma_allocator *allocator,
 		const lzma_filter_info *filters,
-		size_t (*filter)(lzma_simple *simple, uint32_t now_pos,
+		size_t (*filter)(void *simple, uint32_t now_pos,
 			bool is_encoder, uint8_t *buffer, size_t size),
 		size_t simple_size, size_t unfiltered_max,
 		uint32_t alignment, bool is_encoder)
 {
-	// Allocate memory for the lzma_coder structure if needed.
-	if (next->coder == NULL) {
+	// Allocate memory for the lzma_simple_coder structure if needed.
+	lzma_simple_coder *coder = next->coder;
+	if (coder == NULL) {
 		// Here we allocate space also for the temporary buffer. We
 		// need twice the size of unfiltered_max, because then it
 		// is always possible to filter at least unfiltered_max bytes
 		// more data in coder->buffer[] if it can be filled completely.
-		next->coder = lzma_alloc(sizeof(lzma_coder)
+		coder = lzma_alloc(sizeof(lzma_simple_coder)
 				+ 2 * unfiltered_max, allocator);
-		if (next->coder == NULL)
+		if (coder == NULL)
 			return LZMA_MEM_ERROR;
 
+		next->coder = coder;
 		next->code = &simple_code;
 		next->end = &simple_coder_end;
 		next->update = &simple_coder_update;
 
-		next->coder->next = LZMA_NEXT_CODER_INIT;
-		next->coder->filter = filter;
-		next->coder->allocated = 2 * unfiltered_max;
+		coder->next = LZMA_NEXT_CODER_INIT;
+		coder->filter = filter;
+		coder->allocated = 2 * unfiltered_max;
 
 		// Allocate memory for filter-specific data structure.
 		if (simple_size > 0) {
-			next->coder->simple = lzma_alloc(
-					simple_size, allocator);
-			if (next->coder->simple == NULL)
+			coder->simple = lzma_alloc(simple_size, allocator);
+			if (coder->simple == NULL)
 				return LZMA_MEM_ERROR;
 		} else {
-			next->coder->simple = NULL;
+			coder->simple = NULL;
 		}
 	}
 
 	if (filters[0].options != NULL) {
 		const lzma_options_bcj *simple = filters[0].options;
-		next->coder->now_pos = simple->start_offset;
-		if (next->coder->now_pos & (alignment - 1))
+		coder->now_pos = simple->start_offset;
+		if (coder->now_pos & (alignment - 1))
 			return LZMA_OPTIONS_ERROR;
 	} else {
-		next->coder->now_pos = 0;
+		coder->now_pos = 0;
 	}
 
 	// Reset variables.
-	next->coder->is_encoder = is_encoder;
-	next->coder->end_was_reached = false;
-	next->coder->pos = 0;
-	next->coder->filtered = 0;
-	next->coder->size = 0;
+	coder->is_encoder = is_encoder;
+	coder->end_was_reached = false;
+	coder->pos = 0;
+	coder->filtered = 0;
+	coder->size = 0;
 
-	return lzma_next_filter_init(
-			&next->coder->next, allocator, filters + 1);
+	return lzma_next_filter_init(&coder->next, allocator, filters + 1);
 }

Modified: vendor/xz/dist/src/liblzma/simple/simple_private.h
===================================================================
--- vendor/xz/dist/src/liblzma/simple/simple_private.h	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/simple/simple_private.h	2018-06-15 22:33:27 UTC (rev 11013)
@@ -16,9 +16,7 @@
 #include "simple_coder.h"
 
 
-typedef struct lzma_simple_s lzma_simple;
-
-struct lzma_coder_s {
+typedef struct {
 	/// Next filter in the chain
 	lzma_next_coder next;
 
@@ -33,12 +31,12 @@
 
 	/// Pointer to filter-specific function, which does
 	/// the actual filtering.
-	size_t (*filter)(lzma_simple *simple, uint32_t now_pos,
+	size_t (*filter)(void *simple, uint32_t now_pos,
 			bool is_encoder, uint8_t *buffer, size_t size);
 
 	/// Pointer to filter-specific data, or NULL if filter doesn't need
 	/// any extra data.
-	lzma_simple *simple;
+	void *simple;
 
 	/// The lowest 32 bits of the current position in the data. Most
 	/// filters need this to do conversions between absolute and relative
@@ -62,13 +60,13 @@
 
 	/// Temporary buffer
 	uint8_t buffer[];
-};
+} lzma_simple_coder;
 
 
 extern lzma_ret lzma_simple_coder_init(lzma_next_coder *next,
 		const lzma_allocator *allocator,
 		const lzma_filter_info *filters,
-		size_t (*filter)(lzma_simple *simple, uint32_t now_pos,
+		size_t (*filter)(void *simple, uint32_t now_pos,
 			bool is_encoder, uint8_t *buffer, size_t size),
 		size_t simple_size, size_t unfiltered_max,
 		uint32_t alignment, bool is_encoder);

Modified: vendor/xz/dist/src/liblzma/simple/sparc.c
===================================================================
--- vendor/xz/dist/src/liblzma/simple/sparc.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/simple/sparc.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -15,7 +15,7 @@
 
 
 static size_t
-sparc_code(lzma_simple *simple lzma_attribute((__unused__)),
+sparc_code(void *simple lzma_attribute((__unused__)),
 		uint32_t now_pos, bool is_encoder,
 		uint8_t *buffer, size_t size)
 {

Modified: vendor/xz/dist/src/liblzma/simple/x86.c
===================================================================
--- vendor/xz/dist/src/liblzma/simple/x86.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/liblzma/simple/x86.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -17,14 +17,14 @@
 #define Test86MSByte(b) ((b) == 0 || (b) == 0xFF)
 
 
-struct lzma_simple_s {
+typedef struct {
 	uint32_t prev_mask;
 	uint32_t prev_pos;
-};
+} lzma_simple_x86;
 
 
 static size_t
-x86_code(lzma_simple *simple, uint32_t now_pos, bool is_encoder,
+x86_code(void *simple_ptr, uint32_t now_pos, bool is_encoder,
 		uint8_t *buffer, size_t size)
 {
 	static const bool MASK_TO_ALLOWED_STATUS[8]
@@ -33,6 +33,7 @@
 	static const uint32_t MASK_TO_BIT_NUMBER[8]
 			= { 0, 1, 2, 2, 3, 3, 3, 3 };
 
+	lzma_simple_x86 *simple = simple_ptr;
 	uint32_t prev_mask = simple->prev_mask;
 	uint32_t prev_pos = simple->prev_pos;
 
@@ -127,11 +128,13 @@
 		const lzma_filter_info *filters, bool is_encoder)
 {
 	const lzma_ret ret = lzma_simple_coder_init(next, allocator, filters,
-			&x86_code, sizeof(lzma_simple), 5, 1, is_encoder);
+			&x86_code, sizeof(lzma_simple_x86), 5, 1, is_encoder);
 
 	if (ret == LZMA_OK) {
-		next->coder->simple->prev_mask = 0;
-		next->coder->simple->prev_pos = (uint32_t)(-5);
+		lzma_simple_coder *coder = next->coder;
+		lzma_simple_x86 *simple = coder->simple;
+		simple->prev_mask = 0;
+		simple->prev_pos = (uint32_t)(-5);
 	}
 
 	return ret;

Modified: vendor/xz/dist/src/xz/args.c
===================================================================
--- vendor/xz/dist/src/xz/args.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/xz/args.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -635,6 +635,22 @@
 	// Then from the command line
 	parse_real(args, argc, argv);
 
+	// If encoder or decoder support was omitted at build time,
+	// show an error now so that the rest of the code can rely on
+	// that whatever is in opt_mode is also supported.
+#ifndef HAVE_ENCODERS
+	if (opt_mode == MODE_COMPRESS)
+		message_fatal(_("Compression support was disabled "
+				"at build time"));
+#endif
+#ifndef HAVE_DECODERS
+	// Even MODE_LIST cannot work without decoder support so MODE_COMPRESS
+	// is the only valid choice.
+	if (opt_mode != MODE_COMPRESS)
+		message_fatal(_("Decompression support was disabled "
+				"at build time"));
+#endif
+
 	// Never remove the source file when the destination is not on disk.
 	// In test mode the data is written nowhere, but setting opt_stdout
 	// will make the rest of the code behave well.

Modified: vendor/xz/dist/src/xz/coder.c
===================================================================
--- vendor/xz/dist/src/xz/coder.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/xz/coder.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -51,7 +51,7 @@
 /// This becomes false if the --check=CHECK option is used.
 static bool check_default = true;
 
-#ifdef MYTHREAD_ENABLED
+#if defined(HAVE_ENCODERS) && defined(MYTHREAD_ENABLED)
 static lzma_mt mt_options = {
 	.flags = 0,
 	.timeout = 300,
@@ -221,9 +221,10 @@
 	// Get the memory usage. Note that if --format=raw was used,
 	// we can be decompressing.
 	const uint64_t memory_limit = hardware_memlimit_get(opt_mode);
-	uint64_t memory_usage;
+	uint64_t memory_usage = UINT64_MAX;
 	if (opt_mode == MODE_COMPRESS) {
-#ifdef MYTHREAD_ENABLED
+#ifdef HAVE_ENCODERS
+#	ifdef MYTHREAD_ENABLED
 		if (opt_format == FORMAT_XZ && hardware_threads_get() > 1) {
 			mt_options.threads = hardware_threads_get();
 			mt_options.block_size = opt_block_size;
@@ -235,12 +236,15 @@
 						" threads."),
 						mt_options.threads);
 		} else
-#endif
+#	endif
 		{
 			memory_usage = lzma_raw_encoder_memusage(filters);
 		}
+#endif
 	} else {
+#ifdef HAVE_DECODERS
 		memory_usage = lzma_raw_decoder_memusage(filters);
+#endif
 	}
 
 	if (memory_usage == UINT64_MAX)
@@ -248,7 +252,11 @@
 
 	// Print memory usage info before possible dictionary
 	// size auto-adjusting.
+	//
+	// NOTE: If only encoder support was built, we cannot show the
+	// what the decoder memory usage will be.
 	message_mem_needed(V_DEBUG, memory_usage);
+#ifdef HAVE_DECODERS
 	if (opt_mode == MODE_COMPRESS) {
 		const uint64_t decmem = lzma_raw_decoder_memusage(filters);
 		if (decmem != UINT64_MAX)
@@ -256,6 +264,7 @@
 					"%s MiB of memory."), uint64_to_str(
 						round_up_to_mib(decmem), 0));
 	}
+#endif
 
 	if (memory_usage <= memory_limit)
 		return;
@@ -268,7 +277,8 @@
 
 	assert(opt_mode == MODE_COMPRESS);
 
-#ifdef MYTHREAD_ENABLED
+#ifdef HAVE_ENCODERS
+#	ifdef MYTHREAD_ENABLED
 	if (opt_format == FORMAT_XZ && mt_options.threads > 1) {
 		// Try to reduce the number of threads before
 		// adjusting the compression settings down.
@@ -295,7 +305,7 @@
 			uint64_to_str(round_up_to_mib(
 				memory_limit), 2));
 	}
-#endif
+#	endif
 
 	if (memory_usage <= memory_limit)
 		return;
@@ -349,11 +359,13 @@
 			uint64_to_str(orig_dict_size >> 20, 0),
 			uint64_to_str(opt->dict_size >> 20, 1),
 			uint64_to_str(round_up_to_mib(memory_limit), 2));
+#endif
 
 	return;
 }
 
 
+#ifdef HAVE_DECODERS
 /// Return true if the data in in_buf seems to be in the .xz format.
 static bool
 is_format_xz(void)
@@ -411,6 +423,7 @@
 
 	return true;
 }
+#endif
 
 
 /// Detect the input file type (for now, this done only when decompressing),
@@ -424,6 +437,7 @@
 	lzma_ret ret = LZMA_PROG_ERROR;
 
 	if (opt_mode == MODE_COMPRESS) {
+#ifdef HAVE_ENCODERS
 		switch (opt_format) {
 		case FORMAT_AUTO:
 			// args.c ensures this.
@@ -431,12 +445,12 @@
 			break;
 
 		case FORMAT_XZ:
-#ifdef MYTHREAD_ENABLED
+#	ifdef MYTHREAD_ENABLED
 			if (hardware_threads_get() > 1)
 				ret = lzma_stream_encoder_mt(
 						&strm, &mt_options);
 			else
-#endif
+#	endif
 				ret = lzma_stream_encoder(
 						&strm, filters, check);
 			break;
@@ -449,7 +463,9 @@
 			ret = lzma_raw_encoder(&strm, filters);
 			break;
 		}
+#endif
 	} else {
+#ifdef HAVE_DECODERS
 		uint32_t flags = 0;
 
 		// It seems silly to warn about unsupported check if the
@@ -531,6 +547,7 @@
 			strm.avail_out = 0;
 			ret = lzma_code(&strm, LZMA_RUN);
 		}
+#endif
 	}
 
 	if (ret != LZMA_OK) {

Modified: vendor/xz/dist/src/xz/file_io.c
===================================================================
--- vendor/xz/dist/src/xz/file_io.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/xz/file_io.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -23,10 +23,20 @@
 
 #if defined(HAVE_FUTIMES) || defined(HAVE_FUTIMESAT) || defined(HAVE_UTIMES)
 #	include <sys/time.h>
+#elif defined(HAVE__FUTIME)
+#	include <sys/utime.h>
 #elif defined(HAVE_UTIME)
 #	include <utime.h>
 #endif
 
+#ifdef HAVE_CAPSICUM
+#	ifdef HAVE_SYS_CAPSICUM_H
+#		include <sys/capsicum.h>
+#	else
+#		include <sys/capability.h>
+#	endif
+#endif
+
 #include "tuklib_open_stdxxx.h"
 
 #ifndef O_BINARY
@@ -37,7 +47,15 @@
 #	define O_NOCTTY 0
 #endif
 
+// Using this macro to silence a warning from gcc -Wlogical-op.
+#if EAGAIN == EWOULDBLOCK
+#	define IS_EAGAIN_OR_EWOULDBLOCK(e) ((e) == EAGAIN)
+#else
+#	define IS_EAGAIN_OR_EWOULDBLOCK(e) \
+		((e) == EAGAIN || (e) == EWOULDBLOCK)
+#endif
 
+
 typedef enum {
 	IO_WAIT_MORE,    // Reading or writing is possible.
 	IO_WAIT_ERROR,   // Error or user_abort
@@ -48,6 +66,11 @@
 /// If true, try to create sparse files when decompressing.
 static bool try_sparse = true;
 
+#ifdef ENABLE_SANDBOX
+/// True if the conditions for sandboxing (described in main()) have been met.
+static bool sandbox_allowed = false;
+#endif
+
 #ifndef TUKLIB_DOSLIKE
 /// File status flags of standard input. This is used by io_open_src()
 /// and io_close_src().
@@ -132,6 +155,73 @@
 }
 
 
+#ifdef ENABLE_SANDBOX
+extern void
+io_allow_sandbox(void)
+{
+	sandbox_allowed = true;
+	return;
+}
+
+
+/// Enables operating-system-specific sandbox if it is possible.
+/// src_fd is the file descriptor of the input file.
+static void
+io_sandbox_enter(int src_fd)
+{
+	if (!sandbox_allowed) {
+		message(V_DEBUG, _("Sandbox is disabled due "
+				"to incompatible command line arguments"));
+		return;
+	}
+
+	const char dummy_str[] = "x";
+
+	// Try to ensure that both libc and xz locale files have been
+	// loaded when NLS is enabled.
+	snprintf(NULL, 0, "%s%s", _(dummy_str), strerror(EINVAL));
+
+	// Try to ensure that iconv data files needed for handling multibyte
+	// characters have been loaded. This is needed at least with glibc.
+	tuklib_mbstr_width(dummy_str, NULL);
+
+#ifdef HAVE_CAPSICUM
+	// Capsicum needs FreeBSD 10.0 or later.
+	cap_rights_t rights;
+
+	if (cap_rights_limit(src_fd, cap_rights_init(&rights,
+			CAP_EVENT, CAP_FCNTL, CAP_LOOKUP, CAP_READ, CAP_SEEK)))
+		goto error;
+
+	if (cap_rights_limit(STDOUT_FILENO, cap_rights_init(&rights,
+			CAP_EVENT, CAP_FCNTL, CAP_FSTAT, CAP_LOOKUP,
+			CAP_WRITE, CAP_SEEK)))
+		goto error;
+
+	if (cap_rights_limit(user_abort_pipe[0], cap_rights_init(&rights,
+			CAP_EVENT)))
+		goto error;
+
+	if (cap_rights_limit(user_abort_pipe[1], cap_rights_init(&rights,
+			CAP_WRITE)))
+		goto error;
+
+	if (cap_enter())
+		goto error;
+
+#else
+#	error ENABLE_SANDBOX is defined but no sandboxing method was found.
+#endif
+
+	message(V_DEBUG, _("Sandbox was successfully enabled"));
+	return;
+
+error:
+	message(V_DEBUG, _("Failed to enable the sandbox"));
+}
+#endif // ENABLE_SANDBOX
+
+
 #ifndef TUKLIB_DOSLIKE
 /// \brief      Waits for input or output to become available or for a signal
 ///
@@ -369,6 +459,22 @@
 	(void)utimes(pair->dest_name, tv);
 #	endif
 
+#elif defined(HAVE__FUTIME)
+	// Use one-second precision with Windows-specific _futime().
+	// We could use utime() too except that for some reason the
+	// timestamp will get reset at close(). With _futime() it works.
+	// This struct cannot be const as _futime() takes a non-const pointer.
+	struct _utimbuf buf = {
+		.actime = pair->src_st.st_atime,
+		.modtime = pair->src_st.st_mtime,
+	};
+
+	// Avoid warnings.
+	(void)atime_nsec;
+	(void)mtime_nsec;
+
+	(void)_futime(pair->dest_fd, &buf);
+
 #elif defined(HAVE_UTIME)
 	// Use one-second precision. utime() doesn't support using file
 	// descriptor either. Some systems have broken utime() prototype
@@ -649,6 +755,11 @@
 	const bool error = io_open_src_real(&pair);
 	signals_unblock();
 
+#ifdef ENABLE_SANDBOX
+	if (!error)
+		io_sandbox_enter(pair.src_fd);
+#endif
+
 	return error ? NULL : &pair;
 }
 
@@ -675,23 +786,22 @@
 #endif
 
 	if (pair->src_fd != STDIN_FILENO && pair->src_fd != -1) {
-#ifdef TUKLIB_DOSLIKE
+		// Close the file before possibly unlinking it. On DOS-like
+		// systems this is always required since unlinking will fail
+		// if the file is open. On POSIX systems it usually works
+		// to unlink open files, but in some cases it doesn't and
+		// one gets EBUSY in errno.
+		//
+		// xz 5.2.2 and older unlinked the file before closing it
+		// (except on DOS-like systems). The old code didn't handle
+		// EBUSY and could fail e.g. on some CIFS shares. The
+		// advantage of unlinking before closing is negligible
+		// (avoids a race between close() and stat()/lstat() and
+		// unlink()), so let's keep this simple.
 		(void)close(pair->src_fd);
-#endif
 
-		// If we are going to unlink(), do it before closing the file.
-		// This way there's no risk that someone replaces the file and
-		// happens to get same inode number, which would make us
-		// unlink() wrong file.
-		//
-		// NOTE: DOS-like systems are an exception to this, because
-		// they don't allow unlinking files that are open. *sigh*
 		if (success && !opt_keep_original)
 			io_unlink(pair->src_name, &pair->src_st);
-
-#ifndef TUKLIB_DOSLIKE
-		(void)close(pair->src_fd);
-#endif
 	}
 
 	return;
@@ -1018,7 +1128,7 @@
 			}
 
 #ifndef TUKLIB_DOSLIKE
-			if (errno == EAGAIN || errno == EWOULDBLOCK) {
+			if (IS_EAGAIN_OR_EWOULDBLOCK(errno)) {
 				const io_wait_ret ret = io_wait(pair,
 						mytime_get_flush_timeout(),
 						true);
@@ -1106,7 +1216,7 @@
 			}
 
 #ifndef TUKLIB_DOSLIKE
-			if (errno == EAGAIN || errno == EWOULDBLOCK) {
+			if (IS_EAGAIN_OR_EWOULDBLOCK(errno)) {
 				if (io_wait(pair, -1, false) == IO_WAIT_MORE)
 					continue;
 

Modified: vendor/xz/dist/src/xz/file_io.h
===================================================================
--- vendor/xz/dist/src/xz/file_io.h	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/xz/file_io.h	2018-06-15 22:33:27 UTC (rev 11013)
@@ -80,6 +80,12 @@
 extern void io_no_sparse(void);
 
 
+#ifdef ENABLE_SANDBOX
+/// \brief      main() calls this if conditions for sandboxing have been met.
+extern void io_allow_sandbox(void);
+#endif
+
+
 /// \brief      Open the source file
 extern file_pair *io_open_src(const char *src_name);
 

Modified: vendor/xz/dist/src/xz/main.c
===================================================================
--- vendor/xz/dist/src/xz/main.c	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/xz/main.c	2018-06-15 22:33:27 UTC (rev 11013)
@@ -205,10 +205,31 @@
 	if (opt_mode != MODE_LIST)
 		signals_init();
 
+#ifdef ENABLE_SANDBOX
+	// Set a flag that sandboxing is allowed if all these are true:
+	//   - --files or --files0 wasn't used.
+	//   - There is exactly one input file or we are reading from stdin.
+	//   - We won't create any files: output goes to stdout or --test
+	//     or --list was used. Note that --test implies opt_stdout = true
+	//     but --list doesn't.
+	//
+	// This is obviously not ideal but it was easy to implement and
+	// it covers the most common use cases.
+	//
+	// TODO: Make sandboxing work for other situations too.
+	if (args.files_name == NULL && args.arg_count == 1
+			&& (opt_stdout || strcmp("-", args.arg_names[0]) == 0
+				|| opt_mode == MODE_LIST))
+		io_allow_sandbox();
+#endif
+
 	// coder_run() handles compression, decompression, and testing.
 	// list_file() is for --list.
-	void (*run)(const char *filename) = opt_mode == MODE_LIST
-			 ? &list_file : &coder_run;
+	void (*run)(const char *filename) = &coder_run;
+#ifdef HAVE_DECODERS
+	if (opt_mode == MODE_LIST)
+		run = &list_file;
+#endif
 
 	// Process the files given on the command line. Note that if no names
 	// were given, args_parse() gave us a fake "-" filename.
@@ -267,6 +288,7 @@
 			(void)fclose(args.files_file);
 	}
 
+#ifdef HAVE_DECODERS
 	// All files have now been handled. If in --list mode, display
 	// the totals before exiting. We don't have signal handlers
 	// enabled in --list mode, so we don't need to check user_abort.
@@ -274,6 +296,7 @@
 		assert(!user_abort);
 		list_totals();
 	}
+#endif
 
 #ifndef NDEBUG
 	coder_free();

Modified: vendor/xz/dist/src/xz/private.h
===================================================================
--- vendor/xz/dist/src/xz/private.h	2018-06-15 22:31:43 UTC (rev 11012)
+++ vendor/xz/dist/src/xz/private.h	2018-06-15 22:33:27 UTC (rev 11013)
@@ -45,6 +45,10 @@
 #	define STDERR_FILENO (fileno(stderr))
 #endif
 
+#ifdef HAVE_CAPSICUM
+#	define ENABLE_SANDBOX 1
+#endif
+
 #include "main.h"
 #include "mytime.h"
 #include "coder.h"
@@ -56,4 +60,7 @@
 #include "signals.h"
 #include "suffix.h"
 #include "util.h"
-#include "list.h"
+
+#ifdef HAVE_DECODERS
+#	include "list.h"
+#endif



More information about the Midnightbsd-cvs mailing list