diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2016-12-31 11:41:31 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2016-12-31 23:37:10 -0800 |
commit | 2fa463bacfff79181df1a5270fb67cc679a53e71 (patch) | |
tree | 6b1f6de2f9b9941e5e105be4558f04c3de4f775b /zlib.3 | |
parent | 14e3194e1ebbfc2825e51caf8312e4e3b45c9c81 (diff) | |
download | zlib-2fa463bacfff79181df1a5270fb67cc679a53e71.tar.gz zlib-2fa463bacfff79181df1a5270fb67cc679a53e71.tar.bz2 zlib-2fa463bacfff79181df1a5270fb67cc679a53e71.zip |
zlib 1.2.9v1.2.9
Diffstat (limited to 'zlib.3')
-rw-r--r-- | zlib.3 | 38 |
1 files changed, 9 insertions, 29 deletions
@@ -1,4 +1,4 @@ | |||
1 | .TH ZLIB 3 "7 July 2015" | 1 | .TH ZLIB 3 "31 Dec 2016" |
2 | .SH NAME | 2 | .SH NAME |
3 | zlib \- compression/decompression library | 3 | zlib \- compression/decompression library |
4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
@@ -48,32 +48,10 @@ Changes to this version are documented in the file | |||
48 | that accompanies the source. | 48 | that accompanies the source. |
49 | .LP | 49 | .LP |
50 | .I zlib | 50 | .I zlib |
51 | is available in Java using the java.util.zip package: | 51 | is built in to many languages and operating systems, including but not limited to |
52 | .IP | 52 | Java, Python, .NET, PHP, Perl, Ruby, Swift, and Go. |
53 | http://java.sun.com/developer/technicalArticles/Programming/compression/ | ||
54 | .LP | ||
55 | A Perl interface to | ||
56 | .IR zlib , | ||
57 | written by Paul Marquess (pmqs@cpan.org), | ||
58 | is available at CPAN (Comprehensive Perl Archive Network) sites, | ||
59 | including: | ||
60 | .IP | ||
61 | http://search.cpan.org/~pmqs/IO-Compress-Zlib/ | ||
62 | .LP | ||
63 | A Python interface to | ||
64 | .IR zlib , | ||
65 | written by A.M. Kuchling (amk@magnet.com), | ||
66 | is available in Python 1.5 and later versions: | ||
67 | .IP | ||
68 | http://docs.python.org/library/zlib.html | ||
69 | .LP | 53 | .LP |
70 | .I zlib | 54 | An experimental package to read and write files in the .zip format, |
71 | is built into | ||
72 | .IR tcl: | ||
73 | .IP | ||
74 | http://wiki.tcl.tk/4610 | ||
75 | .LP | ||
76 | An experimental package to read and write files in .zip format, | ||
77 | written on top of | 55 | written on top of |
78 | .I zlib | 56 | .I zlib |
79 | by Gilles Vollant (info@winimage.com), | 57 | by Gilles Vollant (info@winimage.com), |
@@ -92,7 +70,9 @@ web site can be found at: | |||
92 | .IP | 70 | .IP |
93 | http://zlib.net/ | 71 | http://zlib.net/ |
94 | .LP | 72 | .LP |
95 | The data format used by the zlib library is described by RFC | 73 | The data format used by the |
74 | .I zlib | ||
75 | library is described by RFC | ||
96 | (Request for Comments) 1950 to 1952 in the files: | 76 | (Request for Comments) 1950 to 1952 in the files: |
97 | .IP | 77 | .IP |
98 | http://tools.ietf.org/html/rfc1950 (for the zlib header and trailer format) | 78 | http://tools.ietf.org/html/rfc1950 (for the zlib header and trailer format) |
@@ -125,9 +105,9 @@ before asking for help. | |||
125 | Send questions and/or comments to zlib@gzip.org, | 105 | Send questions and/or comments to zlib@gzip.org, |
126 | or (for the Windows DLL version) to Gilles Vollant (info@winimage.com). | 106 | or (for the Windows DLL version) to Gilles Vollant (info@winimage.com). |
127 | .SH AUTHORS AND LICENSE | 107 | .SH AUTHORS AND LICENSE |
128 | Version 1.2.8.1 | 108 | Version 1.2.9 |
129 | .LP | 109 | .LP |
130 | Copyright (C) 1995-2015 Jean-loup Gailly and Mark Adler | 110 | Copyright (C) 1995-2016 Jean-loup Gailly and Mark Adler |
131 | .LP | 111 | .LP |
132 | This software is provided 'as-is', without any express or implied | 112 | This software is provided 'as-is', without any express or implied |
133 | warranty. In no event will the authors be held liable for any damages | 113 | warranty. In no event will the authors be held liable for any damages |