aboutsummaryrefslogtreecommitdiff
path: root/contrib/README.contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/README.contrib')
-rw-r--r--contrib/README.contrib21
1 files changed, 0 insertions, 21 deletions
diff --git a/contrib/README.contrib b/contrib/README.contrib
index a411d5c..335e435 100644
--- a/contrib/README.contrib
+++ b/contrib/README.contrib
@@ -8,14 +8,6 @@ ada/ by Dmitriy Anisimkov <anisimkov@yahoo.com>
8 Support for Ada 8 Support for Ada
9 See http://zlib-ada.sourceforge.net/ 9 See http://zlib-ada.sourceforge.net/
10 10
11amd64/ by Mikhail Teterin <mi@ALDAN.algebra.com>
12 asm code for AMD64
13 See patch at http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/96393
14
15asm686/ by Brian Raiter <breadbox@muppetlabs.com>
16 asm code for Pentium and PPro/PII, using the AT&T (GNU as) syntax
17 See http://www.muppetlabs.com/~breadbox/software/assembly.html
18
19blast/ by Mark Adler <madler@alumni.caltech.edu> 11blast/ by Mark Adler <madler@alumni.caltech.edu>
20 Decompressor for output of PKWare Data Compression Library (DCL) 12 Decompressor for output of PKWare Data Compression Library (DCL)
21 13
@@ -32,9 +24,6 @@ gcc_gvmat64/by Gilles Vollant <info@winimage.com>
32infback9/ by Mark Adler <madler@alumni.caltech.edu> 24infback9/ by Mark Adler <madler@alumni.caltech.edu>
33 Unsupported diffs to infback to decode the deflate64 format 25 Unsupported diffs to infback to decode the deflate64 format
34 26
35inflate86/ by Chris Anderson <christop@charm.net>
36 Tuned x86 gcc asm code to replace inflate_fast()
37
38iostream/ by Kevin Ruland <kevin@rodin.wustl.edu> 27iostream/ by Kevin Ruland <kevin@rodin.wustl.edu>
39 A C++ I/O streams interface to the zlib gz* functions 28 A C++ I/O streams interface to the zlib gz* functions
40 29
@@ -45,16 +34,6 @@ iostream3/ by Ludwig Schwardt <schwardt@sun.ac.za>
45 and Kevin Ruland <kevin@rodin.wustl.edu> 34 and Kevin Ruland <kevin@rodin.wustl.edu>
46 Yet another C++ I/O streams interface 35 Yet another C++ I/O streams interface
47 36
48masmx64/ by Gilles Vollant <info@winimage.com>
49 x86 64-bit (AMD64 and Intel EM64t) code for x64 assembler to
50 replace longest_match() and inflate_fast(), also masm x86
51 64-bits translation of Chris Anderson inflate_fast()
52
53masmx86/ by Gilles Vollant <info@winimage.com>
54 x86 asm code to replace longest_match() and inflate_fast(),
55 for Visual C++ and MASM (32 bits).
56 Based on Brian Raiter (asm686) and Chris Anderson (inflate86)
57
58minizip/ by Gilles Vollant <info@winimage.com> 37minizip/ by Gilles Vollant <info@winimage.com>
59 Mini zip and unzip based on zlib 38 Mini zip and unzip based on zlib
60 Includes Zip64 support by Mathias Svensson <mathias@result42.com> 39 Includes Zip64 support by Mathias Svensson <mathias@result42.com>