summaryrefslogtreecommitdiff
path: root/libtiff/tif_close.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* * libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)Even Rouault2016-01-231-2/+2
* * libtiff/tif_close.c: rename variable to avoid -Wshadow warningEven Rouault2015-12-061-5/+5
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
* Need to include string.h for strncmp()Bob Friesenhahn2008-03-281-1/+2
* In TIFFCleanup() test that tif_fields is not NULL before iterating overAndrey Kiselev2007-07-191-2/+2
* Transition to the new-style tag extending scheme completed.Andrey Kiselev2007-07-121-12/+25
* BigTIFF upgrade: restoration of mapping functions protocolJoris Van Damme2007-07-111-2/+2
* Even more work to improve tag extending scheme. tif_fieldinfo member in TIFFAndrey Kiselev2007-07-101-3/+3
* TIFFFIeldInfo structure replaced with TIFFField structure. TIFFFieldInfoAndrey Kiselev2007-07-081-2/+2
* BigTIFF upgrade: misc little thingsJoris Van Damme2007-06-231-15/+15
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-041-2/+2
* *** empty log message ***Joris Van Damme2006-03-251-11/+11
* Avoid warnings.Andrey Kiselev2005-11-231-2/+2
* Move TIFFCleanup() back to the tiffio.h.Andrey Kiselev2004-01-301-4/+4
* TIFFCleanup() renamed to _TIFFCleanup(). declaration moved to tiffiop.h.Andrey Kiselev2004-01-291-4/+31
* Separate TIFFCleanup() from the TIFFClose() in order to fix the bugAndrey Kiselev2004-01-281-40/+52
* Store a list of opened IFD to prevent looping as per bugAndrey Kiselev2003-09-251-1/+4
* cleanup anonymous field memory as per bug 169Frank Warmerdam2002-08-151-2/+18
* removed unused variableFrank Warmerdam2002-04-031-3/+1
* clean up client info linksFrank Warmerdam2002-02-241-16/+29
* Initial revisionMike Welles1999-07-271-0/+50