1
0
Fork 0

Merging upstream version 1.15.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-20 21:35:19 +01:00
parent e735d4f439
commit fd935bd59c
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
27 changed files with 89 additions and 90 deletions

View file

@ -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