Add pristine zlib-1.1.2 code, ready for hacking.
authorPaul Mackerras <paulus@samba.org>
Thu, 7 May 1998 06:19:41 +0000 (06:19 +0000)
committerPaul Mackerras <paulus@samba.org>
Thu, 7 May 1998 06:19:41 +0000 (06:19 +0000)
commitd4286ec49d07820feb4ac2b7fa6d8276585626e7
tree3622c62599bdead060ab225738502f637a9f8850
parentdad5e9d0b5f226965c79d9a01af3dd875bee9fca
Add pristine zlib-1.1.2 code, ready for hacking.
26 files changed:
zlib/ChangeLog [new file with mode: 0644]
zlib/Makefile [new file with mode: 0644]
zlib/README [new file with mode: 0644]
zlib/adler32.c [new file with mode: 0644]
zlib/crc32.c [new file with mode: 0644]
zlib/deflate.c [new file with mode: 0644]
zlib/deflate.h [new file with mode: 0644]
zlib/dummy.in [new file with mode: 0644]
zlib/infblock.c [new file with mode: 0644]
zlib/infblock.h [new file with mode: 0644]
zlib/infcodes.c [new file with mode: 0644]
zlib/infcodes.h [new file with mode: 0644]
zlib/inffast.c [new file with mode: 0644]
zlib/inffast.h [new file with mode: 0644]
zlib/inffixed.h [new file with mode: 0644]
zlib/inflate.c [new file with mode: 0644]
zlib/inftrees.c [new file with mode: 0644]
zlib/inftrees.h [new file with mode: 0644]
zlib/infutil.c [new file with mode: 0644]
zlib/infutil.h [new file with mode: 0644]
zlib/trees.c [new file with mode: 0644]
zlib/trees.h [new file with mode: 0644]
zlib/zconf.h [new file with mode: 0644]
zlib/zlib.h [new file with mode: 0644]
zlib/zutil.c [new file with mode: 0644]
zlib/zutil.h [new file with mode: 0644]