|
8 | 8 | Support for Ada
|
9 | 9 | See http://zlib-ada.sourceforge.net/
|
10 | 10 |
|
11 |
| -amd64/ by Mikhail Teterin < [email protected]> |
12 |
| - asm code for AMD64 |
13 |
| - See patch at http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/96393 |
14 |
| - |
15 |
| -asm686/ by Brian Raiter < [email protected]> |
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 |
| - |
19 | 11 | blast/ by Mark Adler < [email protected]>
|
20 | 12 | Decompressor for output of PKWare Data Compression Library (DCL)
|
21 | 13 |
|
|
32 | 24 | infback9/ by Mark Adler < [email protected]>
|
33 | 25 | Unsupported diffs to infback to decode the deflate64 format
|
34 | 26 |
|
35 |
| -inflate86/ by Chris Anderson < [email protected]> |
36 |
| - Tuned x86 gcc asm code to replace inflate_fast() |
37 |
| - |
38 | 27 | iostream/ by Kevin Ruland < [email protected]>
|
39 | 28 | A C++ I/O streams interface to the zlib gz* functions
|
40 | 29 |
|
|
45 | 34 | and Kevin Ruland < [email protected]>
|
46 | 35 | Yet another C++ I/O streams interface
|
47 | 36 |
|
48 |
| -masmx64/ by Gilles Vollant < [email protected]> |
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 |
| - |
53 |
| -masmx86/ by Gilles Vollant < [email protected]> |
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 |
| - |
58 | 37 | minizip/ by Gilles Vollant < [email protected]>
|
59 | 38 | Mini zip and unzip based on zlib
|
60 | 39 | Includes Zip64 support by Mathias Svensson < [email protected]>
|
|
0 commit comments