Merging upstream version 1.15.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e735d4f439
commit
fd935bd59c
27 changed files with 89 additions and 90 deletions
|
@ -11,7 +11,7 @@ File: lzlib.info, Node: Top, Next: Introduction, Up: (dir)
|
|||
Lzlib Manual
|
||||
************
|
||||
|
||||
This manual is for Lzlib (version 1.15-rc1, 19 November 2024).
|
||||
This manual is for Lzlib (version 1.15, 9 January 2025).
|
||||
|
||||
* Menu:
|
||||
|
||||
|
@ -30,7 +30,7 @@ This manual is for Lzlib (version 1.15-rc1, 19 November 2024).
|
|||
* Concept index:: Index of concepts
|
||||
|
||||
|
||||
Copyright (C) 2009-2024 Antonio Diaz Diaz.
|
||||
Copyright (C) 2009-2025 Antonio Diaz Diaz.
|
||||
|
||||
This manual is free documentation: you have unlimited permission to copy,
|
||||
distribute, and modify it.
|
||||
|
@ -51,7 +51,7 @@ library are declared in the file 'lzlib.h'. Usage examples of the library
|
|||
are given in the files 'bbexample.c', 'ffexample.c', and 'minilzip.c' from
|
||||
the source distribution.
|
||||
|
||||
As 'lzlib.h' can be used by C and C++ programs, it must not impose a
|
||||
As 'lzlib.h' can be used in C and C++ programs, it must not impose a
|
||||
choice of system headers on the program by including one of them. Therefore
|
||||
it is the responsibility of the program using lzlib to include before
|
||||
'lzlib.h' some header that declares the type 'uint8_t'. There are at least
|
||||
|
@ -1280,28 +1280,28 @@ Concept index
|
|||
|
||||
Tag Table:
|
||||
Node: Top215
|
||||
Node: Introduction1343
|
||||
Node: Library version5506
|
||||
Node: Buffering8057
|
||||
Node: Parameter limits9282
|
||||
Node: Compression functions10236
|
||||
Ref: member_size12012
|
||||
Ref: sync_flush13753
|
||||
Node: Decompression functions18319
|
||||
Node: Error codes25706
|
||||
Node: Error messages28051
|
||||
Node: Invoking minilzip28634
|
||||
Node: File format39716
|
||||
Ref: coded-dict-size41214
|
||||
Node: Examples42621
|
||||
Node: Buffer compression43582
|
||||
Node: Buffer decompression45095
|
||||
Node: File compression46502
|
||||
Node: File decompression47478
|
||||
Node: File compression mm48475
|
||||
Node: Skipping data errors51486
|
||||
Node: Problems52784
|
||||
Node: Concept index53345
|
||||
Node: Introduction1337
|
||||
Node: Library version5500
|
||||
Node: Buffering8051
|
||||
Node: Parameter limits9276
|
||||
Node: Compression functions10230
|
||||
Ref: member_size12006
|
||||
Ref: sync_flush13747
|
||||
Node: Decompression functions18313
|
||||
Node: Error codes25700
|
||||
Node: Error messages28045
|
||||
Node: Invoking minilzip28628
|
||||
Node: File format39710
|
||||
Ref: coded-dict-size41208
|
||||
Node: Examples42615
|
||||
Node: Buffer compression43576
|
||||
Node: Buffer decompression45089
|
||||
Node: File compression46496
|
||||
Node: File decompression47472
|
||||
Node: File compression mm48469
|
||||
Node: Skipping data errors51480
|
||||
Node: Problems52778
|
||||
Node: Concept index53339
|
||||
|
||||
End Tag Table
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue