• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..25-Oct-2021-

COPYINGH A D25-Oct-20211.1 KiB2016

READMEH A D25-Oct-2021980 3322

dgif_lib.cH A D25-Oct-202139.5 KiB1,136763

egif_lib.cH A D25-Oct-202137 KiB1,097753

gif_err.cH A D25-Oct-20213.8 KiB12196

gif_hash.cH A D25-Oct-20214.8 KiB13269

gif_hash.hH A D25-Oct-20212.2 KiB6338

gif_lib.hH A D25-Oct-202114.2 KiB337226

gif_lib_private.hH A D25-Oct-20212.5 KiB6149

gifalloc.cH A D25-Oct-202114.7 KiB460262

makefile.vcH A D25-Oct-2021242 179

README

1This code is (mostly) from giflib 4.1.6
2
3This seems to be the new location of the giflib project:
4http://sourceforge.net/projects/giflib
5
6Changes:
7 o Select only lib files needed.
8 o Hacked in O_BINARY support wherever O_BINARY is defined.
9 o Modify include section of c files
10 o Apply patch for http://trac.osgeo.org/gdal/ticket/2542
11 o Apply Debian 01-cve.dpatch to fix CVE-2005-2974 and CVE-2005-3350
12 o Partial resync with gilib master (~5.1.1) to fix various Coverity warnings
13
14History:
15
16This package was originally written by Gershon Elber in 1990 on an IBM PC
17under MS-DOS using Borland Turbo C. He made it portable to several UNIX
18environments.
19
20v1.0 (4 Jul 89) created by Gershon Elber.
21v2.1 featured substantial changes and additions by Eric S. Raymond.
22
23Status:
24
25Current maintainer is Eric S. Raymond.
26GIFLIB is not under active development, but bug fixes are being accepted.
27
28License:
29
30The GIFLIB is available under terms of MIT License.
31Also, refer to COPYING file.
32
33