From 2c26534c4b1d5ebf9c8711fa23c168dc7736792a Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Tue, 25 Sep 2001 02:26:29 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 14 ++++++++++++++ man/.cvsignore | 1 + tools/.cvsignore | 20 ++++++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 tools/.cvsignore diff --git a/ChangeLog b/ChangeLog index b902a183..9c8dad7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,19 @@ 2001-09-24 Frank Warmerdam + * 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. diff --git a/man/.cvsignore b/man/.cvsignore index 7ec4bbf3..300ae571 100644 --- a/man/.cvsignore +++ b/man/.cvsignore @@ -1,2 +1,3 @@ apps lib +Makefile diff --git a/tools/.cvsignore b/tools/.cvsignore new file mode 100644 index 00000000..98e1355f --- /dev/null +++ b/tools/.cvsignore @@ -0,0 +1,20 @@ +Makefile +fax2ps +fax2tiff +gif2tiff +pal2rgb +ppm2tiff +ras2tiff +rgb2ycbcr +thumbnail +tiff2bw +tiff2ps +tiff2rgba +tiffcp +tiffcmp +tiffdither +tiffdump +tiffinfo +tiffmedian +tiffset +tiffsplit