summaryrefslogtreecommitdiff
path: root/libtiff/tif_unix.c
Commit message (Expand)AuthorAgeFilesLines
* * libtiff/tiffiop.h, tif_unix.c, tif_win32.c, tif_vms.c: add _TIFFcalloc()erouault2017-01-111-1/+9
* Support large files under Windows using tif_unix.c and libtiff tools.bfriesen2015-08-191-12/+45
* * libtiff/tif_unix.c: fix compilation with MSVC (fix by Jeff McKenna)erouault2015-06-161-2/+2
* From Vadim Zeitlin on Bugzilla Bug #2510.faxguy2015-06-141-8/+28
* * libtiff/tif_{unix,vms,win32}.c (_TIFFmalloc): ANSI C does notbfriesen2012-11-181-1/+4
* use strerror() for open error messages on unix (#2341)fwarmerdam2012-06-011-2/+6
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message sobfriesen2010-03-101-1/+8
* Do not use O_LARGEFILE.dron2007-07-181-4/+1
* BigTIFF upgrade: restoration of mapping functions protocoljoris2007-07-111-5/+5
* Removed inclusion of limits.h.bfriesen2007-06-281-4/+1
* Rewrote _tiffReadProc(), _tiffWriteProc(), and _tiffSeekProc().bfriesen2007-06-281-50/+20
* Make this module buildable. We supposing that _FILE_OFFSET_BITS is set to 64dron2007-06-281-25/+13
* Add needed inclusion of limits.hbfriesen2007-06-281-1/+2
* BigTIFF upgrade: unchecked and untested version of upgraded tif_unix.cjoris2007-06-281-56/+116
* BigTIFF upgrade: warnings in platform dependent files that are not yet updatedjoris2007-06-261-1/+6
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-041-2/+2
* Fixed win32 I/O functions usage as per bugdron2006-03-211-1/+2
* *** empty log message ***joris2005-12-211-4/+4
* Include stdarg.h header.dron2005-12-121-5/+6
* Replace #if with the #ifdef.dron2005-07-121-4/+4
* Add forgotten #ifdef __WIN32__ around the TIFFOpenW().dron2004-11-281-1/+3
* Make UNIX module compilable (and usable) on Windows.dron2004-11-281-6/+75
* *** empty log message ***dron2004-03-301-16/+3
* Check results, returned by the TIFFFdOpen() before returning and closedron2004-01-291-2/+7
* Fixed support for large files (>2GB).dron2002-10-111-1/+5
* added USE_64BIT_API optionwarmerda2000-01-281-1/+10
* set O_BINARY in open(), for Cygwin for instance.warmerda1999-09-241-1/+7
* Initial revisionmike1999-07-271-0/+209