Deleted Added
full compact
README (230837) README (237248)
1ZLIB DATA COMPRESSION LIBRARY
2
1ZLIB DATA COMPRESSION LIBRARY
2
3zlib 1.2.6 is a general purpose data compression library. All the code is
3zlib 1.2.7 is a general purpose data compression library. All the code is
4thread safe. The data format used by the zlib library is described by RFCs
5(Request for Comments) 1950 to 1952 in the files
6http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and
7rfc1952 (gzip format).
8
9All functions of the compression library are documented in the file zlib.h
10(volunteer to write man pages welcome, contact zlib@gzip.org). A usage example
11of the library is given in the file test/example.c which also tests that

--- 14 unchanged lines hidden (view full) ---

26version and check whether the problem still exists or not.
27
28PLEASE read the zlib FAQ http://zlib.net/zlib_faq.html before asking for help.
29
30Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997
31issue of Dr. Dobb's Journal; a copy of the article is available at
32http://marknelson.us/1997/01/01/zlib-engine/ .
33
4thread safe. The data format used by the zlib library is described by RFCs
5(Request for Comments) 1950 to 1952 in the files
6http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and
7rfc1952 (gzip format).
8
9All functions of the compression library are documented in the file zlib.h
10(volunteer to write man pages welcome, contact zlib@gzip.org). A usage example
11of the library is given in the file test/example.c which also tests that

--- 14 unchanged lines hidden (view full) ---

26version and check whether the problem still exists or not.
27
28PLEASE read the zlib FAQ http://zlib.net/zlib_faq.html before asking for help.
29
30Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997
31issue of Dr. Dobb's Journal; a copy of the article is available at
32http://marknelson.us/1997/01/01/zlib-engine/ .
33
34The changes made in version 1.2.6 are documented in the file ChangeLog.
34The changes made in version 1.2.7 are documented in the file ChangeLog.
35
36Unsupported third party contributions are provided in directory contrib/ .
37
38zlib is available in Java using the java.util.zip package, documented at
39http://java.sun.com/developer/technicalArticles/Programming/compression/ .
40
41A Perl interface to zlib written by Paul Marquess <pmqs@cpan.org> is available
42at CPAN (Comprehensive Perl Archive Network) sites, including

--- 73 unchanged lines hidden ---
35
36Unsupported third party contributions are provided in directory contrib/ .
37
38zlib is available in Java using the java.util.zip package, documented at
39http://java.sun.com/developer/technicalArticles/Programming/compression/ .
40
41A Perl interface to zlib written by Paul Marquess <pmqs@cpan.org> is available
42at CPAN (Comprehensive Perl Archive Network) sites, including

--- 73 unchanged lines hidden ---