LZMA Compression and Decompression Library

Edit Package lzlib
http://www.nongnu.org/lzip/lzlib.html

The lzlib compression library provides in-memory LZMA compression and
decompression functions, including integrity checking of the decompressed data.
The compressed data format used by the library is the lzip format.

Refresh
Refresh
Source Files
Filename Size Changed
lzlib-1.12.tar.gz 0000128996 126 KB
lzlib.changes 0000008420 8.22 KB
lzlib.keyring 0000001707 1.67 KB
lzlib.spec 0000003642 3.56 KB
Revision 24 (latest revision is 30)
Jan Engelhardt's avatar Jan Engelhardt (jengelh) accepted request 864600 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 24)
- Update to 1.12:
  * see included NEWS
  * The value of the version test macro 'LZ_API_VERSION' is now defined as
  1000 * major + minor. For version 1.12 it is 1012.
  * The new function 'LZ_api_version', which returns the LZ_API_VERSION of the
  library object code being used, has been added to lzlib.
  * Decompression speed has been slightly increased.
  * The new option '--check-lib', which compares the version of lzlib used to
  compile minilzip with the version actually being used, has been added to
  minilzip.
  * Minilzip now reports an error if a file name is empty (minilzip -t "").
  * Option '-o, --output' now behaves like '-c, --stdout', but sending the
  output unconditionally to a file instead of to standard output. See the new
  description of '-o' in the manual. This change is not backwards compatible.
  Therefore commands like:
    minilzip -o foo.lz - bar < foo
  must now be split into:
    minilzip -o foo.lz - < foo
    minilzip bar
  or rewritten as:
    minilzip - bar < foo > foo.lz
  * When using '-c' or '-o', minilzip now checks whether the output is a
  terminal only once.
  * The words 'decompressed' and 'compressed' have been replaced with the
  shorter 'out' and 'in' in the verbose output of minilzip when decompressing
  or testing.
  * It has been documented in the manual that 'LZ_(de)compress_close' and
  'LZ_(de)compress_errno' can be called with a null argument.
  * Bugfixes, documentation updates
Comments 0
openSUSE Build Service is sponsored by