History log of /openbsd-src/lib/libz/compress.3 (Results 1 – 25 of 31)
Revision Date Author Comments
# 2aac3b3b 25-Jul-2024 tb <tb@openbsd.org>

document deflateUsed()

text mostly from upstream, the function will soon be added to libz.

ok jmc


# d7c68325 25-Jul-2024 tb <tb@openbsd.org>

fix a small markup mistake (missing newline)

ok jmc (as part of a larger diff)


# f83ff6ae 29-Jun-2024 tb <tb@openbsd.org>

Z_HUFFMAN -> Z_HUFFMAN_ONLY

from upstream 0f3b7b9595cc7d85c3b13282e71fcecef7f18f9c


# 2b099f45 28-May-2024 tb <tb@openbsd.org>

remove outdated zlib version information

from jan stary
fine with jmc


# c702c0fd 07-Feb-2024 tb <tb@openbsd.org>

sync with zlib.h

ok jmc


# 33213af0 20-Jan-2024 tb <tb@openbsd.org>

Merge docs of crc32_combine_{gen,op} from zlib.h

Also add two 'len2 must be non-negative.'

from upstream
looks good to jmc


# f457475c 18-Aug-2023 tb <tb@openbsd.org>

sync with zlib.h

"that's fine" jmc


# fb53115e 30-Jul-2023 tb <tb@openbsd.org>

sync compress.3 with zlib.h

ok jmc


# 2c53affb 27-Dec-2022 jmc <jmc@openbsd.org>

spelling fixes; from paul tagliamonte
any changes not taken noted on tech, but chiefly here i did not take the
cancelation - cancellation changes;


# 1304cb71 11-Dec-2021 jmc <jmc@openbsd.org>

two more "the the" fixes;


# d11fcf28 06-Jul-2021 jmc <jmc@openbsd.org>

sync man page with changes 1.2.3 -> 1.2.11. some changes:

- update references version number
- Z_NULL -> NULL; from millert
- terminate function synopses in main body with ";"; from tb
- NULL -> NUL

sync man page with changes 1.2.3 -> 1.2.11. some changes:

- update references version number
- Z_NULL -> NULL; from millert
- terminate function synopses in main body with ";"; from tb
- NULL -> NUL; from tb
- update NAME and SYNOPSIS for added functions
- updated copyright, to match zlib.h
- simplify \-1 -> -1

ok tb

show more ...


# c6eaa786 08-Feb-2021 jmc <jmc@openbsd.org>

correct return type for compressBound();
from pedro martelletto


# 519cd48e 16-Mar-2018 schwarze <schwarze@openbsd.org>

improve markup quality in the cases found by the new "--" style message


# bb227c11 11-Jun-2017 schwarze <schwarze@openbsd.org>

Add missing .Fn markup to in() and out(); found with mandoc -Tlint.
Delete useless \*(Gt and \*(Lt while here.


# d04ba2cc 10-Nov-2015 jmc <jmc@openbsd.org>

update NAME section to include all documented functions,
or otherwise change Dt to reflect the name of an existing function;

feedback/ok schwarze


# ec5cd23e 10-Sep-2015 schwarze <schwarze@openbsd.org>

use .In rather than .Fd #include


# b3cfaac3 15-Feb-2015 bentley <bentley@openbsd.org>

Use "In" to mark up include files, instead of wrongly wrapping with Aq.

Aq is not the same as <> in non-ASCII situations, so this caused
incorrect output in some places. And it provided no semantics

Use "In" to mark up include files, instead of wrongly wrapping with Aq.

Aq is not the same as <> in non-ASCII situations, so this caused
incorrect output in some places. And it provided no semantics besides.

ok schwarze@

show more ...


# 7d353dc4 16-Jul-2013 schwarze <schwarze@openbsd.org>

use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@


# cc15c4a4 27-Sep-2012 jmc <jmc@openbsd.org>

last stage of rfc changes, using consistent Rs/Re blocks, and moving the
references into a STANDARDS section;


# f85d078b 21-Aug-2012 jmc <jmc@openbsd.org>

flesh out the rfc sections;


# 305b6e39 12-Aug-2012 schwarze <schwarze@openbsd.org>

Use .Lk for HTTP hyperlinks, not .Pa.
Most of the patch from Arto Jonsson <ajonsson at kapsi dot fi>.
jmc@ agrees in principle that .Lk is the right macro to use.

While here, update a few broken lin

Use .Lk for HTTP hyperlinks, not .Pa.
Most of the patch from Arto Jonsson <ajonsson at kapsi dot fi>.
jmc@ agrees in principle that .Lk is the right macro to use.

While here, update a few broken links,
and add missing markup at a few places.

show more ...


# 9490d37c 31-May-2007 jmc <jmc@openbsd.org>

convert to new .Dd format;


# 0808249f 24-Jan-2007 jmc <jmc@openbsd.org>

+.Xr gzip 1


# 0c07766a 20-Jul-2005 jmc <jmc@openbsd.org>

sync with zlib.h update (zlib-1.2.3);


# d76b9bfa 20-Jul-2005 millert <millert@openbsd.org>

Update to zlib 1.2.3; OK deraadt@


12