Initial checking of the libpng library.
authorJohn Criswell <criswell@uiuc.edu>
Fri, 6 Feb 2004 16:37:53 +0000 (16:37 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Fri, 6 Feb 2004 16:37:53 +0000 (16:37 +0000)
commita6859b47151ed8d90b21489b763aa759660d37c3
tree9a22da70f08c735b14b08e22d3927e1a99105e0f
parent2a9d7174442e302c62ccfb18a26c1e0cdfe0e196
Initial checking of the libpng library.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11149 91177308-0d34-0410-b5e6-96231b3b80d8
179 files changed:
runtime/libpng/ANNOUNCE [new file with mode: 0644]
runtime/libpng/CHANGES [new file with mode: 0644]
runtime/libpng/INSTALL [new file with mode: 0644]
runtime/libpng/KNOWNBUG [new file with mode: 0644]
runtime/libpng/LICENSE [new file with mode: 0644]
runtime/libpng/LICENSE.TXT [new file with mode: 0644]
runtime/libpng/Makefile [new file with mode: 0644]
runtime/libpng/README [new file with mode: 0644]
runtime/libpng/TODO [new file with mode: 0644]
runtime/libpng/Y2KINFO [new file with mode: 0644]
runtime/libpng/configure [new file with mode: 0755]
runtime/libpng/contrib/gregbook/LICENSE [new file with mode: 0644]
runtime/libpng/contrib/gregbook/Makefile.sgi [new file with mode: 0644]
runtime/libpng/contrib/gregbook/Makefile.unx [new file with mode: 0644]
runtime/libpng/contrib/gregbook/Makefile.w32 [new file with mode: 0644]
runtime/libpng/contrib/gregbook/README [new file with mode: 0644]
runtime/libpng/contrib/gregbook/makevms.com [new file with mode: 0644]
runtime/libpng/contrib/gregbook/readpng.c [new file with mode: 0644]
runtime/libpng/contrib/gregbook/readpng.h [new file with mode: 0644]
runtime/libpng/contrib/gregbook/readpng2.c [new file with mode: 0644]
runtime/libpng/contrib/gregbook/readpng2.h [new file with mode: 0644]
runtime/libpng/contrib/gregbook/rpng-win.c [new file with mode: 0644]
runtime/libpng/contrib/gregbook/rpng-x.c [new file with mode: 0644]
runtime/libpng/contrib/gregbook/rpng2-win.c [new file with mode: 0644]
runtime/libpng/contrib/gregbook/rpng2-x.c [new file with mode: 0644]
runtime/libpng/contrib/gregbook/toucan.png [new file with mode: 0644]
runtime/libpng/contrib/gregbook/wpng.c [new file with mode: 0644]
runtime/libpng/contrib/gregbook/writepng.c [new file with mode: 0644]
runtime/libpng/contrib/gregbook/writepng.h [new file with mode: 0644]
runtime/libpng/contrib/msvctest/README.txt [new file with mode: 0644]
runtime/libpng/contrib/msvctest/msvctest.dsp [new file with mode: 0644]
runtime/libpng/contrib/msvctest/msvctest.dsw [new file with mode: 0644]
runtime/libpng/contrib/pngminus/README [new file with mode: 0644]
runtime/libpng/contrib/pngminus/makefile.std [new file with mode: 0644]
runtime/libpng/contrib/pngminus/makefile.tc3 [new file with mode: 0644]
runtime/libpng/contrib/pngminus/makevms.com [new file with mode: 0644]
runtime/libpng/contrib/pngminus/png2pnm.bat [new file with mode: 0644]
runtime/libpng/contrib/pngminus/png2pnm.c [new file with mode: 0644]
runtime/libpng/contrib/pngminus/png2pnm.sh [new file with mode: 0644]
runtime/libpng/contrib/pngminus/pngminus.bat [new file with mode: 0644]
runtime/libpng/contrib/pngminus/pngminus.sh [new file with mode: 0644]
runtime/libpng/contrib/pngminus/pnm2png.bat [new file with mode: 0644]
runtime/libpng/contrib/pngminus/pnm2png.c [new file with mode: 0644]
runtime/libpng/contrib/pngminus/pnm2png.sh [new file with mode: 0644]
runtime/libpng/contrib/pngsuite/README [new file with mode: 0644]
runtime/libpng/contrib/pngsuite/basn0g01.png [new file with mode: 0644]
runtime/libpng/contrib/pngsuite/basn0g02.png [new file with mode: 0644]
runtime/libpng/contrib/pngsuite/basn0g04.png [new file with mode: 0644]
runtime/libpng/contrib/pngsuite/basn0g08.png [new file with mode: 0644]
runtime/libpng/contrib/pngsuite/basn0g16.png [new file with mode: 0644]
runtime/libpng/contrib/pngsuite/basn2c08.png [new file with mode: 0644]
runtime/libpng/contrib/pngsuite/basn2c16.png [new file with mode: 0644]
runtime/libpng/contrib/pngsuite/basn3p01.png [new file with mode: 0644]
runtime/libpng/contrib/pngsuite/basn3p02.png [new file with mode: 0644]
runtime/libpng/contrib/pngsuite/basn3p04.png [new file with mode: 0644]
runtime/libpng/contrib/pngsuite/basn3p08.png [new file with mode: 0644]
runtime/libpng/contrib/pngsuite/basn4a08.png [new file with mode: 0644]
runtime/libpng/contrib/pngsuite/basn4a16.png [new file with mode: 0644]
runtime/libpng/contrib/pngsuite/basn6a08.png [new file with mode: 0644]
runtime/libpng/contrib/pngsuite/basn6a16.png [new file with mode: 0644]
runtime/libpng/contrib/visupng/PngFile.c [new file with mode: 0644]
runtime/libpng/contrib/visupng/PngFile.h [new file with mode: 0644]
runtime/libpng/contrib/visupng/README.txt [new file with mode: 0644]
runtime/libpng/contrib/visupng/VisualPng.c [new file with mode: 0644]
runtime/libpng/contrib/visupng/VisualPng.dsp [new file with mode: 0644]
runtime/libpng/contrib/visupng/VisualPng.dsw [new file with mode: 0644]
runtime/libpng/contrib/visupng/VisualPng.ico [new file with mode: 0644]
runtime/libpng/contrib/visupng/VisualPng.png [new file with mode: 0644]
runtime/libpng/contrib/visupng/VisualPng.rc [new file with mode: 0644]
runtime/libpng/contrib/visupng/cexcept.h [new file with mode: 0644]
runtime/libpng/contrib/visupng/resource.h [new file with mode: 0644]
runtime/libpng/example.c [new file with mode: 0644]
runtime/libpng/libpng.3 [new file with mode: 0644]
runtime/libpng/libpng.txt [new file with mode: 0644]
runtime/libpng/libpngpf.3 [new file with mode: 0644]
runtime/libpng/png.5 [new file with mode: 0644]
runtime/libpng/png.c [new file with mode: 0644]
runtime/libpng/png.h [new file with mode: 0644]
runtime/libpng/pngasmrd.h [new file with mode: 0644]
runtime/libpng/pngbar.jpg [new file with mode: 0644]
runtime/libpng/pngbar.png [new file with mode: 0644]
runtime/libpng/pngconf.h [new file with mode: 0644]
runtime/libpng/pngerror.c [new file with mode: 0644]
runtime/libpng/pnggccrd.c [new file with mode: 0644]
runtime/libpng/pngget.c [new file with mode: 0644]
runtime/libpng/pngmem.c [new file with mode: 0644]
runtime/libpng/pngnow.png [new file with mode: 0644]
runtime/libpng/pngpread.c [new file with mode: 0644]
runtime/libpng/pngread.c [new file with mode: 0644]
runtime/libpng/pngrio.c [new file with mode: 0644]
runtime/libpng/pngrtran.c [new file with mode: 0644]
runtime/libpng/pngrutil.c [new file with mode: 0644]
runtime/libpng/pngset.c [new file with mode: 0644]
runtime/libpng/pngtest.c [new file with mode: 0644]
runtime/libpng/pngtest.png [new file with mode: 0644]
runtime/libpng/pngtrans.c [new file with mode: 0644]
runtime/libpng/pngvcrd.c [new file with mode: 0644]
runtime/libpng/pngwio.c [new file with mode: 0644]
runtime/libpng/pngwrite.c [new file with mode: 0644]
runtime/libpng/pngwtran.c [new file with mode: 0644]
runtime/libpng/pngwutil.c [new file with mode: 0644]
runtime/libpng/projects/beos/x86-shared.proj [new file with mode: 0644]
runtime/libpng/projects/beos/x86-shared.txt [new file with mode: 0644]
runtime/libpng/projects/beos/x86-static.proj [new file with mode: 0644]
runtime/libpng/projects/beos/x86-static.txt [new file with mode: 0644]
runtime/libpng/projects/borland/libpng.bpf [new file with mode: 0644]
runtime/libpng/projects/borland/libpng.bpg [new file with mode: 0644]
runtime/libpng/projects/borland/libpng.bpr [new file with mode: 0644]
runtime/libpng/projects/borland/libpng.cpp [new file with mode: 0644]
runtime/libpng/projects/borland/libpng.readme.txt [new file with mode: 0644]
runtime/libpng/projects/borland/libpngstat.bpf [new file with mode: 0644]
runtime/libpng/projects/borland/libpngstat.bpr [new file with mode: 0644]
runtime/libpng/projects/borland/zlib+libpng.bpg [new file with mode: 0644]
runtime/libpng/projects/borland/zlib.bpf [new file with mode: 0644]
runtime/libpng/projects/borland/zlib.bpg [new file with mode: 0644]
runtime/libpng/projects/borland/zlib.bpr [new file with mode: 0644]
runtime/libpng/projects/borland/zlib.cpp [new file with mode: 0644]
runtime/libpng/projects/borland/zlibstat.bpf [new file with mode: 0644]
runtime/libpng/projects/borland/zlibstat.bpr [new file with mode: 0644]
runtime/libpng/projects/msvc/README.txt [new file with mode: 0644]
runtime/libpng/projects/msvc/libpng.dsp [new file with mode: 0644]
runtime/libpng/projects/msvc/libpng.dsw [new file with mode: 0644]
runtime/libpng/projects/msvc/png.rc [new file with mode: 0644]
runtime/libpng/projects/msvc/png32ms.def [new file with mode: 0644]
runtime/libpng/projects/msvc/zlib.def [new file with mode: 0644]
runtime/libpng/projects/msvc/zlib.dsp [new file with mode: 0644]
runtime/libpng/projects/netware.txt [new file with mode: 0644]
runtime/libpng/projects/wince.txt [new file with mode: 0644]
runtime/libpng/scripts/SCOPTIONS.ppc [new file with mode: 0644]
runtime/libpng/scripts/descrip.mms [new file with mode: 0644]
runtime/libpng/scripts/libpng-config-body.in [new file with mode: 0755]
runtime/libpng/scripts/libpng-config-head.in [new file with mode: 0755]
runtime/libpng/scripts/libpng.icc [new file with mode: 0644]
runtime/libpng/scripts/libpng.pc.in [new file with mode: 0644]
runtime/libpng/scripts/makefile.32sunu [new file with mode: 0644]
runtime/libpng/scripts/makefile.64sunu [new file with mode: 0644]
runtime/libpng/scripts/makefile.acorn [new file with mode: 0644]
runtime/libpng/scripts/makefile.aix [new file with mode: 0644]
runtime/libpng/scripts/makefile.amiga [new file with mode: 0644]
runtime/libpng/scripts/makefile.atari [new file with mode: 0644]
runtime/libpng/scripts/makefile.bc32 [new file with mode: 0644]
runtime/libpng/scripts/makefile.bd32 [new file with mode: 0644]
runtime/libpng/scripts/makefile.beos [new file with mode: 0644]
runtime/libpng/scripts/makefile.bor [new file with mode: 0644]
runtime/libpng/scripts/makefile.cygwin [new file with mode: 0644]
runtime/libpng/scripts/makefile.darwin [new file with mode: 0644]
runtime/libpng/scripts/makefile.dec [new file with mode: 0644]
runtime/libpng/scripts/makefile.dj2 [new file with mode: 0644]
runtime/libpng/scripts/makefile.freebsd [new file with mode: 0644]
runtime/libpng/scripts/makefile.gcc [new file with mode: 0644]
runtime/libpng/scripts/makefile.gcmmx [new file with mode: 0644]
runtime/libpng/scripts/makefile.hpgcc [new file with mode: 0644]
runtime/libpng/scripts/makefile.hpux [new file with mode: 0644]
runtime/libpng/scripts/makefile.ibmc [new file with mode: 0644]
runtime/libpng/scripts/makefile.intel [new file with mode: 0644]
runtime/libpng/scripts/makefile.knr [new file with mode: 0644]
runtime/libpng/scripts/makefile.linux [new file with mode: 0644]
runtime/libpng/scripts/makefile.macosx [new file with mode: 0644]
runtime/libpng/scripts/makefile.mips [new file with mode: 0644]
runtime/libpng/scripts/makefile.msc [new file with mode: 0644]
runtime/libpng/scripts/makefile.ne12bsd [new file with mode: 0644]
runtime/libpng/scripts/makefile.netbsd [new file with mode: 0644]
runtime/libpng/scripts/makefile.openbsd [new file with mode: 0644]
runtime/libpng/scripts/makefile.os2 [new file with mode: 0644]
runtime/libpng/scripts/makefile.sco [new file with mode: 0644]
runtime/libpng/scripts/makefile.sggcc [new file with mode: 0644]
runtime/libpng/scripts/makefile.sgi [new file with mode: 0644]
runtime/libpng/scripts/makefile.so9 [new file with mode: 0644]
runtime/libpng/scripts/makefile.solaris [new file with mode: 0644]
runtime/libpng/scripts/makefile.std [new file with mode: 0644]
runtime/libpng/scripts/makefile.sunos [new file with mode: 0644]
runtime/libpng/scripts/makefile.tc3 [new file with mode: 0644]
runtime/libpng/scripts/makefile.vcawin32 [new file with mode: 0644]
runtime/libpng/scripts/makefile.vcwin32 [new file with mode: 0644]
runtime/libpng/scripts/makefile.watcom [new file with mode: 0644]
runtime/libpng/scripts/makevms.com [new file with mode: 0644]
runtime/libpng/scripts/pngdef.pas [new file with mode: 0644]
runtime/libpng/scripts/pngos2.def [new file with mode: 0644]
runtime/libpng/scripts/smakefile.ppc [new file with mode: 0644]