forked from madler/zlib
-
Notifications
You must be signed in to change notification settings - Fork 10
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
152 changed files
with
14,538 additions
and
12,586 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
Frequently Asked Questions about zlib | ||
|
||
|
||
If your question is not there, please check the zlib home page | ||
If your question is not there, please check the zlib home page | ||
http://www.zlib.org which may have more recent information. | ||
The lastest zlib FAQ is at http://www.gzip.org/zlib/zlib_faq.html | ||
|
||
|
@@ -13,9 +13,10 @@ The lastest zlib FAQ is at http://www.gzip.org/zlib/zlib_faq.html | |
|
||
2. Where can I get a Windows DLL version? | ||
|
||
The zlib sources can be compiled without change to produce a DLL. If you | ||
want a precompiled DLL, see http://www.winimage.com/zLibDll/ . Questions | ||
about the zlib DLL should be sent to Gilles Vollant ([email protected]). | ||
The zlib sources can be compiled without change to produce a DLL. | ||
See the file win32/DLL_FAQ.txt in the zlib distribution. | ||
Pointers to the precompiled DLL are found in the zlib web site at | ||
http://www.zlib.org. | ||
|
||
3. Where can I get a Visual Basic interface to zlib? | ||
|
||
|
@@ -66,7 +67,7 @@ The lastest zlib FAQ is at http://www.gzip.org/zlib/zlib_faq.html | |
If "make test" produces something like | ||
|
||
example.o(.text+0x154): undefined reference to `gzputc' | ||
|
||
check that you don't have old files libz.* in /usr/lib, /usr/local/lib or | ||
/usr/X11R6/lib. Remove any old versions, then do "make install". | ||
|
||
|
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,6 +1,6 @@ | ||
ZLIB DATA COMPRESSION LIBRARY | ||
|
||
zlib 1.2.0.4 is a general purpose data compression library. All the code is | ||
zlib 1.2.0.5 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) | ||
|
@@ -34,7 +34,7 @@ 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 | ||
|
||
The changes made in version 1.2.0.4 are documented in the file ChangeLog. | ||
The changes made in version 1.2.0.5 are documented in the file ChangeLog. | ||
|
||
Unsupported third party contributions are provided in directory "contrib". | ||
|
||
|
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
Oops, something went wrong.