forked from madler/zlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
67 changed files
with
2,822 additions
and
3,019 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
all: | ||
-@echo "Use ./configure first. Thank you." | ||
|
||
distclean: | ||
make -f Makefile.in distclean |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,51 @@ | ||
ZLIB DATA COMPRESSION LIBRARY | ||
|
||
zlib 1.2.3.9 is a general purpose data compression library. All the code is | ||
zlib 1.2.4 is a general purpose data compression library. All the code is | ||
thread safe. The data format used by the zlib library is described by RFCs | ||
(Request for Comments) 1950 to 1952 in the files | ||
http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) | ||
and rfc1952.txt (gzip format). These documents are also available in other | ||
formats from ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html | ||
and rfc1952.txt (gzip format). | ||
|
||
All functions of the compression library are documented in the file zlib.h | ||
(volunteer to write man pages welcome, contact [email protected]). A usage example | ||
(volunteer to write man pages welcome, contact [email protected]). A usage example | ||
of the library is given in the file example.c which also tests that the library | ||
is working correctly. Another example is given in the file minigzip.c. The | ||
is working correctly. Another example is given in the file minigzip.c. The | ||
compression library itself is composed of all source files except example.c and | ||
minigzip.c. | ||
|
||
To compile all files and run the test program, follow the instructions given at | ||
the top of Makefile. In short "make test; make install" should work for most | ||
machines. For Unix: "./configure; make test; make install". For MSDOS, use one | ||
of the special makefiles such as Makefile.msc. For VMS, use make_vms.com. | ||
the top of Makefile.in. In short "./configure; make test", and if that goes | ||
well, "make install" should work for most flavors of Unix. For Windows, use one | ||
of the special makefiles in win32/ or projects/ . For VMS, use make_vms.com. | ||
|
||
Questions about zlib should be sent to <[email protected]>, or to Gilles Vollant | ||
<[email protected]> for the Windows DLL version. The zlib home page is | ||
http://www.zlib.org or http://www.gzip.org/zlib/ Before reporting a problem, | ||
please check this site to verify that you have the latest version of zlib; | ||
otherwise get the latest version and check whether the problem still exists or | ||
not. | ||
<[email protected]> for the Windows DLL version. The zlib home page is | ||
http://zlib.net/ . Before reporting a problem, please check this site to | ||
verify that you have the latest version of zlib; otherwise get the latest | ||
version and check whether the problem still exists or not. | ||
|
||
PLEASE read the zlib FAQ http://www.gzip.org/zlib/zlib_faq.html before asking | ||
for help. | ||
PLEASE read the zlib FAQ http://zlib.net/zlib_faq.html before asking for help. | ||
|
||
Mark Nelson <[email protected]> wrote an article about zlib for the Jan. 1997 | ||
issue of Dr. Dobb's Journal; a copy of the article is available in | ||
http://dogma.net/markn/articles/zlibtool/zlibtool.htm | ||
Mark Nelson <[email protected]> wrote an article about zlib for the Jan. 1997 | ||
issue of Dr. Dobb's Journal; a copy of the article is available at | ||
http://marknelson.us/1997/01/01/zlib-engine/ . | ||
|
||
The changes made in version 1.2.3.9 are documented in the file ChangeLog. | ||
The changes made in version 1.2.4 are documented in the file ChangeLog. | ||
|
||
Unsupported third party contributions are provided in directory "contrib". | ||
Unsupported third party contributions are provided in directory contrib/ . | ||
|
||
A Java implementation of zlib is available in the Java Development Kit | ||
http://java.sun.com/j2se/1.4.2/docs/api/java/util/zip/package-summary.html | ||
See the zlib home page http://www.zlib.org for details. | ||
zlib is available in Java using the java.util.zip package, documented at | ||
http://java.sun.com/developer/technicalArticles/Programming/compression/ . | ||
|
||
A Perl interface to zlib written by Paul Marquess <[email protected]> is in the | ||
CPAN (Comprehensive Perl Archive Network) sites | ||
http://www.cpan.org/modules/by-module/Compress/ | ||
A Perl interface to zlib written by Paul Marquess <[email protected]> is available | ||
at CPAN (Comprehensive Perl Archive Network) sites, including | ||
http://search.cpan.org/~pmqs/IO-Compress-Zlib/ . | ||
|
||
A Python interface to zlib written by A.M. Kuchling <[email protected]> is | ||
available in Python 1.5 and later versions, see | ||
http://www.python.org/doc/lib/module-zlib.html | ||
http://www.python.org/doc/lib/module-zlib.html . | ||
|
||
A zlib binding for TCL written by Andreas Kupries <[email protected]> is | ||
availlable at http://www.oche.de/~akupries/soft/trf/trf_zip.html | ||
zlib is built into tcl: http://wiki.tcl.tk/4610 . | ||
|
||
An experimental package to read and write files in .zip format, written on top | ||
of zlib by Gilles Vollant <[email protected]>, is available in the | ||
|
@@ -74,25 +69,21 @@ Notes for some targets: | |
- zlib doesn't work on HP-UX 9.05 with some versions of /bin/cc. It works with | ||
other compilers. Use "make test" to check your compiler. | ||
|
||
- gzdopen is not supported on RISCOS, BEOS and by some Mac compilers. | ||
- gzdopen is not supported on RISCOS or BEOS. | ||
|
||
- For PalmOs, see http://palmzlib.sourceforge.net/ | ||
|
||
- When building a shared, i.e. dynamic library on Mac OS X, the library must be | ||
installed before testing (do "make install" before "make test"), since the | ||
library location is specified in the library. | ||
|
||
|
||
Acknowledgments: | ||
|
||
The deflate format used by zlib was defined by Phil Katz. The deflate | ||
and zlib specifications were written by L. Peter Deutsch. Thanks to all the | ||
people who reported problems and suggested various improvements in zlib; | ||
they are too numerous to cite here. | ||
The deflate format used by zlib was defined by Phil Katz. The deflate and | ||
zlib specifications were written by L. Peter Deutsch. Thanks to all the | ||
people who reported problems and suggested various improvements in zlib; they | ||
are too numerous to cite here. | ||
|
||
Copyright notice: | ||
|
||
(C) 1995-2004 Jean-loup Gailly and Mark Adler | ||
(C) 1995-2010 Jean-loup Gailly and Mark Adler | ||
|
||
This software is provided 'as-is', without any express or implied | ||
warranty. In no event will the authors be held liable for any damages | ||
|
@@ -113,13 +104,11 @@ Copyright notice: | |
Jean-loup Gailly Mark Adler | ||
[email protected] [email protected] | ||
|
||
If you use the zlib library in a product, we would appreciate *not* | ||
receiving lengthy legal documents to sign. The sources are provided | ||
for free but without warranty of any kind. The library has been | ||
entirely written by Jean-loup Gailly and Mark Adler; it does not | ||
include third-party code. | ||
If you use the zlib library in a product, we would appreciate *not* receiving | ||
lengthy legal documents to sign. The sources are provided for free but without | ||
warranty of any kind. The library has been entirely written by Jean-loup | ||
Gailly and Mark Adler; it does not include third-party code. | ||
|
||
If you redistribute modified sources, we would appreciate that you include | ||
in the file ChangeLog history information documenting your changes. Please | ||
read the FAQ for more information on the distribution of modified source | ||
versions. | ||
If you redistribute modified sources, we would appreciate that you include in | ||
the file ChangeLog history information documenting your changes. Please read | ||
the FAQ for more information on the distribution of modified source versions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,6 @@ amd64/ by Mikhail Teterin <[email protected]> | |
asm code for AMD64 | ||
See patch at http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/96393 | ||
|
||
asm586/ | ||
asm686/ by Brian Raiter <[email protected]> | ||
asm code for Pentium and PPro/PII, using the AT&T (GNU as) syntax | ||
See http://www.muppetlabs.com/~breadbox/software/assembly.html | ||
|
@@ -26,6 +25,10 @@ delphi/ by Cosmin Truta <[email protected]> | |
dotzlib/ by Henrik Ravn <[email protected]> | ||
Support for Microsoft .Net and Visual C++ .Net | ||
|
||
gcc_gvmat64/by Gilles Vollant <[email protected]> | ||
GCC Version of x86 64-bit (AMD64 and Intel EM64t) code for x64 | ||
assembler to replace longest_match() and inflate_fast() | ||
|
||
infback9/ by Mark Adler <[email protected]> | ||
Unsupported diffs to infback to decode the deflate64 format | ||
|
||
|
@@ -42,21 +45,19 @@ iostream3/ by Ludwig Schwardt <[email protected]> | |
and Kevin Ruland <[email protected]> | ||
Yet another C++ I/O streams interface | ||
|
||
masm686/ by Dan Higdon <[email protected]> | ||
and Chuck Walbourn <[email protected]> | ||
asm code for Pentium Pro/PII, using the MASM syntax | ||
|
||
masmx64/ by Gilles Vollant <[email protected]> | ||
x86 64-bit (AMD64 and Intel EM64t) code for x64 assembler to | ||
replace longest_match() and inflate_fast() | ||
x86 64-bit (AMD64 and Intel EM64t) code for x64 assembler to | ||
replace longest_match() and inflate_fast(), also masm x86 | ||
64-bits translation of Chris Anderson inflate_fast() | ||
|
||
masmx86/ by Gilles Vollant <[email protected]> | ||
x86 asm code to replace longest_match() and inflate_fast(), | ||
for Visual C++ and MASM | ||
for Visual C++ and MASM (32 bits). | ||
Based on Brian Raiter (asm686) and Chris Anderson (inflate86) | ||
|
||
minizip/ by Gilles Vollant <[email protected]> | ||
Mini zip and unzip based on zlib | ||
Includes Zip64 support by Mathias Svensson <[email protected]> | ||
Includes Zip64 support by Mathias Svensson <[email protected]> | ||
See http://www.winimage.com/zLibDll/unzip.html | ||
|
||
pascal/ by Bob Dellaca <[email protected]> et al. | ||
|
Oops, something went wrong.