From 7850e4e406dce1f7a819297eeb151d1ca18e7cd9 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:17:33 -0700 Subject: zlib 1.0.7 --- contrib/README.contrib | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 contrib/README.contrib (limited to 'contrib/README.contrib') 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 @@ +All files under this contrib directory are UNSUPPORTED. There were +provided by users of zlib and were not tested by the authors of zlib. +Use at your own risk. Please contact the authors of the contributions +for help about these, not the zlib authors. Thanks. + + +asm386/ by Gilles Vollant + 386 asm code replacing longest_match(). This code may be slower + than the C code if you have a good compiler. + +iostream/ by Kevin Ruland + A C++ I/O streams interface to the zlib gz* functions + +iostream2/ by Tyge Løvset + Another C++ I/O streams interface + +untgz/ by "Pedro A. Aranda Guti\irrez" + A very simple tar.gz file extractor using zlib + +visual-basic.txt by Carlos Rios + How to use compress(), uncompress() and the gz* functions from VB. -- cgit v1.2.3-55-g6feb