From owner-cvs-all Fri Feb 27 22:20:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA27959 for cvs-all-outgoing; Fri, 27 Feb 1998 22:20:01 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA27903; Fri, 27 Feb 1998 22:20:00 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA03003; Fri, 27 Feb 1998 22:19:15 -0800 (PST) Date: Fri, 27 Feb 1998 22:19:15 -0800 (PST) Message-Id: <199802280619.WAA03003@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libz ChangeLog Makefile README adler32.c compress.c crc32.c deflate.c deflate.h example.c gzio.c infblock.c infblock.h infcodes.c infcodes.h inffast.c inffast.h inflate.c inftrees.c inftrees.h infutil.c infutil.h minigzip.c trees.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1998/02/27 22:19:15 PST Modified files: (Branch: RELENG_2_2) lib/libz ChangeLog Makefile README adler32.c compress.c crc32.c deflate.c deflate.h example.c gzio.c infblock.c infblock.h infcodes.c infcodes.h inffast.c inffast.h inflate.c inftrees.c inftrees.h infutil.c infutil.h minigzip.c trees.c uncompr.c zconf.h zlib.h zutil.c zutil.h Log: MFC: update to zlib-1.1.1 Revision Changes Path 1.1.1.1.2.1 +165 -0 src/lib/libz/ChangeLog 1.3.2.1 +1 -1 src/lib/libz/Makefile 1.1.1.1.2.1 +60 -32 src/lib/libz/README 1.1.1.1.2.1 +3 -3 src/lib/libz/adler32.c 1.1.1.1.2.1 +25 -14 src/lib/libz/compress.c 1.1.1.1.2.1 +7 -7 src/lib/libz/crc32.c 1.1.1.1.2.1 +213 -72 src/lib/libz/deflate.c 1.1.1.1.2.1 +45 -2 src/lib/libz/deflate.h 1.1.1.1.2.1 +72 -25 src/lib/libz/example.c 1.1.1.1.2.1 +366 -33 src/lib/libz/gzio.c 1.1.1.1.2.2 +37 -41 src/lib/libz/infblock.c 1.1.1.1.2.1 +5 -3 src/lib/libz/infblock.h 1.1.1.1.2.1 +12 -7 src/lib/libz/infcodes.c 1.1.1.1.2.1 +1 -1 src/lib/libz/infcodes.h 1.1.1.1.2.1 +1 -1 src/lib/libz/inffast.c 1.1.1.1.2.1 +1 -1 src/lib/libz/inffast.h 1.1.1.1.2.1 +51 -30 src/lib/libz/inflate.c 1.1.1.1.2.2 +69 -97 src/lib/libz/inftrees.c 1.1.1.1.2.1 +13 -12 src/lib/libz/inftrees.h 1.1.1.1.2.1 +1 -1 src/lib/libz/infutil.c 1.1.1.1.2.1 +2 -3 src/lib/libz/infutil.h 1.1.1.1.2.1 +98 -27 src/lib/libz/minigzip.c 1.1.1.1.2.1 +114 -39 src/lib/libz/trees.c 1.1.1.1.2.1 +4 -4 src/lib/libz/uncompr.c 1.1.1.1.2.1 +81 -13 src/lib/libz/zconf.h 1.1.1.1.2.1 +309 -201 src/lib/libz/zlib.h 1.1.1.1.2.1 +19 -5 src/lib/libz/zutil.c 1.1.1.1.2.1 +42 -24 src/lib/libz/zutil.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message