Adding upstream version 1.15.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
597f6b9db7
commit
9ea10ecd96
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
|
||||
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
@finalout
|
||||
@c %**end of header
|
||||
|
||||
@set UPDATED 19 November 2024
|
||||
@set VERSION 1.15-rc1
|
||||
@set UPDATED 9 January 2025
|
||||
@set VERSION 1.15
|
||||
|
||||
@dircategory Compression
|
||||
@direntry
|
||||
|
@ -52,7 +52,7 @@ This manual is for Lzlib (version @value{VERSION}, @value{UPDATED}).
|
|||
@end menu
|
||||
|
||||
@sp 1
|
||||
Copyright @copyright{} 2009-2024 Antonio Diaz Diaz.
|
||||
Copyright @copyright{} 2009-2025 Antonio Diaz Diaz.
|
||||
|
||||
This manual is free documentation: you have unlimited permission to copy,
|
||||
distribute, and modify it.
|
||||
|
@ -75,7 +75,7 @@ are declared in the file @file{lzlib.h}. Usage examples of the library are
|
|||
given in the files @file{bbexample.c}, @file{ffexample.c}, and
|
||||
@file{minilzip.c} from the source distribution.
|
||||
|
||||
As @file{lzlib.h} can be used by C and C++ programs, it must not impose a
|
||||
As @file{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
|
||||
@file{lzlib.h} some header that declares the type @samp{uint8_t}. There are
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
|
||||
.TH MINILZIP "1" "November 2024" "minilzip 1.15-rc1" "User Commands"
|
||||
.TH MINILZIP "1" "January 2025" "minilzip 1.15" "User Commands"
|
||||
.SH NAME
|
||||
minilzip \- reduces the size of files
|
||||
.SH SYNOPSIS
|
||||
|
@ -116,12 +116,12 @@ Report bugs to lzip\-bug@nongnu.org
|
|||
.br
|
||||
Lzlib home page: http://www.nongnu.org/lzip/lzlib.html
|
||||
.SH COPYRIGHT
|
||||
Copyright \(co 2024 Antonio Diaz Diaz.
|
||||
Copyright \(co 2025 Antonio Diaz Diaz.
|
||||
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>
|
||||
.br
|
||||
This is free software: you are free to change and redistribute it.
|
||||
There is NO WARRANTY, to the extent permitted by law.
|
||||
Using lzlib 1.15\-rc1
|
||||
Using lzlib 1.15
|
||||
Using LZ_API_VERSION = 1015
|
||||
.SH "SEE ALSO"
|
||||
The full documentation for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue