Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - rename zlib(3) -> compress(3) so the name describes a function which exists; | 2003-10-01 | 1 | -18/+20 | ||
| | | | | | | - .Xr compress 1 requested by deraadt@ | |||||
* | add man page for zlib(3). This is basically an mdoc version of <zlib.h>. | 2003-09-25 | 2 | -2/+1778 | ||
| | | | | ok henning@ deraadt@ | |||||
* | use strlcpy; millert ok | 2003-04-02 | 1 | -8/+12 | ||
| | ||||||
* | duplicate words and spelling fixes in comments | 2003-03-10 | 1 | -3/+3 | ||
| | | | | ok miod@ | |||||
* | Check snprintf() return value for truncation; deraadt@ OK | 2003-02-27 | 1 | -7/+7 | ||
| | ||||||
* | Define HAS_snprintf too; deraadt@ OK | 2003-02-26 | 1 | -2/+3 | ||
| | ||||||
* | define HAS_vsnprintf | 2003-02-23 | 1 | -2/+2 | ||
| | ||||||
* | From Andrushock, s/sucess/success/g | 2002-12-09 | 1 | -3/+3 | ||
| | ||||||
* | Crank all library major numbers. Needed due to the fact that we | 2002-12-03 | 1 | -2/+2 | ||
| | | | | | | | | now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@ | |||||
* | Add some missing checks for malloc() returning NULL. | 2002-07-06 | 1 | -2/+5 | ||
| | | | | Noticed by Lars J. Buitinck. deraadt@ OK | |||||
* | increment minor due to security fix | 2002-03-15 | 1 | -1/+1 | ||
| | ||||||
* | Update to zlib-1.1.4 | 2002-03-12 | 27 | -100/+600 | ||
| | ||||||
* | Fix some zlib memory leaks, originally from Mark Adler | 2002-01-18 | 1 | -2/+7 | ||
| | ||||||
* | occured->occurred | 2001-09-19 | 1 | -3/+3 | ||
| | | | | | | | idea from deraadt@ via NetBSD millert@ ok p.s. Next commit will fix a typo in the sys/ | |||||
* | fake out malloc(0) | 2001-08-12 | 1 | -1/+3 | ||
| | ||||||
* | $OpenBSD$ | 2000-03-02 | 11 | -11/+11 | ||
| | ||||||
* | include stand.h if -D_STANDALONE | 1998-09-08 | 1 | -1/+5 | ||
| | ||||||
* | zlib 1.1.3 | 1998-08-08 | 29 | -749/+2061 | ||
| | ||||||
* | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | 1997-04-27 | 1 | -3/+3 | ||
| | | | | | | | This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||||
* | documents algorithm used. | 1997-01-20 | 1 | -0/+105 | ||
| | ||||||
* | zlib 1.0.4 | 1997-01-19 | 9 | -96/+92 | ||
| | ||||||
* | install -> ${INSTALL}, -c -> ${COPY} | 1996-12-08 | 1 | -2/+2 | ||
| | ||||||
* | incremented since we added gz_iszipped. | 1996-10-27 | 1 | -1/+1 | ||
| | ||||||
* | Adds gz_iszipped() function. | 1996-10-27 | 2 | -1/+17 | ||
| | ||||||
* | Fix typos on install of include files | 1996-07-27 | 1 | -3/+3 | ||
| | ||||||
* | Integrate zlib v1.0.3 | 1996-07-27 | 26 | -0/+6915 | ||