summaryrefslogtreecommitdiff
path: root/lib/libz
Commit message (Collapse)AuthorAgeFilesLines
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-021-1/+2
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57686
* Replace beforeinstall target with new variables used by .mk system.Rodney W. Grimes2000-01-141-6/+1
| | | | | | | Reviewed by: marcel, and make world Notes: svn path=/head/; revision=55955
* Hard-configure z_off_t as long. Soft configuration using HAVE_UNISTD_HBruce Evans1999-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 Notes: svn path=/head/; revision=52054
* Add $FreeBSD$ lines to man pages that are missing them to make itMike Pritchard1999-08-281-0/+2
| | | | | | | | | | easier for translation teams. PR: docs/13418 Submitted by: Alexey Zelkin <phantom@cris.net> Notes: svn path=/head/; revision=50533
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2814-14/+14
| | | | Notes: svn path=/head/; revision=50476
* Merge changes from vendor branch (1.1.1 -> 1.1.3) into mainline.Peter Wemm1999-01-1013-103/+157
| | | | Notes: svn path=/head/; revision=42471
* This commit was generated by cvs2svn to compensate for changes in r42468,Peter Wemm1999-01-1012-145/+553
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=42469
| * Import zlib 1.1.3 onto the vendor branch.Peter Wemm1999-01-1021-235/+697
| | | | | | | | | | | | | | Obtained from: ftp.cdrom.com:/pub/infozip/zlib Notes: svn path=/vendor/libz/dist/; revision=42468
* | Allow minigzip to be invoked more like gzip, checking to seeJordan K. Hubbard1998-09-291-2/+12
| | | | | | | | | | | | | | | | | | if we're being called as gunzip as well as dealing with the -c flag. Submitted by: jhay Notes: svn path=/head/; revision=39746
* | Backup out the last commit, it was already there.Poul-Henning Kamp1998-04-171-3/+1
| | | | | | | | | | | | | | Noticed by: bde Notes: svn path=/head/; revision=35245
* | Manpages not installedPoul-Henning Kamp1998-04-171-1/+3
| | | | | | | | | | | | | | | | | | PR: 6327 Reviewed by: phk Submitted by: Chia-liang Kao <clkao@cirx.org> Notes: svn path=/head/; revision=35243
* | Install manpage tooAndrey A. Chernov1998-02-281-1/+2
| | | | | | | | Notes: svn path=/head/; revision=33918
* | foo.gz is created by 'make test' so add it to CLEANFILES.Steve Price1998-02-281-2/+2
| | | | | | | | Notes: svn path=/head/; revision=33912
* | algorithm.doc renamed to algorithm.txt in new distribution.Steve Price1998-02-281-105/+0
| | | | | | | | Notes: svn path=/head/; revision=33909
* | Merge conflicts.Steve Price1998-02-2813-255/+1076
| | | | | | | | Notes: svn path=/head/; revision=33908
* | This commit was generated by cvs2svn to compensate for changes in r33904,Steve Price1998-02-2817-423/+1168
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=33905
| * Initial import of zlib-1.1.1Steve Price1998-02-2831-715/+2404
| | | | | | | | | | | | | | | | PR: 5869 Reviewed by: jdp Notes: svn path=/vendor/libz/dist/; revision=33904
* | This commit was generated by cvs2svn to compensate for changes in r29747,Andrey A. Chernov1997-09-232-20/+31
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=29748
| * Official patch from infozipAndrey A. Chernov1997-09-232-20/+31
| | | | | | | | Notes: svn path=/vendor/libz/dist/; revision=29747
| * This commit was manufactured by cvs2svn to create branch 'VENDOR-libz'.cvs2svn1996-08-181-0/+35
| | | | | | | | Notes: svn path=/vendor/libz/dist/; revision=17654
* | Back out an easy $FreeBSD$Peter Wemm1997-02-221-1/+1
| | | | | | | | Notes: svn path=/head/; revision=22981
* | Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* | Clean up the beforeinstall target a bit more, bde pointed out that the oldPeter Wemm1996-08-191-4/+5
| | | | | | | | | | | | | | one was a mess. (I was in a 'talk' session at the time, can you tell? :-) Notes: svn path=/head/; revision=17657
* | oops.. attempted to install header files from wrong directory..Peter Wemm1996-08-181-3/+3
| | | | | | | | Notes: svn path=/head/; revision=17656
* | Add a bmakefile for zlib.Peter Wemm1996-08-181-0/+35
|/ | | | Notes: svn path=/head/; revision=17653
* Initial import of zlib-1.0.4Peter Wemm1996-08-1828-0/+7999
Notes: svn path=/vendor/libz/dist/; revision=17651