summaryrefslogtreecommitdiffstats
path: root/lib/libz
Commit message (Collapse)AuthorAgeFilesLines
* Stage 3 of dynamic root support. Make all the libraries needed to rungordon2003-08-171-0/+1
| | | | | | binaries in /bin and /sbin installed in /lib. Only the versioned files reside in /lib, the .so symlink continues to live /usr/lib so the toolchain doesn't need to be modified.
* Fix URL of zlib home page: It's hosted at gzip.org now.se2003-06-261-1/+1
|
* In src/lib/libz/gzio.c the function gzprintf does not check if thejmz2003-03-141-7/+6
| | | | | | | | | | amount of bytes (supposed to be) written by vsnprintf exceeds the size of the buffer. PR: bin/48844 Submitted by: Peter A Jonsson <pj@ludd.luth.se> Obtained from: OpenBSD MFC after: 1 month
* Actually implement gzip's -c option. minigzip now also doublesjohan2002-10-031-5/+34
| | | | | | | | | | | as zcat properly. PR: 13043 Submitted by: Toshihiko ARAI <toshi@jp.freebsd.org> Jonathan Towne <jontow@twcny.rr.com> Approved by: peter, sheldonh (mentor) MFC After: 2 weeks
* Fix an easy warning in a local addition.markm2002-08-011-1/+1
|
* Work around a gcc bug which causes zlib to dump core in certainkris2002-03-311-2/+7
| | | | | | situations. This can be removed once gcc is fixed. Submitted by: bde
* Remove some files we don't want.green2002-03-112-134/+0
|
* s/nilename/filename/green2002-03-111-1/+1
|
* Fix conflicts.green2002-03-1121-57/+65
|
* This commit was generated by cvs2svn to compensate for changes in r92111,green2002-03-119-82/+119
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import zlib 1.1.4 onto the vendor branch.green2002-03-1130-137/+185
| |
* | This commit was generated by cvs2svn to compensate for changes in r92109,green2002-03-112-0/+134
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import zlib 1.1.4 onto the vendor branch.green2002-03-112-0/+134
| |
* | Error handling fixes for inflate.jedgar2002-02-171-4/+7
| |
* | Add huff __FBSDID()s puff to whew! libzdillon2001-09-3018-13/+44
| |
* | Add zopen(), a stdio wrapper for gzipped data streams.kris2001-09-062-1/+41
| | | | | | | | Obtained from: NetBSD
* | Remove whitespace at EOL.dd2001-07-151-1/+1
| |
* | MAN[1-9] -> MAN.ru2001-03-271-1/+1
| |
* | Fix typo: compatability -> compatibility.asmodai2001-02-061-1/+1
| | | | | | | | Compatability is not an existing english word.
* | Add appropriate defines to use snprintf/vsnprintf instead ofjedgar2000-12-061-0/+2
| | | | | | | | | | | | sprintf/vsprintf. Approved by: peter
* | sprintf -> snprintfkris2000-11-261-1/+1
| |
* | Prevent buffer overflows.kris2000-08-041-0/+10
| |
* | Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-021-1/+2
| | | | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* | Replace beforeinstall target with new variables used by .mk system.rgrimes2000-01-141-6/+1
| | | | | | | | Reviewed by: marcel, and make world
* | Hard-configure z_off_t as long. Soft configuration using HAVE_UNISTD_Hbde1999-10-091-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | just breaks the prototypes for gzseek() and gztell() when an application defines HAVE_UNISTD_H before including <zlib.h>. z_off_t was always long for compiling zlib, but was sometimes off_t for compiling applications, e.g., Ethereal 0.7.5. This "fix" preserves bug for bug binary compatibility. z_off_t should be off_t for everything, but zlib doesn't support off_t being longer than long, so using the correct type without fixing zlib's internals would at best break binary compatibility. This "fix" also make the namespace problems for HAVE_UNISTD_H no worse than hundreds of other namespace prooblems in zconf.h. I'll wait for a new release of zlib for proper fixes. Reported by: Guy Harris via jkh
* | Add $FreeBSD$ lines to man pages that are missing them to make itmpp1999-08-281-0/+2
| | | | | | | | | | | | | | easier for translation teams. PR: docs/13418 Submitted by: Alexey Zelkin <phantom@cris.net>
* | $Id$ -> $FreeBSD$peter1999-08-2814-14/+14
| |
* | Merge changes from vendor branch (1.1.1 -> 1.1.3) into mainline.peter1999-01-1013-103/+157
| |
* | This commit was generated by cvs2svn to compensate for changes in r42468,peter1999-01-1012-145/+553
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import zlib 1.1.3 onto the vendor branch.peter1999-01-1021-235/+697
| | | | | | | | Obtained from: ftp.cdrom.com:/pub/infozip/zlib
* | Allow minigzip to be invoked more like gzip, checking to seejkh1998-09-291-2/+12
| | | | | | | | | | | | if we're being called as gunzip as well as dealing with the -c flag. Submitted by: jhay
* | Backup out the last commit, it was already there.phk1998-04-171-3/+1
| | | | | | | | Noticed by: bde
* | Manpages not installedphk1998-04-171-1/+3
| | | | | | | | | | | | PR: 6327 Reviewed by: phk Submitted by: Chia-liang Kao <clkao@cirx.org>
* | Install manpage tooache1998-02-281-1/+2
| |
* | foo.gz is created by 'make test' so add it to CLEANFILES.steve1998-02-281-2/+2
| |
* | algorithm.doc renamed to algorithm.txt in new distribution.steve1998-02-281-105/+0
| |
* | Merge conflicts.steve1998-02-2813-255/+1076
| |
* | This commit was generated by cvs2svn to compensate for changes in r33904,steve1998-02-2817-423/+1168
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Initial import of zlib-1.1.1steve1998-02-2831-715/+2404
| | | | | | | | | | PR: 5869 Reviewed by: jdp
* | This commit was generated by cvs2svn to compensate for changes in r29747,ache1997-09-232-20/+31
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Official patch from infozipache1997-09-232-20/+31
| |
| * This commit was manufactured by cvs2svn to create branch 'VENDOR-libz'.cvs2svn1996-08-181-0/+35
| |
* | Back out an easy $FreeBSD$peter1997-02-221-1/+1
| |
* | Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1414-14/+14
| | | | | | | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* | Clean up the beforeinstall target a bit more, bde pointed out that the oldpeter1996-08-191-4/+5
| | | | | | | | one was a mess. (I was in a 'talk' session at the time, can you tell? :-)
* | oops.. attempted to install header files from wrong directory..peter1996-08-181-3/+3
| |
* | Add a bmakefile for zlib.peter1996-08-181-0/+35
|/
* Initial import of zlib-1.0.4peter1996-08-1828-0/+7999
OpenPOWER on IntegriCloud