*** empty log message ***

This commit is contained in:
Frank Warmerdam 2001-09-25 02:26:29 +00:00
parent 972f16c818
commit 2c26534c4b
3 changed files with 35 additions and 0 deletions

View File

@ -1,5 +1,19 @@
2001-09-24 Frank Warmerdam <warmerdam@pobox.com>
* libtiff/tif_lzw.c: Avoid MS VC++ 5.0 optimization bug.
http://bugzilla.remotesensing.org/show_bug.cgi?id=78
* libtiff/tif_lzw.c: added dummy LZWSetupEncode() to report an
error about LZW not being available.
* libtiff/tif_dir.c: propagate failure to initialize compression
back from TIFFSetField() as an error status, so applications can
detect failure.
* libtiff/tif_dir.c: removed the auto replacement of
COMPRESSION_LZW with COMPRESSION_NONE in _TIFFVSetField().
* Removed Makefile, tools/Makefile, port/install.sh, man/Makefile
from CVS as they are all supposed to be auto-generated by configure.

View File

@ -1,2 +1,3 @@
apps
lib
Makefile

20
tools/.cvsignore Normal file
View File

@ -0,0 +1,20 @@
Makefile
fax2ps
fax2tiff
gif2tiff
pal2rgb
ppm2tiff
ras2tiff
rgb2ycbcr
thumbnail
tiff2bw
tiff2ps
tiff2rgba
tiffcp
tiffcmp
tiffdither
tiffdump
tiffinfo
tiffmedian
tiffset
tiffsplit