summaryrefslogtreecommitdiff
path: root/libtiff/tif_error.c
Commit message (Expand)AuthorAgeFilesLines
* Reformatting in libtiff/ using 'pre-commit run'pre-commit run by Even Rouault2022-12-081-69/+80
* Remove vim/emacs formatting footersEven Rouault2022-12-081-8/+0
* Remove TIFFSetErrorHandlerExtR() and TIFFSetWarningHandlerExtR() that were te...Even Rouault2022-11-211-7/+0
* Add a _TIFFErrorEarly() function to be able to use the re-entrant error handl...Even Rouault2022-11-211-0/+22
* Add TIFFOpenExt(), TIFFOpenWExt() and TIFFFdOpenExt() with re-entrant error h...Even Rouault2022-11-211-3/+6
* TIFFErrorExtR(): fix Dereference after null check (CID 1516759)Even Rouault2022-11-081-1/+1
* Add reentrant error functionsLaramie Leavitt2022-11-081-0/+25
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* * libtiff/tif_error.c, tif_warning.c: correctly use va_list when bothEven Rouault2017-07-041-9/+17
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
* *** empty log message ***Joris Van Damme2005-12-231-2/+1
* declare _TIFFerrorHandlerExt and _TIFFwarningHandlerExt hereFrank Warmerdam2005-12-211-1/+5
* *** empty log message ***Joris Van Damme2005-12-211-6/+27
* Initial revisionMike Welles1999-07-271-0/+49