diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:32:36 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:32:36 -0700 |
commit | 67cc20d0041a32bee12bd9eb20ae218f91b73f77 (patch) | |
tree | d7e1b94bd15c30efd57cf9036f5fe89306b6bba0 /contrib/README.contrib | |
parent | 7751bd4c715ea8478113e34b49b5a794a4642e8e (diff) | |
download | zlib-1.2.4-pre1.tar.gz zlib-1.2.4-pre1.tar.bz2 zlib-1.2.4-pre1.zip |
zlib 1.2.4-pre1v1.2.4-pre1
Diffstat (limited to 'contrib/README.contrib')
-rw-r--r-- | contrib/README.contrib | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/contrib/README.contrib b/contrib/README.contrib index 17fc8f6..dd2285d 100644 --- a/contrib/README.contrib +++ b/contrib/README.contrib | |||
@@ -12,7 +12,6 @@ amd64/ by Mikhail Teterin <mi@ALDAN.algebra.com> | |||
12 | asm code for AMD64 | 12 | asm code for AMD64 |
13 | See patch at http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/96393 | 13 | See patch at http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/96393 |
14 | 14 | ||
15 | asm586/ | ||
16 | asm686/ by Brian Raiter <breadbox@muppetlabs.com> | 15 | asm686/ by Brian Raiter <breadbox@muppetlabs.com> |
17 | asm code for Pentium and PPro/PII, using the AT&T (GNU as) syntax | 16 | asm code for Pentium and PPro/PII, using the AT&T (GNU as) syntax |
18 | See http://www.muppetlabs.com/~breadbox/software/assembly.html | 17 | See http://www.muppetlabs.com/~breadbox/software/assembly.html |
@@ -26,6 +25,10 @@ delphi/ by Cosmin Truta <cosmint@cs.ubbcluj.ro> | |||
26 | dotzlib/ by Henrik Ravn <henrik@ravn.com> | 25 | dotzlib/ by Henrik Ravn <henrik@ravn.com> |
27 | Support for Microsoft .Net and Visual C++ .Net | 26 | Support for Microsoft .Net and Visual C++ .Net |
28 | 27 | ||
28 | gcc_gvmat64/by Gilles Vollant <info@winimage.com> | ||
29 | GCC Version of x86 64-bit (AMD64 and Intel EM64t) code for x64 | ||
30 | assembler to replace longest_match() and inflate_fast() | ||
31 | |||
29 | infback9/ by Mark Adler <madler@alumni.caltech.edu> | 32 | infback9/ by Mark Adler <madler@alumni.caltech.edu> |
30 | Unsupported diffs to infback to decode the deflate64 format | 33 | Unsupported diffs to infback to decode the deflate64 format |
31 | 34 | ||
@@ -42,21 +45,19 @@ iostream3/ by Ludwig Schwardt <schwardt@sun.ac.za> | |||
42 | and Kevin Ruland <kevin@rodin.wustl.edu> | 45 | and Kevin Ruland <kevin@rodin.wustl.edu> |
43 | Yet another C++ I/O streams interface | 46 | Yet another C++ I/O streams interface |
44 | 47 | ||
45 | masm686/ by Dan Higdon <hdan@kinesoft.com> | ||
46 | and Chuck Walbourn <chuckw@kinesoft.com> | ||
47 | asm code for Pentium Pro/PII, using the MASM syntax | ||
48 | |||
49 | masmx64/ by Gilles Vollant <info@winimage.com> | 48 | masmx64/ by Gilles Vollant <info@winimage.com> |
50 | x86 64-bit (AMD64 and Intel EM64t) code for x64 assembler to | 49 | x86 64-bit (AMD64 and Intel EM64t) code for x64 assembler to |
51 | replace longest_match() and inflate_fast() | 50 | replace longest_match() and inflate_fast(), also masm x86 |
51 | 64-bits translation of Chris Anderson inflate_fast() | ||
52 | 52 | ||
53 | masmx86/ by Gilles Vollant <info@winimage.com> | 53 | masmx86/ by Gilles Vollant <info@winimage.com> |
54 | x86 asm code to replace longest_match() and inflate_fast(), | 54 | x86 asm code to replace longest_match() and inflate_fast(), |
55 | for Visual C++ and MASM | 55 | for Visual C++ and MASM (32 bits). |
56 | Based on Brian Raiter (asm686) and Chris Anderson (inflate86) | ||
56 | 57 | ||
57 | minizip/ by Gilles Vollant <info@winimage.com> | 58 | minizip/ by Gilles Vollant <info@winimage.com> |
58 | Mini zip and unzip based on zlib | 59 | Mini zip and unzip based on zlib |
59 | Includes Zip64 support by Mathias Svensson <mathias@result42.com> | 60 | Includes Zip64 support by Mathias Svensson <mathias@result42.com> |
60 | See http://www.winimage.com/zLibDll/unzip.html | 61 | See http://www.winimage.com/zLibDll/unzip.html |
61 | 62 | ||
62 | pascal/ by Bob Dellaca <bobdl@xtra.co.nz> et al. | 63 | pascal/ by Bob Dellaca <bobdl@xtra.co.nz> et al. |