summaryrefslogtreecommitdiff
path: root/libtiff/tif_swab.c
Commit message (Expand)AuthorAgeFilesLines
* * libtiff/tif_swab.c: if DISABLE_CHECK_TIFFSWABMACROS is defined, do not doerouault2017-06-081-12/+12
* * libtiff/*.c: fix warnings raised by clang 3.9 -Wcommaerouault2016-09-041-3/+5
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message sobfriesen2010-03-101-1/+8
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, r...joris2007-06-271-1/+30
* BigTIFF upgrade: misc little things, mostly indentation and unimportant stuffjoris2007-06-211-24/+30
* BigTIFF upgrade: type restoration - not so messy anymorejoris2007-06-121-3/+3
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-041-9/+9
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-311-1/+1
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-311-8/+8
* BigTIFF upgrade in progressjoris2007-03-221-1/+20
* BigTIFF upgrade in progressjoris2007-03-171-1/+15
* Added _TIFFSwab24BitData() and TIFFSwabArrayOfLong() functions used to swapdron2005-04-131-1/+17
* Get rid of BSD data types (u_char, u_short, u_int, u_long).dron2004-09-141-12/+14
* avoid casting warnings at /W4warmerda2003-07-081-5/+5
* Initial revisionmike1999-07-271-0/+217