[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] support for lzma
From: |
Karl Berry |
Subject: |
Re: [PATCH] support for lzma |
Date: |
Thu, 27 Dec 2007 16:43:08 -0600 |
Hi Ben,
Here is a trivial patch to add support for `lzma' compression of
Info pages.
I have to admit I am somewhat reluctant to do this until the lzma format
is more stable. It would be sad to start passing around files made with
the current unstable version that can't be read by past versions or,
possibly, future versions.
+ { ".lzma", "unlzma" },
Is it possible to use the simple lzmadec instead? (un)lzma, being
written in C++, is easy to get the shared libs wrong.
Thanks,
karl