summaryrefslogtreecommitdiff
path: root/libtiff/tif_close.c
Commit message (Expand)AuthorAgeFilesLines
* * libtiff/*: upstream typo fixes (mostly contributed by Kurt Schwehr)erouault2016-01-231-2/+2
* * libtiff/tif_close.c: rename variable to avoid -Wshadow warningerouault2015-12-061-5/+5
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message sobfriesen2010-03-101-1/+8
* Need to include string.h for strncmp()bfriesen2008-03-281-1/+2
* In TIFFCleanup() test that tif_fields is not NULL before iterating overdron2007-07-191-2/+2
* Transition to the new-style tag extending scheme completed.dron2007-07-121-12/+25
* BigTIFF upgrade: restoration of mapping functions protocoljoris2007-07-111-2/+2
* Even more work to improve tag extending scheme. tif_fieldinfo member in TIFFdron2007-07-101-3/+3
* TIFFFIeldInfo structure replaced with TIFFField structure. TIFFFieldInfodron2007-07-081-2/+2
* BigTIFF upgrade: misc little thingsjoris2007-06-231-15/+15
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-041-2/+2
* *** empty log message ***joris2006-03-251-11/+11
* Avoid warnings.dron2005-11-231-2/+2
* Move TIFFCleanup() back to the tiffio.h.dron2004-01-301-4/+4
* TIFFCleanup() renamed to _TIFFCleanup(). declaration moved to tiffiop.h.dron2004-01-291-4/+31
* Separate TIFFCleanup() from the TIFFClose() in order to fix the bugdron2004-01-281-40/+52
* Store a list of opened IFD to prevent looping as per bugdron2003-09-251-1/+4
* cleanup anonymous field memory as per bug 169warmerda2002-08-151-2/+18
* removed unused variablewarmerda2002-04-031-3/+1
* clean up client info linkswarmerda2002-02-241-16/+29
* Initial revisionmike1999-07-271-0/+50