From owner-cvs-all Mon Feb 18 1:13:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3691A37B400; Mon, 18 Feb 2002 01:13:08 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1I9D8h52944; Mon, 18 Feb 2002 01:13:08 -0800 (PST) (envelope-from sobomax) Message-Id: <200202180913.g1I9D8h52944@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 18 Feb 2002 01:13:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/bzip2 CHANGES FREEBSD-upgrade LICENSE Makefile Makefile-libbz2_so README README.COMPILATION.PROBLEMS blocksort.c bzip2.1 bzip2.c bzip2recover.c bzlib.c bzlib.h bzlib_private.h compress.c crctable.c decompress.c dlltest.c ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/02/18 01:13:07 PST Modified files: (Branch: RELENG_4) contrib/bzip2 CHANGES LICENSE Makefile Makefile-libbz2_so README README.COMPILATION.PROBLEMS blocksort.c bzip2.1 bzip2.c bzip2recover.c bzlib.c bzlib.h bzlib_private.h compress.c crctable.c decompress.c dlltest.c huffman.c makefile.msc manual.texi randtable.c sample1.bz2.uu sample1.ref.gz.uu sample2.bz2.uu sample3.bz2.uu words3 lib/libstand Makefile bzipfs.c bzlib.c.diff usr.bin/bzip2/doc Makefile Added files: (Branch: RELENG_4) contrib/bzip2 FREEBSD-upgrade lib/libstand bzlib.h.diff bzlib_private.h.diff usr.bin/bzip2/doc manual.texi.diff Log: MFC: update bzip2 to version 1.0.2. Revision Changes Path 1.1.1.1.2.2 +87 -1 src/contrib/bzip2/CHANGES 1.1.2.1 +32 -0 src/contrib/bzip2/FREEBSD-upgrade (new) 1.1.1.1.2.2 +2 -2 src/contrib/bzip2/LICENSE 1.1.1.1.2.2 +66 -15 src/contrib/bzip2/Makefile 1.1.1.1.2.2 +8 -7 src/contrib/bzip2/Makefile-libbz2_so 1.1.1.1.2.2 +53 -38 src/contrib/bzip2/README 1.1.1.1.2.2 +2 -2 src/contrib/bzip2/README.COMPILATION.PROBLEMS 1.1.1.1.2.2 +9 -2 src/contrib/bzip2/blocksort.c 1.1.1.1.2.2 +35 -21 src/contrib/bzip2/bzip2.1 1.1.1.1.2.2 +296 -237 src/contrib/bzip2/bzip2.c 1.1.1.1.2.2 +137 -26 src/contrib/bzip2/bzip2recover.c 1.1.1.1.2.2 +32 -3 src/contrib/bzip2/bzlib.c 1.1.1.1.2.2 +4 -2 src/contrib/bzip2/bzlib.h 1.1.1.1.2.2 +9 -2 src/contrib/bzip2/bzlib_private.h 1.1.1.1.2.2 +5 -5 src/contrib/bzip2/compress.c 1.1.1.1.2.2 +1 -1 src/contrib/bzip2/crctable.c 1.1.1.1.2.2 +7 -7 src/contrib/bzip2/decompress.c 1.1.1.1.2.2 +3 -3 src/contrib/bzip2/dlltest.c 1.1.1.1.2.2 +1 -1 src/contrib/bzip2/huffman.c 1.1.1.1.2.2 +1 -1 src/contrib/bzip2/makefile.msc 1.1.1.1.2.2 +72 -44 src/contrib/bzip2/manual.texi 1.1.1.1.2.2 +1 -1 src/contrib/bzip2/randtable.c 1.1.1.1.2.2 +1 -1 src/contrib/bzip2/sample1.bz2.uu 1.1.1.1.2.2 +1 -1 src/contrib/bzip2/sample1.ref.gz.uu 1.1.1.1.2.2 +1 -1 src/contrib/bzip2/sample2.bz2.uu 1.1.1.1.2.2 +1 -1 src/contrib/bzip2/sample3.bz2.uu 1.1.1.1.2.2 +2 -2 src/contrib/bzip2/words3 1.14.2.7 +17 -5 src/lib/libstand/Makefile 1.2.2.2 +1 -1 src/lib/libstand/bzipfs.c 1.1.2.2 +12 -9 src/lib/libstand/bzlib.c.diff 1.1.2.1 +15 -0 src/lib/libstand/bzlib.h.diff (new) 1.1.2.1 +13 -0 src/lib/libstand/bzlib_private.h.diff (new) 1.1.2.2 +4 -4 src/usr.bin/bzip2/doc/Makefile 1.1.2.1 +22 -0 src/usr.bin/bzip2/doc/manual.texi.diff (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message