summaryrefslogtreecommitdiff
path: root/lib/libz
AgeCommit message (Expand)Author
2009-03-12Remove redundant physical markup. Don't workaround ancient macro argmentjoerg
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2006-01-14use zlib-1.2.3christos
2005-08-04Return correct error on all zero length codes. Fix from Gentoo bug 94584.tron
2005-04-17PR/21167: Christian Biere: ctype function misuse.christos
2005-02-05revert zlib.h rev.1.15 (gzopenfull and gzdopenfull)yamt
2004-05-01oops; don't back out the minor number, just remove the functions.mrg
2004-05-01backout the changes made on 29th of january:mrg
2004-03-05Call it Adler-32 consistently. From jmc@openbsd.wiz
2004-01-29Use -literal instead of -unfilled Bds; replace OpenBSD with .Ox;wiz
2004-01-29add two functions to zlib: gzopenfull() and gzdopenfull() that both takemrg
2003-10-03Add zlib(3) provided by jmc@openbsd -- thank you!wiz
2003-03-22remove parameter names to avoid shadowing of globals.christos
2003-03-18in gzseek(), use fseeko() instead of fseek() to support full 64bit offsetjdolecek
2003-03-18eliminate some const-castawaysjdolecek
2003-03-18constify compress_block()jdolecek
2003-03-18const poisoning. There is no initialized read-write data in the static librarymycroft
2003-03-08add RCSIDlukem
2003-03-05Remove the HAS_* ifdefs which select [v]s{,n}printf. Always choose thegroo
2003-03-05fix for potential buffer overflow in snprintf() (from OpenBSD)christos
2003-01-28success, not sucess. Noted by mjl.wiz
2002-08-19Explicitly move setting of NOxxx and USE_SHLIBDIR to the top of thelukem
2002-05-29I've been scolded for not bumping the minor, so there.christos
2002-05-29Add some extensions that pppdump needs. These do not affect functionalitychristos
2002-05-07Fix memory leak which occurs after an allocation failure.tron
2002-03-11Resolve (rcsid) conflicts.fvdl
2002-03-11Upgrade to zlib 1.1.4 (security fix)fvdl
2001-12-28* Add user-controlled mk.conf variableslukem
2001-12-12Readability cleanups; MKfoo=no -> NOfoo.tv
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-01-08declare __P if missingitojun
2001-01-08do not declare OF() in header. use __P().itojun
2000-10-04Add format checkingsommerfeld
1999-11-13Backout my libsa changes.thorpej
1999-11-12Sync with src/sys/lib/libz/zutil.h.simonb
1999-10-26fix backward-compatible upgrade function name. (__RENAME thing)itojun
1999-10-26increase shlib minor for z_off_t changes.itojun
1999-10-26make z_off_t into off_t, which used to be "long" by mistake.itojun
1999-07-09libz works much better when the examples aren't compiled into thegarbled
1999-07-03Revert white space changes for imported sources.simonb
1999-07-02More trailing white space.simonb
1999-05-03Somehow I forgot to update the changes from the kernel.christos
1999-02-25Add a note to update src/distrib/sets/lists/base/shl.*, and add a missingabs
1999-02-13convert from NOxxx= to MKxxx=no.lukem
1998-11-03Sync with file in "src/sys/lib/libz".tron
1998-11-02Bump minor version because some function calls were added.tron
1998-11-01Resolve import conflicts.tron
1998-11-01Import zlib version 1.1.3.tron
1998-03-27if _STANDALONE or _KERNEL, don't include standard headers and pullcgd
1998-01-05RCSID Police.perry