summaryrefslogtreecommitdiff
path: root/utils/zenutils/libraries/zlib123/zlib/INDEX
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2008-07-11 15:50:46 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2008-07-11 15:50:46 +0000
commit14c7f45cdae826f88dc539c8c38dd95caf305731 (patch)
tree832da054b7cfb2dc6fd63339af736625f31d21aa /utils/zenutils/libraries/zlib123/zlib/INDEX
parent7c84ede3781c27db73403bd6302f320c76a58c8c (diff)
downloadrockbox-14c7f45cdae826f88dc539c8c38dd95caf305731.tar.gz
rockbox-14c7f45cdae826f88dc539c8c38dd95caf305731.zip
Add zook's ZenUtils to SVN
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18010 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/zenutils/libraries/zlib123/zlib/INDEX')
-rwxr-xr-xutils/zenutils/libraries/zlib123/zlib/INDEX51
1 files changed, 51 insertions, 0 deletions
diff --git a/utils/zenutils/libraries/zlib123/zlib/INDEX b/utils/zenutils/libraries/zlib123/zlib/INDEX
new file mode 100755
index 0000000000..4d7eac44bc
--- /dev/null
+++ b/utils/zenutils/libraries/zlib123/zlib/INDEX
@@ -0,0 +1,51 @@
1ChangeLog history of changes
2FAQ Frequently Asked Questions about zlib
3INDEX this file
4Makefile makefile for Unix (generated by configure)
5Makefile.in makefile for Unix (template for configure)
6README guess what
7algorithm.txt description of the (de)compression algorithm
8configure configure script for Unix
9zconf.in.h template for zconf.h (used by configure)
10
11amiga/ makefiles for Amiga SAS C
12as400/ makefiles for IBM AS/400
13msdos/ makefiles for MSDOS
14old/ makefiles for various architectures and zlib documentation
15 files that have not yet been updated for zlib 1.2.x
16projects/ projects for various Integrated Development Environments
17qnx/ makefiles for QNX
18win32/ makefiles for Windows
19
20 zlib public header files (must be kept):
21zconf.h
22zlib.h
23
24 private source files used to build the zlib library:
25adler32.c
26compress.c
27crc32.c
28crc32.h
29deflate.c
30deflate.h
31gzio.c
32infback.c
33inffast.c
34inffast.h
35inffixed.h
36inflate.c
37inflate.h
38inftrees.c
39inftrees.h
40trees.c
41trees.h
42uncompr.c
43zutil.c
44zutil.h
45
46 source files for sample programs:
47example.c
48minigzip.c
49
50 unsupported contribution by third parties
51See contrib/README.contrib