diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:17:33 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:17:33 -0700 |
commit | 7850e4e406dce1f7a819297eeb151d1ca18e7cd9 (patch) | |
tree | d4befddacae46b06c4924193904de533099610b4 /contrib/README.contrib | |
parent | ebd3c2c0e734fc99a1360014ea52ed04fe6aade4 (diff) | |
download | zlib-7850e4e406dce1f7a819297eeb151d1ca18e7cd9.tar.gz zlib-7850e4e406dce1f7a819297eeb151d1ca18e7cd9.tar.bz2 zlib-7850e4e406dce1f7a819297eeb151d1ca18e7cd9.zip |
zlib 1.0.7v1.0.7
Diffstat (limited to 'contrib/README.contrib')
-rw-r--r-- | contrib/README.contrib | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/contrib/README.contrib b/contrib/README.contrib new file mode 100644 index 0000000..87eb1e3 --- /dev/null +++ b/contrib/README.contrib | |||
@@ -0,0 +1,21 @@ | |||
1 | All files under this contrib directory are UNSUPPORTED. There were | ||
2 | provided by users of zlib and were not tested by the authors of zlib. | ||
3 | Use at your own risk. Please contact the authors of the contributions | ||
4 | for help about these, not the zlib authors. Thanks. | ||
5 | |||
6 | |||
7 | asm386/ by Gilles Vollant <info@winimage.com> | ||
8 | 386 asm code replacing longest_match(). This code may be slower | ||
9 | than the C code if you have a good compiler. | ||
10 | |||
11 | iostream/ by Kevin Ruland <kevin@rodin.wustl.edu> | ||
12 | A C++ I/O streams interface to the zlib gz* functions | ||
13 | |||
14 | iostream2/ by Tyge L�vset <Tyge.Lovset@cmr.no> | ||
15 | Another C++ I/O streams interface | ||
16 | |||
17 | untgz/ by "Pedro A. Aranda Guti\irrez" <paag@tid.es> | ||
18 | A very simple tar.gz file extractor using zlib | ||
19 | |||
20 | visual-basic.txt by Carlos Rios <c_rios@sonda.cl> | ||
21 | How to use compress(), uncompress() and the gz* functions from VB. | ||