Add zlib 1.2.3 from http://downloads.sourceforge.net/project/libpng/zlib/1.2.3/zlib...
authorTJ <linux@tjworld.net>
Wed, 3 Nov 2010 18:13:35 +0000 (18:13 +0000)
committerTJ <linux@tjworld.net>
Wed, 3 Nov 2010 18:13:35 +0000 (18:13 +0000)
commitfce0d2243d493d94c7db22575995973fb29a92e0
tree3c1bd6da312eeeef751e207548c88ef721b5a71d
parent2e8b3cf3d466065879ec1fea1ecec1008af7a7e3
Add zlib 1.2.3 from downloads.sourceforge.net/project/libpng/zlib/1.2.3/zlib-1.2.3.tar.gz
and remove unwanted extra directories. See README for details on extracting and tidying zlib.
36 files changed:
README
zlib/ChangeLog [new file with mode: 0644]
zlib/FAQ [new file with mode: 0644]
zlib/INDEX [new file with mode: 0644]
zlib/Makefile [new file with mode: 0644]
zlib/Makefile.in [new file with mode: 0644]
zlib/README [new file with mode: 0644]
zlib/adler32.c [new file with mode: 0644]
zlib/algorithm.txt [new file with mode: 0644]
zlib/compress.c [new file with mode: 0644]
zlib/configure [new file with mode: 0755]
zlib/crc32.c [new file with mode: 0644]
zlib/crc32.h [new file with mode: 0644]
zlib/deflate.c [new file with mode: 0644]
zlib/deflate.h [new file with mode: 0644]
zlib/example.c [new file with mode: 0644]
zlib/gzio.c [new file with mode: 0644]
zlib/infback.c [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/inflate.h [new file with mode: 0644]
zlib/inftrees.c [new file with mode: 0644]
zlib/inftrees.h [new file with mode: 0644]
zlib/make_vms.com [new file with mode: 0644]
zlib/minigzip.c [new file with mode: 0644]
zlib/trees.c [new file with mode: 0644]
zlib/trees.h [new file with mode: 0644]
zlib/uncompr.c [new file with mode: 0644]
zlib/zconf.h [new file with mode: 0644]
zlib/zconf.in.h [new file with mode: 0644]
zlib/zlib.3 [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]