Merging upstream version 1.6~rc1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
987a82eceb
commit
69cb17123b
10 changed files with 61 additions and 49 deletions
|
@ -11,7 +11,7 @@ File: lzlib.info, Node: Top, Next: Introduction, Up: (dir)
|
|||
Lzlib Manual
|
||||
************
|
||||
|
||||
This manual is for Lzlib (version 1.6-pre4, 25 April 2014).
|
||||
This manual is for Lzlib (version 1.6-rc1, 6 May 2014).
|
||||
|
||||
* Menu:
|
||||
|
||||
|
@ -93,7 +93,7 @@ corrupted input.
|
|||
There is no such thing as a "LZMA algorithm"; it is more like a "LZMA
|
||||
coding scheme". For example, the option '-0' of lzip uses the scheme in
|
||||
almost the simplest way possible; issuing the longest match it can find,
|
||||
or a literal byte if it can't find a match. Conversely, a much more
|
||||
or a literal byte if it can't find a match. Inversely, a much more
|
||||
elaborated way of finding coding sequences of minimum price than the one
|
||||
currently used by lzip could be developed, and the resulting sequence
|
||||
could also be coded using the LZMA coding scheme.
|
||||
|
@ -761,18 +761,18 @@ Concept index
|
|||
|
||||
Tag Table:
|
||||
Node: Top220
|
||||
Node: Introduction1333
|
||||
Node: Library version5247
|
||||
Node: Buffering5892
|
||||
Node: Parameter limits7015
|
||||
Node: Compression functions7974
|
||||
Node: Decompression functions14187
|
||||
Node: Error codes20348
|
||||
Node: Error messages22287
|
||||
Node: Data format22866
|
||||
Node: Examples25515
|
||||
Node: Problems29598
|
||||
Node: Concept index30170
|
||||
Node: Introduction1329
|
||||
Node: Library version5242
|
||||
Node: Buffering5887
|
||||
Node: Parameter limits7010
|
||||
Node: Compression functions7969
|
||||
Node: Decompression functions14182
|
||||
Node: Error codes20343
|
||||
Node: Error messages22282
|
||||
Node: Data format22861
|
||||
Node: Examples25510
|
||||
Node: Problems29593
|
||||
Node: Concept index30165
|
||||
|
||||
End Tag Table
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue