This is the mail archive of the cygwin-apps-cvs@sources.redhat.com mailing list for the cygwin-apps 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]

setup ChangeLog archive.cc archive.h archive_t ...


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	maxb@sourceware.org	2004-11-18 01:19:10

Modified files:
	.              : ChangeLog archive.cc archive.h archive_tar.cc 
	                 archive_tar_file.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:
	2004-11-18  Max Bowsher  <maxb@ukf.net>
	
	* archive.h (archive::~archive): Define a pure virtual destructor to
	enforce the abstract nature of this class.
	* archive.cc (archive::~archive): Pure virtual destructors require an
	implementation! Add one.
	* io_stream.h (io_stream::destroyed): Remove this severely
	brain-damaged implementation of a weakly-enforced abstract class.
	The pure virtual destructor was strongly enforcing the abstract nature
	anyway.
	* io_stream.cc (io_stream::~io_stream): Empty out horribly pointless
	code from the pure virtual destructor.
	* archive_tar.cc (archive_tar::~archive_tar): Remove all
	reference to the removed "destroyed" member.
	* archive_tar_file.cc (archive_tar_file::~archive_tar_file): Ditto.
	* compress_bz.cc (compress_bz::~compress_bz): Ditto.
	* compress_gz.cc (compress_gz::~compress_gz): Ditto.
	* io_stream_cygfile.cc (io_stream_cygfile::~io_stream_cygfile): Ditto.
	* 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/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.447&r2=2.448
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/archive.cc.diff?cvsroot=cygwin-apps&r1=2.8&r2=2.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/archive.h.diff?cvsroot=cygwin-apps&r1=2.7&r2=2.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/archive_tar.cc.diff?cvsroot=cygwin-apps&r1=2.10&r2=2.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/archive_tar_file.cc.diff?cvsroot=cygwin-apps&r1=2.7&r2=2.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/compress_bz.cc.diff?cvsroot=cygwin-apps&r1=2.9&r2=2.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/compress_gz.cc.diff?cvsroot=cygwin-apps&r1=2.9&r2=2.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/io_stream.cc.diff?cvsroot=cygwin-apps&r1=2.15&r2=2.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/io_stream.h.diff?cvsroot=cygwin-apps&r1=2.11&r2=2.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/io_stream_cygfile.cc.diff?cvsroot=cygwin-apps&r1=2.16&r2=2.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/io_stream_file.cc.diff?cvsroot=cygwin-apps&r1=2.18&r2=2.19
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/io_stream_memory.cc.diff?cvsroot=cygwin-apps&r1=2.4&r2=2.5


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