summaryrefslogtreecommitdiffstats
path: root/lib/libz
AgeCommit message (Expand)AuthorFilesLines
2021-02-08correct return type for compressBound();jmc1-3/+3
2020-04-18When opening a completely empty file with gzopen(3), treat it as anschwarze1-2/+2
2019-06-01Fix warnings when building zlib with ZLIB_CONST definedjca3-8/+8
2019-05-12Add ZLIB_CONSTjca2-5/+12
2018-03-16improve markup quality in the cases found by the new "--" style messageschwarze1-4/+4
2017-06-11Add missing .Fn markup to in() and out(); found with mandoc -Tlint.schwarze1-33/+39
2016-09-14Generate pkg-config files at build time like everything else. Thisnatano1-2/+3
2016-09-04only regen pkg-config files when required; ok jaspernatano1-2/+4
2016-03-30for some time now mandoc has not required MLINKS to functionjmc1-31/+1
2015-11-10update NAME section to include all documented functions,jmc1-3/+57
2015-09-10use .In rather than .Fd #includeschwarze1-3/+3
2015-08-21Improve zcalloc(), making it always reallocarray, never calloc().deraadt1-5/+4
2015-02-15Use "In" to mark up include files, instead of wrongly wrapping with Aq.bentley1-7/+7
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther1-2/+2
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze1-5/+5
2012-09-27last stage of rfc changes, using consistent Rs/Re blocks, and moving thejmc1-2/+5
2012-08-21flesh out the rfc sections;jmc1-13/+21
2012-08-12Use .Lk for HTTP hyperlinks, not .Pa.schwarze1-3/+3
2012-08-02remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.okan1-2/+1
2011-07-07fix typos; while here, improve spacing in comments.sobrado1-3/+3
2011-05-26remove hack to test and create /usr/lib/pkgconfig/ if needed, it's been sixjasper1-3/+1
2011-05-05Make this script more generic and minimize differences betweenjasper1-5/+21
2011-05-04Add a zlib.pc pkg-config file, based what newer zlibs ship.jasper2-1/+65
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2-6/+2
2007-11-26typos; ok jmc@martynas1-2/+2
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-01-24+.Xr gzip 1jmc1-2/+3
2005-11-24use WANTLINT= (on all architectures)deraadt1-1/+2
2005-07-20add MLINKS for new(ly documented) functions;jmc1-4/+9
2005-07-20sync with zlib.h update (zlib-1.2.3);jmc1-21/+325
2005-07-20Update to zlib 1.2.3; OK deraadt@millert21-214/+1004
2005-07-06Fix bounds check for incomplete code sets so they cannot overflow the codesmillert1-2/+2
2004-12-03sync w/ zlib.h -r 1.8;jmc1-12/+11
2004-12-03update to zlib-1.21 (we already have the CAN-2004-0797 security fixes)djm14-111/+194
2004-12-03this page documents zlib 1.2.1, not 1.1.4;jmc1-2/+2
2004-08-26Fix for DoS caused by incorrect error handling. From Dmitry V. Levin.otto2-1/+7
2004-07-13errno changes, lib major version bumps, and general flag daymarc1-1/+1
2004-01-29some fixes from wiz@netbsd, and a couple other bits;jmc1-35/+43
2003-12-17add MLINKS for new functions;jmc1-5/+11
2003-12-17sync man page with update to zlib 1.2.1;jmc1-53/+702
2003-12-17HAVE_UNISTD_H is unused; nuke itmillert1-3/+2
2003-12-17sync with sys/lib/libz; adds #ifdef SMALL and one more #ifndef SLOWmillert3-2/+104
2003-12-17#ifndef SLOW for consistency with sys/lib/libz/, not used for now;henning1-1/+3
2003-12-16Remove old definition of crc_table that conflicts with new one whenmillert1-2/+1
2003-12-16bump majorhenning1-1/+1
2003-12-16total_in and total_out need to be off_t, not unsigned long.henning1-3/+3
2003-12-16update to zlib 1.2.1henning31-2854/+5086
2003-10-04set flag that we are restarting; pr 2886, also same diff found in netbsd;deraadt1-1/+2
2003-10-03updated URL for zlib from wiz@netbsd;jmc1-2/+2
2003-10-01oops, didn't change the Makefile.jmc1-2/+21