~ubuntu-branches/ubuntu/karmic/fltk1.1/karmic

« back to all changes in this revision

Viewing changes to zlib/INDEX

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2005-05-22 13:57:06 UTC
  • mfrom: (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050522135706-mchag24yf42lu7bu
Tags: 1.1.6-5
* Revert previous change, which seems to have been ineffective for some
  reason, in favor of commenting out the problematic Makefile rule
  altogether.  (Closes: #310151.)
* debian/control: Go back to specifying the URL as part of the
  description rather than via a non-standard field that doesn't seem to
  have caught on.  (Closes: #310240.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ChangeLog       history of changes
 
2
FAQ             Frequently Asked Questions about zlib
 
3
INDEX           this file
 
4
Makefile        makefile for Unix (generated by configure)
 
5
Makefile.in     makefile for Unix (template for configure)
 
6
README          guess what
 
7
algorithm.txt   description of the (de)compression algorithm
 
8
configure       configure script for Unix
 
9
zconf.in.h      template for zconf.h (used by configure)
 
10
 
 
11
msdos/          makefiles for MSDOS
 
12
old/            makefiles for various architectures and zlib documentation
 
13
                files that have not yet been updated for zlib 1.2.x
 
14
qnx/            makefiles for QNX
 
15
win32/          makefiles for Windows
 
16
 
 
17
                zlib public header files (must be kept):
 
18
zconf.h
 
19
zlib.h
 
20
 
 
21
                private source files used to build the zlib library:
 
22
adler32.c
 
23
compress.c
 
24
crc32.c
 
25
crc32.h
 
26
deflate.c
 
27
deflate.h
 
28
gzio.c
 
29
infback.c
 
30
inffast.c
 
31
inffast.h
 
32
inffixed.h
 
33
inflate.c
 
34
inflate.h
 
35
inftrees.c
 
36
inftrees.h
 
37
trees.c
 
38
trees.h
 
39
uncompr.c
 
40
zutil.c
 
41
zutil.h
 
42
 
 
43
                source files for sample programs:
 
44
example.c
 
45
minigzip.c
 
46
 
 
47
                unsupported contribution by third parties
 
48
See contrib/README.contrib