diff options
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. | ||