This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/winsup/cinstall ChangeLog archive_tar.cc a ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	rbcollins@sources.redhat.com	2002-01-20 23:41:58

Modified files:
	winsup/cinstall: ChangeLog archive_tar.cc archive_tar_file.cc 
	                 compress.cc compress_bz.cc compress_gz.cc 
	                 io_stream.cc io_stream.h io_stream_cygfile.cc 
	                 io_stream_file.cc io_stream_memory.cc 

Log message:
	2002-01-21  Robert Collins  <rbtcollins@hotmail.com>
	
	* archive_tar.cc (archive_tar::~archive_tar): Mark the stream as destroyed.
	* archive_tar_file.cc (archive_tar_file::~archive_tar_file): Ditto.
	* compress.cc (compress::~compress): Be less verbose.
	* compress_bz.cc (compress_bz::~compress_bz): Ditto.
	Mark the stream as destroyed.
	* compress_gz.cc (compress_gz::~compress_gz): Mark the stream as destroyed.
	* io_stream.cc (io_stream::~io_stream): Only warn when the stream is not marked
	as destroyed.
	* io_stream_cygfile.cc (io_stream_cygfile::~io_stream_cygfile): Mark the
	stream as destroyed.
	* io_stream_file.cc (io_stream_file::~io_stream_file): Ditto.
	* io_stream_memory.cc (io_stream_memory::~io_stream_memory): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/ChangeLog.diff?cvsroot=src&r1=2.176&r2=2.177
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/archive_tar.cc.diff?cvsroot=src&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/archive_tar_file.cc.diff?cvsroot=src&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/compress.cc.diff?cvsroot=src&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/compress_bz.cc.diff?cvsroot=src&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/compress_gz.cc.diff?cvsroot=src&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/io_stream.cc.diff?cvsroot=src&r1=2.7&r2=2.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/io_stream.h.diff?cvsroot=src&r1=2.6&r2=2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/io_stream_cygfile.cc.diff?cvsroot=src&r1=2.6&r2=2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/io_stream_file.cc.diff?cvsroot=src&r1=2.6&r2=2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/io_stream_memory.cc.diff?cvsroot=src&r1=2.2&r2=2.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]